-
Is it possible to use an Wemos D1 Mini Board with an W5500 Breakout Board? I wasn't able to get it to work, but I think that I'm doing something really wrong. As soon as I copy the Ethernet Examples from the Tutorial I get a lot of weird Erros. I used the examples/AVR_Callbacks/AVR_Callbacks.ino and changed the line Hopefully someone can help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Lagges I have an ESP32 working with a W5500 running, over SPI. The Wemos D1 Mini supports SPI, so you should be fine. Have you tried the ESP32 with W5500 example? Here is the create statement for your ESP8266: |
Beta Was this translation helpful? Give feedback.
Hi @Lagges I have an ESP32 working with a W5500 running, over SPI. The Wemos D1 Mini supports SPI, so you should be fine.
Have you tried the ESP32 with W5500 example?
Here is the create statement for your ESP8266:
Arduino-AppleMIDI-Library/examples/ESP32_W5500_Callbacks/ESP32_W5500_Callbacks.ino
Line 12 in ff62142