ArtnetnodeWifi icon indicating copy to clipboard operation
ArtnetnodeWifi copied to clipboard

Arduino library for a Art-Net-Node (artnet) over WiFi, handle DMX data and response to Poll requests. Runs on ESP8266, ESP32, WiFi101 and WiFiNINA devices.

Results 11 ArtnetnodeWifi issues
Sort by recently updated
recently updated
newest added

I'm testing your SendDMX example on an Adafruit Huzzah ESP2866. The DMX output is coming from a Grove DMX512 adapter. Everything is mostly working except the DMX signal is "flickering"...

Hi, I love your project. i have an unbranded chinese node that uses its own app to work. I am trying to build another one with your library. but the...

Hi, thank you for the great library. Are you going to implement a write function like ArtnetWifi library in order to send out ArtNet?

Hi. I’ve noticed ESP32 performance to be very unreliable using this library compared to when I use it with ESP8266. Are there are ESP32 optimisations that are worth doing? I’m...

There was a new problem. ESP hangs after connection and does not work. Not detectable by ARTNeT. When fill in examples from the standard library Wi-Fi, UDP, ESP works

Hi @rstephan, I fixed your library when using EPS8266 in AP mode. Do you want me to submit a PR? Thanks alf45tar

Local IP, local mask and MAC address must be calculated in different way when in STA or AP mode. Local mask in AP mode is set to 255.255.255.0 because there...

Hello and thanks again for the great library It works really well in my experiments. (dmx send) but with two devices (cheap goods) the device reports a DMX signal but...

Hey, I am banging my head against this. I have used the example "send dmx ..." and I am using DMX Resolume Arena to broadcast a dmx signal to my...

Hello there Rstephan, Really like your project, but i have several difficulties... After some troubles and lack of programming knowledge did manage to upload the project on the esp32 and...