PPM signal decoding and driving 10 RC servo motors

Hi All,

Is there an open source PIC project out there which can do PPM signal decoding from a RC (Radio Control) transmitter and drive 10 servo motors with a PIC (PIC18F6680) and a CD4017 decade counter?

Appearetly some how using a CD4017 decade counter with a microcontroller helps to minimize the processing load on the controller to manage multiple RC servos. (Do you know how?)

Aaron

Reply to
<Aaron Molavitz>
Loading thread data ...

I don;t see why you need more than a 4017 actually..

Reply to
The Natural Philosopher

The 4017 is a "johnson" counter, which means that it only outputs one '1' at a time -- think of it as a shift register that never takes more than one '1'.

Basically what you do is set up the timer on your PIC to output a pulse train similar to what would come out of an RC transmitter (do a web search for the details). The 4017 decodes this for your 10 servos. This only relieves the software load on the PIC in the sense that it allows you to use it's one timer (I assume the 6680 has a timer) instead of synthesizing the pulses in software.

Reply to
Tim Wescott

There are similar projects for the Atmel AVR series. In fact you could probably use a small one (eg ATtiny2313, 20 pin DIP or SO) to drive 10 servo motors directly (with appropriate driver transistors etc).

see

formatting link

Of course if you are comfortable with the PIC series and suitably equipped, you may want to stay with PIC.

HTH

Marc

Reply to
Marc Heusser

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.