Download Print this page

Advertisement

Quick Links

LoRa Pico Gateway
Transceiver Module (Type1QM)
User manual v1.2
0
murata.com Copyright © Murata Manufacturing Co., Ltd. All rights reserved.
22 March 2018
Copyright © Murata Manufacturing Co., Ltd. All rights reserved.
22 March 2018

Advertisement

loading
Need help?

Need help?

Do you have a question about the LoRa Pico and is the answer not in the manual?

Questions and answers

Summary of Contents for Murata LoRa Pico

  • Page 1 LoRa Pico Gateway Transceiver Module (Type1QM) User manual v1.2 murata.com Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018 Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 2 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 3 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 4 Introduction This user guide introduces Murata LoRa Pico Gateway Transceiver Module called Type1QM and how to set up the adapter board. The host interface which the module supports includes USB and UART. Type1QM is a multi-channel high performance transceiver designed to simultaneously receive several LoRa packets using random spreading factors.
  • Page 5 10pin cable to mini USB connector and other connectors. Type1QM connects adapter board with 10 pins cable and 2 pins power cable. Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 6 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 7 SWDIO STM32F401_PA13 SWDIO GPIO Mode:PA14 SWCLK STM32F401_PA14 SWCLK J2 connector Connection to Terminal Name Type Description IC terminal Ground Ground input Ground Ground input Power 5V~12V power input Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 8 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 9 FPC connector and cable, connecting to Type1QM SWD connector. If you would like to program the new firmware, connect the related signals to ST linker Mini USB connector Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 10 In Case of Using USB Power Supply Remove this jumper Short this jumper Power supply from USB connector Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 11 In Case of Using External Power Supply External power supply 5V~12V Short this jumper Remove this jumper Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 12 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 13 The following slides provide how to update the firmware in Type1QM. NOTE: Only Test firmware is programmed in our production line. Customers must update the FW which is released by Semtech formally. Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 14 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 15 • mkdir lora-net • cd lora-net • sudo apt-get update • sudo apt-get install git • git clone http://github.con/Lora- net/picoGW_packet_forwarder.git • git clone http://github.con/Lora-net/picoGW_mcu.git • git clone http://github.con/Lora-net/picoGW_hal.git Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 16 • cd ~/lora-net/ • sudo apt-get install autoconf • git clone https://git.code.sf.net/p/dfu-util/dfu-util • cd dfu-util • ./autogen.sh • sudo apt-get install linusb-1.0-0-dev • ./configure • make • sudo make install Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 17 Start FW update: – sudo /usr/local/bin/dfu-util –a 0 –D ~/lora- The path and name of the fw file to be net/picoGW_mcu/bin/PGW_new.dfu flashed, can be different on your platform. Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 18 Upgrade MCU FW in Linux Screen shot of upgrading MCU FW… Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 19 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 20 When customers want to update the firmware, the following tools can be used – HW: STM32 ST-LINK (http://www.st.com/en/development- tools/st-link-v2.html) or compatible – SW: STM32 ST-LINK utility should be used to download the firmware. (http://www.st.com/content/st_com/en/products/embedded- software/development-tool-software/stsw-link004.html) Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 21 SWCLK------------------------ Pin9 SWDIO------------------------- Pin7 NRST--------------------------- Pin15 GND---------------------------- GND Pin1-----Pin19 Important: Pin 1 and Pin19 of ST linker should be short. Showed in the yellow line in the above picture Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 22 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 23 DFU mode can be used. There are two ways to enter DFU mode. – Option in PicoGW_UI (SW method) – Boot0 pin (HW method) Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 24 Click Start in DFU mode (right-top picture).  The module will reboot into DFU mode. In the device manager (right-bottom picture).  “STM Device in DFU mode” will appear Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 25 Boot0 = 0 when power up, normal working mode (default mode) • Boot0 = 1 when power up, module into DFU mode This pad is Boot0 signal This pad is 3.3V Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 26 2. Power up the module, then “STM Device in DFU mode” will appear in the device manager. 3. After the module enters DFU mode, remove iron nipper or conduct line used in #1 above. Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 27 1. Install ST DfuSe Demo tool in PC and open it. • The tools is available from Semtech 2. Choose new MCU firmware and click upgrade. 3. The MCU firmware will be updated. Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 28 Methods to Update FW in Module – From Linux Host (e.g. Raspberry Pi) – Using ST-Link Cable & Tool – Using ST Dfuse Tool from Windows PC • Appendix: Adaptor Board Schematics Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 29 Schematic (1) of Adapter Board Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 30 Schematic (2) of Adapter Board Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 31 The separate approval is required for all other operating configurations, including portable configurations with respect to Part 2.1093 and different antenna configurations Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 32 If the labelling area is considered too small and therefore it is impractical (smaller than the palm of the hand) to display the compliance statement, then the statement may be placed in the user manual or product packaging. Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...
  • Page 33 Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018...

This manual is also suitable for:

Type1qm