From 6cb67ee578e193fbbe564938b8ded6bfad87cf4f Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 19 Nov 2020 23:14:14 +0100 Subject: [PATCH] Created PWM Control (markdown) --- PWM-Control.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 PWM-Control.md diff --git a/PWM-Control.md b/PWM-Control.md new file mode 100644 index 0000000..f6f4da4 --- /dev/null +++ b/PWM-Control.md @@ -0,0 +1,12 @@ +This variant can be used with Pulse Width Modulation RC Receivers. + + +## Wiring: +* Connect channel 1 of your receiver to blue wire and channel 2 to green wire. By default, PWM variant is using right sensor cable(shorter) to minimize noise + +## Troubleshooting: +If the board is beeping: +* Make sure you are using the sensor cable(left or right) you selected in config.h + +⚠ Red wire from sensor cable delivers 15v !!! +Use 3.3v from programming port, 5v from hall sensor cable, or a voltage regulator. \ No newline at end of file