From 43d2f1a378d1b4722cca07f5b1a4e71a38a2acb8 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Sat, 10 Apr 2021 13:38:22 +0200 Subject: [PATCH] Created Variant SKATEBOARD (markdown) --- Variant-SKATEBOARD.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Variant-SKATEBOARD.md diff --git a/Variant-SKATEBOARD.md b/Variant-SKATEBOARD.md new file mode 100644 index 0000000..613693b --- /dev/null +++ b/Variant-SKATEBOARD.md @@ -0,0 +1,16 @@ +This variant can be used with Pulse Width Modulation remotes for Skateboards/Longboards.
+Those remotes use a single PWM Channel for Throttle and Brake.
+When the remote is at middle/resting position, the motors are freewheeling (Torque Mode). + +## Wiring: +* Connect the receiver signal to green wire on right sensor cable(shorter) + +⚠ Red wire from sensor cable delivers 15v !!! +Use 3.3v from programming port, 5v from hall sensor cable, or a voltage regulator. + +## Calibration: +Proceed with [calibration](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki/Calibration) for better control. + +## Troubleshooting: +If the board is beeping: +* Make sure you are using the sensor cable(left or right) selected in config.h \ No newline at end of file