forkineye / ESPAsyncE131

Asynchronous E1.31 (sACN) library for Arduino ESP8266 and ESP32
123 stars 28 forks source link

7 second delay #17

Closed tresler closed 3 years ago

tresler commented 3 years ago

I try doing sACN receiver by this and ESP32-S2, but I have 7 second delay on local network. I try to do on ethernet with W5500 (on ESPAsyncE131.h change #ifdef ESP32 #include #include #include and some change in example code) and everything works fine (with one restart), but also I have 7 second delay from my lightpost. Where can be the mistake?

forkineye commented 3 years ago

The W5500 is an SPI Ethernet controller. The ESP32 has it's own Ethernet MAC. I you're wanting to do Ethernet on ESP32, I'd recommend implementing the Ethernet PHY for it and getting away from the W5500.