Search found 1 match
- Sun Mar 20, 2022 9:48 pm
- Forum: General Discussion
- Topic: ESP32 with W5500 Ethernet Adapter
- Replies: 0
- Views: 6465
ESP32 with W5500 Ethernet Adapter
Hi there! I´m totally newbie with Esp32. I found a code for interface the esp32 with the W5500. It works fine. I found this code here: https://www.youtube.com/watch?v=z2PI0eP48Nw . I have tried make a webserver with this code. Here is: /* teste rede */ #include <SPI.h> #include <Ethernet.h> #include...