forkineye / ESPAsyncE131

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

Increase number of output pixel with parallel output in Esp-12e. #2

Closed Kamal-Sonani closed 5 years ago

Kamal-Sonani commented 5 years ago

What about parallel output such as arduino UNO's ports in esp8266(12e)?

If single pin can handle 700 led so far on Esp 01, is it possible to manage more pixel using parallel output?

According UDP connections data processing and FPS nearly about 25 to 30.

forkineye commented 5 years ago

This library is solely for the processing of E1.31 data. Implementation is up to the user, be it pixels, DMX output, driving servos, or whatever they want to use it for.