descriptionnone
homepage URLhttps://github.com/pascallanger/DIY-Multiprotocol-TX-Module
repository URLhttps://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
ownerstefan.naewe+rr@gmail.com
last changeThu, 18 Apr 2024 08:40:37 +0000 (18 10:40 +0200)
last refreshSat, 20 Apr 2024 01:00:59 +0000 (20 03:00 +0200)
content tags
add:
README.md

Multiprotocol TX Module

The Multiprotocol Tx Module (or MULTI-Module) is a 2.4GHz transmitter module which enables almost any transmitter to control many different receivers and models, including many popular helicopters, planes, quadcopters, and miniquads.

The main forum for protocol requests and questions is on RCGroups.com.

If you like this project and want to support further development please consider making a donation.

Donate €5
€5
Donate €10
€10
Donate €10
€15
Donate €25
€25
Donate
Other

Development status

Multiprotocol downloads:

Current Multiprotocol code check status: . Download the latest test build here.

Current Multiprotocol boards check status: Travis Build Status for Multi Boards

Outline of the documentation

  1. Introduction (this page)
  2. Available protocols
  3. Transmitters and serial/telemetry options
  4. Module Hardware options
  5. Compiling and programming the module
  6. Transmitter Setup
  7. How to for popular models
  8. Troubleshooting
  9. Advanced Topics (not for the fainthearted!)

Introduction

A functioning MULTI-Module consists of (see image below):

  1. A host RC Tx

  2. A Multiprotocol Transmitter Module (MULTI-Module) that connects to a host transmitter. This module is typically comprised of

    • A microcontroller (currently ATMega328P or STM32) that interfaces with the Tx, controls the module functions and forwards the RC commands to the RF hardware
    • One or more (but at least one) RF modules that provide the capability to communicate with RC receivers. To communicate with the receiver the RF module in the Tx must match with the RF module type in the receiver. The four most common 2.4GHz RF chips on the market are supported TI CC2500, Nordic NRF24L01, Cypress CYRF6936, and the Amiccom A7105
    • MULTI-firmware loaded on to the microprocessor. At a high level, this firmware performs a few different functions:
      • It interfaces with signals from the host Tx and decodes these for transmission to the model, it manages the activation of the correct hardware RF module for each protocol
      • It implements the unique communication protocols for each receiver/model and manages the all-important binding process with a receiver/model
      • In the case of some protocols (for example DSMX and FrSky) it receives and decodes the telemetry information and makes this available to the radio.
     
  3. The physical 2.4GHz antenna (or in some cases multiple antennas) for the modules

One of the most attractive features of the MULTI-module is the ability to send telemetry signals back to the transmitter. The MULTI-Module is fully telemetry capable for all protocols that support telemetry. Your ability to use the telemetry information depends on your radio hardware and firmware.

In constructing a functioning MULTI-Module there are important choices to be made and tradeoffs to be aware of. The most important are:

Choice 1: Which MULTI-Module hardware option

There are currently four generic paths to get your hands on an MULTI-Module. These are outlined in detail on the hardware page. Here they are, in order of increasing difficulty:

The last option is where it all started and how the pioneers in this project made their boards. However, due to the growing interest in “one module to rule them all” you now have options to purchase a ready-made board (with old firmware that you will need to upgrade).

For more information on these options see the hardware page

Choice 2: Which RF modules to include in the MULTI-Module

This depends on your specific needs. However, recent the availability of the 4-in-1 RF modules from Banggood for less than $35 makes it easy to “have it all”. Most manufacturers of RC systems (Spektrum, FrSky, FlySky) and toys (Syma, Hubsan, etc.) use one of these four RF chips to manage the RF link between the transmitter and the reciever/model. Here is an incomplete list of the RF modules and some of the most popular toys that use them. For the complete list see the Protocol Details page.

ManufacturerRF ChipExample Protocols
Cyprus SemiconductorCYRF6936DSM/DSMX
Walkera Devo
J6Pro
Texas InstrumentsCC2500FrSky
Futaba SFHSS
AmiccomA7105FlySky
FlySky AFHDS2A
Hubsan
Nordic SemiconductorNRF24L01HiSky
Syma
ASSAN
and most other Chinese models

For example, if you have no interest in binding your Tx to an model with and FrSky or Futaba SFHSS receiver you do not need to include the CC2500 RF module in your system.

Choice 3: Which protocols to upload to the MULTI-Module

In the case of the ATmega328, the memory required by all the possible protocols exceeds the 32KB flash limit considerably. This means that you will need to make a choice of which protocols you will compile into your firmware. Fortunately, the process of selecting and compiling is not too difficult and it is fully documented on the Compiling and Programming page.

An alternative is to use a STM32 ARM microcontroller based module which can hold all the protocols.

Choice 4: Choosing the type of interface between the MULTI-Module and your radio (PPM or Serial)

The MULTI-Module supports industry standard PPM interface that works with all transmitters with either:

Most of the older FM radios support the PPM interface.

If you are the owner of a transmitter that supports the er9X/erSky9X or OpenTX firmwares (Frsky Taranis, Horus or the FlySky TH9X or the Turnigy 9X family) you have the additional option to use a serial protocol to communicate between your Tx and the MULTI-Module. (Owners of Walkera Devo transmitters should look at the Deviation Tx project for how to achieve the same end goal). This serial protocol does not require any hardware modifications, but will likely require updating the firmware on your radio. For those willing to do this, there are some nice advantages:

How to get started?

  1. Browse the Protocols page to see which protocols you would like on your module
  2. Go to the Hardware Options page to decide which of the MULTI-Module hardware options appeals to you and which RF modules you plan to integrate
  3. Once you have your module, you should review what jumper settings or modifications are required to the module to support serial communication and possibly telemetry
  4. Go to Compiling and Programming page to download, compile and program your MULTI-Module
  5. Finally, you should visit the setup page for your transmitter by clicking on the link corresponding to your Tx on the Transmitters page to configure the last few settings before you can fly to your heart’s content!!!!!

Troubleshooting

Visit the Troubleshooting page. Please bear in mind that the MULTI-Module is a complex system of hardware and software and it may take some patience to get it up and running. Also remember that the developers of the system are actual users of the system. This means that at any moment in time the system is working perfectly for them. A corollary to this is that if you are struggling there are likely two scenarios. First, that the problem is with your hardware or with your configuration, second, and much more unlikely but not impossible scenario, is that you are struggling with a new undiscovered bug. (The author of this documentation speaks from experience ;-) Please check the RC Groups forum and search for keywords relating to your problem before posting a reply. When you do post a reply please so humbly and respectfully – you will find many helpful people there. In your reply please include as much relevant information as possible and attach compilation output and _Config.h files as text attachments to keep the forum clean.

A final word

A very big thanks to all the people who have shared their time so graciously to create this great project. If you come across them on RC Groups, please be kind and show appreciation. In no particular order:

Your help would be greatly appreciated. If protocol reverse-engineering and dev is not your thing then any help with testing and contributing to the documentation would be amazing. Given the number of different Tx/module hardware/RF module/protocol/model combinations the process of testing and documenting is a major bottleneck for the developers. Anything you can do to help will free them up to do even greater things.

If you like this project and want to support further development please consider making a donation.

shortlog
40 hours ago pascallangerSLT try 1emaster
4 days ago pascallangerSLT new sub_protocol V1_4CH
5 days ago pascallangerSLT try 1d
5 days ago pascallangerSLT try 1c
6 days ago pascallangerSLT try 1b
7 days ago pascallangerSLT try 1a
7 days ago pascallangerSLT try 1
11 days ago pascallangerUpdate Protocols_Details.md
2024-04-04 pascallangerUpdate Protocols_Details.md
2024-04-04 pascallangerUpdate Protocols_Details.md
2024-04-04 pascallangerTraxxas TQ 6 channels
2024-04-02 pascallangerRealacc doc update
2024-04-02 pascallangerREALACC: IDs
2024-03-29 pascallangerUpdate SGF22_nrf24l01.ino
2024-03-29 pascallangerSGF22: new flag
2024-03-29 pascallangerASF try 4
...
tags
4 weeks ago v1.3.4.0
6 months ago v1.3.3.33
18 months ago v1.3.3.20
21 months ago v1.3.3.14
2 years ago v1.3.3.7
2 years ago v1.3.3.0
2 years ago v1.3.2.86
2 years ago v1.3.2.77
3 years ago v1.3.2.61
3 years ago v1.3.2.58
3 years ago v1.3.2.30
3 years ago v1.3.2.12
3 years ago v1.3.2.11
3 years ago v1.3.2.6
3 years ago v1.3.1.92
3 years ago v1.3.1.78
...
heads
40 hours ago master
5 weeks ago pascallanger-patch-6
2 months ago pascallanger-patch-5
3 months ago pascallanger-patch-4
3 months ago pascallanger-patch-3
3 months ago pascallanger-patch-2
10 months ago fix-arduino-cli
11 months ago pascallanger-patch-1