Search found 3 matches
- Sat Mar 02, 2019 11:51 am
- Forum: ESP-IDF
- Topic: ESP32 with ENC28J60 Ethernet Module
- Replies: 1
- Views: 4997
Re: ESP32 with ENC28J60 Ethernet Module
Check out my post in this thread : https://www.esp32.com/viewtopic.php?t=3994
- Sat Mar 02, 2019 11:50 am
- Forum: ESP-IDF
- Topic: ESP32 with ENC28J60 Ethernet Module
- Replies: 7
- Views: 42953
Re: ESP32 with ENC28J60 Ethernet Module
For Anyone looking for a way to use ENC28J60 with ESP32 , Here is How you can do it. First get this library : https://github.com/UIPEthernet/UIPEthernet Interface the ESP32 with ENC28J60 (connect to the default SPI pins of esp32). and Here is the Basic code for Arduino IDE : #include <UIPEthernet.h>...
- Sat Dec 01, 2018 12:29 pm
- Forum: ESP32 Arduino
- Topic: Smartconfig Doesnt Work After setting Local IP.
- Replies: 0
- Views: 2875
Smartconfig Doesnt Work After setting Local IP.
I have smartconfig Mapped to a button in my device. I have 2 Functions. 1) Wifi.connect(); 2) Smartconfig(); (custom function) On a restart My device Connects to the previous Wifi with previously stored IP address (Static IP). Previous IP gets overwritten on smartconfig call. (Ip is stored in EEPROM...