Can't connect via art-net or sACN #771
Replies: 8 comments 5 replies
-
Try sACN View (free tool) and please post your device configuration. |
Beta Was this translation helpful? Give feedback.
-
sACN is set to send to 192.168.1.2 |
Beta Was this translation helpful? Give feedback.
-
Try this screen: |
Beta Was this translation helpful? Give feedback.
-
I have been trying to find a free artnet data source that I can use to test. Once I find one I can see if there is something odd going on. I have tried three so far and they all failed to load on my pc (ok magic-q loaded but is so complicated I gave up on it) |
Beta Was this translation helpful? Give feedback.
-
So far I have gotten onyx to send out the broadcast polls and they are being properly received on the ESP32. I did note a bug in the library. It is sending a message on the serial port every time a poll is received. That wont work on ESPs with 8 ports. I had to modify the library to send the message via the input driver which has the code to not transmit console data when the console output is being used for pixel data. No idea how to get this thing to play the demo sequences that the SW came with. I suspect it is going to work fine once I find the play button. |
Beta Was this translation helpful? Give feedback.
-
I just uploaded a set of changes that allowed support for universe zero in artnet. Onyx is now broadcasting data to the ESP32 device. Because the artnet application is a polled application, it is losing almost 40% of the PDUs. It will need to be converted into an async application so that the poll from the main loop is not needed. At any rate, it is working at this time. You can download my latest CI build or use the most recent CI build on the web flasher. |
Beta Was this translation helpful? Give feedback.
-
Converted to Async UDP and the number of lost PDUs dropped 10%. Still losing a lot but I am not going to be able to do anything about it. |
Beta Was this translation helpful? Give feedback.
-
Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Hello there,
I've uploaded the latest 4 build (tried also 3.2) on esp32 with max485 to dmx board, but whatever i do cannot connect via art-net of sACN.
Tried with obsidian onyx, qlc+, madmapper and resolume, none of them can send to the esp32.
For example when i try ddp from LedFX to esp32 it's working without a problem.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions