2015-12-28 12:07:58 +01:00
# DIY-Multiprotocol-TX-Module
2015-12-28 13:40:36 +01:00
Multiprotocol is a TX module which enables any TX to control lot of different models available on the market.
2015-12-30 21:14:24 +01:00
[Main thread on RCGROUPS for additional information ](http://www.rcgroups.com/forums/showthread.php?t=2165676 )
2015-12-28 13:40:36 +01:00
![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/t7952733-114-thumb-P4100002.JPG?d=1433910155 ) ![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/t7952734-189-thumb-P4100003.JPG?d=1433910159 )
2016-01-01 22:54:43 +01:00
If you are looking at downloading the latest compiled version (hex file), it's under [Release ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/releases ) on the top menu.
2015-12-30 21:14:24 +01:00
##Contents
[Compatible TX ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#compatible-tx )
[Protocols ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#protocols )
[Hardware ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#hardware )
2016-01-01 22:54:43 +01:00
[Compilation and programmation ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#compilation )
2015-12-30 21:14:24 +01:00
[Troubleshooting ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module#troubleshooting )
2015-12-28 13:40:36 +01:00
##Compatible TX
###Using standard PPM output (trainer port)
The multiprotocol TX module can be used on any TX with a trainer port.
2015-12-28 14:22:50 +01:00
Channels order is AETR by default but can be changed in the source code.
2015-12-28 14:48:22 +01:00
The protocol selection is done via a dip switch or a rotary dip switch for access to up to 15 different protocols.
2015-12-28 13:40:36 +01:00
2015-12-28 14:58:43 +01:00
![Screenshot ](http://media.digikey.com/photos/Grayhill%20Photos/94HBB16T_sml.jpg )
2015-12-28 13:40:36 +01:00
###Using a serial output
2015-12-31 10:19:21 +01:00
The multiprotocol TX module takes full advantage of being used on a Turnigy 9X, 9XR, 9XR Pro, Taranis, 9Xtreme, AR9X, ... running [er9x or ersky9X ](https://github.com/MikeBland/mbtx/tree/next ). (A version for OpenTX is being looked at)
2015-12-28 14:22:50 +01:00
2015-12-28 13:40:36 +01:00
This enables full integration using the radio GUI to setup models with all the available protocols options.
![Screenshot ](http://static.rcgroups.net/forums/attachments/1/1/5/4/3/7/t8520065-194-thumb-IMG_20151217_002215%20%28Medium%29.jpg?d=1450308588 )
Options are:
2015-12-28 17:53:56 +01:00
- Protocol and type: many main protocols have variants
- RX Num: number your different RXs and make sure only one model will react to the commands
- Power: High or low, enables to lower the power setting of your TX (indoor for example).
- Option: -127..+127 allowing to set specific protocol options. Like for Hubsan to set the video frequency.
- Bind: bind a RX/model
- Autobind: Yes or No. At the model selection (or power applied to the TX) a bind sequence will be initiated
- Range: test range by setting the transmission power to the lowest value
2015-12-31 10:19:21 +01:00
Notes:
- Using this solution does not need any modification of the TX since it uses the TX module slot PPM pin for serial transfer.
- There are 2 versions of serial protocol either 8 or 16 channels. 16 channels is the latest version. Make sure to use the right version based on your version of er9x/ersky9x.
- Channels order is AETR by default but can be changed in the source code.
2015-12-28 17:53:56 +01:00
###Telemetry
2015-12-31 10:19:21 +01:00
Telemetry is available for er9x and ersky9x TXs.
2015-12-28 17:53:56 +01:00
There are only 2 protocols so far supporting telemetry: Hubsan and Frsky.
To enable telemetry on Turnigy 9X or 9XR you need to modify your TX following one of the Frsky mod like this [one ](http://blog.oscarliang.net/turnigy-9x-advance-mod/ ).
2015-12-31 10:19:21 +01:00
Enabling telemetry on 9XR PRO and may be other TXs does not require any hardware modifications. The additional required serial pin is already available on the TX back module pins.
Once the TX is telemetry enabled, it just needs to be configured on the model as usual.
2015-12-28 13:40:36 +01:00
2015-12-28 14:48:22 +01:00
##Protocols
###TX ID
2015-12-31 10:19:21 +01:00
The multiprotocol TX module is using a 32bits ID generated randomly at first power up. This global ID is used by all protocols.
There are little chances to get a duplicated ID.
2015-12-28 14:48:22 +01:00
2015-12-29 09:04:35 +01:00
It's possible to generate a new ID using bind button on the Hubsan protocol during power up.
2015-12-28 14:48:22 +01:00
###Bind
2015-12-31 10:19:21 +01:00
To bind a model in:
1. PPM Mode:
- press the bind button, apply power and then release.
2. Serial Mode:
- use the GUI, access the model protocol page and long press on Bind.
- press the bind button, apply power and then release will request a bind of the loaded model protocol. Note that the bind button is only effective at power up and not when the protocol is changed on the fly.
2015-12-28 14:48:22 +01:00
###Protocol selection
####Using the dial for PPM input
2015-12-31 10:28:19 +01:00
PPM is only allowing access to a subset of existing protocols & sub_protocols.
The default association dial position / protocol is listed below.
2015-12-28 14:48:22 +01:00
Dial|Protocol|Sub_protocol|RF Module
----|--------|------------|---------
0|Select serial||
1|FLYSKY|Flysky|A7105
2015-12-28 22:59:07 +01:00
2|HUBSAN|-|A7105
3|FRSKY|-|CC2500
2015-12-28 14:48:22 +01:00
4|HISKY|Hisky|NRF24L01
2015-12-28 22:59:07 +01:00
5|V2X2|-|NRF24L01
2015-12-28 14:48:22 +01:00
6|DSM2|DSM2|CYRF6936
2015-12-28 22:59:07 +01:00
7|DEVO|-|CYRF6936
8|YD717|YD717|NRF24L01
9|KN|-|NRF24L01
2015-12-28 14:48:22 +01:00
10|SYMAX|SYMAX|NRF24L01
2015-12-28 22:59:07 +01:00
11|SLT|-|NRF24L01
2015-12-28 14:48:22 +01:00
12|CX10|CX10_BLUE|NRF24L01
13|CG023|CG023|NRF24L01
2015-12-28 22:59:07 +01:00
14|BAYANG|-|NRF24L01
2015-12-28 14:48:22 +01:00
15|SYMAX|SYMAX5C|NRF24L01
Notes:
2015-12-28 22:59:07 +01:00
- The dial selection must be done before the power is applied.
2015-12-31 10:28:19 +01:00
- The protocols and subprotocols accessible by the dial can be personalized by modifying the source code.
2015-12-28 14:48:22 +01:00
####Using serial input with er9x/ersky9x
2015-12-31 10:28:19 +01:00
Serial is allowing access to all existing protocols & sub_protocols listed below.
2015-12-28 14:48:22 +01:00
Protocol|Sub_protocol|RF Module
--------|------------|---------
Flysky||A7105
|Flysky
|V9x9
|V6x6
|V912
Hubsan||A7105
Frsky||CC2500
Hisky||NRF24L01
|Hisky
|HK310
V2x2||NRF24L01
DSM2||CYRF6936
|DSM2
|DSMX
Devo||CYRF6936
YD717||NRF24L01
|YD717
|SKYWLKR
|SYMAX2
|XINXUN
|NIHUI
KN||NRF24L01
SymaX||NRF24L01
|SYMAX
|SYMAX5C
SLT||NRF24L01
CX10||NRF24L01
|CX10_GREEN
|CX10_BLUE
|DM007
CG023||NRF24L01
|CG023
|YD829
Bayang||NRF24L01
Note:
2015-12-31 10:28:19 +01:00
- The dial should be set to 0 for serial. Which means all protocol selection pins should be left unconnected.
2015-12-28 14:48:22 +01:00
2015-12-29 09:04:35 +01:00
###Protocol details
Extended limits supported: -125%..+125% can be used and will be transmitted. Otherwise the default is -100%..+100% only.
2015-12-30 02:07:53 +01:00
Autobind protocol: you do not need to press the bind button at power up to bind, this is done automatically.
2015-12-29 09:04:35 +01:00
2015-12-28 19:19:11 +01:00
####BAYANG
2015-12-29 09:04:35 +01:00
Autobind protocol
2015-12-28 19:19:11 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP|HEADLESS|RTH
####CG023
2015-12-29 09:04:35 +01:00
Autobind protocol
2015-12-28 19:19:11 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS
#####Sub_protocol YD829
2015-12-29 11:23:43 +01:00
CH5|CH6|CH7|CH8|CH9
---|---|---|---|---
FLIP||PICTURE|VIDEO|HEADLESS
2015-12-28 19:19:11 +01:00
####CX10
2015-12-29 09:04:35 +01:00
Extended limits supported
2015-12-28 19:19:11 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP|MODE|PICTURE|VIDEO|HEADLESS
2015-12-29 10:45:45 +01:00
MODE: +100%=mode3 or headless for CX-10A, -100%=mode1, 0%=mode2
2015-12-28 19:19:11 +01:00
####DEVO
2015-12-29 09:04:35 +01:00
Extended limits supported
2015-12-28 19:19: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
####DSM2
2015-12-29 09:04:35 +01:00
Extended limits supported
2015-12-28 19:19:11 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|CH5|CH6|CH7|CH8
####FLYSKY
2015-12-29 09:04:35 +01:00
Extended limits supported
2015-12-28 19:19:11 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|CH5|CH6|CH7|CH8
#####Sub_protocol V9X9
CH5|CH6|CH7|CH8
---|---|---|---
UNK|LIGHT|PICTURE|VIDEO
#####Sub_protocol V6X6
CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
---|---|---|---|---|---|---|---
FLIP|LIGHT|PICTURE|VIDEO|HEADLESS|RTH|XCAL|YCAL
#####Sub_protocol V912
CH5|CH6
---|---
BTMBTN|TOPBTN
####FRSKY
2015-12-29 09:04:35 +01:00
Extended limits supported
Telemetry enabled for A0, A1, RSSI
2015-12-30 02:07:53 +01:00
Option=fine frequency tuning, usually 0 or -41 based on the manufacturer boards
2015-12-28 19:19: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
####HISKY
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|GEAR|PITCH|GYRO|CH8
2015-12-29 10:45:45 +01:00
GYRO: -100%=6G, +100%=3G
2015-12-28 19:19:11 +01:00
####HK310
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
|||T|R|AUX|T_FSAFE|R_FSAFE|AUX_FSAFE
####HUBSAN
2015-12-29 09:04:35 +01:00
Autobind protocol
2015-12-28 19:19:11 +01:00
2015-12-29 09:04:35 +01:00
Telemetry enabled for battery voltage only
2015-12-28 19:19:11 +01:00
Option=vTX frequency (H107D) 5645 - 5900 MHz
2015-12-29 09:04:35 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP|LIGHT||VIDEO
2015-12-28 22:59:07 +01:00
2015-12-28 19:19:11 +01:00
####KN
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|DR|THOLD|IDLEUP|GYRO3
2015-12-29 10:45:45 +01:00
GYRO3: -100%=6G, +100%=3G
2015-12-28 19:19:11 +01:00
2015-12-28 17:53:56 +01:00
####SLT
2015-12-29 09:04:35 +01:00
Autobind protocol
2015-12-28 17:53:56 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|GEAR|PITCH
####Symax
2015-12-29 09:04:35 +01:00
Autobind protocol
2015-12-28 17:53:56 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP||PICTURE|VIDEO|HEADLESS
####V2X2
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS|MAG_CAL_X|MAG_CAL_Y
####YD717
2015-12-29 09:04:35 +01:00
Autobind protocol
2015-12-28 17:53:56 +01:00
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16
---|---|---|---|---|---|---|---|---|----|----|----|----|----|----|----
A|E|T|R|FLIP|LIGHT|PICTURE|VIDEO|HEADLESS
2015-12-28 13:40:36 +01:00
##Hardware
###RF modules
Up to 4 RF modules can be installed:
- [A7105 ](http://www.banggood.com/XL7105-D03-A7105-Modification-Module-Support-Deviation-Galee-Flysky-p-922603.html ) for Flysky, Hubsan
- [CC2500 ](http://www.banggood.com/CC2500-PA-LNA-Romote-Wireless-Module-CC2500-SI4432-NRF24L01-p-922595.html ) for Frsky
- [CYRF6936 ](http://www.ehirobo.com/walkera-wk-devo-s-mod-devo-8-or-12-to-devo-8s-or-12s-upgrade-module.html ) for DSM2, DSMX, DEVO, Walkera
- [NRF24L01 ](http://www.banggood.com/2_4G-NRF24L01-PA-LNA-Wireless-Module-1632mm-Without-Antenna-p-922601.html ) for Hisky, V2x2, CX-10, SYMAX and plenty other protocols
RF modules can be installed for protocols need only. Example: if you only need the Hubsan protocol then install only a A7105 on your board.
You also need some [antennas ](http://www.banggood.com/2_4GHz-3dBi-RP-SMA-Connector-Booster-Wireless-Antenna-Modem-Router-p-979407.html ) and [cables ](http://www.banggood.com/10cm-PCI-UFL-IPX-to-RPSMA-Female-Jack-Pigtail-Cable-p-924933.html ).
###Microcontroller
2015-12-30 02:07:53 +01:00
The main program is running on an ATMEGA328 running @16MHz and 3.3V.
2015-12-28 22:59:07 +01:00
An [Arduino pro mini ](http://www.banggood.com/Wholesale-New-Ver-Pro-Mini-ATMEGA328-328p-5V-16MHz-Arduino-Compatible-Nano-Size-p-68534.html ) can be used to build your own Multimodule.
Using stripboard:
2015-12-28 13:40:36 +01:00
![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/t8214655-87-thumb-uploadfromtaptalk1405598143749.jpg?d=1441459923 )
2015-12-28 22:59:07 +01:00
Using a [home made PCB ](http://www.rcgroups.com/forums/showpost.php?p=32645328&postcount=1621 ):
![Screenshot ](http://static.rcgroups.net/forums/attachments/1/1/5/4/3/7/t8226719-72-thumb-IMG_20150715_230024065.jpg?d=1441816456 )
![Screenshot ](http://static.rcgroups.net/forums/attachments/1/1/5/4/3/7/t8226720-197-thumb-IMG_20150715_230603155.jpg?d=1441816457 )
2015-12-28 13:40:36 +01:00
or build your own board using SMD components and an associated PCB:
![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/t7952726-108-thumb-image-62c29cf2.jpg?d=1433909893 )
2015-12-29 09:04:35 +01:00
![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/t7952733-114-thumb-P4100002.JPG?d=1433910155 ) ![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/t7952734-189-thumb-P4100003.JPG?d=1433910159 )
2015-12-28 13:40:36 +01:00
###Schematic
![Screenshot ](http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/a8443844-119-multiprotocol_diagram_rotary_serial_2.jpg )
2015-12-31 10:19:21 +01:00
Notes:
- Attention: All modules are 3.3V only, never power them with 5V.
- For serial, the dial switch is not needed and the bind button optionnal
2015-12-28 13:40:36 +01:00
###Radio integration
2015-12-30 02:07:53 +01:00
You can 3D print your box (details [here ](http://www.rcgroups.com/forums/showpost.php?p=33294140&postcount=2034 )):
2015-12-28 13:40:36 +01:00
![Screenshot ](http://static.rcgroups.net/forums/attachments/1/1/5/4/3/7/t8462144-54-thumb-Multi_case_9XR.jpg?d=1448575289 )
![Screenshot ](http://static.rcgroups.net/forums/attachments/1/1/5/4/3/7/t8462145-106-thumb-Multi_case_v1.jpg?d=1448575293 )
2015-12-28 14:22:50 +01:00
2016-01-01 22:54:43 +01:00
##Compilation and programmation
2015-12-28 14:22:50 +01:00
###Toolchain
2015-12-28 20:42:00 +01:00
Arduino 1.6.5
Compilation of the code posted here works. So if it doesn't for you this is a problem with your setup, please double check everything before asking.
2015-12-28 21:53:27 +01:00
Multiprotocol.ino header can be modified to compile with/without some protocols, change protocols/sub_protocols associated with dial for PPM input, different channel orders, different channels timing, 8 or 16 channels serial protocol, Telemetry or not, ...
2015-12-28 14:22:50 +01:00
###Upload the code using ISP (In System Programming)
2015-12-28 21:53:27 +01:00
It is recommended to use an external programmer like [USBASP ](http://www.banggood.com/USBASP-USBISP-3_3-5V-AVR-Downloader-Programmer-With-ATMEGA8-ATMEGA128-p-934425.html ) to upload the code in the Atmega328. The programmer should be set to 3.3V or nothing to not supply any over voltage to the multimodule and avoid any damages.
From the Arduino environment, you can use this shortcut to compile and upload to the module: Skecth->Upload Using Programmer (Ctrl+Maj+U)
2015-12-28 14:22:50 +01:00
2016-01-01 22:54:43 +01:00
To flash the latest provided hex file under [Release ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/releases ), you can use a tool like [AVR Burn-O-Mat ](http://avr8-burn-o-mat.aaabbb.de/ ), set the microcontroller to m328p and flash it.
2015-12-28 14:22:50 +01:00
###Set fuses
Use a tool like [AVR Burn-O-Mat ](http://avr8-burn-o-mat.aaabbb.de/ ) to set the fuses of the Atmega328 to:
2015-12-28 21:53:27 +01:00
- Low Fuse 0xFF
2015-12-28 14:22:50 +01:00
- High Fuse 0xD2
- Extended Fuse 0x05
2015-12-28 21:58:10 +01:00
2015-12-30 02:07:53 +01:00
This will make sure your ATMEGA328 is well configured and the global TX ID is not erased at each updates.
2015-12-28 14:48:22 +01:00
##Troubleshooting
2015-12-28 14:58:43 +01:00
2015-12-28 14:48:22 +01:00
###LED status
- off: program not running or a protocol selected with the associated module not installed.
- slow blink: serial has been selected but no valid signal has been seen on the RX pin.
- fast blink: bind in progress.
- on: normal operation.
2015-12-28 14:58:43 +01:00
###Bind
2015-12-31 10:19:21 +01:00
Make sure to follow this procedure: press the bind button, apply power and then release it after 1sec. The LED should be blinking fast indicating a bind status and then fixed on. It's normal that the LED turns off when you press the bind button, this behavior is not controlled by the Atmega328.
For serial, the preffered method is to bind via the GUI protocol page.
2015-12-28 14:58:43 +01:00
###Protocol selection
For serial, leave all 4 selection pins unconnected.
For PPM, connect 1 to 4 of the selection protocol pins to GND.
The protocol/mode selection must be done before the power is applied.
2016-01-01 22:54:43 +01:00
###Report issues
You can report your problem using the [GitHub issue ](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/issues ) system or go to the [Main thread on RCGROUPS ](http://www.rcgroups.com/forums/showthread.php?t=2165676 ) to ask your question.
Please provide the following information:
- Multiprotocol code version
- TX type
- Using PPM or Serial, if using er9x or ersky9x the version in use
- Different led status (multimodule and model)
- Explanation of the behavior and reproduction steps