Chat freely about anything...

User avatar
By sfranzyshen
#10057
folny82 wrote:I'd still like to try adding DMX output GPIO2 and combine it with ArtNet library you can look at the code if it would be possible ?.

http://www.ulrichradig.de/home/index.ph ... t-net-node


So ... you want ws2812 on gpio 0 and a seperate dmx out on gpio 2 ...
does this mean a gateway artnet<->dmx ?

for artnet & tpm2net support I refer frans-willem EspLightNode ... I have git clone verison (with new changes here)
https://github.com/sfranzyshen/EspLightNode
User avatar
By folny82
#10061
sfranzyshen wrote:
folny82 wrote:I'd still like to try adding DMX output GPIO2 and combine it with ArtNet library you can look at the code if it would be possible ?.

http://www.ulrichradig.de/home/index.ph ... t-net-node


So ... you want ws2812 on gpio 0 and a seperate dmx out on gpio 2 ...
does this mean a gateway artnet<->dmx ?

for artnet & tpm2net support I refer frans-willem EspLightNode ... I have git clone verison (with new changes here)
https://github.com/sfranzyshen/EspLightNode


Yes exactly all in one code ;)
User avatar
By sfranzyshen
#10126 I have added two new repositories to my github to expand on testing the esp8266 and addressable leds. I have included testing firmware and source versions (like what was done with the ws2812) for the ws2801 (frans original code) and lpd6803 (from popsodav on github) chip sets.

anyone with either of these chip sets and of course a esp8266 is encouraged to download the firmware and give it a test ... feedback is greatly appreciated :D

https://github.com/sfranzyshen/esp8266_tpm2net_lpd6803
https://github.com/sfranzyshen/esp8266_tpm2net_ws2801