best way to broadcast addressable led data to esp8266s
Posted: Tue May 01, 2018 10:53 pm
I want to send addressable led data to several esp8266s from a 'server' esp8266 or esp32 at 40fps. I am new to networking prototcols. I tried using UDP to send data to each esp8266 but it was too slow but I'm not sure why.
What is the best way to do this? I want to stream data to 5-10 led strips (each with an esp8266) that are ~150 pixels long. So far I've identified these methods: UDP transmission, TCP client connections, and MQTT as possible alternatives. I'm looking for advice for the best way stream lots of data to lots of ESP8266s in general.
What is the best way to do this? I want to stream data to 5-10 led strips (each with an esp8266) that are ~150 pixels long. So far I've identified these methods: UDP transmission, TCP client connections, and MQTT as possible alternatives. I'm looking for advice for the best way stream lots of data to lots of ESP8266s in general.