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

54 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
1. The ready-made module is 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)
<img src="images/4-in-1_Module_BG.jpeg" width="200" height="200" />
1. A module case that fits your receiver 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
1. 3x2 header pins (to solder onto the board for programming)
2016-11-17 16:00:26 +02:00
1. AVR ISP programmer like the popular USBASP programming dongle that is 3.3V safe - available from many sellers on [ebay.](http://www.ebay.com/sch/i.html?_odkw=usbasp+progammer&_osacat=0&_from=R40&_trksid=p2045573.m570.l1313.TR3.TRC2.A0.H0.Xusbasp+progammer+3.3V.TRS1&_nkw=usbasp+progammer+3.3V&_sacat=0) There are reports that some of the cheap programmers are not safe to use with 3.3V units (like this unit). Look for USBAsp programmers with the “LC Technologies” label. Also, you will need a 10-pin to 6-pin connector to connect the USBASP to the board.
2016-09-19 23:48:14 +02:00
##Build instructions
The assembly process is trivial but it does depend on:
- The communication interface between your transmitter and the module, and
- The version of the module you have
###Common steps
1. Solder the 3x2 header pins onto the module as shown below {insert picture of module with pins}. These header pins are required to program the microcontroller.
1. Fit the module into the module case. This may require some careful filing or sanding of the module to ensure a nice fit.
###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.
2016-12-05 17:48: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 V2 type module.
2016-09-19 23:48:14 +02:00
2016-12-05 17:47:21 +01:00
#### **Version 2 (V2) 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
2016-12-05 17:48:56 +01:00
V2a
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" />
2016-12-05 17:48:56 +01:00
V2b
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
You are now ready to go over to [Compiling and Programming](Compiling.md).
#### **Version 1 (V1) module**
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).