DIY-Multiprotocol-TX-Module/docs/Module_BG_4-in-1.md

68 lines
3.4 KiB
Markdown
Raw Normal View History

2016-09-19 23:48:14 +02:00
#4-in-1 Banggood module
2016-11-17 16:00:26 +02:00
Currently the form factor of this module is designed for the JR-style module bay. Many of the popular RC transmitters use the JR-style module bay: FrSky Taranis, FlySky Th9x, Turnigy 9X/R/Pro
2016-09-19 23:48:14 +02:00
##What you need
2017-01-25 13:38:59 +01:00
A fully assembled module + case available from Banggood.com [here](http://www.banggood.com/CC2500-NRF24L01-A7105-CYRF693-4-In-1-RF-Module-With-Case-For-Futaba-JR-Frsky-Transmitter-p-1116892.html)
2017-01-25 13:37:56 +01:00
<img src="images/4-in-1_Module_Case_BG.jpeg" width="221" height="200" />
2017-01-25 13:38:59 +01:00
Or
2017-01-25 13:37:56 +01:00
2017-01-25 13:38:59 +01:00
The ready-made module available from Banggood.com [here](http://www.banggood.com/2_4G-CC2500-A7105-Flysky-Frsky-Devo-DSM2-Multiprotocol-TX-Module-With-Antenna-p-1048377.html)
2017-01-25 13:37:56 +01:00
<img src="images/4-in-1_Module_BG.jpeg" width="200" height="200" />
2017-01-25 13:38:59 +01:00
Plus a module case that fits your module like the one [here](https://www.xtremepowersystems.net/proddetail.php?prod=XPS-J1CASE)
2016-09-25 07:33:52 -04:00
<img src="https://www.xtremepowersystems.net/prodimages/j1case.jpg" width="200" height="180" />
2016-10-27 17:17:44 -04:00
or you can 3D print your own from a selection on Thingiverse ([Example 1](http://www.thingiverse.com/thing:1852868) [Example 2](http://www.thingiverse.com/thing:1661833)).
2016-10-27 17:22:58 -04:00
[<img src="http://thingiverse-production-new.s3.amazonaws.com/renders/55/1c/cb/0a/e4/5d2c2b06be7f3f6f8f0ab4638dd7c6fc_preview_featured.jpg" width="250" height="200" /> ](http://www.thingiverse.com/thing:1852868)
2016-09-19 23:48:14 +02:00
2017-01-25 13:37:56 +01:00
For 9XR/9XR Pro, a new 3D printed module is available which makes use of the built in antenna in the handle. This means nothing is getting out of the radio back! You can find all details of this module case on [thingiverse](http://www.thingiverse.com/thing:2050717).
2016-09-19 23:48:14 +02:00
2017-01-25 13:37:56 +01:00
<img src="images/9XR_module.jpg" width="113" height="200" /> <img src="images/9XR_module_connector.jpg" width="274" height="200" />
2016-09-19 23:48:14 +02:00
2017-01-25 13:37:56 +01:00
##Different working modes
2016-09-19 23:48:14 +02:00
###PPM interface
If you are only planning on using the PPM interface with transmitter you are ready to program the module as described in Compiling and Programming the module.
2016-10-22 06:14:22 -04:00
###Enabling Serial and Telemetry interface
2016-09-19 23:48:14 +02:00
If you have a transmitter that can support serial communication with the board then you need to wire up the board appropriately. There are two versions of the module and the steps are slightly different.
2017-01-25 13:47:56 +01:00
Check which module you have and based on the pictures below. If you purchased the module after June 2016 then it is likely that you have a V1.1 type module. If you have purchased the version with case it is likely that you have a V1.2 type module.
2016-09-19 23:48:14 +02:00
2017-01-25 13:47:56 +01:00
#### **Version 1.1 (V1.1) type modules**
Serial is already enabled and ready to be used.
V1.2
<img src="images/v1.2_ISP.jpg" width="340" height="340" />
#### **Version 1.1 (V1.1) type modules**
2016-09-19 23:48:14 +02:00
2016-12-05 17:47:21 +01:00
Solder two bridges over the pads shown in the pictures below.
2016-09-19 23:48:14 +02:00
2017-01-25 13:47:56 +01:00
V1.1a
2016-12-05 17:48:56 +01:00
2016-12-05 17:47:21 +01:00
<img src="images/V2a_Serial_Enable.jpeg" width="300" height="340" />
<img src="images/V2a_zoom_Serial_Enable.jpeg" width="450" height="340" />
2017-01-25 13:47:56 +01:00
V1.1b
2016-12-05 17:48:56 +01:00
2016-12-05 17:47:21 +01:00
<img src="images/V2b_Serial_Enable.jpeg" width="220" height="340" />
2016-09-19 23:48:14 +02:00
2017-01-25 13:47:56 +01:00
V1.1c (also called 1.2)
2017-01-19 16:59:22 +01:00
This revision has a 1.2 printed on the board and replaces the 5V linear regulator with a swichting regulator.
2016-12-05 18:07:47 +01:00
<img src="images/V2c_Serial_Enable.jpeg" width="220" height="340" />
2016-09-19 23:48:14 +02:00
You are now ready to go over to [Compiling and Programming](Compiling.md).
2017-01-25 13:47:56 +01:00
#### **Version 1.0 (V1.0) module**
2016-09-19 23:48:14 +02:00
Solder bridges and resistors as illustrated in the picture below.
<img src="images/V1_Serial_Enable.jpeg" width="500" height="340" />
You are now ready to go over to [Compiling and Programming](Compiling.md).