Can I connect a PPM output directly into on of the input PWM pins on an a chip such as the ATMega1280?
I though that FASST, was not a PPM/PCM protocol.
Is there a starting point, or what pin should I connect to on a Futaba 6014FS FASST receiver?
I would like to grab the data stream from the receiver, and then based upon conditions control LED's.
Where would a good starting point or articles etc on how to hook to the Futaba reciever be?
Replies
The 8 and 14 channel FASST receivers are right out, and don't have any PPM order hidden inside. If you plan to use one of those, you'll definitely have to use a converter.
Rusty
An easier method is to use our PPM encoder board, which turns PWM back into PPM, which the Atmega can read very efficiently.
By default I believe the firmware and board layout is setup to be able to only decode 2 channels from your receiver (plus you can sense the state of the manual/auto switch on your receiver.)
However, I discovered by soldering a couple jumper wires and hacking the firmware, you can actually decode 4 channels from your receiver (and drive 4 output servos) along with sensing the state of your manual/auto selection switch.
I'm looking forward to the ardu-mega-pilot which will have even more IO capability.
Regards,
Curt.