Fanstel SE840F User Manual

Open source wireless sensors

Advertisement

Quick Links

SE840F/X, SE832AF Open Source Wireless Sensors
OpenSource with Market Ready Enclosure
SE840F/X sensors support Bluetooth 5, Thread, or Zigbee
radio protocols. They are in market ready enclosure and
pre-certified. OpenSource codes are available to expedite
your firmware development.
BT840F is designed to have minimum production cost. A
Tag Connect cable is required for programming. A
development kit (DK) shall be used for development. DKs
are recommended for low volume deployment.
SE832AF-210 BLE 5 Sensor
SE832AF integrates BT832AF
Bluetooth 5 module with AMS
ENS210 temperature and humidity
sensor. It is a low power, low cost,
long range sensor.m
SE840F-210 BLE 5, Thread, Zigbee Sensor
SE840F integrates a long-range module BT840F with AMS
ENS210 humidity and temperature sensor.
SE840X-210 BLE 5, Thread, Zigbee Sensor
Using BT840X with +22.9 dBm TX, BLG832X can
penetrate multiple walls or be used in wide area mesh
Summaries
Wireless Sensor
BLE module
Radio protocols
Power supply
FCC
Industrial Canada
QDID
Development kit
SE840F-210
BT840F
Bluetooth, Thread, Zigbee
2AAA, not included
108621
SE840F-DK
applications. Range between 2 BT840X is more than 4500
meters at 125 Kbps.
An AC adapter is included. SE840X is a perfect device to
be used as a long range relay in mesh network.
Miscellaneous
Sensor size: 60x60x22 mm.
Includes a wall mount bracket.
Development Kit
A Development Kit (DK) includes a 10-pin J-Link
connector and cable. Loading program into a DK is
much easier. We recommend using DKs for small
volume deployment.
Nordic nRF52 Development Environment
Nordic nRF52 development environment is used to develop
BT832AF, BT840F/X codes. Open source codes are
available
http://www.fanstel.com/download-opensource/
SE840X-210
BT840X
Bluetooth, Thread, Zigbee
AC adapter, included
108621
SE840X-DK
! 1
Draft Ver 0.50 June 2019
SE832AF-210
BT832AF
Bluetooth
2AAA, not included
97989
SE832AF-DK

Advertisement

Table of Contents
loading

Summary of Contents for Fanstel SE840F

  • Page 1 OpenSource with Market Ready Enclosure applications. Range between 2 BT840X is more than 4500 meters at 125 Kbps. SE840F/X sensors support Bluetooth 5, Thread, or Zigbee radio protocols. They are in market ready enclosure and pre-certified. OpenSource codes are available to expedite An AC adapter is included.
  • Page 2: Table Of Contents

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 Table Of Contents 1. Introduction ................................ 2. Hardware Description ............................SE832AF-210 ..............................SE840F-210 ..............................SE840X-210 ..............................Development Kit ..............................3. Firmware Development and Testing ........................Preloaded Firmware ............................Set up for Programming DK-SE840F .......................
  • Page 3: Introduction

    Draft Ver 0.50 June 2019 1. Introduction SE840F Series wireless sensors Fanstel long range wireless module BT840F, BT840X, or BT832AF and an AMS ENS210 temperature and humidity sensors. All products are referred as SE840F Series in this user’s manual. SE840F integrates BT840F (nRF52840) module with 2300 meter range at 125 Kbps. SE840X integrates BT840X (nRF52840 + SKY66112 PA) with >4500 meter range at 125 Kbps.
  • Page 4: Hardware Description

    You can download DK-SE840F development kit schematics from this webpage. https://www.fanstel.com/download-opensource SE840F, SE840X, and SE832AF use the same enclosure and host PCB. The only difference is Bluetooth 5 module installed. Sensor can be desk mounted. A wall mount bracket in included for wall mounting.
  • Page 5: Se840X-210

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 SE840X-210 SE840X-210 contains an nRF52840 with power amplifier BLE 5, Thread, Zigbee module BT840X and an AMS ENS210 temperature and humidity sensor. It can be powered by an AC adapter (included). A wall mount bracket is included.Development Kit Hardware...
  • Page 6: Firmware Development And Testing

    Draft Ver 0.50 June 2019 3. Firmware Development and Testing Preloaded Firmware SE840F-210 included temperature and humidity sensor ENS210. The device is preloaded with ENS210 driver. After powering up, the device advertises name “Bsensor”. • Use nRF Connect APP with the device.
  • Page 7 SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 SE840F-210 supports thermistor thermometer. Thermistor data are not sent out via the BLE. User can check the data by RTT viewer.
  • Page 8 SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 When the sensor connected the Fanstel gateway BLG840F or BWG832F, BWG840F. The gateway will upload the raw data to Fanstel MQTT server. You can use your Android phone to check the data.
  • Page 9: Set Up For Programming Dk-Se840F

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 Set up for Programming DK-SE840F 10-pin J-Link connector is installed. 10-conductor J-Link cable I included. DK-SE840F can be connected to an nRF52840DK easily for programming. Set up for Programming SE840F Sensor To program BT840F/X module, connect Debug out of PCA10056 (nRF52840DK) to JS3 (Debug in) of DK- SE840F by a Tag Connect cable TC2050-IDC-NL-050-ALL.
  • Page 10: Nordic Development Environment

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 Nordic Development Environment Nordic Semiconductor provides a complete range of hardware and software development tools for the nRF52 Series devices. nRF52 DK board is recommended for firmware development. Document and Software development tools can be downloaded by the following links.
  • Page 11: Firmware To Control Power Amplifier In Se840X

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 Firmware to Control Power Amplifier in SE840X The following codes are used to set up and control power amplifier SKY66112 in SE840X. Codes can be downloaded from: https://www.fanstel.com/download-document Header files #ifndef PA_LNA_H__ #define PA_LNA_H__...
  • Page 12 SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 #endif ..SKY66112 control codes. #include <stdint.h> #include <string.h> #include "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) ble_opt_t opt; uint32_t gpiote_ch = NULL;...
  • Page 13 SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 if(gpiote_ch == NULL) err_code = nrf_drv_gpiote_out_init(gpio_pa_pin, &config); APP_ERROR_CHECK(err_code); gpiote_ch = nrf_drv_gpiote_out_task_addr_get(gpio_pa_pin); // PA config opt.common_opt.pa_lna.pa_cfg.active_high = 1; // Set the pin to be active high opt.common_opt.pa_lna.pa_cfg.enable = 1; // Enable toggling opt.common_opt.pa_lna.pa_cfg.gpio_pin...
  • Page 14: Revision History

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 Revision History • June 2019, Ver. 0.50: Initial draft release ! 1 4...
  • Page 15: Contact Us

    SE840F/X, SE832AF Open Source Wireless Sensors Draft Ver 0.50 June 2019 Contact Us United States: Fanstel Corp. 7466 E. Monte Cristo Ave. Scottsdale AZ 85260 Tel. 1 480-948-4928 Fax. 1-480-948-5459 Email: info@fanstel.com Website: www.fanstel.com Taiwan: Fanstel Corp. 10F-10, 79 Xintai Wu Road Xizhu, New Taipei City, Taiwan 22101 泛世公司...

This manual is also suitable for:

Se840xSe832af

Table of Contents