From 860050b510a8cb9a7cf5a2af7ad5604cd838fcc9 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 19 Nov 2020 23:28:25 +0100 Subject: [PATCH] Created IBUS CONTROL (markdown) --- IBUS-CONTROL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 IBUS-CONTROL.md diff --git a/IBUS-CONTROL.md b/IBUS-CONTROL.md new file mode 100644 index 0000000..612069d --- /dev/null +++ b/IBUS-CONTROL.md @@ -0,0 +1,16 @@ +This variant can be used with Flysky RC Receivers compatible with IBUS protocol. +As PPM, it will send all channels on a single wire, but using a USART frame and checksum. This is the most reliable variant for RC control. +Default number of channels for IBUS in config.h is 14. + +## Wiring: +* Connect green wire to IBUS port of your receiver. By default, IBUS variant is using right sensor cable(shorter) + +## Troubleshooting: + +If the board is beeping +* 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 +* 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