There have been a few posts regarding using things like ArtNet with Jason’s ESP8226 webserver project
Just thought I’d share that I have started working on branch to support E1.31 (Streaming ACN) which is similar to ArtNet as it’s a DMX over IP protcol
Mapped brightness, pattern, red, green, blue so far. Need to map the other values you can change on the web page too. Changing the value by E1.31 will send the websocket messages to update the webpage, though don’t have any way to send changes made though the web page back the lighting desk, but probably much less likely people want bi-directional changes for both control mechanisms
On the same topic, I wrote up a full doc with code examples on how to push pixels to an ESP32 using Resolume (ArtNet) http://www.elec-tron.org/?page_id=1488
@Leon_Yuhanov Okay wish me luck (I feel like I am doing a college course with your document).
Grabbed a new ESP32 up and running with your Github, now on to the Resolume 6. So exiting!!!
@Darren_Hedlund What exactly are you trying to do? Pin 23 doesn’t seem to exist on that pin out link. in any case what are you plugging in? The guide is intended for use with APA102/SK9822 clocked pixels not WS2812/SK6812/Neopixels unless you modified the original code.
@Leon_Yuhanov I thought it was me. SPA pin is also pin 23, but the APA102/SK9822 has to be my issue, ahhhhhhhhhhhhhhhhhhhhhhhhhh.
Going to order some of those now.