Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
LPC1768 - possible to output PPM?
Can I make the LPC1768 output a PPM signal similar to what Radio Control devices use? If not is there a different mbed product that can do it?
3 Answers
10 years, 1 month ago.
Hi Dave - you sure can. Take a look at Handbook - PwmOut, and search on pwmout. There are many examples controlling servo's.
Hi David. I want to create PPM not PWM. Or are you saying I can create a PPM frame by chaining together PWM pulses?
posted by 29 Sep 201410 years, 1 month ago.
Hi Dave,
I made my own RC transmitter "RCCL".
The main documentation is written in french at http://www.robertmagda.be/.
A old documentation in englih at https://sites.google.com/site/rcclradio/ ( not up to date)
The programs are documented in english and are at https://bitbucket.org/robertspil/rccl_v4. It did not publish this within the Mbed repositories because I develop offline.
The PPM generator is at RCCL_V4 / hwmbed / timer.cpp
If you need more info , just ask it.
Robert