Search found 2 matches

by angelusinferni
Sun Mar 03, 2019 11:24 am
Forum: ESP-IDF
Topic: ESP32 with ENC28J60 Ethernet Module
Replies: 7
Views: 42361

Re: ESP32 with ENC28J60 Ethernet Module

Additionally, look at the hardware configuration for the NodeMCU with ENC28J60. Exact same config for the ESP32. Configure with SPI pins as per your choice. All hardware connections are present in UIPEthernet repo itself.
by angelusinferni
Mon Feb 04, 2019 6:23 pm
Forum: ESP-IDF
Topic: ESP32 with ENC28J60 Ethernet Module
Replies: 7
Views: 42361

Re: ESP32 with ENC28J60 Ethernet Module

ESP_Sprite wrote:
Wed Dec 20, 2017 12:23 pm
That should not be an issue; we have quite flexible spi_master drivers. If your question is if there's a driver for that; no sorry. Is using the internal Ethernet MAC maybe an option for you?
How would one go about setting up an internal Ethernet MAC?