From fae37fe67d78d2086ea5c3531b0ca0b81e070ac0 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Thu, 25 Aug 2016 19:39:08 +0200 Subject: [PATCH 1/4] Update Protocols_Details.md --- Protocols_Details.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Protocols_Details.md b/Protocols_Details.md index 65924cb..ebff328 100644 --- a/Protocols_Details.md +++ b/Protocols_Details.md @@ -17,6 +17,8 @@ CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8 ---|---|---|---|---|---|---|--- A|E|T|R|CH5|CH6|CH7|CH8 +Note that the RX ouput will be AETR. + ###Sub_protocol V9X9 CH5|CH6|CH7|CH8 ---|---|---|--- @@ -107,7 +109,7 @@ Bind procedure: - Change option to 1 to use the global ID. - Do not touch option/RX_Num anymore. -Note that the ouput on the RX will be EATR. +Note that the RX ouput will be EATR. ##DSM2 Extended limits supported @@ -137,7 +139,7 @@ CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12 ---|---|---|---|---|---|---|---|---|----|----|---- A|E|T|R|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12 -Note that the ouput on the RX will be TAER. +Note that the RX ouput will be TAER. ###Sub_protocol DSMX Same as above @@ -196,7 +198,7 @@ JJRC H20: OPT1=Headless, OPT2=RTH JJRC H22: OPT1=RTH, OPT2=180/360° flip mode -H8 3D: OPT1=RTH + headless, OPT2=180/360° flip mode +H8 3D: OPT1=RTH then press a direction to enter headless mode (like stock TX), OPT2=switch 180/360° flip mode CAL: calibrate accelerometers From 3b5471b97cf91a4691c94d8bd9198f00998f3a3f Mon Sep 17 00:00:00 2001 From: pascallanger Date: Thu, 25 Aug 2016 21:22:33 +0200 Subject: [PATCH 2/4] Update Protocols_Details.md --- Protocols_Details.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Protocols_Details.md b/Protocols_Details.md index ebff328..fae3fd0 100644 --- a/Protocols_Details.md +++ b/Protocols_Details.md @@ -99,7 +99,7 @@ CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8 ---|---|---|---|---|---|---|--- A|E|T|R|CH5|CH6|CH7|CH8 -Bind procedure: +Bind procedure using serial: - With the TX off, put the binding plug in and power on the RX (RX LED slow blink), then power it down and remove the binding plug. Receiver should now be in autobind mode. - Turn on the TX, set protocol = Devo with option=0, turn off the TX (TX is now in autobind mode). - Tun on RX (RX LED fast blink). @@ -109,6 +109,13 @@ Bind procedure: - Change option to 1 to use the global ID. - Do not touch option/RX_Num anymore. +Bind procedure using PPM: +- With the TX off, put the binding plug in and power on the RX (RX LED slow blink), then power it down and remove the binding plug. Receiver should now be in autobind mode. +- Turn on the TX, set protocol = Devo with option=0, turn off the TX (TX is now in autobind mode). +- Tun on RX (RX LED fast blink). +- Turn on TX (RX LED solid, TX LED fast blink). +Fixed ID is not supported yet. + Note that the RX ouput will be EATR. ##DSM2 From a5b084f506d4bcbb2870f41c75f2182a2913e320 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Fri, 26 Aug 2016 10:55:13 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72baff4..5df17b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # DIY-Multiprotocol-TX-Module + Multiprotocol is a 2.4GHz transmitter which enables any TX to control lot of different models available on the market. The source code is partly based on the Deviation TX project, thanks to all the developpers for their great job on protocols. @@ -9,6 +10,8 @@ The source code is partly based on the Deviation TX project, thanks to all the d **To download the latest compiled version (hex file), click on [Release](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/releases) on the top menu.** +If you wish to support the development of this free firmware [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RT7738FE98HMY) + ##Contents [Compatible TX](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#compatible-tx) From bbf9331bafc16af36161b5c83555169ba3608a51 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Fri, 26 Aug 2016 10:56:27 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5df17b6..794e7b5 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ The source code is partly based on the Deviation TX project, thanks to all the d **To download the latest compiled version (hex file), click on [Release](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/releases) on the top menu.** -If you wish to support the development of this free firmware [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RT7738FE98HMY) - ##Contents [Compatible TX](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#compatible-tx)