DIY-Multiprotocol-TX-Module/Protocols_Details.md

750 lines
25 KiB
Markdown
Raw Normal View History

2017-03-22 16:41:51 +01:00
# Protocols details
2016-10-05 17:06:51 -04:00
Here are detailed descriptions of every supported protocols (sorted by RF modules) as well as the available options for each protocol.
2016-10-05 17:07:29 -04:00
If you want to see a list of models that use these protocols see the [Models](docs/Models.md) page.
2016-10-05 17:06:51 -04:00
The Deviation project (on which this project was based) have a useful list of models and protocols [here](http://www.deviationtx.com/wiki/supported_models).
## Default Mapping of Protocols <a name="DefaultMapping"></a>
2016-10-05 17:07:29 -04:00
Here is the default mapping of protocols to the 16-position protocol selection switch on the module. You can customize these when you compile your own firmware as described in [Compiling and Programming.](docs/Compiling.md)
2016-10-05 17:06:51 -04:00
**Note that the protocol must be selected before the unit is turned on.**
Dial|Protocol|Sub_protocol|RX Num|Power|Auto Bind|Option|RF Module
----|--------|------------|------|-----|---------|------|---------
0|Select serial||||||
1|FLYSKY|Flysky|0|High|No|0|A7105
2|HUBSAN|-|0|High|No|0|A7105
2016-10-21 21:28:17 +02:00
3|FRSKYD|-|0|High|No|40|CC2500
2016-10-05 17:06:51 -04:00
4|HISKY|Hisky|0|High|No|0|NRF24L01
5|V2X2|-|0|High|No|0|NRF24L01
6|DSM|DSM2|0|High|No|6|CYRF6936
7|DEVO|-|0|High|No|0|CYRF6936
8|YD717|YD717|0|High|No|0|NRF24L01
9|KN|WLTOYS|0|High|No|0|NRF24L01
10|SYMAX|SYMAX|0|High|No|0|NRF24L01
11|SLT|-|0|High|No|0|NRF24L01
12|CX10|BLUE|0|High|No|0|NRF24L01
13|CG023|CG023|0|High|No|0|NRF24L01
14|BAYANG|-|0|High|No|0|NRF24L01
15|SYMAX|SYMAX5C|0|High|No|0|NRF24L01
## Useful notes and definitions
- **Extended limits supported** - A command range of -125%..+125% will be transmitted. Otherwise the default is -100%..+100% only.
- **Channel Order** - The channel order assumed in all the documentation is AETR and it is highly recommended that you keep it this way. You can change this in the compilation settings. However, please indicate your channel order in all questions and posts on the forum pages.
2017-02-08 12:26:35 +01:00
- **Italic numbers** are referring to protocol/sub_protocol numbers that you should use if the radio (serial mode only) is not displaying (yet) the protocol you want to access.
2017-01-03 20:09:28 +01:00
- **Autobind protocol**:
1. The transmitter will automatically initiate a bind sequence on power up. This is for models where the receiver expects to rebind every time it is powered up. In these protocols you do not need to press the bind button at power up to bind, it will be done automatically.
2. Enable Bind from channel feature:
2017-04-18 18:28:18 +02:00
* Bind from channel can be globally enabled/disabled in _config.h using ENABLE_BIND_CH.
* Bind from channel can be locally enabled/disabled by setting Autobind to Y/N per model for serial or per dial switch number for ppm.
* Bind channel can be choosen on any channel between 5 and 16 using BIND_CH in _config.h.
* Bind will only happen if all these elements are happening at the same time:
- Autobind = Y
- Throttle = LOW (<-95%)
- Bind channel is going from -100% to +100%
2017-04-18 18:24:20 +02:00
2017-04-18 18:28:18 +02:00
* Additional notes:
- It's recommended to combine Throttle cut with another button to drive the bind channel. This will prevent to launch a bind while flying...
- Bind channel does not have to be assigned to a free channel. Since it only acts when Throttle is Low (and throttle cut active), it could be used on the same channel as Flip for example since you are not going to flip your model when Throttle is low... Same goes for RTH and such other features.
- Using channel 16 for the bind channel seems the most relevant as only one protocol so far is using 16 channels which is FrSkyX. But even on FrSkyX this feature won't have any impact since there is NO valid reason to have Autobind set to Y for such a protocol.
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
# A7105 RF Module
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## FLYSKY - *1*
2016-02-11 22:29:33 +01:00
Extended limits supported
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
A|E|T|R|CH5|CH6|CH7|CH8
2016-08-25 19:39:08 +02:00
Note that the RX ouput will be AETR.
2017-03-22 16:41:51 +01:00
### Sub_protocol Flysky - *0*
2017-02-08 12:26:35 +01:00
2017-03-22 16:41:51 +01:00
### Sub_protocol V9X9 - *1*
2016-02-11 22:29:33 +01:00
CH5|CH6|CH7|CH8
---|---|---|---
FLIP|LIGHT|PICTURE|VIDEO
2017-03-22 16:41:51 +01:00
### Sub_protocol V6X6 - *2*
2016-02-11 22:29:33 +01:00
CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
---|---|---|---|---|---|---|---
FLIP|LIGHT|PICTURE|VIDEO|HEADLESS|RTH|XCAL|YCAL
2017-03-22 16:41:51 +01:00
### Sub_protocol V912 - *3*
2016-02-11 22:29:33 +01:00
CH5|CH6
---|---
BTMBTN|TOPBTN
2017-03-22 16:41:51 +01:00
### Sub_protocol CX20 - *4*
2016-12-04 21:36:59 +01:00
Model: Cheerson Cx-20
2016-12-14 09:15:33 +01:00
2016-12-04 21:36:59 +01:00
CH5|CH6|CH7
---|---|---
2017-03-22 16:41:51 +01:00
## FLYSKY AFHDS2A - *28*
2016-10-21 21:28:17 +02:00
Extended limits supported
2016-10-26 18:57:23 +02:00
Telemetry enabled for battery voltage and RX&TX RSSI using FrSky Hub protocol
2016-10-21 21:28:17 +02:00
2016-11-28 10:37:42 +01:00
Option is used to change the servo refresh rate. A value of 0 gives 50Hz (min), 70 gives 400Hz (max). Specific refresh rate value can be calculated like this option=(refresh_rate-50)/5.
2016-10-21 21:28:17 +02:00
2016-12-20 17:16:56 +01:00
**RX_Num is used to give a number a given RX. You must use a different RX_Num per RX. A maximum of 16 AFHDS2A RXs are supported.**
2016-10-21 21:28:17 +02:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14
---|---|---|---|---|---|---|---|---|---|---|---|---|---
A|E|T|R|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14
Note that the RX ouput will be AETR.
2017-03-22 16:41:51 +01:00
### Sub_protocol PWM_IBUS - *0*
### Sub_protocol PPM_IBUS - *1*
### Sub_protocol PWM_SBUS - *2*
### Sub_protocol PPM_SBUS - *3*
2016-10-21 21:28:17 +02:00
2017-03-22 16:45:54 +01:00
## HUBSAN - *2*
2016-02-11 22:29:33 +01:00
Models: Hubsan H102D, H107/L/C/D and Hubsan H107P/C+/D+
Autobind protocol
Telemetry enabled for battery voltage and TX RSSI
Option=vTX frequency (H107D) 5645 - 5900 MHz
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS
***
2017-03-22 16:41:51 +01:00
# CC2500 RF Module
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## FRSKYV = FrSky 1 way - *25*
2016-09-03 11:57:40 +02:00
Models: FrSky receivers V8R4, V8R7 and V8FR.
2016-09-01 13:53:48 +02:00
2016-02-11 22:29:33 +01:00
Extended limits supported
2017-01-25 17:21:17 +01:00
Option for this protocol is fine frequency tuning. This value is different for each Module. To determine this value:
- find a value where the RX accepts to bind. A good start is to use one of these values -40, 0 and 40.
- find the values min/max where the RX loses connection. In serial mode you can change the value and see the effect live.
- set the value to half way between min and max.
2017-02-21 01:03:58 +01:00
- [video showing the process](https://youtu.be/C483uNWwAaM)
2016-09-03 11:57:40 +02:00
CH1|CH2|CH3|CH4
---|---|---|---
CH1|CH2|CH3|CH4
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## FRSKYD - *3*
2017-01-30 20:33:12 +01:00
Models: FrSky receivers D4R and D8R. DIY RX-F801 and RX-F802 receivers. Also known as D8.
2016-09-01 13:53:48 +02:00
2016-09-01 13:53:10 +02:00
Extended limits supported
2016-09-03 11:57:40 +02:00
Telemetry enabled for A0, A1, RSSI, TSSI and Hub
2017-01-25 17:21:17 +01:00
Option for this protocol is fine frequency tuning. This value is different for each Module. To determine this value:
- find a value where the RX accepts to bind. A good start is to use one of these values -40, 0 and 40.
- find the values min/max where the RX loses connection. In serial mode you can change the value and see the effect live.
- set the value to half way between min and max.
2017-02-21 01:03:58 +01:00
- [video showing the process](https://youtu.be/C483uNWwAaM)
2016-09-01 13:53:10 +02:00
2016-09-03 11:57:40 +02:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
2016-09-01 13:53:10 +02:00
2017-03-22 16:41:51 +01:00
## FRSKYX - *15*
2017-01-30 20:33:12 +01:00
Models: FrSky receivers X4R, X6R and X8R. Also known as D16.
2016-02-11 22:29:33 +01:00
Extended limits supported
Telemetry enabled for A1 (RxBatt), A2, RSSI, TSSI and Hub
2016-02-11 22:29:33 +01:00
2017-01-25 17:21:17 +01:00
Option for this protocol is fine frequency tuning. This value is different for each Module. To determine this value:
- find a value where the RX accepts to bind. A good start is to use one of these values -40, 0 and 40.
- find the values min/max where the RX loses connection. In serial mode you can change the value and see the effect live.
- set the value to half way between min and max.
2017-02-21 01:03:58 +01:00
- [video showing the process](https://youtu.be/C483uNWwAaM)
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
### Sub_protocol CH_16 - *0*
2017-01-30 21:00:37 +01:00
FCC protocol 16 channels @18ms.
2017-01-30 17:35:15 +01:00
2016-02-11 22:29:33 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
2017-03-22 16:41:51 +01:00
### Sub_protocol CH_8 - *1*
2017-01-30 21:00:37 +01:00
FCC protocol 8 channels @9ms.
2017-01-30 17:35:15 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
2017-03-22 16:41:51 +01:00
### Sub_protocol EU_16 - *2*
2017-01-30 21:00:37 +01:00
EU-LBT protocol 16 channels @18ms. Note that the LBT part is not implemented, the TX transmits right away.
2017-01-30 17:35:15 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
2017-03-22 16:41:51 +01:00
### Sub_protocol EU_8 - *3*
2017-01-30 21:00:37 +01:00
EU-LBT protocol 8 channels @9ms. Note that the LBT part is not implemented, the TX transmits right away.
2017-01-30 17:35:15 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
2017-03-22 16:41:51 +01:00
## SFHSS - *21*
Models: Futaba RXs and XK models.
2017-02-23 09:13:45 +01:00
Extended limits supported
2017-01-25 17:21:17 +01:00
Option for this protocol is fine frequency tuning. This value is different for each Module. To determine this value:
- find a value where the RX accepts to bind. A good start is to use one of these values -40, 0 and 40.
- find the values min/max where the RX loses connection. In serial mode you can change the value and see the effect live.
- set the value to half way between min and max.
2017-02-21 01:03:58 +01:00
- [video showing the process](https://youtu.be/C483uNWwAaM)
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
A|E|T|R|CH5|CH6|CH7|CH8
2017-11-21 22:03:28 +01:00
Channels 9 to 16 are used as failsafe values for the channels 1 to 8.
2016-02-11 22:29:33 +01:00
***
2017-03-22 16:41:51 +01:00
# CYRF6936 RF Module
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## DEVO - *7*
2016-02-11 22:29:33 +01:00
Extended limits supported
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
2016-08-25 15:28:57 +02:00
A|E|T|R|CH5|CH6|CH7|CH8
2016-08-26 21:02:50 +02:00
Note that the RX ouput will be EATR.
2016-08-25 21:22:33 +02:00
Bind procedure using serial:
2016-08-25 15:40:01 +02:00
- 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.
2016-08-25 15:28:57 +02:00
- Turn on the TX, set protocol = Devo with option=0, turn off the TX (TX is now in autobind mode).
2016-08-26 18:46:03 +02:00
- Turn on RX (RX LED fast blink).
2016-08-25 15:40:01 +02:00
- Turn on TX (RX LED solid, TX LED fast blink).
- Wait for bind on the TX to complete (TX LED solid).
2016-08-25 15:28:57 +02:00
- Make sure to set the RX_Num value for model match.
- Change option to 1 to use the global ID.
- Do not touch option/RX_Num anymore.
2016-08-25 21:22:33 +02:00
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.
2016-08-26 21:02:50 +02:00
- Turn on RX (RX LED fast blink).
- Turn the dial to the model number running protocol DEVO on the module.
- Press the bind button and turn on the TX. TX is now in autobind mode.
- Release bind button after 1 second: RX LED solid, TX LED fast blink.
- Wait for bind on the TX to complete (TX LED solid).
- Press the bind button for 1 second. TX/RX is now in fixed ID mode.
- To verify that the TX is in fixed mode: power cycle the TX, the module LED should be solid ON (no blink).
- Note: Autobind/fixed ID mode is linked to the dial number. Which means that you can have multiple dial numbers set to the same protocol DEVO with different RX_Num and have different bind modes at the same time. It enables PPM users to get model match under DEVO.
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## WK2X01 - *30*
2017-01-03 20:19:57 +01:00
Extended limits supported
Autobind protocol
Note: RX ouput will always be AETR independently of the input AETR, RETA...
2017-03-22 16:41:51 +01:00
### Sub_protocol WK2801 - *0*
2017-01-03 20:19:57 +01:00
This roughly corresponds to the number of channels supported, but many of the newer 6-channel receivers actually support the WK2801 protocol. It is recommended to try the WK2801 protocol 1st when working with older Walkera models before attempting the WK2601 or WK2401 mode, as the WK2801 is a superior protocol. The WK2801 protocol supports up to 8 channels.
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
A|E|T|R|CH5|CH6|CH7|CH8
2017-01-04 11:49:44 +01:00
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 = WK2X01, sub_protocol = WK2801 with option=0, turn off the TX (TX is now in autobind mode).
- Turn on RX (RX LED fast blink).
- Turn on TX (RX LED solid, TX LED fast blink).
- Wait for bind on the TX to complete (TX LED solid).
- Make sure to set the RX_Num value for model match.
- 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 RX (RX LED fast blink).
- Turn the dial to the model number running protocol protocol WK2X01 and sub_protocol WK2801 on the module.
- Press the bind button and turn on the TX. TX is now in autobind mode.
- Release bind button after 1 second: RX LED solid, TX LED fast blink.
- Wait for bind on the TX to complete (TX LED solid).
- Press the bind button for 1 second. TX/RX is now in fixed ID mode.
- To verify that the TX is in fixed mode: power cycle the TX, the module LED should be solid ON (no blink).
- Note: Autobind/fixed ID mode is linked to the dial number. Which means that you can have multiple dial numbers set to the same protocol WK2X01 and sub_protocol WK2801 with different RX_Num and have different bind modes at the same time. It enables PPM users to get model match.
2017-03-22 16:41:51 +01:00
### Sub_protocol WK2401 - *1*
2017-01-03 20:19:57 +01:00
The WK2401 protocol is used to control older Walkera models.
CH1|CH2|CH3|CH4
---|---|---|---
A|E|T|R
2017-03-22 16:41:51 +01:00
### Sub_protocol W6_5_1 - *2*
2017-01-03 20:19:57 +01:00
WK2601 5+1: AIL, ELE, THR, RUD, GYRO (ch 7) are proportional. Gear (ch 5) is binary. Ch 6 is disabled
CH1|CH2|CH3|CH4|CH5|CH6|CH7
---|---|---|---|---|---|---
A|E|T|R|GEAR|DIS|GYRO
2017-03-22 16:41:51 +01:00
### Sub_protocol W6_6_1 - *3*
2017-01-03 20:19:57 +01:00
WK2601 6+1: AIL, ELE, THR, RUD, COL (ch 6), GYRO (ch 7) are proportional. Gear (ch 5) is binary. **This mode is highly experimental.**
CH1|CH2|CH3|CH4|CH5|CH6|CH7
---|---|---|---|---|---|---
A|E|T|R|GEAR|COL|GYRO
2017-03-22 16:41:51 +01:00
### Sub_protocol W6_HEL - *4* and W6HEL_I - *5*
2017-01-03 20:19:57 +01:00
WK2601 Heli: AIL, ELE, THR, RUD, GYRO are proportional. Gear (ch 5) is binary. COL (ch 6) is linked to Thr. If Ch6 >= 0, the receiver will apply a 3D curve to the Thr. If Ch6 < 0, the receiver will apply normal curves to the Thr. The value of Ch6 defines the ratio of COL to THR.
W6HEL_I: Invert COL servo
option= maximum range of COL servo
CH1|CH2|CH3|CH4|CH5|CH6|CH7
---|---|---|---|---|---|---
A|E|T|R|GEAR|COL|GYRO
2017-03-22 16:41:51 +01:00
## DSM - *6*
2017-01-04 11:49:44 +01:00
Extended limits supported
Telemetry enabled for TSSI and plugins
option=number of channels from 4 to 12. An invalid option value will end up with 6 channels.
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
---|---|---|---|---|---|---|---|---|----|----|----
A|E|T|R|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
Notes:
- model/type/number of channels indicated on the RX can be different from what the RX is in fact wanting to see. So don't hesitate to test different combinations until you have something working. Using Auto is the best way to find these settings.
- RX ouput will always be TAER independently of the input AETR, RETA...
2017-03-22 16:41:51 +01:00
### Sub_protocol DSM2_22 - *0*
2017-01-04 11:49:44 +01:00
DSM2, Resolution 1024, refresh rate 22ms
2017-03-22 16:41:51 +01:00
### Sub_protocol DSM2_11 - *1*
2017-01-04 11:49:44 +01:00
DSM2, Resolution 2048, refresh rate 11ms
2017-03-22 16:41:51 +01:00
### Sub_protocol DSMX_22 - *2*
2017-01-04 11:49:44 +01:00
DSMX, Resolution 2048, refresh rate 22ms
2017-03-22 16:41:51 +01:00
### Sub_protocol DSMX_11 - *3*
2017-01-04 11:49:44 +01:00
DSMX, Resolution 2048, refresh rate 11ms
2017-03-22 16:41:51 +01:00
### Sub_protocol AUTO - *4*
2017-01-04 11:49:44 +01:00
The "AUTO" feature enables the TX to automatically choose what are the best settings for your DSM RX and update your model protocol settings accordingly.
The current radio firmware which are able to use the "AUTO" feature are ersky9x (9XR Pro, 9Xtreme, Taranis, ...) and er9x for M128 (9XR) and M2561.
For these firmwares, you must have a telemetry enabled TX and you have to make sure you set the Telemetry "Usr proto" to "DSMx".
Also on er9x you will need to be sure to match the polarity of the telemetry serial (normal or inverted by bitbashing), while on ersky9x you can set "Invert COM1" accordinlgy.
2017-03-22 16:41:51 +01:00
## J6Pro - *22*
2017-01-04 11:49:44 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
---|---|---|---|---|---|---|---|---|----|----|----
A|E|T|R|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
2016-02-11 22:29:33 +01:00
***
2017-03-22 16:45:54 +01:00
# NRF24L01 RF Module
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## ASSAN - *24*
Extended limits supported
2016-12-19 16:12:44 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
The transmitter must be close to the receiver while binding.
2017-03-22 16:41:51 +01:00
## BAYANG - *14*
2016-02-11 22:29:33 +01:00
Models: EAchine H8(C) mini, BayangToys X6/X7/X9, JJRC JJ850, Floureon H101 ...
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10
---|---|---|---|---|---|---|---|---|----
A|E|T|R|FLIP|RTH|PICTURE|VIDEO|HEADLESS|INVERTED
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
### Sub_protocol BAYANG - *0*
2016-12-06 23:00:16 +01:00
Option=0 -> normal Bayang protocol
Option=1 -> enable telemetry with [Silverxxx firmware](https://github.com/silver13/H101-acro/tree/master). Value returned to the TX using FrSkyD Hub are RX RSSI, TX RSSI, A1=uncompensated battery voltage, A2=compensated battery voltage
2017-02-08 12:26:35 +01:00
2017-03-22 16:41:51 +01:00
### Sub_protocol H8S3D - *1*
2016-12-02 10:17:34 +01:00
Model: H8S 3D
Same channels assignement as above.
2017-11-20 16:01:12 +01:00
### Sub_protocol X16_AH - *2*
Model: X16 AH
CH11
----
TAKE_OFF
### Sub_protocol IRDRONE - *3*
Model: IRDRONE
CH11|CH12
----|----
TAKE_OFF|EMG_STOP
2017-11-20 16:01:12 +01:00
## Cabell - *34*
2017-11-23 18:49:21 +01:00
Homegrown protocol with variable number of channels (4-16) and telemetry (RSSI, V1, V2).
2017-03-22 16:36:51 +01:00
RXs details are located here: https://github.com/soligen2010/RC_RX_CABELL_V3_FHSS
2017-03-23 18:03:11 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
### Sub_protocol CABELL_V3 - *0*
### Sub_protocol CABELL_V3_TELEMETRY - *1*
### Sub_protocol CABELL_SET_FAIL_SAFE - *6*
### Sub_protocol CABELL_UNBIND - *7*
2017-03-22 16:36:51 +01:00
2017-03-22 16:41:51 +01:00
## CG023 - *13*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS
2017-03-22 16:41:51 +01:00
### Sub_protocol CG023 - *0*
2017-02-08 12:26:35 +01:00
Models: EAchine CG023/CG031/3D X4
2017-03-22 16:41:51 +01:00
### Sub_protocol YD829 - *1*
2016-02-11 22:29:33 +01:00
Models: Attop YD-822/YD-829/YD-829C ...
CH5|CH6|CH7|CH8|CH9
---|---|---|---|---
FLIP||PICTURE|VIDEO|HEADLESS
2017-03-22 16:41:51 +01:00
### Sub_protocol H8_3D - *2*
2016-12-12 14:45:43 +01:00
Models: EAchine H8 mini 3D, JJRC H20/H22/H11D
2016-02-11 22:29:33 +01:00
2016-12-12 14:45:43 +01:00
CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13
2017-03-22 16:45:54 +01:00
---|---|---|---|---|---|---|---|---
2016-12-12 14:45:43 +01:00
FLIP|LIGTH|PICTURE|VIDEO|OPT1|OPT2|CAL1|CAL2|GIMBAL
2016-02-11 22:29:33 +01:00
JJRC H20: OPT1=Headless, OPT2=RTH
JJRC H22: OPT1=RTH, OPT2=180/360° flip mode
2016-08-25 19:39:08 +02:00
H8 3D: OPT1=RTH then press a direction to enter headless mode (like stock TX), OPT2=switch 180/360° flip mode
2016-02-11 22:29:33 +01:00
2016-12-12 14:45:43 +01:00
CAL1: H8 3D acc calib, H20 headless calib
CAL2: H11D/H20 acc calib
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## CX10 - *12*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6
---|---|---|---|---|---
A|E|T|R|FLIP|RATE
Rate: -100%=rate 1, 0%=rate 2, +100%=rate 3
2017-03-22 16:41:51 +01:00
### Sub_protocol GREEN - *0*
2016-02-11 22:29:33 +01:00
Models: Cheerson CX-10 green pcb
Same channels assignement as above.
2017-03-22 16:41:51 +01:00
### Sub_protocol BLUE - *1*
2016-02-11 22:29:33 +01:00
Models: Cheerson CX-10 blue pcb & some newer red pcb, CX-10A, CX-10C, CX11, CX12, Floureon FX10, JJRC DHD D1
CH5|CH6|CH7|CH8
---|---|---|---
FLIP|RATE|PICTURE|VIDEO
Rate: -100%=rate 1, 0%=rate 2, +100%=rate 3 or headless for CX-10A
2017-03-22 16:41:51 +01:00
### Sub_protocol DM007 - *2*
2016-02-11 22:29:33 +01:00
CH5|CH6|CH7|CH8|CH9
---|---|---|---|---
FLIP|MODE|PICTURE|VIDEO|HEADLESS
2017-03-22 16:41:51 +01:00
### Sub_protocol JC3015_1 - *4*
2016-02-11 22:29:33 +01:00
CH5|CH6|CH7|CH8
---|---|---|---
FLIP|MODE|PICTURE|VIDEO
2017-03-22 16:41:51 +01:00
### Sub_protocol JC3015_2 - *5*
2016-02-11 22:29:33 +01:00
CH5|CH6|CH7|CH8
---|---|---|---
FLIP|MODE|LED|DFLIP
2017-03-22 16:41:51 +01:00
### Sub_protocol MK33041 - *6*
2016-02-11 22:29:33 +01:00
CH5|CH6|CH7|CH8|CH9|CH10
---|---|---|---|---|---
FLIP|MODE|PICTURE|VIDEO|HEADLESS|RTH
## DM002 - *33*
Autobind protocol
2017-02-08 12:26:35 +01:00
**Only 3 TX IDs available, change RX_Num value 0-1-2 to cycle through them**
2017-02-08 12:26:35 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11
---|---|---|---|---|---|---|---|---|----|----
A|E|T|R|FLIP|LED|CAMERA1|CAMERA2|HEADLESS|RTH|RATE_LOW
2017-02-08 12:26:35 +01:00
2017-03-22 16:41:51 +01:00
## ESKY - *16*
2016-02-11 22:29:33 +01:00
CH1|CH2|CH3|CH4|CH5|CH6
---|---|---|---|---|---
A|E|T|R|GYRO|PITCH
## ESKY150 - *35*
ESky protocol for small models since 2014 (150, 300, 150X, ...)
Number of channels are set with option. option=0 4 channels and option=1 7 channels. An invalid option value will end up with 4 channels.
CH1|CH2|CH3|CH4|CH5|CH6|CH7
---|---|---|---|---|---|---
A|E|T|R|FMODE|AUX6|AUX7
FMODE and AUX7 have 4 positions: -100%..-50%=>0, -50%..5%=>1, 5%..50%=>2, 50%..100%=>3
2017-03-22 16:41:51 +01:00
## FY326 - *20*
2016-03-18 17:16:39 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|RTH|HEADLESS|EXPERT|CALIBRATE
2017-03-22 16:41:51 +01:00
## FQ777 - *23*
2016-12-06 22:49:17 +01:00
Model: FQ777-124 (with SV7241A)
2016-07-29 23:03:49 +02:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
A|E|T|R|FLIP|RTH|HEADLESS|EXPERT
2017-03-22 16:41:51 +01:00
## GW008 - *32*
2017-02-24 10:57:53 +01:00
Model: Global Drone GW008 from Banggood
There are 3 versions of this small quad, this protocol is for the one with a XNS104 IC in the stock Tx and PAN159CY IC in the quad. The xn297 version is compatible with the CX10 protocol (green pcb). The LT8910 version is not supported yet.
CH1|CH2|CH3|CH4|CH5
---|---|---|---|---
A|E|T|R|FLIP
2017-03-22 16:41:51 +01:00
## HISKY - *4*
### Sub_protocol Hisky - *0*
2016-02-11 22:29:33 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
A|E|T|R|GEAR|PITCH|GYRO|CH8
GYRO: -100%=6G, +100%=3G
2017-03-22 16:41:51 +01:00
### Sub_protocol HK310 - *1*
2016-02-11 22:29:33 +01:00
Models: RX HK-3000, HK3100 and XY3000 (TX are HK-300, HK-310 and TL-3C)
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8
---|---|---|---|---|---|---|---
2017-03-22 16:45:54 +01:00
| | |T|R|AUX|T_FSAFE|R_FSAFE|AUX_FSAFE
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
## KN - *9*
2016-02-11 22:29:33 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11
---|---|---|---|---|---|---|---|---|----|----
A|E|T|R|DR|THOLD|IDLEUP|GYRO|Ttrim|Atrim|Etrim
Dual Rate: +100%=full range, Throttle Hold: +100%=hold, Idle Up: +100%=3D, GYRO: -100%=6G, +100%=3G
2017-03-22 16:41:51 +01:00
### Sub_protocol WLTOYS - *0*
### Sub_protocol FEILUN - *1*
2016-02-11 22:29:33 +01:00
Same channels assignement as above.
2017-03-22 16:41:51 +01:00
## HONTAI - *26*
2016-09-10 09:39:33 +02:00
Autobind protocol
2016-09-10 09:27:53 +02:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11
---|---|---|---|---|---|---|---|---|----|----
A|E|T|R|FLIP|LED|PICTURE|VIDEO|HEADLESS|RTH|CAL
2017-03-22 16:41:51 +01:00
### Sub_protocol HONTAI - *0*
### Sub_protocol JJRCX1 - *1*
2016-09-10 09:27:53 +02:00
CH6|
---|
ARM|
2017-03-22 16:41:51 +01:00
### Sub_protocol X5C1 clone - *2*
2016-09-10 09:27:53 +02:00
2017-03-22 16:41:51 +01:00
### Sub_protocol FQ777_951 - *3*
2016-12-12 18:04:12 +01:00
2017-03-22 16:41:51 +01:00
## MJXQ - *18*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13
---|---|---|---|---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LED|PICTURE|VIDEO|HEADLESS|RTH|AUTOFLIP|PAN|TILT
2017-03-22 16:41:51 +01:00
### Sub_protocol WLH08 - *0*
### Sub_protocol X600 - *1*
2016-08-29 08:29:57 +02:00
Only 3 TX IDs available, change RX_Num value 0..2 to cycle through them
2017-03-22 16:41:51 +01:00
### Sub_protocol X800 - *2*
2016-08-29 08:29:57 +02:00
Only 3 TX IDs available, change RX_Num value 0..2 to cycle through them
2017-03-22 16:41:51 +01:00
### Sub_protocol H26D - *3*
2016-12-13 17:41:32 +01:00
Only 3 TX IDs available, change RX_Num value 0..2 to cycle through them
2017-03-22 16:41:51 +01:00
### Sub_protocol E010 - *4*
2017-02-08 12:26:35 +01:00
15 TX IDs available, change RX_Num value 0..14 to cycle through them
If the E010 does not respond well to inputs or hard to bind, set Power to Low.
2017-03-22 16:41:51 +01:00
### Sub_protocol H26WH - *5*
2016-12-13 17:41:32 +01:00
CH6|
---|
ARM|
Only 1 TX ID available
2017-03-22 16:41:51 +01:00
## MT99XX - *17*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LED|PICTURE|VIDEO|HEADLESS
2017-03-22 16:41:51 +01:00
### Sub_protocol MT99 - *0*
2016-02-11 22:29:33 +01:00
Models: MT99xx
2017-03-22 16:41:51 +01:00
### Sub_protocol H7 - *1*
2016-02-13 09:06:58 +01:00
Models: Eachine H7, Cheerson CX023
2017-03-22 16:41:51 +01:00
### Sub_protocol YZ - *2*
2016-02-26 19:40:34 +01:00
Model: Yi Zhan i6S
2016-02-11 22:29:33 +01:00
Only one model can be flown at the same time since the ID is hardcoded.
2017-03-22 16:41:51 +01:00
### Sub_protocol LS - *3*
2016-08-02 20:55:29 +02:00
Models: LS114, 124, 215
2016-02-11 22:29:33 +01:00
2016-08-03 09:05:10 +02:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
2016-08-03 22:50:37 +02:00
A|E|T|R|FLIP|INVERT|PICTURE|VIDEO|HEADLESS
2016-08-03 09:05:10 +02:00
2017-03-22 16:41:51 +01:00
### Sub_protocol FY805 - *4*
2016-12-09 10:30:51 +01:00
Model: FY805
2016-12-09 17:18:40 +01:00
Only 1 ID available
2016-12-09 10:30:51 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP||||HEADLESS
## Q2X2 - *29*
### Sub_protocol Q222 - *0*
Models: Q222 v1 and V686 v2
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
---|---|---|---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LED|MODULE2|MODULE1|HEADLESS|RTH|XCAL|YCAL
### Sub_protocol Q242 - *1* and Q282 - *2*
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
---|---|---|---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LED|PICTURE|VIDEO|HEADLESS|RTH|XCAL|YCAL
Model: JXD 509 is using Q282 with CH12=Start/Stop motors
2017-03-22 16:41:51 +01:00
## Q303 - *31*
2017-01-24 22:48:43 +01:00
Autobind protocol
CH1|CH2|CH3|CH4
---|---|---|---
A|E|T|R
2017-03-22 16:41:51 +01:00
### Sub_protocol Q303 - *0*
2017-01-24 22:55:55 +01:00
Q303 warning: this sub_protocol is known to not work at all/properly with 4in1 RF modules.
2017-01-24 22:48:43 +01:00
CH5|CH6|CH7|CH8|CH9|CH10|CH11
---|---|---|---|---|---|---
AHOLD|FLIP|PICTURE|VIDEO|HEADLESS|RTH|GIMBAL
GIMBAL needs 3 position -100%/0%/100%
2017-03-22 16:41:51 +01:00
### Sub_protocol CX35 - *1*
2017-01-24 22:48:43 +01:00
CH5|CH6|CH7|CH8|CH9|CH10|CH11
---|---|---|---|---|---|---
ARM|VTX|PICTURE|VIDEO||RTH|GIMBAL
ARM is 2 positions: land / take off
Each toggle of VTX will increment the channel.
Gimbal is full range.
2017-03-22 16:41:51 +01:00
### Sub_protocol CX10D - *2* and Sub_protocol CX10WD - *3*
2017-01-24 22:48:43 +01:00
CH5|CH6
---|---
ARM|FLIP
ARM is 3 positions: -100%=land / 0%=manual / +100%=take off
2017-03-22 16:41:51 +01:00
## Shenqi - *19*
2016-02-26 19:40:34 +01:00
Autobind protocol
2016-03-13 09:39:34 +01:00
2016-02-26 19:40:34 +01:00
Model: Shenqiwei 1/20 Mini Motorcycle
2016-03-13 09:39:34 +01:00
2016-02-26 19:40:34 +01:00
CH1|CH2|CH3|CH4
---|---|---|---
2016-03-13 09:39:34 +01:00
| |T|R
2016-02-26 19:40:34 +01:00
Throttle +100%=full forward,0%=stop,-100%=full backward.
2017-03-22 16:41:51 +01:00
## SLT - *11*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6
---|---|---|---|---|---
A|E|T|R|GEAR|PITCH
2017-03-22 16:41:51 +01:00
## Symax - *10*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
2017-11-20 16:01:12 +01:00
A|E|T|R|FLIP|RATES|PICTURE|VIDEO|HEADLESS
2016-02-11 22:29:33 +01:00
2017-03-22 16:41:51 +01:00
### Sub_protocol SYMAX - *0*
2016-02-11 22:29:33 +01:00
Models: Syma X5C-1/X11/X11C/X12
2017-03-22 16:41:51 +01:00
### Sub_protocol SYMAX5C - *1*
2016-02-11 22:29:33 +01:00
Model: Syma X5C (original) and X2
2017-03-22 16:45:54 +01:00
## V2X2 - *5*
2016-02-11 22:29:33 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11
---|---|---|---|---|---|---|---|---|----|----
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS|MAG_CAL_X|MAG_CAL_Y
2017-03-22 16:41:51 +01:00
### Sub_protocol V2x2 - *0*
2017-02-08 12:26:35 +01:00
Models: WLToys V202/252/272, JXD 385/388, JJRC H6C, Yizhan Tarantula X6 ...
2016-02-11 22:29:33 +01:00
PICTURE: also automatic Missile Launcher and Hoist in one direction
VIDEO: also Sprayer, Bubbler, Missile Launcher(1), and Hoist in the other dir
2017-03-22 16:41:51 +01:00
### Sub_protocol JXD506 - *1*
2016-12-12 11:06:12 +01:00
Model: JXD 506
CH10|CH11|CH12
---|---|---
Start/Stop|EMERGENCY|CAMERA_UP/DN
2017-03-22 16:41:51 +01:00
## YD717 - *8*
2016-02-11 22:29:33 +01:00
Autobind protocol
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
---|---|---|---|---|---|---|---|---
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS
2017-03-22 16:41:51 +01:00
### Sub_protocol YD717 - *0*
### Sub_protocol SKYWLKR - *1*
### Sub_protocol SYMAX4 - *2*
### Sub_protocol XINXUN - *3*
### Sub_protocol NIHUI - *4*
2016-02-11 22:29:33 +01:00
Same channels assignement as above.