I'm trying to connect and use a Spektrum, spread-spectrum R/C "satellite" reciever with my Pi. There is some information about doing so with the Arduino, including helpful source samples.
e.g. http://www.dogfight.no/2011/01/spectrum ... duino.html
I'm trying to do the same with my Pi and Python.
It appears this receiver can be talked to as a serial device. I have some doubts about how to get started. I have three wires, one of which is ground, one of which takes +3.3v and the third of which is for "communication". I think I can get myself started if I can figure out:
1) How do I do serial over "one wire"? Does it just get connected to the RX pin?
2) What should I be concerned about with regard to safety? (i.e., Resistors? Where?)
3) How can I view the data coming over the link? I'd like to be able to give an input on my transmitter and watch what values change.
Any ideas? I can of course supply more info if users can direct my as to what to ask, investigate, etc.
Thanks.