Page 1 of 1

Re: Using the UART pins on the Pi?

Posted: Thu Jan 21, 2016 3:47 pm
by bodex
Hi,

I tried to use the three UART-Pins as an Outpout-Device. But it doesn´t work yet. Must i change some configurations to use them?
What Baud Rate uses the UART Out.

Bodex

Re: Using the UART pins on the Pi?

Posted: Thu Jan 21, 2016 8:28 pm
by mcallegari

Re: Using the UART pins on the Pi?

Posted: Fri Jan 29, 2016 4:57 am
by Mihai Andrei
I built UART converter :
chip used: SN75176B http://www.ti.com.cn/cn/lit/ds/symlink/sn75176b.pdf

Image

Re: Using the UART pins on the Pi?

Posted: Tue Dec 20, 2016 4:47 pm
by chuddy117
I just donated and received a link to the QLC+ image for the PI, and I'm looking to use the native UART pins on my PI, but am a little confused as to the components required. I have a MAX485 converter (same as this one: http://www.jonshouse.co.uk/rpidmx512.cgi), but on that website, it doesn't use the UART pins on the Pi. Does any one have a diagram for which pins are required, and if I need anything beyond the MAX485 adapter?

Re: Using the UART pins on the Pi?

Posted: Sun Jan 01, 2017 8:34 pm
by Mihai Andrei
I have done so and I works perfectly
is it of RPI QLC for OLA

1)
put before writing that is

Code: Select all

#
with the command:

Code: Select all

sudo nano /boot/cmdline.txt
2)
put the end of everything

Code: Select all

init_uart_clock=16000000
with the command:

Code: Select all

sudo nano /boot/config.txt
3)
simple .. just connect the RI uart TX for the Rpi .. and everything works
(Capacitors are used to overcome small disturbances from the DMX line)
12787079_10204293742103299_312901291_o.jpg
the LED is not mandatory but as confirmation that everything works I put .. you can also put it to the test and remove it very important to be bi-color LED with 2 pins .. or inverted pin inside .. or 2 opposite mounted LED .. (then LED with 3-pin and common ground are not good)
the startup will be red .. while charging the image can change the color (flashing of LED type sd) then they are both turned on ..
as soon as you throw the signal you see flashing very fast (almost imperceptible) to 40hz ...
in this case, everything should work ...
We just have to try a real fixture to have more confirmation that everything is ok