natcl / Artnet

An Art-Net library for Teensy, Arduino and ESP boards
Other
334 stars 91 forks source link

Number of LEDs #27

Closed mahdibbb closed 6 years ago

mahdibbb commented 6 years ago

Hello Can you run multiple universes with this library and using the Nodemcu(esp8266 12e)? Or more clearly, can I control multiple LEDs? What depends on the number of LEDs?

natcl commented 6 years ago

I never tested this personally over wifi but there is nothing software wise preventing you from adressing multiple universes. I assume limitations will be related to wifi bandwith and CPU speed of the microcontroller. Type of LED used (ws2812 vs APA102) could also influence performance.