Replies: 3 comments 2 replies
-
You can add html pages to the data directory. Please make sure they are minified and gzipped. There is not a lot of spare space. You will have to modify the index.html file to include your files at load time. I would not use http(s) to send the data. You will see a per packet variation between 5ms and 750ms, making this a non real time interface. Configure the ESP to accept DDP and then have your browser generate DDP messages and send them to the ESP. DDP messages are super simple so they are easy to create on a browser. |
Beta Was this translation helpful? Give feedback.
-
Hi @MartinMueller2003 this is great! very similar to my use case. |
Beta Was this translation helpful? Give feedback.
-
FYI: Websocket was removed from the Pixel Stick because it was causing reliability issues and had significant buffering issues. It is also NOT a good real time interface. My problem is understanding what you think you get from using a browser to generate lighting data vs using a native application to generate the lighting data. |
Beta Was this translation helpful? Give feedback.
-
Hi @MartinMueller2003 .
I am working on an idea to program theatre scenes of a play directly on the ESPixelStick.
All will be done for DMX light for now.
For this, I will add HTML, CSS and JS files to the web server and learn how to send an array of 512 values( or the qty of channels selected on the configuration) to the ESPixelStick.
All data will be stored on cookies, so no need to use the storage on the board.
So I have a few questions and I will appreciate a lot your answers.
For now, that is all.
How can I contact you privately via email or chat to share links about my work?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions