I have the same problem with my R4 UNO and I got a reply to my ticket saying that this library is only good for Atmel microcontrollers. My R4 did NOT have that microcontroller, so maybe yours too? I have ordered a new UNO R3 which I will test tonight or tomorrow and will try to report back. I also ordered and received another DMX shield which did the same thing. My R4 works fine otherwise, but even with the most basic code that blinks the onboard LED, when I install the shield, whether enabled or...
Hi, ok thanks. it seems the R4 uses a RA4M1 controller. Mind offering any tips for how to find this? I bought this hardware (including a DMX shield) which listed all sorts of compatibility and nowhere did anything mention anything about needing specified controllers. Abysmal docs; kind of typical. But, not being an engineer, I'm a little bit lost now. Thanks!
The libraries are for Atmel based chips. If your Arduino uses a different controller then you should find a different library. Kind Regards Danny From: tickets@dmxlibraryforar.p.re.sourceforge.net tickets@dmxlibraryforar.p.re.sourceforge.net on behalf of Macelin Cane macelincane@users.sourceforge.net Sent: Sunday, September 1, 2024 2:16:42 AM To: Ticket #24: Arduino not running with shield attached 24@tickets.dmxlibraryforar.p.re.sourceforge.net Subject: [dmxlibraryforar:tickets] #24 Arduino not...
Arduino not running with shield attached
DMX SHIELD CTC-DRA-10-R2 ARDUINO BOARD Wemos® UNO+WiFi R3 ATmega328P+ESP8266 32Mb Memory
DMX control box not working
using the DMX shield on the Arduino R4 - avr_IO isusue
it is still a WIP and also, I need to do some cleaning up and commenting bit it works: https://github.com/Marthaarman/dmx-transceiver it is not a library itself, but part of something else. you can use it as an example though. For the specific code example, I created this PCB: https://github.com/Marthaarman/dmx_interceptor_PCB
it is still a WIP and also, I need to do some cleaning up and commenting bit it works: https://github.com/Marthaarman/dmx-transceiver it is not a library itself, but part of something else. you can use it as an example though
it is still a WIP and also, I need to do some cleaning up and commenting bit it works: https://github.com/Marthaarman/dmx-transceiver
Hi, i'm also interessted in this topic. I have an ctc-dra-10-r2 shield and would like to route and changhe the received DMX Signal to a certain DMX Device. XLR 1 -->DMX Input: Slave receives the DMX Signal --> convert the Data in the Programm --> forward new data to DMX Device as Master DMX Output on XLR 2 best regards
read channel and value
Dmx power order
I have been trying to use it in this way as well. I'm dealing with a bunch of sub par light fixtures that flicker when controlled from lighting consoles. I have found that they run stable using your library with a large interbyte gap. I was hoping I could forward DMX from a console, through the shield and then to the fixtures; using a different pool of channels on the same universe for sending and receiving if needed Is this possible with your library? Is there another library more suited to my application...
I have been trying to use it in this way as well. I'm dealing with a bunch of sub par light fixtures that flicker when controlled from lighting consoles. I have found that they run stable using your library with a large interbyte gap. I was hoping I could forward DMX from a console, through the shield and then to the fixtures; using a different pool of channels on the same universe for sending and receiving if needed Is this possible with your library? Is there another library more suited to my application...
I have been trying to use it in this way as well. I'm dealing with a bunch of sub par light fixtures that flicker when controlled from lighting consoles. I have found that they run stable using your library with a large interbyte gap. I was hoping I could forward DMX from a console, through the shield and then to the fixtures; using a different pool of channels on the same universe for sending and receiving if needed Is this possible? Thanks
Only addresses 1-31 are received
Hi there. Using Arduino Mega 2560 I need to control more than 1 DMX universe. How can I do with this DMX shield ?. Or I need to stack several shields controlling each universe ?. Thank you.
What signal or instruction to catch pins contact on Neutrik
HI have a look at this link https://stackoverflow.com/questions/19765037/arduino-sketch-upload-issue-avrdude-stk500-recv-programmer-is-not-respondi As this more an issue with your arduino. Recently I saw his when there was a version missmatch between my boot load and the one IDE was expecting. So double check your settings.
IO Ports
successfully compiled but couldn’t upload
Library on Arduino Mini - not receptive.
Recognize if there's an input
ISR disable only works for UART0
i wanted to build dmx record/playback device. with library im using single serial port
use of DMX_Master and DMX_Slave simultaneously
The library has been written to be used on a single serial port only and can only send or recieve but does not allow to do both simultaneously. perhaps you can explain in more detail what you are trying to do since I might be misunderstanding you. A usecase would clear things up easily.
Debugging with Serial.print()
You can not debug using the serial port if you use the serial port to send out DMX data.
use of DMX_Master and DMX_Slave simultaneously
use of DMX_Master and DMX_Slave simultaneously
Debugging with Serial.print()
we used arduino 1.0.6 and 1.6.9 i believe ,. arduino mega 2560 also this dmx shield : https://www.amazon.com/Quality-Solution-Connect-Arduino-Networks/dp/B01CURKPWS/ref=sr_1_2?ie=UTF8&qid=1493261170&sr=8-2&keywords=dmx+arduino
we used arduino 1.0.6 and 1.6.9 i believe ,. arduino mega 2560
Hi There, I'll see whether I can reproduce this, can you please give me a few more details on what Arduino type and version you're using?
board hangs on power cycle or reset with dmx-slave sketch.
Compilation error
You should install the arduino IDE on your computer and place the library in your...
Unable to compile / load example .ino files
Serial conflict
Help with Jumper pin settings
Dear Greg, I said before to configure digital pin 2 as output and set it HIGH, so...
Help with Jumper pin settings
I spent about 5 hours on this today and have hit a bit of a wall! I have managed...
I spent about 5 hours on this today and have hit a bit of a wall! I have managed...
Thanks very much I will try this out tomorrow! :)
Yes, You can use something as DMXSimple to send out DMX from an IO pin, just make...
Thanks for your reply! :D What requirements do I need to meet in order to use this...
Thanks! It woould not compile until I removed those files. I tried re-uploading the...
Unable to compile / load example .ino files
For this library and Shield you;re using the jumpers should be: EN DE TX-usart RX-usart...
Serial conflict
You cannot use the serial because it is already used by this librray, which is why...
Compilation error
The library uses the Serial port to send or read DMX, therefore you cannot use the...
If I delete the following lines from Conceptinetics.cpp #if defined (USART__TXC_vect)...
Serial conflict
I managed to get it to accept sketches while also outputting DMX by setting the jumpers:...
If I upload the sketch and then disconnect the arduino, then swap the two final jumpers...
If I delete the Manual_Break example folders from the library and re-upload the library...
Unable to compile / load example .ino files
Solution: Disable debug.
Compilation error
Unable to compile the example code "DMX Master" Arduino: 1.7.10 (Mac OS X), Board:...
Unable to compile the example code; Arduino: 1.7.10 (Mac OS X), Board: "Arduino Yún"...
Getting DMX library to work on Arduino Leonardo
Getting DMX library to work on Arduino Leonardo
Home