-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question/help] raw ola uart #1964
Comments
Hi @Aworldc , Did you see the suggested schematic in the blog linked from the Plugin's readme documentation: There's also a copy of the plugin docs here: You might get better responses on our mailing list: |
Yeah i saw that, but it uses some adapter board i don't have and can't get as there isn't enough time for it to get shipped by tomorrow morning |
Sorry but you're probably out of luck then. The UART on the Pi generates TTL level unbalanced signals, and DMX is balanced RS-485 level. How many lights have you got? The only thing you could possibly do would be some horrible bodge of sending the TTL level into the RS-485 chip of one of the lights (on the TTL side). If you could put a bodge wire in to put it into transmit enable (rather than receive enable where it will be) you could possibly use that light in place of the adapter board to drive the others. |
got 2 lights. this only has to work for 8 hours so a horrible bodge is completely fine. |
Hi, sorry for this (probably) stupid question. i have a raspberry pi 5 and i need to use it's gpio to control 6 channels of normal dmx512.
I enabled the uart plugin and connected wires to some pins on the piI don't know what's wrong, but when i use the ola ui to turn up the channels the lights don't change.
I connected uart tx on the pi to pin 3 on the dmx cable. i connected ground on the pi to pin 1 on the dmx cable. I don't have any breakout board but as far as i know i don't need one.
Attached is an -l 4 log and copy of ola-uart config.
log.txt
If anyone knows what i messed up, that would be great.
The text was updated successfully, but these errors were encountered: