I want to use:
1x ESP8266 as a master transmitter which get data from a connected microcontroller .
254 x ESP8266 receivers which will control a solid state relay and a led.
I would like to transmit a 4 byte code to every receiver and that code will dictate the relay state.
4 bytes:
security code byte
Group byte
Address byte
Relay State byte
Is this viable with the device.
Thanks