manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Murata
  6. •
  7. Gateway
  8. •
  9. Murata LoRa Pico User manual

Murata LoRa Pico User manual

0murata.com Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
LoRa Pico Gateway
Transceiver Module (Type1QM)
User manual v1.2
1
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
2
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
3
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
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. This design is for USA/Australia 915 MHz ISM band [902 MHz
- 928 MHz]
4
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Hardware presentation
The adapter board can be used to easily evaluate Type1QM via the
host interface. The adapter board brings USB and UART signals,
power supply, and some control signals from 10pin cable to mini
USB connector and other connectors.
Type1QM connects adapter board with 10
pins cable and 2 pins power cable.
5
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
6
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Module Pin Assignment
Pin
No. Terminal Name Type Connection to
IC terminal Description
1PWR_EN I BD9141MUV_EN Power enable/disable
1:Enable
0:Disable
2USART1_TX I/O STM32F401_PA9 GPIO Mode:PA9
USART1_TX
3USART1_RX I/O STM32F401_PA10 GPIO Mode:PA10
USART1_RX
4GND Ground - Ground
5USB_DM/USART1_CTS I/O STM32F401_PA11 GPIO Mode:PA11
USB_DM
USART_CTS
6USB_DP/USART1_RTS I/O STM32F401_PA12 GPIO Mode:PA12
USB_DP
USART_RTS
7GND Ground - Ground
8MCU_RST I STM32F401_NRST NRST
9SWDIO I/O STM32F401_PA13 GPIO Mode:PA13
SWDIO
10 SWCLK I/O STM32F401_PA14 GPIO Mode:PA14
SWCLK
Pin
No. Terminal Name Type Connection to
IC terminal Description
1GND Ground - Ground input
2GND Ground - Ground input
3VCC Power - 5V~12V power input
4NC - - NC
J1 connector
J2 connector
7
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
8
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Descriptions of Adapter Board
for USB interface
If the external power
supply is applied, this
jump should be short
External power supply
5V~12V
If power supply comes from
USB 5V input, this jump
should be short
Mini USB connector
SWD connector. If you
would like to program the
new firmware, connect the
related signals to ST linker
NRST
SWDIO
GND
SWCLK
FPC connector and
cable, connecting to
Type1QM
Power connector and cable,
connecting to Type1QM
Button connected to
Pwr_EN pin, push down
to power off the module
Button connected to
STM32 MCU reset pin,
push down to reset MCU
9
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
In Case of Using USB Power Supply
Short this jumper
Power supply from
USB connector
Remove this jumper
10
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
In Case of Using External Power Supply
Short this jumper
External power supply
5V~12V
Remove this jumper
11
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
12
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Firmware in Type1QM
•Test firmware which can be verify electrical performance
is preprogrammed in Type1QM.
•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.
13
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
14
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Get Semtech software package
Get the lastest Semtech software package from LoRa
Github
• 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
15
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Install Dfu-util Tool
• 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
16
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Enter DFU mode in Linux
•Enter DFU mode in Linux (SW method)
–lsusb
–cd ~/lora-net/picoGW_hal/util_boot
–./util_boot –d /dev/ttyACM0
–lsusb
•Start FW update:
–sudo /usr/local/bin/dfu-util –a 0 –D ~/lora-
net/picoGW_mcu/bin/PGW_new.dfu
ttyACM0 is the serial port device under
/dev, which is created after inserting
the USB able. It maybe different on
your platform.
The path and name of the fw file to be
flashed, can be different on your
platform.
17
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Screen shot of upgrading MCU FW…
Upgrade MCU FW in Linux
18
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
Table of Contents
•Module Overview
•Module Interface Overview
•Adaptor Board Overview
•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
19
Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018
The ST-Linker Tool – HW & SW
•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)

This manual suits for next models

1

Other Murata Gateway manuals

Murata LBAC0ZZ1SU User manual

Murata

Murata LBAC0ZZ1SU User manual

Murata LBAE0ZZ2AG User manual

Murata

Murata LBAE0ZZ2AG User manual

Popular Gateway manuals by other brands

Wuchuan IAD100T user guide

Wuchuan

Wuchuan IAD100T user guide

Nortel 2000 Hardware installation guide

Nortel

Nortel 2000 Hardware installation guide

PMC-Sierra MSP7162 GPON RG Specifications

PMC-Sierra

PMC-Sierra MSP7162 GPON RG Specifications

Lanner NCA-5520 user manual

Lanner

Lanner NCA-5520 user manual

Dinstar MTG2000 user manual

Dinstar

Dinstar MTG2000 user manual

Cisco DPC3929CM user guide

Cisco

Cisco DPC3929CM user guide

Silex technology BR-310AC user guide

Silex technology

Silex technology BR-310AC user guide

Rosemount 1420 quick start guide

Rosemount

Rosemount 1420 quick start guide

Crest Audio NDP-ENG ETHERNET NEXSYS GATEWAY Specifications

Crest Audio

Crest Audio NDP-ENG ETHERNET NEXSYS GATEWAY Specifications

BEC 8920NE Ultimum quick start guide

BEC

BEC 8920NE Ultimum quick start guide

Nokia SERIES 30 installation guide

Nokia

Nokia SERIES 30 installation guide

Ihse Draco tera 480 Series Quick setup guide

Ihse

Ihse Draco tera 480 Series Quick setup guide

ZyXEL Communications ZyWALL USG 100 Series Specifications

ZyXEL Communications

ZyXEL Communications ZyWALL USG 100 Series Specifications

SST Automation GT200-BM-RS user manual

SST Automation

SST Automation GT200-BM-RS user manual

Bender COMTRAXX COM462RTU manual

Bender

Bender COMTRAXX COM462RTU manual

Ursalink urbana GI01 quick start guide

Ursalink

Ursalink urbana GI01 quick start guide

LINK LABS LL-BST-8 manual

LINK LABS

LINK LABS LL-BST-8 manual

RTA 460MRSBMS-NNA4 Product user guide

RTA

RTA 460MRSBMS-NNA4 Product user guide

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.