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

79 lines
3.7 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
2017-01-25 14:10:56 +01:00
###PPM mode
2017-01-25 14:07:57 +01:00
If you are only planning on using the PPM interface with your transmitter, you need to connect it as described:
2017-01-25 14:08:48 +01:00
<img src="images/PPM.png" width="437" height="340" />
2017-01-25 14:07:57 +01:00
Some radios have an open collector output (Futaba, Graupner...), in this case you should add a 4.7K resistor between PPM and BATT.
This is valid for any version of the module.
You are now ready to go over to [Compiling and Programming](Compiling.md).
2016-09-19 23:48:14 +02:00
2017-01-25 14:10:56 +01:00
###Serial mode
If you have a transmitter that can support serial communication with the board then you need to wire up the board appropriately. There are three versions of the module and the steps are slightly different.
2016-09-19 23:48:14 +02:00
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:48:42 +01:00
#### **Version 1.2 (V1.2) type modules**
2017-01-25 13:47:56 +01:00
Serial is already enabled and ready to be used.
2017-01-25 13:52:10 +01:00
Written on PCB back JRFM_V1.2
2017-01-25 13:47:56 +01:00
<img src="images/v1.2_ISP.jpg" width="340" height="340" />
2017-01-25 14:07:57 +01:00
You are now ready to go over to [Compiling and Programming](Compiling.md).
2017-01-25 13:47:56 +01:00
#### **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:52:10 +01:00
V1.1b
Written on PCB back 1.2
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:49:15 +01:00
V1.1c
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.
2017-01-25 14:13:52 +01:00
<img src="images/V1_Serial_Enable.jpeg" width="360" height="340" />
2016-09-19 23:48:14 +02:00
You are now ready to go over to [Compiling and Programming](Compiling.md).