From c63bafaabf6b2177c6087afbd5af349aab461793 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 16 Sep 2021 17:08:20 +0200 Subject: [PATCH] Updated Variant IBUS (markdown) --- Variant-IBUS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Variant-IBUS.md b/Variant-IBUS.md index b2166fd..f33c69f 100644 --- a/Variant-IBUS.md +++ b/Variant-IBUS.md @@ -2,6 +2,8 @@ This variant can be used with Flysky RC Receivers compatible with IBUS protocol. It will send all channels on a single wire like PPM, but is more reliable as it is a digital protocol using a USART frame and checksum.
Default number of channels for IBUS in config.h is 14 (successfully tested with Flysky fs-I6AB and RX2A). +⚠ Ibus telemetry is not handled by the firmware + ## Wiring: * Connect IBUS port of your receiver to green wire on right sensor cable(shorter) * If you want to use the left cable instead, replace CONTROL_SERIAL_USART3 by CONTROL_SERIAL_USART2 and FEEDBACK_SERIAL_USART3 by FEEDBACK_SERIAL_USART2 in config.h