I bought the DMX to LED shield thinking I could just plug it into a DMX daisy chain and use its output as a relay to trigger a Raspberry Pi running a Falcon Pi Pro (FPP) through its GPIO pins. It will be triggering one of two FPP sequences on a Raspberry Pi to trigger an animatronic skull—either its opening sequence or its closing sequence using QLab on a Mac.
Looking at it deeper, I think I’m discovering that I need to actually do some programming of The Thing using its DMX shield to do the DMX triggering I want happening.
Am I looking at this correctly? If so, since The Thing + DMX Shield is such a basic combination, is there already code written for it that I can (using an Arduino IDE) import pre-existing code into The Thing and get it running fairly easily and quickly?
There’s some example code in the hookup guide that might help you with your code.
https://learn.sparkfun.com/tutorials/sparkfun-esp32-dmx-to-led-shield
1 Like
Thank you. I’m reading through those.
Does the shield pass the DMX data along its route, or is my programming responsible for 1) grabbing what data I need from the data stream, 2) extracting the data I need from the DMX data stream, and 3) rebroadcasting what’s left in the data stream along the remaining DMX daisy chain?
I figured out I have three instances of a VCC, a ground, a data line, and a clock. I want to make two of those be a simple on-off switch. It’ll be off most of the time, then momentarily on for 1/4 second to trigger the GPIO pins on the Raspberry Pi. I’d have hoped someone has already done this and figured it out already—maybe not.
What in the code gives me that granularity of control? There’s three different libraries I’m rummaging through.