mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-28 07:23:17 +00:00
SBUS and CPPM output
This commit is contained in:
@@ -342,6 +342,19 @@
|
||||
#define HOTT_FW_TELEMETRY // Forward received telemetry packets to be decoded by erskyTX and OpenTX
|
||||
#define BAYANG_RX_TELEMETRY // Forward channels data to TX
|
||||
|
||||
/**************************/
|
||||
/*** TRAINER SETTINGS ***/
|
||||
/**************************/
|
||||
// By default Multi uses the telemetry line to send the received channels using a RX protocol (FrSky, DSM, AFHDS2A, Bayang) to the radio.
|
||||
// But this does not work on FrSky radios since the telemetry lines of the internal and external modules are shared (hardware limitation).
|
||||
// Using one of the method below (both can be enabled) on a STM32 module enables to go around that issue but needs a hardware modification on the module itself.
|
||||
|
||||
//SBUS signal needs an inverter between the STM32 USART1 TX pin and the radio bay pin 2
|
||||
//#define SEND_SBUS_SERIAL
|
||||
|
||||
//CPPM signal needs a resistor between the STM32 USART1 TX pin and the radio bay pin 2
|
||||
//#define SEND_CPPM
|
||||
|
||||
/****************************/
|
||||
/*** SERIAL MODE SETTINGS ***/
|
||||
/****************************/
|
||||
|
||||
Reference in New Issue
Block a user