Search found 2 matches
- Tue Sep 14, 2021 3:35 pm
- Forum: ESP-IDF
- Topic: W5500 polling logic, No IP
- Replies: 3
- Views: 2867
Re: W5500 polling logic, No IP
You can find the issue here on Stack Overflow [https://stackoverflow.com/questions/691 ... 1#69180551].
- Wed Sep 08, 2021 9:05 pm
- Forum: ESP-IDF
- Topic: W5500 polling logic, No IP
- Replies: 3
- Views: 2867
W5500 polling logic, No IP
Hi, I recently switched framework from Arduino to ESP IDF. I've been strugling to implement my w5500 SPI_ETH dev board for the simple fact that the featured example ( https://github.com/espressif/esp-idf/blob/master/examples/ethernet/basic/main/ethernet_example_main.c ) uses an interrupt pin that is...