Wanting to pass info from Arduino to Prop
AGCB
Posts: 327
I have a GPS sensor controlled by a Arduino uno and would like to pass some of the GPS output to the Prop so it can be easily displayed w/ the TV_TEXT object.
I found this old tread that seems to be the same idea but the thread ends w/ no answers, at least not detailed enough for me.
Would someone shed a little more light on the subject?
Thanks
Aaron
http://forums.parallax.com/showthread.php/139890-Arduino-to-Propeller-communication.
I found this old tread that seems to be the same idea but the thread ends w/ no answers, at least not detailed enough for me.
Would someone shed a little more light on the subject?
Thanks
Aaron
http://forums.parallax.com/showthread.php/139890-Arduino-to-Propeller-communication.
Comments
As kwinn mentioned, you need a resistor between the Arduino's 5V TX and the RX of the Prop. 3.9K would be great but I think any value between 3K and 10K would work and be safe.
You might want to take a look at the code used in the Propeller Backpack. Phil has some nice code which make it (relatively) easy to set windows on a TV to display text.
This will give me a good place to start. If I have trouble I'll be back.
Aaron