I’ve been upgrading mtongz’s artnet v2 project for some boards I made, then I found this excellent project (d’oh). So I am now planning to add a few mods for what I need, they are:
Dual DMX output using an interrupt-enabled driver for UART0 & 1
DMX input on UART0 also supported by the driver (though not my first priority)
Onboard device & 2x port status WS2812 LEDs
Network (ArtNet/sACN) to DMX passthrough (not sure if this is already supported?)
Network to LED direct mapping (for external pixel effects - not sure of this is already supported?)
They will only support ESP8266 because that’s the only hardware I have.
Just wondering if anybody has any tips before I pile in? I know that I should aim to add them as usermod v2 features, but not sure if there is such low-level access available for all the above?
@blazoncek Could you explain why my links have been hidden please? There’s nothing in the community guidelines about posting links to github or other websites for that matter.
I’m afraid I’ve only implemented on an ESP8266 and don’t have ESP32 hardware or the time to test it and get it working.
A binary is available on racitup dot com
You will struggle to make DMX reliable (gap-free) without a full ISR DMX driver which is implemented for the ESP8266 here:
One day I might have time to implement the ESP32 version but unfortunately has a completely different ISR API. Also I believe it still has the UART bug with the idle timer which took a lot of figuring out. And the 8266 still has 2 years support.
I haven’t posted the mods as a PR because they seem reluctant to accept them and without ESP32 support would be rejected anyway.
For me, it would be interesting to see the changes you made for the ESP8266.
I’m a Hardware and Firmware developer, so I would love to branch off from your working branch to see how far I can get it.
Could you share a link to the repo or branch which is working for you?
I found this really promising implementation, the guy wrote a own part Implikationen and the way how he deals with the break problem sound promising too me.
Works with esp32 and as a feature RDM + a sniffing tool.
Would be still interesting to see the changes you made.
Did you manage to implement your work in one user_mid file or did you have to change more in the project?
I will try out your binary later with an esp8266, looking forward to this. Did you actually implied a interface for the node?