DmxSerial2
DmxSerial2 copied to clipboard
An Arduino library for sending and receiving DMX RDM packets.
So I'm using the RDMSerialRecv example (Link: https://github.com/mathertel/DmxSerial2/tree/master/examples/RDMSerialRecv) and it's not working. I am using the Chamsys Magicq software connected to a DMXKing ultraDMX2 Pro (Link: https://www.dmxking.com/usbdmx/ultradmx2-pro) which connects to...
How possible would it be to add support for the STM32 Arduino core? Right now there's a whole pile of compile errors similar to `'UCSRnB' was not declared in this...
Closes #29 Blocked behind #37 (builds on the changes in there). Obviously this adds new fields to the RDMINIT struct, currently in a way that isn't very backwards compatible, so...
Rework of #35 . Given: Please add top the existing github actions _Originally posted by @mathertel in https://github.com/mathertel/DmxSerial2/issues/35#issuecomment-1018703462_ Are you happy for me to do this?: I would suggest switching...
This is the best RDM example I have found many thanks.I have ported DMXSerial2 to an STM32F103 and its working well. I am using the original code as a testbed(MEGA2560)...
Please create an example using a sensor. I am a noob and struggling to implement. Any help appreciated. Thanks.
DMX Out
Good morning! I've built an RDM IN module with this code, which works awesome, by the way! But now, I'm trying to get it to ingest RDM through the serial...
Anyone knowing how to increase the number of channels from 3 to 4. The example have 3 channels, RGB for LED's, I would like to add an additional channel. I...