IoT device in Minutes with ST s BlueNRG

Size: px
Start display at page:

Download "IoT device in Minutes with ST s BlueNRG"

Transcription

1 IoT device in Minutes with ST s BlueNRG Pierre-Yves BERGER Rutronik Manchester UK 9 th of September, 2014

2 Agenda 2 Bluetooth vs Bluetooth Smart It all starts by the hardware Introduction Power consumption Continues by developing the software How does this look like Some applications examples And ends with a qualification Demonstration & evaluation tools Moving forward, IoT is not just about Bluetooth Smart

3 Bluetooth vs Bluetooth Smart 3

4 Bluetooth CLASSIC / SMART READY / SMART Up to 3.0 = DUAL MODE = LOW ENERGY Streaming Devices (audio, data...) Classic Bluetooth Hub of the Wireless Network Bluetooth SMART READY Low data rate, Low energy Devices (Sensors...) Bluetooth SMART

5 Version History 5 BT 1.x 1.x BT BT2.0+EDR 2.0+EDR BT HS BT Smart 4.0 Smart Ready BT Smart 4.1 Smart Ready

6 Hardware overview 6

7 Bluetooth Smart Network Processor BlueNRG 7 RF Features Complete PHY, link layer and Host providing GATT level interfaces Air data rate up to 1 Mbps Operating voltage from 2.0V to 3.6V, integrated SMPS Clocking flexibility Low power (32kHz): Integrated Ring oscillator or external crystal Oscillator. Main (16MHz or 32MHz): External Crystal Oscillator. Input voltage monitoring and temperature sensor. Support Master or Slave mode of operations (up to 8 slaves) Other features Bluetooth Smart 4.0 (single mode low energy) AES 128-bit encryption co-processor Flexible host interface : SPI, GPIOs ACI Application Control interface Qualified as a Bluetooth sub-system What you need to remember! Bluetooth Smart 4.0 qualified sub-system Lowest power consumption in the field Sensitivity RX Power (peak) Tx Power Shutdown -88dBm 7.7mA with DCDC 2dBm with DCDC 5nA QFN32 5x5x0.9 WLCSP 2.6x2.6

8 BALUN companion chip for BlueNRG 8 9 external components into 1 die 1.19mm² ST IPD Technology on glass High space saving Faster Time to market High Reliability High performance RF solution No temperature dispersion, parasitic elements 1.4x0.85x0.65 BALF-NRG-01D3

9 BlueNRG Application schematic 9 Component High performance Mode Standard Mode C9 0.8pF 0.7pF C10 0.7pF 0.7pF C11 51pF 51pF C14 1pF 1pF C15 1.2pF 0.8pF C16 51pF 51pF L2 1.2nH 1.4nH L3 2.7nH 3.7nH L4 1nH 1nH High Performance or Standard Mode selectable through BOM High Performance : TX output power up to +8dBm Standard Mode : TX output power up to +5dBm BlueNRG can be routed on a single layer PCB further reducing costs

10 Application schematics & DCDC usage 10 DCDC converter active Current consumption cut at cost of a 10µH inductor DCDC converter not active

11 Key Performances 11 Current Consumption [Vin=3.3V] TX performance RX Performance Parameter Typ. Value No DCDC Typ. Value With DCDC Unit Reset 5 5 na Stand-by (Slave & Master) 1.4 (S) 2 (M) 1.3 (S) - 2(M) µa Sleep (pending XO/role conditions) 1.7 ~ ~ 3.5 µa Active (CPU, flash and RAM) ma +2dBm ma RX ma Config. Parameter Typ. Value Unit High Power Standard Power Output power for the lowest power setting -15 dbm Output power for the highest power setting +8 dbm Output power for the lowest power setting -18 dbm Output power for the highest power setting +5 dbm Parameter Typ. value Unit Sensitivity level for 0.1 % BER -88 dbm In band blocking C/I for an wanted signal level of -67 dbm: Co-channel interference Interference at frequency offset foffs = 1 MHz Interference at frequency offset foffs = 2 MHz Interference at frequency offset foffs 3 MHz Interference at frequency offset foffs 6 MHz db db db db db

12 Power consumption : On a use case! 12 Typical use case: BlueNRG device that reports* status every 100ms Connection duration between (1) & (2): Duration connection = 1.252ms (measured) Average consumption between (1) & (2): Current connection = 4.46mA (measured) Connection (wake-up) interval : Duration interval = Every 100ms (for this example) Average sleep current : Current interval = 1.7µA (as per datasheet) Average power consumption : 57.5 µa Battery life (230mAh) : ~160 days * Few bytes of data (ATT operation: 20/22 bytes)

13 Power consumption : Examples cont d 13 Conditions: 3V, 32kHz & 16MHz crystals, DCDC, +2dBm output. Test Item Measured Result Comment Off 5 na No RAM retention Not connected or advertising 1.7 µa standby mode, slave small GATT DB 2 µa standby mode, master or slave big GATT DB Advertising Connected No Data Connected One packet for each connection event. 13 ua (1.28s interval) 31µA (500ms interval) 5.4 µa (1.28s interval) 11µA (500ms interval) 49µA (100ms interval) 6.6 µa (1.28s interval, 19B data) 14µA (500ms interval, 19B data) 65µA (100ms interval, 19B data) All adv channels, with data (e.g. name, power level, flag) Current due to communication with external micro is included

14 Software Overview 14

15 BlueNRG Software partitioning 15 BlueNRG embeds all the Bluetooth Smart protocol stack Only application remains in the host MCU BLE Profiles are not mandatory and can be implemented through applications directly (ST can provide examples) BlueNRG is a BQB qualified device: RF qualified Bluetooth Smart protocol stack qualified

16 BlueNRG BlueNRG ACI Interface 16 ACI stands for Application Control Interface Used as interface to the host MCU (on an SPI connection) Built as an extension of HCI commands same format as the commands and event packets Uses VS (Vendor specific) commands Some (but not all) HCI commands are also accessible through ACI. ACI Vendor Specific commands Allows control of GAP, GATT, L2CAP Provides access to some HCI commands HCI Low level commands Interface accessible through ACI

17 BlueNRG firmware options 17 BlueNRG is provided with 3 firmware for 3 modes of operations Allows specific configuration for specific applications Allows power saving trade-offs (RAM2 is off during sleep for power save) MODE 1 : Slave and Master (only one connection) roles Number of attribute records Number of services Attributes value max size MODE 2 : Slave and Master (only one connection) roles MODE 3 : Slave and Master (up to 8 slaves) RAM Used RAM1 Number of attribute records Number of services Attributes value max size RAM retention RAM1+RAM2 Number of attribute records Number of services Attributes value max size RAM retention RAM1+RAM2

18 Typical Memory Footprint 18 Based on an application running on an STM32L device embedding a Cortex M3 core. Simple Application Code interfacing to BlueNRG BlueNRG Sensor Demo Flash RAM Notes 2~4 KB 0.8~1.5 KB 15 KB 2 KB Profile Application ACI + Profile framework Flash RAM Notes 9 KB 3 KB HID-over-GATT 6 KB 2 KB Heart Rate Monitoring 2.3 KB Common Profile code Profile specific code Profile specific code

19 BlueNRG example applications 19 Application Profile 4.0 Description & scope Alert Notification Profile allows a device like a watch to obtain information from a cellphone about incoming calls, missed calls and SMS/MMS messages Blood Pressure Profile enable a device to obtain blood pressure measurement and other data from a non-invasive blood pressure sensor that exposes the Blood Pressure Service Find Me Profile defines the behavior when a button is pressed on a device to cause an immediate alert on a peer device. This can be used to allow users to find devices that have been misplaced accessory HID over GATT Profile Human Interface device allow to plug device such as mouse, keyboard Health Thermometer Profile enable a data collection device to obtain data from a thermometer sensor that exposes the Health Thermometer Service Heart Rate Profile enable a data collection device to obtain data from a Heart Rate Sensor that exposes the Heart Rate Service Fitness (1) Only Slave.

20 BlueNRG example applications 20 Application Profile 4.0 Description & scope Examples Phone Alert Status Profile used to obtain the Phone Alert Status exposed by the Phone Alert Status service in the peer device. The information of Alert Status and Ringer Setting of a phone can be received and changed by the Phone Alert Status service. This profile also enables the device to configure ringer status on the peer device Proximity Profile defines the behavior when a device moves away from a peer device so that the connection is dropped or the path loss increases above a preset level, causing an immediate alert /unlock Scan Parameters Profile used to provide devices with information to assist them in managing their connection idle timeout and advertising parameters to optimize for power consumption and/or reconnection latency Time Profile used to obtain the date and time, and related information such as time zone as exposed by the Current Time service in the peer device.

21 Qualification process 21

22 Qualified Bluetooth SMART 22 October 11, 2013 RF, LL, HCI Host stack Master & Slave QUALIFIED!

23 What it takes to Qualify BlueNRG 23 Request for a declaration ID 4000$ for associates 8000$ for adopters Qualify the design at a test house The Stack is already qualified in BlueNRG (previous slide) The HW design (Antenna, layout) needs to be qualified Should last a few days Cost would be around 4000$~5000$ according to the test house prices The application does not need to be qualified* THAT S ALL DONE : Qualification cost < 15k$ * Unless it uses Bluetooth Smart profiles, therefore additional test house + qualification cost will be deemed.

24 Development tools 24

25 BlueNRG Evaluation kit hardware 25 ST proposes a complete development kit including a generic motherboard (STM32- based) and a Blue-NRG daughter board. Motherboard : STM32L1 µcontroller Mini USB (A) JTAG 1 user button, 1 joystick (G) Accelerometer (LIS3DH) Temperature sensor (STLM75) 5 user LEDs (I) AAA battery holder Compatible with SPIRIT1 daughter-boards Daughter Board BlueNRG Bluetooth smart network processor 16MHz Crystal, an Low power 32KHz Balun, matching and SMA connector

26 BlueNRG Evaluation Kit Software 26 PC Software to control/test BlueNRG GUI enables RF performance testing HCI Commands testing Bluetooth connection testing Unitary test of commands Evaluation kit provided with Accelerometer F/W example IAR project example (require an ST- Link device)

27 BlueNRG: Demonstration Kit 27 Sensor Profile demo It implements a proprietary Bluetooth profile as an example This profile exposes two services: Acceleration Service Acceleration characteristic value Free Fall characteristic(1) Environmental Service Temperature characteristic Available as STEVAL-IDB002V1 Application available with source: Android (4.3 needed) iphone / ipad (1) The condition is detected if the acceleration on the 3 axes is near zero for a certain amount of time

28 ST proposes an BlueNRG USB dongle : STM32L1 µcontroller USB interface Optional JTAG connector (not mounted) Chip antenna UFL connector (for conducted tests) ST Reference : STEVAL-IDB003V1 BlueNRG USB dongle

29 BlueNRG shield for STM32 Nucleo ST propose an BlueNRG shield X-NUCLEO-IDB04A1: Integrated antenna Integrated ST Balun (BALF-NRG-01D3) 16MHz & 32kHz Crystals Enables power consumption measurement (jumper) S/W porting running on Nucleo STM32L1 & STM32L0

30 BlueNRG pre-developed SMART profiles 30 Available profiles (slave role) (1) Alert Notification Profile Blood Pressure Profile Find Me Profile HID over GATT Profile Health Thermometer Profile Heart Rate Profile Phone Alert Status Profile Proximity Profile Scan Parameters Profile Time Profile (1) Not available on BlueNRG-DK SW package (available upon specific request).

31 BlueNRG SW package (1/2) 31 It contains all the SW components allowing to evaluate, test and demo the BlueNRG product functionalities Easy to install & use Extract the content of BlueNRG_DK_- x.x.x-setup.zip file into a temporary directory. Launch BlueNRG-DK-x.x.x-Setup.exe and follow all the instructions. Default installation package is C:\Program Files (x86)\stmicroelectronics BlueNRG-DK-x.x.x SW package structure

32 BlueNRG SW package (2/2) 32 BlueNRG GUI folder BlueNRG documentation folder BlueNRG stack & STM32L binary images PC drivers for DFU and Virtual COM Code for sending ACI cmds & definition of BlueNRG events Platform-dependent files. BlueNRG Sensor Profile Demo: EWARM prj, source & header files (1) (1) BLE Sensor Profile, Slave component running over STEVAL-IDB002V1 board. It interfaces with the Smartphone Sensor Demo Master component.

33 Moving Forward 33

34 Other applications, other techs 34 Smart Cities / Grid Smart Parking, Smart Lighting, Smart Metering, Photovoltaic, E-Mobility Logistics Fleet Management, Quality of shipment Indication, Industrial Control: M2M Application, Indoor Location, smart Agriculture, Home & Building Automation: Security, Video Surveillance, Energy Monitoring, ehealth Patients Monitoring, Fall Detections, Social alarms Consumer devices Wearables, phone accessories.

35 169MHz Today s ST RF Devices Portfolio 35 SPIRIT 1 SP1ML868 Sub-GHz Transceivers & Modules Up to 16dBm output power Packet handler Embedded SMPS STS1TX TX only version of SPIRIT1 Up to 16dBm output power SP1ML915 Module including STM32+SPIRIT1+ Antenna 14 x 13.4 x 2.5 mm SPGRF Sub-GHz RF module SPIRIT1+Balun+Antenna ** BALF-SPI-01D3 for SPIRIT1 868 MHz **BALF-SPI-02D3 for SPIRIT1 433 MHz Bluetooth Smart & Modules BlueNRG Bluetooth smart solution GATT level i/f QFN, CSP Package SPBTRF-LE BT v4.0 Single mode BTLE Network processor module Include BlueNRG+Antenna 11.5 x 13.5 x 2.0 mm * BAL-NRG-01D3 for BlueNRG Bluetooth Modules SPBT2632C2 SPBT2632C1 SPBT2932 Integrated antenna BT3.0 module Class 2 & Class 1 variants Integrated antenna BT4.0 Dual Mode module Data support (2014) Audio support (2015) 2,4GHz Wi-Fi Modules SPWF01SA.11 SPWF01SC.11 Wi-Fi Modules bgn Serial interface Embedded 1MB flash SPWF01SA.21 SPWF01SC.21 SPWF01SP.21 Wi-Fi Modules Serial interface No embedded user flash

36 36

RF Transceivers and Modules

RF Transceivers and Modules RF Transceivers and Modules Sub-GHz Radio Main applications 2 Smart Metering: Water metering, Gas metering Security: Home Alarm, Smoke detectors, Gate control Automotive: RKE, Car Alarm, Tire Pressure

More information

Quick Start Guide. Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1.5 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy

More information

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.6 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy expansion

More information

Bluetooth modules. Modules and turnkey solutions with embedded Bluetooth firmware and AT command

Bluetooth modules. Modules and turnkey solutions with embedded Bluetooth firmware and AT command Bluetooth modules Modules and turnkey solutions with embedded Bluetooth firmware and AT command 2012 Blue Modules series 2 The SPBT2532 and SPBT2632 micro-sized Blue Modules offer the most advanced Bluetooth

More information

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 Table of Contents Key Features Benefits BLE121LR Overview Bluetooth Smart Software Certifications Development Tools Use Cases 5/12/2014 2 Key Features

More information

BT121 Bluetooth Smart Ready Module. May 2015

BT121 Bluetooth Smart Ready Module. May 2015 BT121 Bluetooth Smart Ready Module May 2015 TOPICS Bluetooth Smart vs. Smart Ready Bluetooth Smart Ready Use Cases BT121 Key Features BT121 Benefits BT121 Overview Bluetooth Smart Ready Software Development

More information

nblue TM BR-MUSB-LE4.0-S2A (CC2540)

nblue TM BR-MUSB-LE4.0-S2A (CC2540) Page 1 of 5 Copyright 2002-2014 BlueRadios, Inc. Bluetooth 4.0 Low Energy Single Mode Class 1 SoC USB Serial Dongle nblue TM BR-MUSB-LE4.0-S2A (CC2540) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW

More information

Bluetooth Low Energy Portfolio

Bluetooth Low Energy Portfolio Bluetooth Low Energy Portfolio February 2016 - Page 1 Price Smart Platform 3 Platforms based on BLE Combo Node Connectivity ISP0900 series Intelligent Node ISP1300 series ISP091201 ISP1500 series ISP130301

More information

SPBTLE-1S ArTM. October STMicroelectronics

SPBTLE-1S ArTM. October STMicroelectronics SPBTLE-1S ArTM October 2017 STMicroelectronics BlueNRG Product Family for smart innovators 2 SPBTLE-1S Agenda 3 ST Bluetooth Low Energy modules ready to sell Reminder : module approach rational SPBTLE-1S

More information

BT121 Bluetooth Smart Ready Module. July 2016

BT121 Bluetooth Smart Ready Module. July 2016 BT121 Bluetooth Smart Ready Module July 2016 TOPICS Bluetooth Smart vs. Smart Ready Bluetooth Smart Ready Use Cases BT121 Key Features BT121 Benefits BT121 Overview Bluetooth Smart Ready Software Development

More information

New STM32WB Series MCU with Built-in BLE 5 and IEEE

New STM32WB Series MCU with Built-in BLE 5 and IEEE New STM32WB Series MCU with Built-in BLE 5 and IEEE 802.15.4 Make the Choice of STM32WB Series The 7 keys points to make the difference 2 Open 2.4 GHz radio Multi-protocol Dual-core / Full control Ultra-low-power

More information

Wireless Sensor Networks BLUETOOTH LOW ENERGY. Flavia Martelli

Wireless Sensor Networks BLUETOOTH LOW ENERGY. Flavia Martelli Wireless Sensor Networks BLUETOOTH LOW ENERGY Flavia Martelli flavia.martelli@unibo.it Outline Introduction Applications Architecture Topology Controller specifications: Physical Layer Link Layer Host

More information

Quick Start Guide. STM32 ODE Function Pack for connecting 6LoWPAN IoT Nodes to smartphone through a BLE interface (FP-NET-6LPBLE1)

Quick Start Guide. STM32 ODE Function Pack for connecting 6LoWPAN IoT Nodes to smartphone through a BLE interface (FP-NET-6LPBLE1) Quick Start Guide STM32 ODE Function Pack for connecting 6LoWPAN IoT Nodes to smartphone through a BLE interface (FP-NET-6LPBLE1) Version 1.1 (Jan. 30, 2017) Quick Start Guide Contents 2 FP-NET-6LPBLE1:

More information

BLE MODULE SPECIFICATIONS

BLE MODULE SPECIFICATIONS WIRELESS-TAG BLE MODULE SPECIFICATIONS nrf51-01/02/dk Bluetooth Low Energy (BLE) module of nrf51-01/02 is the next generation BLE module released by SEMITRION electronics. The modules use nrf51822 from

More information

TI SimpleLink dual-band CC1350 wireless MCU

TI SimpleLink dual-band CC1350 wireless MCU TI SimpleLink dual-band CC1350 wireless MCU Sub-1 GHz and Bluetooth low energy in a single-chip Presenter Low-Power Connectivity Solutions 1 SimpleLink ultra-low power platform CC2640: Bluetooth low energy

More information

Getting started with STEVAL-IDB007V1 and STEVAL-IDB008V1 evaluation boards

Getting started with STEVAL-IDB007V1 and STEVAL-IDB008V1 evaluation boards User manual Getting started with STEVAL-IDB007V1 and STEVAL-IDB008V1 evaluation boards Introduction The STEVAL-IDB007V1 is an evaluation board based on BlueNRG-1, a low power Bluetooth Smart System on

More information

New STM32WB Series MCU with built-in Bluetooth 5 and IEEE

New STM32WB Series MCU with built-in Bluetooth 5 and IEEE New STM32WB Series MCU with built-in Bluetooth 5 and IEEE 802.15.4 Make the Choice of STM32WB Series The 7 keys points to make the difference 2 Open 2.4 GHz radio Multi-protocol Dual-core / Full control

More information

LM931 Bluetooth low energy Module

LM931 Bluetooth low energy Module Bluetooth low energy Module Revised 24/JAN/2017 2.50mm 1m 10.1 m m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma (at 0 dbm) Current Consumption (Tx Mode) 9 digital and 3 analogue (10-bit

More information

Wireless-Tag WT51822-S1

Wireless-Tag WT51822-S1 Wireless-Tag WT51822-S1 Bluetooth Low Energy 4.1 Module DATASHEET Description Bluetooth Low Energy (BLE) module of WT51822-S1 is the next generation BLE4.1(Compatible With BLE4.0) module released by Wireless-Tag

More information

LM930 Bluetooth low energy Module (with U.FL Connector) Standalone (With Embedded Bluetooth v4.1 Stack)

LM930 Bluetooth low energy Module (with U.FL Connector) Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth low energy Module (with U.FL Connector) Revised 24/JAN/2017 m.11m 10 2.50mm m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma (at 0 dbm) Current Consumption (Tx Mode) 9 digital and

More information

Wi-Fi Modules. Turnkey Solution for the Internet of Things. -

Wi-Fi Modules. Turnkey Solution for the Internet of Things.  - Wi-Fi Modules Turnkey Solution for the Internet of Things www.emcu.it - www.silica.com Seamless Connectivity in the Internet of Things 2 Home/Building Automation Home life control: alarm, device remote

More information

LM931 Bluetooth low energy Module Standalone (With Embedded Bluetooth v4.1 Stack)

LM931 Bluetooth low energy Module Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth low energy Module Revised 04/JUL/2018 Version v1.2 2.50mm 1m 10.1 m m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma Current Consumption (at 0 dbm Tx Output Power) 9 digital and

More information

CC26xBxA Bluetooth Smart and IoT Module

CC26xBxA Bluetooth Smart and IoT Module CC26xBxA Bluetooth Smart and IoT Module Features Fully compliant to Bluetooth Low Energy 5.0 (CC264BxA / CC264BxA-S) and 4.2 / 4.1 / 4.0 specifications High efficiency on-module printed PCB RF antenna

More information

BLE010V5 1. (Based on CSR1010) Bluetooth Modules. User s Manual V1.5

BLE010V5 1. (Based on CSR1010) Bluetooth Modules. User s Manual V1.5 BLE010V5 (Based on CSR1010) Bluetooth Modules User s Manual V1.5 BLE010V5 1 TABLE OF CONTENTS 1 Introduction and Block Diagram... 3 1.1 General Introduction... 3 1.2 Block Diagram... 3 2 Main Features

More information

BT-22 Product Specification

BT-22 Product Specification BT-22 Product Specification Features Amp ed RF, Inc. Description 10.4 mm x 13.5 mm Our micro-sized Bluetooth module is the smallest form factor available providing a complete RF platform. The BT-22 is

More information

March 21, BT22 Datasheet. Amp ed RF Technology, Co., Ltd.

March 21, BT22 Datasheet. Amp ed RF Technology, Co., Ltd. March 21, 2011 BT22 Datasheet Amp ed RF Technology, Co., Ltd. BT22 Features Bluetooth features Bluetooth qualified Bluetooth v2.1+edr Class 2 radio Range up to 30m LOS Description 10.4 mm x 13.5 mm Our

More information

Understanding Bluetooth Low Energy. Hary Radakichenane RF Marketing Manager Raffaele Riva RF Application Manager

Understanding Bluetooth Low Energy. Hary Radakichenane RF Marketing Manager Raffaele Riva RF Application Manager Understanding Bluetooth Low Energy Hary Radakichenane RF Marketing Manager Raffaele Riva RF Application Manager Agenda 2 Presentation Time Speaker 11:10 Bluetooth Low Energy Introduction Hary Radakichenane

More information

Customize service and solution for wireless transportation products. Bluetooth Module Hardware Datasheet BLE1010C2P

Customize service and solution for wireless transportation products. Bluetooth Module Hardware Datasheet BLE1010C2P Customize service and solution for wireless transportation products Bluetooth Module Hardware Datasheet Chongqing JINOU Science and Technology Development Co., Ltd. 2015-09-01 Contents 1. Features... 1

More information

Use of ISP1880 Accelero-Magnetometer, Temperature and Barometer Sensor

Use of ISP1880 Accelero-Magnetometer, Temperature and Barometer Sensor Use of Accelero-Magnetometer, Temperature and Barometer Sensor Application Note AN181105 Introduction Scope This application note describes how to set up a Sensor demonstration with Sensors Board that

More information

Bluetooth low energy technology Bluegiga Technologies

Bluetooth low energy technology Bluegiga Technologies Bluetooth low energy technology Bluegiga Technologies Topics Background What is Bluetooth low energy? Basic concepts Architecture Differentiation and comparison Markets and applications Background Background

More information

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI FEATURES Ready-to-use Bluetooth Low Energy HCI module Ultra Small form factor 12mm x 12mm Ultra Low Power consumption EM Microelectronic Bluetooth Low

More information

How to configure the BlueNRG-1 and BlueNRG-2 devices in network coprocessor mode. Main components Bluetooth Low Energy wireless system-on-chip

How to configure the BlueNRG-1 and BlueNRG-2 devices in network coprocessor mode. Main components Bluetooth Low Energy wireless system-on-chip DT0109 Design tip How to configure the BlueNRG-1 and BlueNRG-2 devices in network coprocessor mode Main components BlueNRG-1 BlueNRG-2 Bluetooth Low Energy wireless system-on-chip Bluetooth Low Energy

More information

LM930 Bluetooth low energy Module (with IPEX Connector) Standalone (With Embedded Bluetooth v4.1 Stack)

LM930 Bluetooth low energy Module (with IPEX Connector) Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth low energy Module (with IPEX Connector) Revised 25/AUG/2017 m.11m 10 2.50mm m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma Current Consumption (at 0 dbm Tx Output Power) 9 digital

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 14 PAN1740 2 of 14 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

More information

BLE (Based on CSR1011) Bluetooth Module. User s Manual V1.3

BLE (Based on CSR1011) Bluetooth Module. User s Manual V1.3 BLE011 (Based on CSR1011) Bluetooth Module User s Manual V1.3 BLE011 1 TABLE OF CONTENTS 1 Introduction and Block Diagram... 3 1.1 General Introduction... 3 1.2 Block Diagram... 3 2 Main Features and Application...

More information

Specification of JBT Mesh Bluetooth Module

Specification of JBT Mesh Bluetooth Module Specification of JBT Mesh Bluetooth Module Model number Function Document Revision/Date JBT Bluetooth Low Energy (BLE) Version 1.0 BPS_MODULE_V1 Module supporting mesh 2015-10-02 networking page1 Table

More information

NDB-C0706A Dual Mode Bluetooth Module

NDB-C0706A Dual Mode Bluetooth Module NDB-C0706A Dual Mode Bluetooth Module 1 Device Overview 1.1 Description This module is designed with Cypress CYW20706 (previously Broadcom BCM20706) dual mode Bluetooth 5.0 SoC. CYW20706 features 96 MHz

More information

Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1

Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1 Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1 Table of Contents Introduction to the Bluetooth Smart Software Bluetooth Smart Software v.1.3 5/28/2014 2 Introduction to Bluetooth Smart Software Bluetooth

More information

Product Specification

Product Specification Product Specification Features Amp ed RF, Inc. Description 15mm x 27mm The added class 1 power, +18dBm, of the BT-11, gives this module one of the best ranges in the industry. It s completely pin compatible

More information

Approval Sheet ( 產品承認書 )

Approval Sheet ( 產品承認書 ) Version: B Issued Date: 2018/06/12 Approval Sheet ( 產品承認書 ) 產品名稱 (Product): 產品型號 (Model No.): BT 5.0 Module (nrf52840) MDBT50Q 1M (Chip Antenna) MDBT50Q P1M (PCB Antenna) Working distance of MDBT50Q-1M

More information

ČVUT FEL v Praze, U-BLOX IOT MODULES

ČVUT FEL v Praze, U-BLOX IOT MODULES ČVUT FEL v Praze, 13.04.2018 U-BLOX IOT MODULES 2 Mariusz Ciesielski Line Manager Mariusz.Ciesielski@microdis.net Microdis Electronics, Sp. z o.o. Strzelińska 17, Żerniki Wrocławskie, Poland 3 NINA Bluetooth

More information

nblue TM BR-LE4.0-S2A (CC2540)

nblue TM BR-LE4.0-S2A (CC2540) Page 1 of 7 Copyright 2002-2014 BlueRadios, Inc. Bluetooth 4.0 Low Energy Single Mode Class 1 SoC Module nblue TM BR-LE4.0-S2A (CC2540) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW ENERGY WIRELESS

More information

Optimization of IoT Sensing Systems Based on Bluetooth Smart SiP Modules. Chris Barratt Insight SiP Sophia Antipolis France October 15 th 2015

Optimization of IoT Sensing Systems Based on Bluetooth Smart SiP Modules. Chris Barratt Insight SiP Sophia Antipolis France October 15 th 2015 Optimization of IoT Sensing Systems Based on Bluetooth Smart SiP Modules Chris Barratt Insight SiP Sophia Antipolis France October 15 th 2015 Agenda Insight SiP Introduction Bluetooth Smart Principles

More information

Use of ISP1507-AL Evaluation Boards

Use of ISP1507-AL Evaluation Boards Use of ISP1507-AL Evaluation Boards Application Note AN181103 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1507-AL,

More information

Wireless Module Bluetooth R Smart Module EYSGCN Series EYSGJN Series EYAGJN Series Overview. Sep. 14, 2015 Version 1.0

Wireless Module Bluetooth R Smart Module EYSGCN Series EYSGJN Series EYAGJN Series Overview. Sep. 14, 2015 Version 1.0 Wireless Module Bluetooth R Smart Module EYSGCN Series EYSGJN Series EYAGJN Series Overview Sep. 14, 2015 Version 1.0 Taiyo Yuden Bluetooth R Smart Module Line-Up Taiyo Yuden Bluetooth R Smart Module Basic

More information

Typical Applications: GHz Bluetooth low energy systems - Proprietary 2.4 GHz systems - Sports and leisure equipment - Mobile phone accessories,

Typical Applications: GHz Bluetooth low energy systems - Proprietary 2.4 GHz systems - Sports and leisure equipment - Mobile phone accessories, PTR5618 Coin-size Ultra Low Power Bluetooth Low Energy System on Module Embedded Cortex M4F 32 bit processor The PTR5618 ultra-low power Bluetooth Low Energy/ANT/2.4GHz Proprietary Multi-protocol modules

More information

LM53X Development and Evaluation Product Family

LM53X Development and Evaluation Product Family Development and Evaluation Family Revised Datasheet Version 13/MAR/2018 1.0 Overview The is the development and evaluation product family for the LM930 / LM931 Bluetooth low energy module. A great starting

More information

Qualcomm Wi-Fi Connectivity Selector Guide

Qualcomm Wi-Fi Connectivity Selector Guide Qualcomm Wi-Fi Connectivity Selector Guide Integrated multi-mode Wi-Fi solutionsfor simple, adaptive and seamless connectivity for the Internet of Things Qualcomm Wi-Fi, QCA400x, QCA401x, QCA402x and QCA4531

More information

Wireless Module Bluetooth R low energy Module Overview. May 30, 2018 Version 1.8

Wireless Module Bluetooth R low energy Module Overview. May 30, 2018 Version 1.8 Wireless Module Bluetooth R low energy Module Overview May 30, 2018 Version 1.8 TAIYO YUDEN Bluetooth R low energy Module Line-Up Taiyo Yuden Bluetooth R low energy Module nrf52832 Module nrf52810 Module

More information

AN4820 Application note

AN4820 Application note Application note BlueNRG-1 and BlueNRG-2 low power modes Introduction The BlueNRG-1 and BlueNRG-2 are very low power Bluetooth low energy (BLE) single-mode systemson-chip, compliant with Bluetooth specification.

More information

SmartBond DA Smallest, lowest power and most integrated Bluetooth 5 SoC. Applications DA14585

SmartBond DA Smallest, lowest power and most integrated Bluetooth 5 SoC. Applications DA14585 SmartBond DA14585 Smallest, lowest power and most integrated Bluetooth 5 SoC Connected devices are constantly evolving. New generations appear that are smarter, more full featured and have longer battery

More information

STM32 Open Development Environment

STM32 Open Development Environment STM32 Open Development Environment Aaron Xu Hem Dutt Dabral Mridupawan Das Agenda 2 STM32 Open Development Environment The Environment Overview of Boards Key Benefits Software Architecture X-Nucleo Solutions

More information

WAVETEK BLE-WT51822AA/AB. Revision History. Bluetooth low energy Module WT51822AA (256k) /AB (128k) (Bluetooth Low Energy BT4.0) PRODUCT SPECIFICATION

WAVETEK BLE-WT51822AA/AB. Revision History. Bluetooth low energy Module WT51822AA (256k) /AB (128k) (Bluetooth Low Energy BT4.0) PRODUCT SPECIFICATION Bluetooth low energy Module WT51822AA (256k) /AB (128k) (Bluetooth Low Energy BT4.0) PRODUCT SPECIFICATION Part number: BLE WT51822AA/AB Wavetek has developed a module which supports Bluetooth Low Energy

More information

Quick Start Guide. Bluetooth low energy, sensors and NFC tag software for STM32Cube (BLUEMICROSYSTEM3) Version (September 15, 2016)

Quick Start Guide. Bluetooth low energy, sensors and NFC tag software for STM32Cube (BLUEMICROSYSTEM3) Version (September 15, 2016) Quick Start Guide Bluetooth low energy, sensors and NFC tag software for STM32Cube (BLUEMICROSYSTEM3) Version 1.0.1 (September 15, 2016) Quick Start Guide Contents 2 BLUMICROSYSTEM3: Bluetooth low energy,

More information

Product Specification

Product Specification Product Specification 15mm x 27mm Description One of the most capable Bluetooth modules available, the BT-21 Bluetooth OEM Module is designed for maximum flexibility. The BT-21 module includes 14 general

More information

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1)

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Overview 2 1 Introduction to the STM32 Open Development Environment 2 STM32 Nucleo Dynamic

More information

BLE to Wi-Fi Gateway

BLE to Wi-Fi Gateway BLE to Wi-Fi Gateway Connect Bluetooth Smart devices to the cloud Low power and small form factor MQTT Protocol Support HTTP Configuration Over the air upgrade Integrating the BLE node to cloud with WiFi

More information

BLE Bluetooth Low Energy Modules SBC2112-B. Preliminary Specification. Version 1.0

BLE Bluetooth Low Energy Modules SBC2112-B. Preliminary Specification. Version 1.0 BLE Bluetooth Low Energy Modules SBC2112-B Preliminary Specification Version 1.0 23-JUN.-2014 Content 1. Description...3 2. Features...3 3. Block Diagram...3 4. Radio Characteristics...4 5. Electrical

More information

AN4869 Application note

AN4869 Application note Application note BlueNRG-1, BlueNRG-2 BLE OTA (over-the-air) firmware upgrade Introduction This application note describes the BlueNRG-1 over-the-air (OTA) firmware upgrade procedures running on top of

More information

BLED112 Bluetooth Smart USB Dongle 9/16/2013 1

BLED112 Bluetooth Smart USB Dongle 9/16/2013 1 BLED112 Bluetooth Smart USB Dongle 9/16/2013 1 Table of Contents Key Features Benefits BLED112 Overview Certifications 9/16/2013 2 Key Features Bluetooth v.4.0, single mode compliant Supports master and

More information

BLUE bean. Data sheet

BLUE bean. Data sheet Data sheet is a high performance and ultra low power surface mount USB radio combining single-stream 11ac Wave2 Wi-Fi and Bluetooth 5.0 in a very small form factor is IEEE 802.11b/g/n/a/ac Wave2 dual-band

More information

Sub-1G + Bluetooth LE Module

Sub-1G + Bluetooth LE Module Doc. Name : BSG-01-Rev0.1.01.doc Date : 2017-09-19 Revision : 0.1.01 Copyright, 2017 by Engineering Department, Valence Semiconductor Design Limited. All rights reserved. No part of this document may be

More information

BLE010V2 1. (Based on CSR1010) Bluetooth Modules. User s Manual V2.7

BLE010V2 1. (Based on CSR1010) Bluetooth Modules. User s Manual V2.7 BLE010V2 (Based on CSR1010) Bluetooth Modules User s Manual V2.7 BLE010V2 1 TABLE OF CONTENTS 1 Introduction and Block Diagram... 3 1.1 General Introduction... 3 1.2 Block Diagram... 3 2 Main Features

More information

Developing Accessories for the Apple HomeKit Ecosystem. November 2016

Developing Accessories for the Apple HomeKit Ecosystem. November 2016 Developing Accessories for the Apple HomeKit Ecosystem November 2016 Introduction to Apple HomeKit Apple HomeKit is a framework for communicating with and controlling connected home accessories such as

More information

LM961 Bluetooth Dual Mode Module Standalone (With Embedded Bluetooth v4.1 Stack)

LM961 Bluetooth Dual Mode Module Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth Dual Mode Module Revised 13/DEC/2017 18.9mm 2.55mm 12.71mm Features Bluetooth v4.1 specification (Dual Mode) Fully integrated module with no additional components required Class 1 Tx Out Power

More information

Bluetooth BLE V4.2 single mode module

Bluetooth BLE V4.2 single mode module Bluetooth BLE V4.2 single mode module Model: BLEM-C Application: Computer peripherals and I/O devices Mouse Keyboard Multi-touch trackpad Interactive entertainment devices Remote control 3D Glasses Gaming

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

More information

PL1167. Low Power High Performance Single Chip 2.4GHz Transceiver. Product Description: Key Features: Applications: Pin Configuration:

PL1167. Low Power High Performance Single Chip 2.4GHz Transceiver. Product Description: Key Features: Applications: Pin Configuration: Low Power High Performance Single Chip 2.4GHz Transceiver Product Description: is a piece of true low power high performance single chip 2.4GHz transceiver, which is designed for operation in the world

More information

When is Bluetooth not Bluetooth?

When is Bluetooth not Bluetooth? When is Bluetooth not Bluetooth? Mike Anderson Chief Scientist The PTR Group, Inc. http://www.theptrgroup.com Bluetooth variants Sample devices Dealing with broadcast devices Connecting to a Bluetooth

More information

RN-171-EK Evaluation Board

RN-171-EK Evaluation Board RN -17 1-E K-DS RN-171-EK Evaluation Board Features Ultra-low power: 4-uA sleep, 40-mA Rx, 180-mA Tx at 10 dbm Configurable transmit power: 0 to +12 dbm UART hardware interfaces and SPI slave Up to 1 Mbps

More information

Introducing STM32 L0x Series. April

Introducing STM32 L0x Series. April Introducing STM32 L0x Series April 2014 www.emcu.it 20- to 80pins 20- to 100pins 48- to 144pins Memory size (Bytes) ST s Ultra-low-power Continuum (1/2) 2 512K 256K 192K STM32L0 Cortex TM -M0+ STM32L1

More information

Quick Start Guide. SensiBLE (BLUEMICROSYSTEM1) Bluetooth low energy and sensor software for. Version (May 25, 2016)

Quick Start Guide. SensiBLE (BLUEMICROSYSTEM1) Bluetooth low energy and sensor software for. Version (May 25, 2016) Quick Start Guide Bluetooth low energy and sensor software for SensiBLE (BLUEMICROSYSTEM1) Version 1.0.0 (May 25, 2016) Quick Start Guide Contents 2 BLUEMICROSYSTEM1: Bluetooth low energy and sensor software

More information

EVALUATION BOARD MANUAL EBSHSN Series. EVALUATION KIT MANUAL EKSHSN Series

EVALUATION BOARD MANUAL EBSHSN Series. EVALUATION KIT MANUAL EKSHSN Series . EVALUATION BOARD MANUAL EBSHSN Series EVALUATION KIT MANUAL EKSHSN Series for EYSHSN Series Bluetooth R low energy Module 1/7 . Introduction This evaluation board is applicable for Taiyo Yuden s Bluetooth

More information

CSR102x Bluetooth Smart Product Line Overview

CSR102x Bluetooth Smart Product Line Overview CSR102x Bluetooth Smart Product Line Overview Speaker name Speaker title Speaker employing entity Date CSR102x Overview Qualcomm Bluetooth Low Energy Terminology clarification In this document you will

More information

Wireless Module Bluetooth R low energy Module Overview. Dec. 9, 2016 Version 1.4

Wireless Module Bluetooth R low energy Module Overview. Dec. 9, 2016 Version 1.4 Wireless Module Bluetooth R low energy Module Overview Dec. 9, 2016 Version 1.4 Taiyo Yuden Bluetooth R low energy Module Line-Up Taiyo Yuden Bluetooth R low energy Module EYSHCN Series nrf52832 Module

More information

Quick Start Guide. GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018)

Quick Start Guide. GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018) Quick Start Guide GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018) Quick Start Guide Contents 2 X-NUCLEO-GNSS1A1: STM32 Nucleo GNSS expansion

More information

Bluetooth Module Specification

Bluetooth Module Specification Bluetooth Module Specification Features Bluetooth V4.0 Class2 (also compliant Bluetooth 2.1+EDR) Fully qualified Bluetooth v4.0 specification system Support for Bluetooth v3.0 only available with CSR8510A04

More information

BM70 - BLEDK3 Application Note

BM70 - BLEDK3 Application Note BM70 - BLEDK3 Application Note Advanced Info Revision History Date Revision Content Version 2015/10/22 (Advanced Info) draft 1 Content 1. OVERVIEW... 3 2. EVB AND BLEDK3 TEST ENVIRONMENT... 3 2.1. BM70BLES1FC2

More information

ez430-chronos Wireless Watch Development Tool: Teardown & Getting Started

ez430-chronos Wireless Watch Development Tool: Teardown & Getting Started ez430-chronos Wireless Watch Development Tool: Teardown & Getting Started www.ti.com/chronoswiki ez430-chronos for wireless networking applications Complete hardware, software and support community Simplify

More information

SPIRIT1 Development Kit Software Package

SPIRIT1 Development Kit Software Package SPIRIT1 Development Kit Software Package SPIRIT1 Development Kit content [1/3] SPIRIT1 Library (STM32L, STM8L) Spirit1 low level drivers: APIs to manage the features the device offers (platform independent

More information

Use of ISP1807-LR Evaluation Boards

Use of ISP1807-LR Evaluation Boards Use of ISP1807-LR Evaluation Boards Application Note AN181104 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1807-LR,

More information

EVALUATION BOARD MANUAL EBSLSN Series. EVALUATION KIT MANUAL EKSLSN Series

EVALUATION BOARD MANUAL EBSLSN Series. EVALUATION KIT MANUAL EKSLSN Series EVALUATION BOARD MANUAL EBSLSN Series EVALUATION KIT MANUAL EKSLSN Series for EYSLSN Series Bluetooth R low energy Module 1/8 Introduction This evaluation board is applicable for Taiyo Yuden s Bluetooth

More information

Getting started with the FP-NET-6LPBLE1 function pack for 6LoWPAN IoT node connection to a smartphone via BLE interface

Getting started with the FP-NET-6LPBLE1 function pack for 6LoWPAN IoT node connection to a smartphone via BLE interface User manual Getting started with the FP-NET-6LPBLE1 function pack for 6LoWPAN IoT node connection to a smartphone via BLE interface Introduction FP-NET-6LPBLE1 is an STM32 ODE function pack. This package

More information

xpico 200 Series Evaluation Kit User Guide

xpico 200 Series Evaluation Kit User Guide xpico 200 Series Evaluation Kit User Guide This guide describes how to setup the xpico 200 series evaluation kit and provides the information needed to evaluate the included xpico 240 or xpico 250 embedded

More information

BT 31 Data Sheet. Amp ed RF Technology Inc.

BT 31 Data Sheet. Amp ed RF Technology Inc. BT 31 Data Sheet Amp ed RF Technology Inc. Product Specification BT31 Features Bluetooth features FCC&Bluetooth licensed radio Bluetooth v3.0 Class 1 radio Range up to 100m LOS 1.5Mbps data throughput

More information

5 things you want to know about Bluetooth 5

5 things you want to know about Bluetooth 5 5 things you want to know about Bluetooth 5 How Texas Instruments SimpleLink CC2640R2F wireless MCU is enabling Bluetooth 5 solutions development for industrial applications Element 14 Texas Instruments

More information

Quick Start Guide. SensorTile Kit - STEVAL-STLKT01V1.

Quick Start Guide. SensorTile Kit - STEVAL-STLKT01V1. Quick Start Guide SensorTile Kit - STEVAL-STLKT01V1 www.st.com/sensortile What do you want to do? 2 Unbox and run default demo Start designing your application Page 3 Page 5 YouTube video playlist 3 Have

More information

Wearable Technologies and the IoT. David Lamb Market Development Manager, North Europe STMicroelectronics

Wearable Technologies and the IoT. David Lamb Market Development Manager, North Europe STMicroelectronics Wearable Technologies and the IoT David Lamb Market Development Manager, North Europe STMicroelectronics Who We Are 2 A global semiconductor leader The largest European semiconductor company 2013 revenues

More information

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1. Quick Start Guide Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.1 (July 07, 2015) Overview 2 1 Introduction to the STM32 Open Development Environment

More information

PM0257. BlueNRG-1, BlueNRG-2 BLE stack v2.x programming guidelines. Programming manual. Introduction

PM0257. BlueNRG-1, BlueNRG-2 BLE stack v2.x programming guidelines. Programming manual. Introduction Programming manual BlueNRG-1, BlueNRG-2 BLE stack v2.x programming guidelines Introduction The main purpose of this document is to provide a developer with some reference programming guidelines about how

More information

Datasheet DFBM-NQ62X-DT0R. A Bluetooth Low Energy System On Chip Module. Proprietary Information and Specifications are Subject to Change

Datasheet DFBM-NQ62X-DT0R. A Bluetooth Low Energy System On Chip Module. Proprietary Information and Specifications are Subject to Change 1 Datasheet DFBM-NQ62X-DT0R A Bluetooth Low Energy System On Chip Module. Preliminary Data Sheet Sheet 1 of 18 Aug. 16, 2016 Contents 1. Features... 3 1-1. General... 3 1-2. Bluetooth... 3 2. Model No.

More information

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity.

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Module Introduction Purpose This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Objectives Understand Freescale s approach to ZigBee architecture

More information

Introduction to Bluetooth Low Energy

Introduction to Bluetooth Low Energy Introduction to Bluetooth Low Energy Qualcomm Bluetooth Low Energy Terminology clarification In this document you will notice a number of references are made to Qualcomm Bluetooth Low Energy SDK. While

More information

The BlueNRG-1, BlueNRG-2 BLE OTA (over-the-air) firmware upgrade

The BlueNRG-1, BlueNRG-2 BLE OTA (over-the-air) firmware upgrade Application note The BlueNRG-1, BlueNRG-2 BLE OTA (over-the-air) firmware upgrade Introduction This application note describes the BlueNRG-1, BlueNRG-2 over-the-air (OTA) firmware upgrade procedures running

More information

Quick Start Guide. STM32 ODE function pack for IoT node with BLE connectivity and environmental and motion sensors (FP-SNS-MOTENV1)

Quick Start Guide. STM32 ODE function pack for IoT node with BLE connectivity and environmental and motion sensors (FP-SNS-MOTENV1) Quick Start Guide STM32 ODE function pack for IoT node with BLE connectivity and environmental and motion sensors (FP-SNS-MOTENV1) Version 2.6 (March 1, 2018) Quick Start Guide Contents 2 FP-SNS-MOTENV1:

More information

Product Specification

Product Specification Product Specification Product Name: M904S Bluetooth SiP Module -BT 4.0 LE Version: 1.04 Doc No: Date: Nov 25 th, 2016 MtM Technology Corporation 8F, 178 MinQuan East Road Section 3, Taipei, Taiwan (R.O.C.)

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

Typical Applications: GHz Bluetooth low energy systems - Proprietary 2.4 GHz systems - Sports and leisure equipment - Mobile phone accessories -

Typical Applications: GHz Bluetooth low energy systems - Proprietary 2.4 GHz systems - Sports and leisure equipment - Mobile phone accessories - PTR5618PA Coin-size Bluetooth Low Energy System on Module with PA Embedded Cortex M4F 32 bit processor The PTR5618PA ultra-low power Bluetooth Low Energy/2.4GHz Proprietary Multi-protocol modules based

More information

Quick Start Guide. SensorTile Kit - STEVAL-STLKT01V1.

Quick Start Guide. SensorTile Kit - STEVAL-STLKT01V1. Quick Start Guide SensorTile Kit - STEVAL-STLKT01V1 www.st.com/sensortile What do you want to do? 2 Unbox and run default demo Start designing your application Page 3 Page 5 First Setup Unboxing Video

More information

Oberon M2M IoT Platform. JAN 2016

Oberon M2M IoT Platform. JAN 2016 Oberon M2M IoT Platform JAN 2016 www.imgtec.com Contents Iot Segments and Definitions Targeted Use Cases for IoT Oberon targeted use cases IoT Differentiators IoT Power Management IoT Security Integrated

More information