mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:48:11 +00:00
Update Module_Build_yourself_PCB.md
This commit is contained in:
parent
ecbc50b990
commit
a4767591ae
@ -4,7 +4,7 @@ Currently the form factor of this module is designed for the JR-style module bay
|
||||
##What you need
|
||||
First you must choose the PCB onto which to solder all the components. There are two PCB options:
|
||||
- ATmega (8-bit) powered PCB V2.3d supporting individual RF modules
|
||||
- STM32 (32-bit) powered PCB supporting the 4-in-1 RF module
|
||||
- STM32 (32-bit) powered PCB V1.0t supporting the 4-in-1 RF module
|
||||
|
||||
The **ATmega-based board** has been designed to accept individual RF modules. This way you can select just the module or modules you want. The downside is that each module requires its own antenna. It can become cumbersome with 4 antennas protruding from the module. It is possible to soder the 4-in-1 module to the PCB using thin insulated wire. This 4-in-1 module requires only one antenna. Finally, the Atmega board has a 32k flash memory. This is big enough to accommodate more than 15 protocols, but it cannot accommodate all the available protocols.
|
||||
|
||||
@ -26,10 +26,10 @@ The **STM32-based** board has been designed to accept the 4-in-1 RF module with
|
||||
|
||||
The schematic for the board is [here](#V23D_Schematic). Please note that is is the general schematic - there will be some minor differences (like solder jumpers) between this and the board.
|
||||
|
||||
###STM32 powered PCB
|
||||
1. STM32 (32-bit) powered PCB supporting the 4-in-1 RF module available from OSHPark [here](https://oshpark.com/shared_projects/GX51nEoH).
|
||||
###STM32 powered PCB V1.0t
|
||||
1. STM32 (32-bit) powered PCB V1.0t supporting the 4-in-1 RF module available from OSHPark [here](https://oshpark.com/shared_projects/GX51nEoH).
|
||||
2. The 4-in-1 RF module is available [here](http://www.banggood.com/DIY-2_4G-CC2500-NRF24L01-A7105-CYRF6936-Multi-RF-4-IN-1-Wireless-Module-p-1046308.html)
|
||||
1. The BOM for this board is available [here](BOM_DIY_STM32.md).
|
||||
1. The BOM for this board V1.0t is available [here](BOM_DIY_STM32.md).
|
||||
|
||||
The schematic for the board is [here](#STM32_Schematic)
|
||||
|
||||
@ -79,14 +79,11 @@ You are now ready to go over to [Compiling and Programming STM32](Compiling_STM3
|
||||
|
||||
#Reference Schematic <a name="Schematic"></a>
|
||||
Here is the schematic you can use to troubleshoot the module
|
||||
## <a name="V32D_Schematic"></a> PCB 2.3d Schematic
|
||||
## <a name="V23D_Schematic"></a> PCB 2.3d Schematic
|
||||
General module schematic (reference)
|
||||
<img src="images/DIY_Mulitprotocol_Module_Schematic.jpeg" width="1000" height="500" />
|
||||
V2.3d Board Schematic
|
||||
<img src="https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/PCB%20v2.3d/Schematic_v2.3d.jpg" width="1000" height="500" />
|
||||
|
||||
## <a name="STM32_Schematic"></a> PCB STM32 Schematic
|
||||
## <a name="STM32_Schematic"></a> PCB STM32 V1.0t Schematic
|
||||
<img src="http://static.rcgroups.net/forums/attachments/4/0/8/5/8/3/a9220887-113-multi-STM32.png" width="1000" height="500" />
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user