How To Correctly Monitor A Receiver's Output Signal With Basic Stamp...?
Im New To Micro
Posts: 42
Hi all,
I have this receiver( http://www.amazon.com/AR500-DSM2-5-Channel-Sport-Receiver/dp/B001BUUUNK) which is made for R/C air planes, and I also have the transmitter for it.
I would like to use this in another project, but the problem I'm having is, I'm trying to figure out how to hook it up to my Basic Stamp board, and once I do, I would like to Debug or monitor what the current signal is (or pulse rate I guess) and based on that pulse/signal I can make another device do something.
So basically, for R/C receivers like these, you plugin a servo that has a red/black/white cable, and the white cable is for the signal. So I tried testing one of the channels by plugging a pig tail into the receiver, and plugging the pig tail's white lead into one of my Basic Stamp pins (P0).
From there I'm not sure what code or commands I need to use to monitor what's taking place...
Thanks, hope my issue makes sense
I have this receiver( http://www.amazon.com/AR500-DSM2-5-Channel-Sport-Receiver/dp/B001BUUUNK) which is made for R/C air planes, and I also have the transmitter for it.
I would like to use this in another project, but the problem I'm having is, I'm trying to figure out how to hook it up to my Basic Stamp board, and once I do, I would like to Debug or monitor what the current signal is (or pulse rate I guess) and based on that pulse/signal I can make another device do something.
So basically, for R/C receivers like these, you plugin a servo that has a red/black/white cable, and the white cable is for the signal. So I tried testing one of the channels by plugging a pig tail into the receiver, and plugging the pig tail's white lead into one of my Basic Stamp pins (P0).
From there I'm not sure what code or commands I need to use to monitor what's taking place...
Thanks, hope my issue makes sense
Comments
Never mind, I figured it out. For those who may come across this later, I used the PULSIN command. Read the help guide on how to use it. And also, one mistake I was making was, I didn't connect the ground from the receiver to my Basic Stamp board