diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index b2013f8..49fe8a7 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -37,12 +37,14 @@ The USB-TTL adapter can be either FTDI or CH340G, as long as it works. It shoul The 4-pin header needs to be soldered onto the board as indicated by the red rectangle: -| **DIY Multiprotocol Module** | **Banggood 4-in-1 Module** | **iRangeX IRX4 Plus Module** | -|:---:|:---:|:---:| -| | | | +| **DIY Multiprotocol Module** | **Banggood 4-in-1 Module** | **iRangeX IRX4 Plus Module** | **MPM Lite** | +|:---:|:---:|:---:|:---:| +| | | | **Note:** The Banggood STM32 module most likely already has the header pin in place. +**Note 2:** The Vantac MPM Lite module most likely already has the USB Bootloader flashed on it. You don't need these tools and can directly [upload via USB](#upload-via-usb) without flashing the USB bootloader first. + ## Preparation ### Install the Arduino IDE 1. Download and install the Arduino IDE. The currently supported Arduino version is 1.8.5, available for [Windows]( https://www.arduino.cc/download_handler.php?f=/arduino-1.8.5-windows.exe), [Mac OSX](https://www.arduino.cc/download_handler.php?f=/arduino-1.8.5-macosx.zip) and [Linux (64-bit)](https://www.arduino.cc/download_handler.php?f=/arduino-1.8.5-linux64.tar.xz) @@ -123,10 +125,10 @@ The bootloader only needs to be installed once unless you decide to switch from In order to flash the bootloader the **BOOT0** jumper must be installed connecting **BOOT0** to 3.3V. The location of **BOOT0** varies by hardware module. -| **DIY Multiprotocol Module** | **Banggood 4-in-1 Module** | **iRangeX IRX4 Module** | **iRangeX IRX4 Plus Module** -|:---:|:---:|:---:|:---:| -| Bridge pins 1 and 2 as shown by the yellow jumper wire. | Bridge the left-most pins of the 6-pin header as shown by the yellow jumper. | Bridge pins 1 and 2 as shown by the blue jumper. | Bridge the BOOT0 pin to the adjacent 3.3V pin as shown by the yellow jumper. | -| | | | | +| **DIY Multiprotocol Module** | **Banggood 4-in-1 Module** | **iRangeX IRX4 Module** | **iRangeX IRX4 Plus Module** | **Vantac MPM Lite** | +|:---:|:---:|:---:|:---:|:---:| +| Bridge pins 1 and 2 as shown by the yellow jumper wire. | Bridge the left-most pins of the 6-pin header as shown by the yellow jumper. | Bridge pins 1 and 2 as shown by the blue jumper. | Bridge the BOOT0 pin to the adjacent 3.3V pin as shown by the yellow jumper. | Brdige the two pins next to the usb port labelled with Boot0 | +| | | | | | 1. If on Linux, ensure you have permissions to access serial interfaces as described in [Install the Maple USB drivers](#install-the-maple-usb-drivers) 1. Install the **BOOT0** jumper as described above diff --git a/docs/Hardware.md b/docs/Hardware.md index fec6682..3e74fe4 100644 --- a/docs/Hardware.md +++ b/docs/Hardware.md @@ -30,8 +30,9 @@ These are examples of the well-known ready-made Multiprotocol modules. Inclusio | **iRangeX IRX4 STM32** | | [STM32F103C](Compiling_STM32.md "Firmware compiling and uploading instructions for STM32") | US$39 | | [Banggood](https://www.banggood.com/IRangeX-IRX4-2_4G-CC2500-NRF24L01-A7105-CTRF6936-4-IN-1-Multiprotocol-STM32-TX-Module-With-Case-p-1197130.html) | | **iRangeX IRX4 Plus STM32** | | [STM32F103C](Compiling_STM32.md "Firmware compiling and uploading instructions for STM32") | US$37 | | [Banggood](https://www.banggood.com/IRangeX-IRX4-Plus-2_4G-CC2500-NRF24L01-A7105-CYRF6936-4-IN-1-Multiprotocol-STM32-TX-Module-With-Case-p-1225080.html) | | **Jumper JP4IN1 Multi Protocol Transmitter Module** | | [STM32F103](Compiling_STM32.md "Firmware compiling and uploading instructions for STM32") | US$40 | | [Hobbyking](https://hobbyking.com/en_us/jumper-jp4in1-multi-protocal-radio-transmitter-module.html) | +| **Vantac MPM Lite 2.4G Transmitter Module for X-Lite** | | [STM32F103C](Compiling_STM32.md "Firmware compiling and uploading instructions for STM32") | $49 | | [Banggood](https://www.banggood.com/Vantac-MPM-Lite-2_4G-Multiple-Protocol-TX-Module-for-Taranis-X-Lite-Radio-Transmitter-p-1307645.html?p=RN27072889497201510A) [HorusRC](https://www.horusrc.com/en/vantac-mpm-lite-2-4g-transmitter-module-for-x-lite.html?acc=9860) | -*Table last updated May 13th, 2018* +*Table last updated June 24th, 2018* #### OrangeRx Module It is also possible to upload the Multiprotocol firmware to an STM32-based OrangeRx DSM module, with support only for the built in CYRF6936 RF module. diff --git a/docs/images/mpm1n.jpg b/docs/images/mpm1n.jpg new file mode 100644 index 0000000..47552a9 Binary files /dev/null and b/docs/images/mpm1n.jpg differ diff --git a/docs/images/mpmlite-boot0.jpg b/docs/images/mpmlite-boot0.jpg new file mode 100644 index 0000000..5a424e5 Binary files /dev/null and b/docs/images/mpmlite-boot0.jpg differ diff --git a/docs/images/mpmlite-serial.jpg b/docs/images/mpmlite-serial.jpg new file mode 100644 index 0000000..a20de95 Binary files /dev/null and b/docs/images/mpmlite-serial.jpg differ