forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

Ethernet with esp8266 and esp32 ( ethernet + esp8266 / esp32 ) #23

Closed joeskolengaden closed 5 years ago

joeskolengaden commented 5 years ago

Need to utilize the speed of esp8266/esp32 and the reliability of data over Ethernet. Please add support to your library

Aircoookie commented 5 years ago

You should be able to use this library with your external Ethernet controller. Just connect to network and then use the e131.begin(E131_UNICAST). This should init the library and the UDP socket to work with ethernet. Although I think there is no issue with the WiFi reliablity if your router is close enough.

forkineye commented 5 years ago

Refer to https://github.com/forkineye/ESPAsyncE131 for ESP32 support.