You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2020. It is now read-only.
Hello! First of all, thank you so much for sharing this project!
I'm trying to implement this project on the BeagleBone Black, and I'm running into an issue. I'm able to run the "dmx" application without any errors, however, my DMX dimmer pack isn't receiving any signal. I've built the circuit to your specifications, with the exception of using larger sized components to fit into a breadboard. I also connected the input to pin 7 on P8 (GPIO 66) because pin 3 is used by the eMMC on the Black. After doing this, I edited dmx.c and recompiled. To troubleshoot, I connected the outputs to some LED's, and they do light-up when the "dmx" application is launched. They do seem to be lighting-up opposite each other; when the input wire is plugged-in, one is lit, when it's unplugged the other is lit. I imagine this is the correct behavior. Any ideas on what could be going wrong? Any help would be appreciated! I've spent the better part of a day tinkering with this in an attempt to get it working.
Hello! First of all, thank you so much for sharing this project!
I'm trying to implement this project on the BeagleBone Black, and I'm running into an issue. I'm able to run the "dmx" application without any errors, however, my DMX dimmer pack isn't receiving any signal. I've built the circuit to your specifications, with the exception of using larger sized components to fit into a breadboard. I also connected the input to pin 7 on P8 (GPIO 66) because pin 3 is used by the eMMC on the Black. After doing this, I edited dmx.c and recompiled. To troubleshoot, I connected the outputs to some LED's, and they do light-up when the "dmx" application is launched. They do seem to be lighting-up opposite each other; when the input wire is plugged-in, one is lit, when it's unplugged the other is lit. I imagine this is the correct behavior. Any ideas on what could be going wrong? Any help would be appreciated! I've spent the better part of a day tinkering with this in an attempt to get it working.