Search found 2 matches
- Tue May 28, 2019 4:40 pm
- Forum: ESP-IDF
- Topic: Wake time from deep sleep optimization
- Replies: 1
- Views: 3167
Wake time from deep sleep optimization
Hi Everyone, First thank you for taking the time to read this post. I am working on a battery powered project which utilizes the ESP32 as the main processor. I only use WiFi for soft AP for user configuration of the device. Essentially in normal run operation the ESP32 wakes up based on a sleep time...
- Tue Apr 09, 2019 7:59 pm
- Forum: ESP-IDF
- Topic: ESP32 with ENC28J60 Ethernet Module
- Replies: 7
- Views: 42945
Re: ESP32 with ENC28J60 Ethernet Module
Hi all, I am interested in using the ENC28J60 with the ESP32. I however will require lwip compatibility so I can use it with the Arduino WiFiClientSecure library. Is this possible over SPI? Could it be ported to work in the ETHClass? I cannot use the LAN8720 or TLK110 as both of those consume too ma...