How to set up PPM

Terryfrank84

Well-Known Member
Hi guys, so I've got a 250 quadcopter, and I need to change my setup to enable ppm. I've got a orange 615x rx and a futaba ff9 tx spektrum 2.4 gig module.
Running on a full naze32 board. Thanks in advance for help
 
Check page 10 in this manual.
http://www.abusemark.com/downloads/naze32_rev3.pdf


If you already know how to get to the terminal then:


WARNING
Any changes to settings in cli, in particular related to motor output (throttle
values, etc) are accepted REALTIME and may result in motors starting up without warning.
Always configure with props disconnected or when model is only powered by USB.
Common usage examples:

To enable CPPM receiver, enable PPM feature:
# feature ppm
# save
 
Back
Top