From cd2800a2ae2cd030a20cd08b58431e0e9aa18745 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 19 Nov 2020 22:57:06 +0100 Subject: [PATCH] Created PPM Control (markdown) --- PPM-Control.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PPM-Control.md diff --git a/PPM-Control.md b/PPM-Control.md new file mode 100644 index 0000000..c18cb9d --- /dev/null +++ b/PPM-Control.md @@ -0,0 +1,14 @@ +This variant can be used with PPM-SUM RC Receivers. +As opposed to PWM, it will send all channels on a single wire one after the other. +Default number of channels for PPM in config.h is 6. + +## Wiring: +* Connect green wire to your receiver. By default, PPM variant is using right sensor cable(shorter) to minimize noise + +## Troubleshooting: + +If the board is beeping +* Please check the number of channels, even if you transmitter only handles 6 channels, you receiver might transmit more channels +* Make sure you enabled PPM on your transmitter + +⚠ Use 3.3v from programming port or a voltage regulator, don’t use red wire it delivers 15v \ No newline at end of file