rstephan / ArtnetWifi

Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.
Other
363 stars 61 forks source link

trying to make use of readartnet project #26

Closed derrgis closed 1 year ago

derrgis commented 4 years ago

Hello, I had great success using your ArtnetWifi lib on ESP8266. I'd like now to use this https://github.com/derrgis/readartnet with ESP32. Based on OpenFrameworks it reads a video, automatically resize the matrix and convert to artnet. (Video columns are universes) So I wonder how it would be possible to use multiple pins on a ESP32 to send each universe (video column as said) to different ledstrips. Is that possible with your ArtnetWifi ? Thank you.

derrgis commented 4 years ago

This is not an answer to my issue but unfortunately even simple tests with ESP01 + WS2812 + jinx give flash problems. As described here : /https://github.com/rstephan/ArtnetWifi/issues/20 https://github.com/rstephan/ArtnetWifi/issues/11 https://github.com/rstephan/ArtnetWifi/issues/16 / So I stop now with this.

rstephan commented 4 years ago

Just a side-note. Flashing or flickering is a setup-problem:

Is is not a limitation of the ArtnetWifi library. Outputting different universes on different pins is not a problem, but don't expect high frame-rates.