How can I read PWM from a receiver?

Hi all

I want to read the PWM signals from a 6 channel receiver and then let the read PWM go to the ESC and to the servos without modification 

Simply I want to control my airplane with a remote control through Arduino In preparation to build my UAV

I am using arduino duemilanove

Please help me 

Thank you all


You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Try the following code: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1290626864

    Frederic

  • Probably easier to ditch the duemilanove and use an ardupilot. It has the PPM module - which is a co-processor that turns the 6 pwm signals into a PPM stream, which the main processor examines.

    The main advantage to you is that the PPM module is mature and works well, and there is already code that you can leverage in the APM codebase to examin this signal and repeat it on the output pins.

    Probably there are plenty of cheap APM1 1280 versions the people will sell to you.

This reply was deleted.

Activity