RC signal decoding
tobdec
Posts: 267
Hey everyone, first post and prob a noobish one too lol
I am in the process of building a rather large completly rc robot. I have a basic stamp 2 that I would like to decode the RC code from the receiver and then mix the channels to be output to my h-bridge's. How would I go about doing this? Sorry if this is common knowledge but I just cant seem to find a straight answer anywhere.
Thanks in advanced!
I am in the process of building a rather large completly rc robot. I have a basic stamp 2 that I would like to decode the RC code from the receiver and then mix the channels to be output to my h-bridge's. How would I go about doing this? Sorry if this is common knowledge but I just cant seem to find a straight answer anywhere.
Thanks in advanced!
Comments
I have the homework board and I remember the PULSOUT positioning servos by the duration. Modern RC receivers have outputs using PWM correct? Or is this PPM? Sorry for all the dumb questions
If you want to call it anything, say that servos are controlled by pulse *duration* modulation. So, obviously, it's just the duration of the pulse that matters, not their period, position, or anything else.
R/C receivers haven't changed the format of the signal they produce in decades. It's still a stream of 1-2 millisecond pulses, spaced more or less 20 milliseconds apart.
-- Gordon