Thanks @Gordon.
I guess I will have to experiment to find out what sort of input the emitter expects, I have a feeling that using:
Serial1.write([255,255,255]);
is not going to yield the same results as the RGB strips, I am sure DMX will be more complicated than this?
@Rek started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks @Gordon.
I guess I will have to experiment to find out what sort of input the emitter expects, I have a feeling that using:
is not going to yield the same results as the RGB strips, I am sure DMX will be more complicated than this?