background image

BLG840F/X LTE Gateways and BN60 LTE Beacon      

Draft Ver 0.51  May 2019

1. Introduction 

BLG840F Series gateways integrate Nordic nRF9160 SIP module and Fanstel long range Bluetooth, Thread, 
Zigbee module BT840F or BT840X. BN60 has an LTE modem for wide area location tracking. All products are 
referred as BLG840F Series in this user’s manual. 

Network Interface LTE-M and NB-IoT 

It makes the latest low power LTE technology and advanced processing and security accessible, and easy to use, 
for a wide range of single device low power cellular IoT (cIoT) designs.  

Incorporating an Arm Cortex-M33 application processor solely for applications, a full LTE modem, RF Front End 
(RFFE) and power management system. The nRF9160 is the most compact, complete and energy-efficient cellular 
IoT solution on the market. 

The integrated modem supports both LTE-M and NB-IoT and can operate globally removing any need for regional 
variants. All power saving features including eDRX and PSM are supported as is with IPv4/IPv6 support up to 
transport and security (TCP/TLS) level. The modem firmware is upgradable via secure, encrypted Firmware Over 
The Air (FOTA) updates. 

The Arm Cortex-M33 application processor is supported by 1MB of flash and 256kB RAM making advanced 
application development possible in a single device solution.

 

 

A GPS receiver is integrated into the radio offering various modes of operation to suit a wide selection of 
applications that employ location-tracking functionality. 

A broad selection of general interfaces and peripherals and are included on nRF9160 including 12-bit ADC, RTC, 
SPI, I

²

C, I

²

S, UARTE, PDM and PWM. 

Security is best-in-class with Arm TrustZone technology for isolation and protection of normal and secure zones for 
firmware and elements of hardware including memory and peripherals. Arm TrustZone helps build solid and secure 
IoT applications that feature secure boot, trusted firmware updates and root of trust implementations without 
performance compromise. 

Arm CryptoCell enhances security still further by offering cryptographic and security resources to help to protect 
your IoT applications from various attack threats. CryptoCell is designed for high performance cryptography 
solutions optimized for energy-constrained devices. 

Gateway and beacon have a SIM connector for connection and authentication with mobile network operators. 

Bluetooth, Thread, and Zigbee Interfaces 

BLG840F integrates BT840F (nRF52840) module with 2300 meter range at 125 Kbps. BLG840X integrates 
BT840X (nR SKY66112 PA) with >4500 meter range at 125 Kbps. BN60 doesn’t integrate a Bluetooth 
module. 

The nRF52840 is fully multiprotocol capable with full protocol concurrency. It has protocol support for Bluetooth 5, 
Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary stacks. 

It is built around the 32-bit ARM® Cortex™-M4 CPU with floating point unit running at 64 MHz. It has NFC-A Tag 
for use in simplified pairing and payment solutions. The ARM TrustZone® CryptoCell cryptographic unit is included 
on-chip and brings an extensive range of cryptographic options that execute highly efficiently independent of the 
CPU. 

!

3

Summary of Contents for BLG840F

Page 1: ...way size 60x60x22 mm Antenna length 170mm Includes AC adapter USB cable wall mount bracket DK BLG840F Development Kit Pre loaded modem firmware supports both LTE M and NB IoT Pre loaded non secure app...

Page 2: ...dware Description 4 Development Kit 5 LTE and GPS antennas 5 USB Connectors 5 3 nRF9160 Firmware Development and Testing 6 Set Up for Programming nRF9160 6 Modem Firmware 7 AT Commands 7 nRF Connect 7...

Page 3: ...nality A broad selection of general interfaces and peripherals and are included on nRF9160 including 12 bit ADC RTC SPI I C I S UARTE PDM and PWM Security is best in class with Arm TrustZone technolog...

Page 4: ...ting Three antennas are supported Bluetooth Thread Zigbee antenna is integrated GPS antenna is integrated An external LTE antenna is included Additional external hardwire features Two user definable L...

Page 5: ...routed to the external antenna Production BLG840F includes an external antenna The included antenna should be used for LTE signal reception and transmission testing A GPS antenna and signal amplifier...

Page 6: ...mware Development and Testing Set Up for Programming nRF9160 Both 4 pin and 10 pin programming interfaces are provided A 10 pin cable is included for connection between DK BLG840F and nRF9160 To progr...

Page 7: ...on is available at Nordic website https infocenter nordicsemi com topic ref_at_commands REF at_commands intro html cp 2_1 nRF Connect To develop the nRF91 firmware please download the nRF Connect desk...

Page 8: ...BLG840F X LTE Gateways and BN60 LTE Beacon Draft Ver 0 51 May 2019 Press the reset button SW Insert SIM card obtained from your local carrier into J5 Click on Refresh icon 8...

Page 9: ...BLG840F X LTE Gateways and BN60 LTE Beacon Draft Ver 0 51 May 2019 Wait for one minute If everything is OK the LTE icon becomes green and the signal strength is shown 9...

Page 10: ...2019 Modem Firmware Update To update modem firmware follow the steps listed below More instructions are available in README rst inside nrf9160_mdm_dfu zip 1 Install DFU tool nrf9160_mdm_dfu zip 2 Run...

Page 11: ...BLG840F X LTE Gateways and BN60 LTE Beacon Draft Ver 0 51 May 2019 To install AT command application type command as below 11...

Page 12: ...2019 4 nRF52840 Firmware Development Set up for Programming BT840F or BT840X Both 10 pin and 4 pin programming interfaces are provided A 10 pin cable is included To program BT840F X module connect Deb...

Page 13: ...r nordicsemi com index jsp topic com nordic infocenter nrf52 dita nrf52 development nrf52_dev_kit html cp 1_1 Nordic SDK with many example projects https developer nordicsemi com nRF5_SDK Nordic devel...

Page 14: ...PA_LNA_H__ include ble h include app_error h include nrf_drv_gpiote h include nrf_drv_ppi h void pa_lna_init uint32_t gpio_pa_pin uint32_t gpio_lna_pin endif Main program include pa_lna h define APP_...

Page 15: ..._t err_code nrf_drv_gpiote_init if err_code NRF_ERROR_INVALID_STATE APP_ERROR_CHECK err_code err_code nrf_drv_ppi_init if err_code MODULE_ALREADY_INITIALIZED APP_ERROR_CHECK err_code nrf_ppi_channel_t...

Page 16: ...it gpio_lna_pin config APP_ERROR_CHECK err_code gpiote_ch nrf_drv_gpiote_out_task_addr_get gpio_lna_pin LNA config opt common_opt pa_lna lna_cfg active_high 1 Set the pin to be active high opt common_...

Page 17: ...BLG840F X LTE Gateways and BN60 LTE Beacon Draft Ver 0 51 May 2019 Revision History May 2019 Ver 0 50 Initial draft release 17...

Page 18: ...com Website www fanstel com Taiwan Fanstel Corp 10F 10 79 Xintai Wu Road Xizhu New Taipei City Taiwan 22101 79 10 10 22101 Tel 886 2 2698 9328 Fax 886 2 2698 4813 Email info fanstel com Website www fa...

Reviews: