Technicolor Connected Home USA LORMOD01 XB6 Lora User Manual

Technicolor Connected Home USA LLC XB6 Lora

User Manual

0murata.com Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018LoRa Pico GatewayTransceiver Module (Type1QM)User manual v1.2
1Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
2Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
3Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018IntroductionThis user guide introduces Murata LoRa Pico GatewayTransceiver Module called Type1QM and how to set up theadapter board. The host interface which the module supportsincludes USB and UART.Type1QM is a multi-channel high performance transceiver designed tosimultaneously receive several LoRa packets using random spreadingfactors. This design is for USA/Australia 915 MHz ISM band [902 MHz- 928 MHz]
4Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Hardware presentationThe adapter board can be used to easily evaluate Type1QM via thehost interface. The adapter board brings USB and UART signals,power supply, and some control signals from 10pin cable to miniUSB connector and other connectors.Type1QM connects adapter board with 10pins cable and 2 pins power cable.
5Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
6Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Module Pin AssignmentPinNo. Terminal Name Type Connection toIC terminal Description1PWR_EN I BD9141MUV_EN Power enable/disable1:Enable0:Disable2USART1_TX I/O STM32F401_PA9 GPIO Mode:PA9USART1_TX3USART1_RX I/O STM32F401_PA10 GPIO Mode:PA10USART1_RX4GND Ground - Ground5USB_DM/USART1_CTS I/O STM32F401_PA11 GPIO Mode:PA11USB_DMUSART_CTS6USB_DP/USART1_RTS I/O STM32F401_PA12 GPIO Mode:PA12USB_DPUSART_RTS7GND Ground - Ground8MCU_RST I STM32F401_NRST NRST9SWDIO I/O STM32F401_PA13 GPIO Mode:PA13SWDIO10 SWCLK I/O STM32F401_PA14 GPIO Mode:PA14SWCLKPinNo. Terminal Name Type Connection toIC terminal Description1GND Ground - Ground input2GND Ground - Ground input3VCC Power - 5V~12V power input4NC - - NCJ1 connectorJ2 connector
7Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
8Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Descriptions of Adapter Boardfor USB interfaceIf the external powersupply is applied, thisjump should be shortExternal power supply5V~12VIf power supply comes fromUSB 5V input, this jumpshould be shortMini USB connectorSWD connector. If youwould like to program thenew firmware, connect therelated signals to ST linkerNRSTSWDIOGNDSWCLKFPC connector andcable, connecting toType1QMPower connector and cable,connecting to Type1QMButton connected toPwr_EN pin, push downto power off the moduleButton connected toSTM32 MCU reset pin,push down to reset MCU
9Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018In Case of Using USB Power SupplyShort this jumperPower supply fromUSB connectorRemove this jumper
10Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018In Case of Using External Power SupplyShort this jumperExternal power supply5V~12VRemove this jumper
11Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
12Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Firmware in Type1QM•Test firmware which can be verify electrical performanceis preprogrammed in Type1QM.•The following slides provide how to update the firmwarein Type1QM.NOTE:Only Test firmware is programmed in our productionline. Customers must update the FW which is releasedby Semtech formally.
13Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
14Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Get Semtech software packageGet the lastest Semtech software package from LoRaGithub• 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
15Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Install 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
16Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Enter 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.dfuttyACM0 is the serial port device under/dev, which is created after insertingthe USB able. It maybe different onyour platform.The path and name of the fw file to beflashed, can be different on yourplatform.
17Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Screen shot of upgrading MCU FW…Upgrade MCU FW in Linux
18Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
19Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018The ST-Linker Tool – HW & SW•When customers want to update the firmware, thefollowing 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 thefirmware.(http://www.st.com/content/st_com/en/products/embedded-software/development-tool-software/stsw-link004.html)
20Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018The ST-Linker and Adapter ConnectionThe following connection should be followed.Adapter board ST LinkerSWCLK------------------------ Pin9SWDIO------------------------- Pin7NRST--------------------------- Pin15GND---------------------------- GNDPin1-----Pin19Important: Pin 1 and Pin19 of ST linker should be short. Showed in the yellow line in the above picture
21Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
22Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018DFU mode•In case that customers don’t have ST-linker andcan not upgrade firmware with this method, DFUmode can be used. There are two ways to enterDFU mode.–Option in PicoGW_UI (SW method)–Boot0 pin (HW method)
23Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018How to enter DFU mode (software method)1. Install on Windows PC PicoGW_UIv1.0.1 (available from Semtech)2. Connect the module to PC via USB3. Install STM virtual COM driver.4. Execute PicoGW-UI.exe5. Select options from menu.6. Click Start in DFU mode (right-toppicture).The module will reboot into DFU mode.7. In the device manager (right-bottompicture).“STM Device in DFU mode” will appear
24Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018How to Enter DFU mode – HW Method (1)In case there is no ST-linker tool and the module does not have a valid/working FWloaded, following the steps here can put the module into DFU mode.The pictures below show the location of the Boot0 pin of the MCU• Boot0 = 0 when power up, normal working mode (default mode)• Boot0 = 1 when power up, module into DFU modeThis pad is3.3VThis pad isBoot0 signal
25Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018How to Enter DFU mode – HW Method (2)1. Before power up the module, connect the 3.3V and Boot signalas following picture using iron nipper or other conduct line.2. Power up the module, then “STM Device in DFU mode” willappear in the device manager.3. After the module enters DFU mode, remove iron nipper orconduct line used in #1 above.
26Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018How to update MCU FW in DFU1. Install ST DfuSe Demo tool in PC and open it.• The tools is available from Semtech2. Choose new MCU firmware and click upgrade.3. The MCU firmware will be updated.
27Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Table 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
28Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Schematic (1) of Adapter Board
29Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Schematic (2) of Adapter Board
30Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018FCC Caution (1)FCC Caution: Any changes or modifications not expressly approved by the party responsible for compliance could void the user'sauthority to operate this equipment.This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not causeharmful interference, and (2) this device must accept any interference received, including interference that may cause undesiredoperation.This device and its antenna(s) must not be co-located or operating in conjunction with any other antenna or transmitter.IMPORTANT NOTE:FCC Radiation Exposure Statement:This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. This equipment should be installedand operated with minimum distance 25cm between the radiator & your body.The module is limited to OEM installation ONLY.This module is intended for OEM integrators under the following conditions:This module is restricted to installation in products for use only in mobile and fixed applications.The antenna(s) used for this transmitter must be installed to provide a separation distance of at least 25 cm from all persons.The antenna(s) used for this transmitter must not transmit simultaneously with any other antenna or transmitter.The OEM integrator is still responsible forensuring that the end-user has no manual instructions to remove or install modulethe FCC compliance requirement of the end product, which integrates this module.Appropriate measurements (e.g. 15 B compliance) and if applicable additional equipment authorizations (e.g. Verification, Doc) of the hostdevice to be addressed by the integrator/manufacturer.The separate approval is required for all other operating configurations, including portable configurations with respect to Part 2.1093 anddifferent antenna configurations
31Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018Guidance to the Host Manufacturer:We hereby acknowledge our responsibility to provide guidance to the host manufacturer in the event that they require assistance forensuring compliance with the Part 15 Subpart B requirements.The host manufacturer is responsible for additional testing to verify compliance as a composite system. When testing the host device forcompliance with the Part 15 Subpart B requirements, the host manufacturer is required to show compliance with the Part 15 Subpart Bwhile the transmitter module(s) are installed and operating. The modules should be transmitting and the evaluation should confirm that themodule’s intentional emissions are compliant (i.e. fundamental and out of band emissions) with the Radio essential requirements. Thehost manufacturer must verify that there are no additional unintentional emissions other than what is permitted in the Part 15 Subpart B oremissions are complaint with the Radio aspects.The user manual of the end product should includeAny changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operatethis equipment.the restriction of operating this device in indoor could void the user’s authority to operate the equipment.This device and its antenna(s) must not be co-located or operating in conjunction with any other antenna or transmitter.This equipment should be installed and operated with minimum distance 25cm between the radiator & your body.The FCC part 15.19 statement: This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions:(1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference thatmay cause undesired operation.Label of the end product:The final end product must be labeled in a visible area with the following " Contains TX FCC ID: G95LORMOD01".The end product shall bear the following 15.19 statement: This device complies with part 15 of the FCC Rules. Operation is subject to thefollowing two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received,including interference that may cause undesired operation.If the labelling area is considered too small and therefore it is impractical (smaller than the palm of the hand) to display the compliancestatement, then the statement may be placed in the user manual or product packaging.FCC Caution (2)
32Copyright © Murata Manufacturing Co., Ltd. All rights reserved. 22 March 2018END

Navigation menu