i never used an esp until now and i am trying to learn these with a network projekt and this library. What i am interested about is if the library is able to broadcast an Array like an leds Array from the FastLED library?
My idea is that in the network will be a main node that will calculate the Led array and broadcast it to a node like this:
leds Array with the length 30; Main Node calculates the hole leds Array[30] and broadcasted it; First Node will use the first 10 of the hole array and another node the next 10 and so on.
Do someone think this will work with these library?
Thanks.
Hello,
i never used an esp until now and i am trying to learn these with a network projekt and this library. What i am interested about is if the library is able to broadcast an Array like an leds Array from the FastLED library?
My idea is that in the network will be a main node that will calculate the Led array and broadcast it to a node like this:
leds Array with the length 30; Main Node calculates the hole leds Array[30] and broadcasted it; First Node will use the first 10 of the hole array and another node the next 10 and so on.
Do someone think this will work with these library? Thanks.