IS187x_BM7x - BLEDK3 v1.01 Release Note

Size: px
Start display at page:

Download "IS187x_BM7x - BLEDK3 v1.01 Release Note"

Transcription

1 IS187x_BM7x - BLEDK3 v1.01 Release Note page 1

2 Table of Contents Scope:... 4 ersion: v Bugs fixed... 4 Enhancements & New Features... 4 Known Bugs & Limitations Applications BLE UART Transparent BLE GATT Based Transceiver Beacon BeaconThings Software Architecture Service Table Design System Operation Structure of UI Parameter Build-in service Tables Standard GATT-Based Services ISSC Proprietary Services Support features Bluetooth Core Spec BLE capability GAP Roles Operation Modes and Procedures - LE Physical Transport Security - LE Physical Transport GATT Profile Enhanced BLE security function Configurable application parameter Beacon and BeaconThings BeaconThings Beacon Only Beacon Address Calculation Definition of GPIOs GPIO Functionality Dedicated Functional GPIOs System Configuration page 2

3 5.1.2 LED Indication (LED0/LED1) UART Data Transmit Indication (UART_TX_IND) Wake-up BLEDK3 from Shutdown State (WAKEUP_PIN) Configurable Functional GPIOs Status Indication (STATUS1_IND/ STATUS2_IND) UART Flow Control (UART_CTS/UART_RTS) Enable BLEDK3 Low Power Mode (UART_RX_IND) Force BLEDK3 Enter Into Standby Mode (PAIRING_KEY) Force BLEDK3 Terminate BLE Link (LINK_DROP) Low Battery oltage Indication (LOW_BATTERY_IND) Link Quality Indication (RSSI_IND) RF Active Indication (RX_ACTIE_IND) Host MCU Controllable GPIOs System timing Power on timing Reference: Document Tools Message sequence charts Procedure of System Initial Configuration Application State Machine Auto Pattern Manual Pattern Revision history page 3

4 Scope: This release notes describe supported software features for the BLEDK3 v1.0.0 release. ersion: v1.0.0 Release date: SN change Set: Bugs fixed N/A Enhancements & New Features - BLE UART Transparent - BLE GATT Based Transceiver - Beacon - BeaconThings Known Bugs & Limitations - Android Pairing issue: Android phone will initiate disconnect after pairing complete. - Settings: Issue happens when pairing method is not Just Work Devices: HTC M8, LG Nexus 5 Root cause: Unknown, still tracing page 4

5 1 APPLICATIONS 1.1 BLE UART Transparent The typical application is the Application (Host) MCU needs reliable BLE GATT transceiver to communication with Smart phones/ Tablet PC Apps. This BLE GATT transceiver is a virtual UART Cable between Apps and Host MCU. Host MCU does not need to care any BLE protocol BM70 (BLEDK3) Applicatio n MCU While BLEDK3 is a Peripheral Role, it can play as raw data changer between Host MCU and remote Central BLE device. It will package the received UART data as ATT packet send to remote device and vice versa. The data exchange protocol will go through Transparent Service that is BLEDK3 build in the proprietary service. From Host MCU view, it can send and receive the raw data by UART transport directly once the Transparent Service is enabled. Reliable Burst Transmit Property: Write and Notify attribute protocol are considered in Transparent Service to get the max data change throughput. But both attributes are not reliable data exchange protocol. Even BT4.1 spec had defined LE L2CAP Credit Based Flow Control spec, but ios and Android BLE frame work do not support it in present. In order to approach this property, a Proprietary Credit Based Flow Control Protocol is built in the BLEDK3. The measured max throughput between BLEDK3 and ios8 are around 8KBbye/sec if ios Apps implements this protocol. Application Scenario Notice: - Supported BLE Role: Peripheral/Server - Pattern: Auto Pattern - Relative GPIOs: UART_CTS, UART_RTS, UART_Rx_IND, UART_TX_IND - Relative Setting: UART Baud Rate, Flow Control, Transparent Service UUID 1.2 BLE GATT Based Transceiver The typical application is the Application (Host) MCU would like access more BLE GATT/GAP/Profiles control to approach the following application: - To play as BLE Broadcaster, Observer role. - To play as BLE Central/Client role. - To play as BLE Server role that meets the Bluetooth SIG standard GATT Profiles Spec. For example, Weight Scale Service/Profile, Heart Rate Service/Profile, Blood Pressure Service/Profile, Health Thermometer Service/Profile etc. page 5

6 - To access BLE transceivers (IS1870SF, BM70 etc.) hardware peripherals. For example, PWM output for LED or motor control. ADC input for sensor. Host MCU can do BLE GATT/GAP/Profiles control with BLEDK3 by proprietary UART commands. The GATT service tables can be added into Service Table Program memory area of BLEDK3. BLEDK3 UART App/GAP GATT Service GATT/SMP L2CAP RF/BB/LC Transparent HRS WSS ADC DIO PWM Application Scenario Notice: - Supported BLE Role: All - Pattern: Manual Pattern - Service Table: The add-on GATT Service Table can be edit by UI tool. - Only support peer to peer connection for central or peripheral role. 1.3 Beacon BLEDK3 can be configured as any kind of Beacon devices. Typically, Beacon devices always broadcast Non- Connectable AD packet. The content of broadcast can be configured by air updated. In order to manage Beacon devices by authorized administrator over the air, BLEDK3 provide an authentication scheme called Beacon Admin Service. See it more detail in the technical section. 1.4 BeaconThings BeaconThings is a concept to enhance user experience. The user just registers the BeaconThings accessories once in the APP during first time device paired procedure. And then almost no manual operation is needed, the BeaconThings accessories can be connected by ios device automatically. From technical view, the ibeacon function will be combined with other supported features like BLE UART Transparent or BLE GATT Based Transceiver in BLEDK3. And BLEDK3 will advertise ibeacon AD and connectable AD simultaneously in standby mode. There are 3 steps to approach the BeaconThings. And these steps will be executed in the background. - Launch APP: APP will be wake up due to the register monitored ibeacon AD received. - Automatic BLE connection: APP will scan the nearby peripherals with specific UUID and connect a suitable peripheral. - BLE communication: The BLE data can exchange between APP and BeaconThings accessories. page 6

7 2 SOFTWARE ARCHITECTURE 2.1 Service Table Design BLEDK3 operates as a GATT based bridge. All of standard or proprietary services can be append into BLEDK3 by UI tool editing. Maximum number of attribute list can be added is 100. GAP service, Device Information Service, Beacon Service, and proprietary transparent service are build-in as default services. 2.2 System Operation BLEDK3 operates on either auto pattern or manual pattern. For auto pattern, it only supports BLE Slave and buildin services. For manual pattern, it supports both BLE Master and BLE Slave by using UART protocol with MCU. And appended services only can operate in manual pattern. 2.3 Structure of UI Parameter FW reserves 8K bytes of eflash for UI parameter configuration. There s always existing Factory UI Table (UI_II) in this area after flash code is written. As FW UI parameter is configured by UI tool, Run Time Update UI parameter (UI_I) will also be generated into this area. FW will check the End_Check of UI_I. If End_Check of UI_I is valid, UI_I will be used, otherwise FW will recover UI_I by UI_II. Only UI_I can be updated by FW for pairing information, App Air Patch, or Beacon Admin. Below show the structure of UI parameter. Address Parameter Mcode FW Update (Run Time Update) B04: 0x4000 (1.5KB) Run Time Update UI parameter (UI_I) Y B04: 0x4600 (0.5KB) Reserved N/A B04: 0x4800 (1.5KB) Factory UI Table (UI_II) N B04: 0x4E00 (512B) IC Information(0x4E00) & Factory Client Foot Print (0x4E20) (UI_III) N B04: 0x5000 (4KB) GATT Service Table N 3 BUILD-IN SERICE TABLES 3.1 Standard GATT-Based Services Generic Access Service Device Information Service 3.2 ISSC Proprietary Services Transparent Service Refer to ISSC_Transparent_Service document for more information. Beacon Admin Service Refer to ISSC_Beacon_Admin_Service document for more information. page 7

8 Air Patch Service Refer to ISSC_Air_Patch_Service document for more information. 4 SUPPORT FEATURES 4.1 Bluetooth Core Spec BLEDK3 is certified as BT4.2 spec. It supports LE Secure Connections pairing and LE Data Length Extension. LE Secure Connections (LESC) pairing: Except OOB, all of the IO capacity had been implemented in BLEDK3. Note: ios 8.2 support LESC pairing scheme. LE Secure Connections pairing utilizes the P-256 elliptic curve. LE Data Length Extension: No Encrypted packet: The max supported physical packet length is 255 bytes. Encrypted packet: The max supported physical packet length is 104 bytes. 4.2 BLE capability GAP Roles Broadcaster Role Observer Role Peripheral Role Central Role Operation Modes and Procedures - LE Physical Transport Broadcast Mode Discoverable Mode Connection Modes - Non-Connectable Mode - Directed Connectable Mode - Undirected Connectable Mode Bondable Mode Observation Procedure General Connection Establishment Procedure Connection Parameter Update Procedure Terminate Connection Procedure Bonding Procedure Security - LE Physical Transport Security Modes BLEDK3 only supports LE Security Mode 1. Including following security levels: 1. No Security (No authentication and no encryption) 2. Unauthenticated pairing with encryption 3. Authenticated pairing with encryption page 8

9 4. Authenticated LE Secure Connections pairing with encryption Encryption Procedure Initiate Pairing Procedure Resolvable Private Address Resolution Procedure The maximum number of device bonding information can be stored is GATT Profile BLEDK3 supports both GATT Client role and GATT Server role. Available features are listed as below: Server Configuration Primary Service Discovery Characteristic Discovery Characteristic Descriptor Discovery Reading a Characteristic alue Writing a Characteristic alue Notification of a Characteristic alue Indication of a Characteristic alue Reading a Characteristic Descriptor Writing a Characteristic Descriptor 4.3 Enhanced BLE security function BLE Passkey Confirm: BLEDK3 provides fix passkey feature for pairing processing. If this option is enabled by UI tool, the configuration of six digits passkey will be used in pairing procedure. This feature only can be enabled while IO capability of Security Setting is DisplayOnly or DisplayYesNo. Trust Device Connection: BLEDK3 can be configured only the paired device can keep BLE link with it, except for no pairing information is stored in database or pairing key is pressed. 4.4 Configurable application parameter Most of feature related parameters can be configured by UI tool, like device information, timeout of operation mode, LED type of operation mode, connection parameter, advertising data and so on. 4.5 Beacon and BeaconThings BeaconThings While BLEDK3 operates in discovery mode, BLEDK3 can send non-connectable advertising event and connectable undirected advertising event at the same time. And it can be configured by UI tool to enabled/disable non-connectable advertising when BLEDK3 is connected by remote device. If non-connectable advertising event is disabled under connected state, BLEDK3 will stop sending non-connectable advertising event once connection is established. And restart sending advertising event after connection is terminated. page 9

10 Connected Disconnected Standby mode Standby mode LE AD. Beacon AD. Rx/Tx after connected Connected Disconnected Standby mode Standby mode LE AD. Beacon AD. Rx/Tx after connected Beacon Only While BLEDK3 operates in Broadcast Mode, BLEDK3 can send non-connectable advertising event. This kind of non-connectable advertising event is what we called Beacon. Besides Beacon behavior, BLEDK3 also supports additional capability for remote device to configure advertising data called Beacon Admin. BLEDK3 can send connectable undirected advertising event in a limited period for remote device to establish connection after power on. After Beacon Admin procedure is terminated, BLEDK3 will never send connectable undirected advertising event except power off then power on BLEDK3. The limited period of connectable undirected advertising can be configured by UI tool which is named Beacon Admin Timeout. Case1: No connection before beacon admin timeout Beacon Admin TO Standby mode Standby mode LE AD. Beacon AD. Case2: Establish connection before beacon admin timeout Connected Disconnected Standby mode Beacon Admin Standby mode LE AD. Beacon AD. Rx/Tx after connected Beacon Address Calculation FixedRandNum = {0x9A, 0xD2, 0xF3, 0x8D, 0x21, 0x68} From index i=0 to i=5 BeaconAddr[i] = BluetoothAddr[i] xor FixedRandNum[i] BeaconAddr[5] = BeaconAddr[5] or 0xC0 page 10

11 4.6 Definition of GPIOs BM70 IS1807 H/W Dedicated Configurable Host MCU Pin GPIOs Functionality Functional GPIOs Functional GPIOs Controllable GPIOs Out P00 - AD0 - UART/CTS P01 - AD1 P02 - AD2 LED0 - LED0 P03 - GOIO - AD3 P04 -GPIO - AD4 P05 -GPIO - AD5 P06 - AD6 P07 - AD7 P10 - AD8 - TX_CLS1 P11 - AD9 - MISO2 P12 - AD10 - I2C SCL P13 - AD11 - I2C SDA P14 - AD12 - EENT0 P15 - AD13 - EENT1 P16 - XI32K P17 page 11

12 - XO32K System P20 configuration H:Application L:Test mode P21 - PWM0 P22 - PWM1 P23 - PWM2 WAKEUP_PIN P24 - RX_CLS1 P25 - AD15 - PWM3 P26 - UART_TX_IND P27 - NCS2 UART_TX_IND - AD14 P30 P31 - SPI Bus/NCS - SPI Flash/CSN P32 - SPI Bus/MISO - SPI Flash/SDO P33 - SPI Bus/MOSI - SPI Flash/SDI P34 - SPI Bus/SCLK - SPI Flash/SCK P35 - LED1 LED1 P36 - PWM0 - UART/RTS Note1. I/O type: A = Analog, D = Digital, I = Input, O = Output page 12

13 5 GPIO FUNCTIONALITY 5.1 Dedicated Functional GPIOs System Configuration P2_0 is only used for system configuration. It can t be used by any application. P2_0 is configured to be input and pulled up as default. If P2_0 is pulled down, IC will switch into Test Mode LED Indication (LED0/LED1) BLEDK3 supports two LED indicating. There re several LED types can be chosen for different modes. Except for LED type, LED on/off duration also can be configured by UI tool. All supported LED types are listed as below. If LED is configured as OFF or no usage, then the pin of LED can be used as normal GPIO. MCU can control this PIN by sending UART command. LED Type LED0 LED1 0 OFF OFF 1 ON ON 2 ON OFF 3 OFF ON 4 OFF FLASH 5 FLASH OFF 6 ON FLASH 7 FLASH ON 8 FLASH(At the same time) FLASH(At the same time) 9 FLASH(interleave) FLASH(interleave) Related UI Parameter: LED Flash Setting UART Data Transmit Indication (UART_TX_IND) The pin definition of UART_TX_IND is assigned BLEDK3. UART_TX_IND is used to indicate MCU that data will be transmitted out by UART_TXD after a specific interval which can be configured by UI Tool. UART_TX_IND: P27 H: No UART data will be transmitted. (TX_IND) L: BLEDK3 indicate UART data will be transmitted out after certain timing. page 13

14 UART_TX Start UART_TX End UART_TX_IND TWakeup_External_MCU_Wait_Time UART_TXD *TWakeup_External_MCU_Wait_Time: The time interval before data send out by UART_TXD (set by UI). Related UI Parameter: Wakeup External MCU Wait Time BLEDK3 indicates Host MCU UART data timing diagram Wake-up BLEDK3 from Shutdown State (WAKEUP_PIN) BLEDK3 enters into shutdown state in some scenario, and BLEDK3 doesn t have any capability in shutdown state. MCU must wake-up BLEDK3 from shutdown state for future behavior. WAKEUP_PIN feature also can be disabled by setting WAKEUP_PIN_DISABLE to be TRUE. Once WAKEUP_PIN feature is disabled, this pin becomes a normal GPIO. MCU can control this PIN by sending UART command. Both WAKEUP_PIN and UART_RX_IND (If UART RX_IND is configured as enabled) can be used to wake-up BLEDK3. After wakeup from shutdown, BLEDK3 enters into standby mode in auto pattern. After wakeup from shutdown, BLEDK3 enters into idle mode in manual pattern. Trigger BLEDK3 Ready WAKEUP_PIN 87 ms Related UI Parameter: WAKEUP_PIN_DISABLE BLEDK3 wake up time in auto pattern 5.2 Configurable Functional GPIOs BLEDK3 provides functionality that can be achieved by GPIO. Most of those functionalities are not limited to specific GPIOs. All of them can be configured by UI tool. There re only two functionalities need to be assigned by specific GPIOs. One is UART_RST, and the other is UART_CTS. Related UI Parameter: GPIO Configuration Status Indication (STATUS1_IND/ STATUS2_IND) BLEDK3 status is composed of STATUS1_IND and STATUS2_IND. To get whole status information, both STATUS1_IND and STATUS2_IND should be assigned in configurable GPIOs by UI tool. Below table shows the definition of BLEDK3 status. page 14

15 STATUS1_IND / STATUS2_IND Status Description H/H Shutdown Mode BLEDK3 is shutdown H/L Standby Mode BLEDK3 sends advertising packets and wait for connection. BLEDK3 is under discoverable and connectable. L/L BLE Connected Mode BLE link is established and CCCD of ISSC_Transparent_TX characteristic is disabled L/H Transparent Service Enabled Mode BLE link is established and CCCD of ISSC_Transparent_TX characteristic is enabled Power on State Standby State Physical Link Establish Data Session Open Standby State Shutdown State Connected Enable Disconnecte STATUS1_IND STATUS2_IND BLEDK3 status indication by two configurable GPIO pins Related UI Parameter: GPIO Configuration UART Flow Control (UART_CTS/UART_RTS) BLEDK3 support UART flow control scheme. Once UART flow control is enabled, both CTS and RTS GPIOs should be assigned. The two GPIOs allow MCU and BLEDk3 to alert each other to their state. If UART buffer of BLEDK3 is full, RTS will be raised by BLEDK3. If UART buffer of MCU is full, CTS will be raised by MCU. At most two bytes will be sent after CTS is raised. UART_TX Start Flow Stop Flow Go UART_TX End UART_CTS UART_TXD Host MCU indicate BLEDK3 UART flow control timing diagram page 15

16 Open Data Session Flow Stop Flow Go Close Data Session UART_RTS UART_RXD BLEDK3 indicate Host MCU UART flow control timing diagram Related UI Parameter: UART Setting/HW Flow Control GPIO Configuration Enable BLEDK3 Low Power Mode (UART_RX_IND) In order to reduce current consumption, BLEDK3 will automatically enter into low power mode if UART RX_IND is enabled and UART_RX_IND is assigned. Since BLEDK3 can t correctly deal with UART data received under low power mode, MCU must wakeup BLEDK3 before UART data transmission. Currently the minimum guard time is 3ms. If MCU has no capability to wakeup BLEDK3 before data transmission, UART RX_IND function must be configured as disabled. Therefore BLEDK3 won t enter into low power mode. UART RX Start UART RX End UART_RX_IND Tuart_rx_ind UART_RXD *Tuart_rx_ind: >3ms Host MCU wakeup BLEDK3 timing diagram Force BLEDK3 Enter Into Standby Mode (PAIRING_KEY) When BLEDK3 is under connected mode, MCU can use PAIRING_KEY to force BLEDK3 enter into standby mode. page 16

17 Trigger Enter Standby Mode PAIRING_KEY Tpairing_key *Tpairing_key:>160 ms Timing diagram of BLEDK3 pairing key function Force BLEDK3 Terminate BLE Link (LINK_DROP) When BLEDK3 is under connected mode, MCU can use LINK_DROP to force BLEDK3 to terminate current BLE link. And then enters into shutdown state. BLE Link Connected BLEDK3 Drop Link BLE Link Disconnected LINK DROP Tdrop_link STATUS1_IND *Tdrop_link:>10 ms Timing diagram of BLEDK3 link drop function Low Battery oltage Indication (LOW_BATTERY_IND) BLEDK3 can indicate MCU that the detected battery voltage is lower by LOW_BATTERY_IND assigned in GPIO Configuration. Once battery voltage is lower than Low Battery Level, LOW_BATTERY_IND will be laid down. And LOW_BATTERY_IND will be raised until battery voltage is higher than Normal Battery Level. BLEDK3 also can be configured automatically enters into shutdown down state when battery voltage is lower after a certain time interval. Related UI Parameter: Battery Detection Interval Low Battery Level Normal Battery Level Low Battery Into Shutdown Time Link Quality Indication (RSSI_IND) BLEDK3 can indicate link quality by RSSI_IND (if Link Quality Detection is configured as enabled). BLEDK3 checks two quality levels which can be configured UI tool. If link quality is lower than RSSI Weak Threshold, then RSSI_IND output as LOW. If link quality is higher than RSSI Normal Threshold, then RSSI_IND output as HIGH. page 17

18 Weak link quality Normal link quality Weak link quality RSSI_IND Link quality indication Related UI Parameter: Link Quality Detection RSSI Normal Threshold RSSI Weak Threshold RF Active Indication (RX_ACTIE_IND) BLEDK3 can indicate MCU that BLEDK3 is not under low power mode by assigned RF_ACTIE_IND in GPIO configuration. If RF Active IND MCU Include set to be Indication only when RF active, BLEDK3 raises the RF_ACTIE_IND when RF is active. If RF Active IND MCU Include set to be Indication when RF and MCU active, BLEDK3 raises the RF_ACTIE_IND when RF and MCU of BLEDK3 are active. MCU wake up Start TX/RX packet End TX/RX packet MCU power down MCU of BLEDK3 TX/RX packet RF_ACTIE _IND RF active indication function only when RF is turning on MCU wake up Start TX/RX packet End TX/RX packet MCU power down MCU of BLEDK3 TX/RX packet RF_ACTIE _IND Related UI Parameter: RF active indication function when MCU is awake and RF is turning on page 18

19 GPIO Configuration RF Active IND MCU Include 5.3 Host MCU Controllable GPIOs BLEDK3 is designed based on IS1870. Even though most of IS1870 GPIOs can be controlled by Host MCU, there re still two exceptions. Host MCU can t control the dedicated functional GPIOs except for LED0/LED1/WAKEUP_PIN. If LED0 is not assigned for specific function, then the pin of LED0 can be controlled by Host MCU. LED1 and WAKEUP_PIN are the same manner. Host MCU can t control the configurable functional GPIOs if they are assigned for specific functionalities. 6 SYSTEM TIMING 6.1 Power on timing Power on to Standby Auto Pattern Power on to Idle Manual Pattern Shutdown to Standby Auto Pattern Shutdown to Idle Manual Pattern ms ms ms ms Standby in auto pattern is defined as application initialization complete and changes the state indication pins. Idle in manual pattern is defined as application initialization complete and reports its state. 7 REFERENCE: 7.1 Document BLEDK3 Command Set BLEDK3_Parameters ISSC Beacon Admin Service ISSC Transparent Service ISSC_BLE_Air_Patch 7.2 Tools IS187x_001_BLEDK3_UI BLEDK3 Auto Pattern Test Tool BLEDK3 Manual Test Tool page 19

20 8 MESSAGE SEQUENCE CHARTS 8.1 Procedure of System Initial Configuration Power On ROM Power On Process N P2_0=1 Y ROM IBDK N eflash Tag = ISSC5505 Y Load Manufacture Parameters BLEDK Application page 20

21 8.2 Application State Machine Auto Pattern Power On Standby State Pairing_K ey N Standby Mode: Discoverable & Connectable mode N Power-on & Normal Standby Time out Setting 4 1 Remote Disconnect Standby Time out Setting Y 3 Y Standby_TO N Connection Be-Paired Y N Pairing Enable Pairing Process Link State N Pairing OK Connected Mode: Pairing OK Pairing fail 1 Link Lost Disconnected Remote Drop 1 Shutdown State Host MCU Drop 3 4 Wakeup Shutdown Mode: Power off Power off Configurable by Manufacture setting Mode page 21

22 8.2.2 Manual Pattern Manual Pattern Idle Mode Set_Advertising _Enable (Disable) Set_Advertising _Enable (NonConnectabl e) Set_Advertising _Enable (Connectable) Set_Advertising _Enable (Disable) Set_Scan _Enable (Enable) Set_Scan _Enable (Disable) Create _Connection Create _connection _Cancel Broadcast Mode Standby Mode Scanning Mode Connecting Mode Connected Pairing Enabled N Connected Y Pairing Process Pairing OK LE Physical Link Established Pairing Fail Disconnected Idle Mode Into_Power _Down_Mode Shutdown Mode Wakeup Trigger Idle Mode Power off Power Off page 22

23 9 REISION HISTORY ersion Date History v /03/31 Initiate this document /05/18 Add Beacon Address Calculation method Beacon Address Calculation Add system power on timing Power on timing page 23

PM0237 Programming manual

PM0237 Programming manual Programming manual BlueNRG, BlueNRG-MS stacks programming guidelines Introduction Note: The main purpose of this document is to provide a developer with some reference programming guidelines about how

More information

BLUETOOTH SMART CABLE REPLACEMENT

BLUETOOTH SMART CABLE REPLACEMENT BLUETOOTH SMART CABLE REPLACEMENT APPLICATION NOTE Monday, 15 October 2012 Version 1.5 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for

More information

Data sheet Wireless UART firmware version 4.02

Data sheet Wireless UART firmware version 4.02 Data sheet Wireless UART firmware version 4.02 BLUETOOTH is a trademark owned by Bluetooth SIG, Inc., U.S.A. and licensed to Free2move Rev: 22 December 2008 Table of contents 1 GENERAL INFORMATION...4

More information

BLE113 DEVELOPMENT KIT

BLE113 DEVELOPMENT KIT BLE113 DEVELOPMENT KIT QUICK START Thursday, 14 March 2013 Version 1.5 Copyright 2000-2013 Bluegiga Technologies Bluegiga Technologies reserves the right to alter the hardware, software, and/or specifications

More information

Condemn the copycat company copied behavior on HM-10!!!!!! If you buy a fake, please apply for a refund guarantee your legitimate rights

Condemn the copycat company copied behavior on HM-10!!!!!! If you buy a fake, please apply for a refund guarantee your legitimate rights Condemn the copycat company copied behavior on HM-10!!!!!! If you buy a fake, please apply for a refund guarantee your legitimate rights and interests -------------------------------------------------------Last

More information

Quick Start Guide v1.0. This Quick Start Guide is relevant to Laird s BT800, BT810 and BT820 Bluetooth modules.

Quick Start Guide v1.0. This Quick Start Guide is relevant to Laird s BT800, BT810 and BT820 Bluetooth modules. v1.0 This is relevant to Laird s BT800, BT810 and BT820 Bluetooth modules. INTRODUCTION The Linux operating system, and Android by extension, has excellent USB support for a variety of devices. This makes

More information

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE BLUETOOTH SERIAL PORT PROFILE iwrap APPLICATION NOTE Thursday, 19 April 2012 Version 1.2 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for

More information

Texas Instruments CC2540/41 Bluetooth Low Energy Sample Applications Guide v1.3.1

Texas Instruments CC2540/41 Bluetooth Low Energy Sample Applications Guide v1.3.1 Texas Instruments CC2540/41 Bluetooth Low Energy Sample Applications Guide v1.3.1 Document Number: SWRU297 Copyright 2011-2013 Texas Instruments, Inc. Table Of Contents TABLE OF CONTENTS... 2 REFERENCES...

More information

Bluetooth SMART Advertise-Only Beacon Reference Design

Bluetooth SMART Advertise-Only Beacon Reference Design EM MICROELECTRONIC - MARIN SA PRELIMINARY Bluetooth SMART Advertise-Only Beacon Reference Design Features COMPLETE BLE BEACON SYSTEM o EM9301 Bluetooth SMART Controller o EM6819 0.9V Flash Microcontroller

More information

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC

More information

QSG108: Blue Gecko Bluetooth Smart Software Quick-Start Guide

QSG108: Blue Gecko Bluetooth Smart Software Quick-Start Guide QSG108: Blue Gecko Bluetooth Smart Software Quick-Start Guide Blue Gecko Bluetooth Smart Software Quick-Start Guide This document walks you through the architecture and APIs of the Blue Gecko Bluetooth

More information

Bluetooth 4.0 Solutions for Apple ios Devices. Bluegiga Technologies

Bluetooth 4.0 Solutions for Apple ios Devices. Bluegiga Technologies Bluetooth 4.0 Solutions for Apple ios Devices Bluegiga Technologies Agenda Introduction How to build Bluetooth 4.0 applications Compatible Bluegiga products What is Bluetooth low energy? Summary Introduction

More information

ATBTLC1000 BluSDK USER GUIDE. Bluetooth Low Energy API: Software Development. Description

ATBTLC1000 BluSDK USER GUIDE. Bluetooth Low Energy API: Software Development. Description ATBTLC1000 BluSDK Bluetooth Low Energy API: Software Development USER GUIDE Description This document describes the functional description of Atmel Adapter API programming model and use cases for ATBTLC1000.

More information

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs ADH Technology Co. Ltd. ADH8012 GSM GPRS Modem User s Manual www.adh-tech.com.tw sales@adh-tech.com.tw Page 1 Content ADH8012 GSM GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept...

More information

Bidirectional wireless communication using EmbedRF

Bidirectional wireless communication using EmbedRF Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF

More information

SPI I2C LIN Ethernet. u Today: Wired embedded networks. u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network

SPI I2C LIN Ethernet. u Today: Wired embedded networks. u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network u Today: Wired embedded networks Ø Characteristics and requirements Ø Some embedded LANs SPI I2C LIN Ethernet u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network Network from a High End

More information

UG103.14: Application Development Fundamentals: Bluetooth Smart Technology

UG103.14: Application Development Fundamentals: Bluetooth Smart Technology UG103.14: Application Development Fundamentals: Bluetooth Smart Technology This volume of Silicon Labs Application Development Fundamentals series provides an overview of Bluetooth Smart, also known as

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

Hagenberg Linz Steyr Wels. API Application Programming Interface

Hagenberg Linz Steyr Wels. API Application Programming Interface Hagenberg Linz Steyr Wels API Application Programming Interface Version 1.1 October 2015 FH OÖ Forschungs & Entwicklungs GmbH Franz-Fritsch-Strasse 11 / Top 3 4600 Wels Austria Research Center Hagenberg

More information

Introducing the Adafruit Bluefruit LE Sniffer

Introducing the Adafruit Bluefruit LE Sniffer Introducing the Adafruit Bluefruit LE Sniffer Created by Kevin Townsend Last updated on 2015-06-25 08:40:07 AM EDT Guide Contents Guide Contents Introduction FTDI Driver Requirements Using the Sniffer

More information

Automated Real Time In-Store Retail Marketing Using Beacon

Automated Real Time In-Store Retail Marketing Using Beacon International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-04, Issue-02 E-ISSN: 2347-2693 Automated Real Time In-Store Retail Marketing Using Beacon Jigar Kothari 1*,

More information

nblue TM BR-LE4.0-D2A (CC2564)

nblue TM BR-LE4.0-D2A (CC2564) Bluetooth 4.0 Low Energy Dual Mode Class 1 SoC Module nblue TM BR-LE4.0-D2A (CC2564) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW ENERGY WIRELESS TECHNOLOGY MEANS TOTAL FREEDOM FROM THE CONSTRAINTS

More information

eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement.

eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement. eztcp Technical Document Modbus/TCP of eztcp Version 1.3 Caution: Specifications of this document may be changed without prior notice for improvement. Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents

More information

Bluetooth UART/RS232 Module

Bluetooth UART/RS232 Module Introduction BLUEMORE600 is a professional, slim, wireless module ready for integration in brand new or existing electronic products. Based on CSR chipset BC03MM it s fully compatible for Serial Port profiles.

More information

Bluetooth HID Profile

Bluetooth HID Profile RN-WIFLYCR-UM-.01 RN-HID-UM Bluetooth HID Profile 2012 Roving Networks. All rights reserved. Version 1.0r 1/17/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW Roving Networks Bluetooth modules support

More information

CB-OLP425 DEVELOPMENT KIT GETTING STARTED

CB-OLP425 DEVELOPMENT KIT GETTING STARTED CB-OLP425 DEVELOPMENT KIT GETTING STARTED Document Revision Document number: 9142285 Release: Jan 29, 2014 09:42 Document version: 12 Copyright 2014 u-blox AG. The contents of this document can be changed

More information

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Rudi Latuske, ARS Software GmbH 1. Bluetooth in Medical Applications Bluetooth, as a short range wireless technology, is very

More information

Date Rev. Details Author

Date Rev. Details Author Jtech engineering ltd J - Te c h E n g i n e e ring, L t d. 11080 Bond Boulevard Delta BC V4E 1M7 Canada Tel: 604 543 6272 Fax: 604 543 6476 http://www.jtecheng.com AUTODIALER USER S MANUAL REVISION HISTORY

More information

Wednesday, January 15, 14. Secure and Private Service Discovery over Low Energy Bluetooth

Wednesday, January 15, 14. Secure and Private Service Discovery over Low Energy Bluetooth Secure and Private Service Discovery over Low Energy Bluetooth Square Register Hardware credit card reader Developed for businesses Android and ios app Square Wallet Android and ios app Works with Square

More information

128KB RAM. 2.4 GHz TX/RX. Radio. 2.4 GHz ADC. Crypto accelerator. Sensor Interface

128KB RAM. 2.4 GHz TX/RX. Radio. 2.4 GHz ADC. Crypto accelerator. Sensor Interface WiFly GSX 802.11G Module Features Qualified 2.4GHz IEEE 802.11b/g transceiver High throughput, 1Mbps sustained data rate with TCP/IP and WPA2 Ultra-low power - 4uA sleep, 40mA Rx, 210mA Tx (max) Small,

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

Wireless Communication With Arduino

Wireless Communication With Arduino Wireless Communication With Arduino Using the RN-XV to communicate over WiFi Seth Hardy shardy@asymptotic.ca Last Updated: Nov 2012 Overview Radio: Roving Networks RN-XV XBee replacement : fits in the

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

RN-XV-RD2 Evaluation Board

RN-XV-RD2 Evaluation Board RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2

More information

Introducing BEEKS Proximity Solutions. Developer Kit Gets You Started

Introducing BEEKS Proximity Solutions. Developer Kit Gets You Started Introducing BEEKS Proximity Solutions BEEKS from BluVision provides industry-leading Bluetooth beacon solutions to enterprises and innovative developers. Leveraging a cutting-edge, cloudbased solution,

More information

Use of the ZENA MiWi and P2P Packet Sniffer

Use of the ZENA MiWi and P2P Packet Sniffer Page1 Use of the ZENA MiWi and P2P Packet Sniffer 1. P2P Protocol - Reference Microchip AN1024 a. Launch the WDS application that has the Microchip ZENA Wireless Adapter 24 GHz MRF24J40 attached. The PC

More information

LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: len@len.it url: http//www.len.

LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: len@len.it url: http//www.len. MA511 General Index 1 INTRODUCTION... 3 1.1 HARDWARE FEATURES:... 4 2 INTERFACE... 5 2.1 KEYBOARD... 6 2.2 POWER ON... 7 2.3 POWER OFF... 7 2.4 DETECTOR CONNECTION... 7 2.5 DETECTOR SUBSTITUTION...7 3

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM UART Port Application Notes GSM_UART_AN_V1.01 Document Title GSM UART Port Application Notes Version 1.01 Date 2009-11-16 Status Document Control ID Release GSM_UART_AN_V1.01 General

More information

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013 WiLink 8 Solutions Coexistence Solution Highlights Oct 2013 1 Products on market with TI connectivity 2004 2007 2009-11 2013 Use cases: BT voice, WLAN data Features: TDM based operation Strict protection

More information

16-PORT POWER OVER ETHERNET WEB SMART SWITCH

16-PORT POWER OVER ETHERNET WEB SMART SWITCH 16-PORT POWER OVER ETHERNET WEB SMART SWITCH User s Manual (DN-95312) - 0 - Content Web Smart Switch Configure login ---------------------------------- 2 Administrator Authentication Configuration ---------------------------------------------

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM Multiplexer Application Notes GSM_MUX_AN_V1.00 Document Title GSM Multiplexer Application Notes Version 1.00 Date 2009-06-27 Status Document Control ID Release GSM_MUX_AN_V1.00 General

More information

ZigBee Technology Overview

ZigBee Technology Overview ZigBee Technology Overview Presented by Silicon Laboratories Shaoxian Luo 1 EM351 & EM357 introduction EM358x Family introduction 2 EM351 & EM357 3 Ember ZigBee Platform Complete, ready for certification

More information

Bluetooth for device discovery. Networking Guide

Bluetooth for device discovery. Networking Guide Bluetooth for device discovery Networking Guide Index Document Version: v4.4-11/2014 Libelium Comunicaciones Distribuidas S.L. INDEX 1. Introduction... 3 1.1. General description...3 2. Hardware... 5 2.1.

More information

Product Introduction and Setup Examples. RS232 to WIFI Converter

Product Introduction and Setup Examples. RS232 to WIFI Converter Product Introduction and Setup Examples RS232 to WIFI Converter Part WF5000B U.S. Converters LLC page 1 of 12 Content Product Introduction. 3 AP and STA Modes. 3 Auto- Frequency Function. 3 Security..

More information

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,

More information

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Rev 1 Module Data Sheet 1.0 2.0 2.1 2.2 2006/6/18 2006/9/6 2010/4/22 2011/4/6 DRAWN BY : Ling Xin MODEL : HC-06 CHECKED BY : Eric Huang

More information

Supporting ZDOs with the XBee API

Supporting ZDOs with the XBee API Supporting ZDOs with the XBee API The ZigBee Device Profile is a management and discovery service layer supported on all ZigBee devices. Like all other profiles, the ZigBee Device Profile defines a set

More information

Adding WiFi to Your Embedded System. WPG Americas & Gainspan Titus Wandinger (WPG) & Su Li (Gainspan) April 23, 2013

Adding WiFi to Your Embedded System. WPG Americas & Gainspan Titus Wandinger (WPG) & Su Li (Gainspan) April 23, 2013 Adding WiFi to Your Embedded System WPG Americas & Gainspan Titus Wandinger (WPG) & Su Li (Gainspan) April 23, 2013 Your partners for Embedded Wi-Fi Multi Market Leader 32 bit ARM MCU Leader Ultra low

More information

UniPi technical documentation REV 1.1

UniPi technical documentation REV 1.1 technical documentation REV 1.1 Contents Overview... 2 Description... 3 GPIO port map... 4 Power Requirements... 5 Connecting Raspberry Pi to UniPi... 5 Building blocks... 5 Relays... 5 Digital Inputs...

More information

GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1

GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 GSM Cellular Engine GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 Document Title GSM TCPIP Application Notes Version 1.1 Date 2011-09-22 Status Document Control ID Release GSM_TCPIP_AN_V1.1 General Notes

More information

RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8

RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8 EN ZC - 6DI8DO CANopen I/O Module 6 Digital Input 8 Digital Output Or 8 Counters (3 bit) 8 Digital input 8 Digital output User Manual Contents: Features PDOs PDO Type Emergency Message Functional Diagrams

More information

Implementing SPI Master and Slave Functionality Using the Z8 Encore! F083A

Implementing SPI Master and Slave Functionality Using the Z8 Encore! F083A Application Note Implementing SPI Master and Slave Functionality Using the Z8 Encore! F083A AN026701-0308 Abstract This application note demonstrates a method of implementing the Serial Peripheral Interface

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

More information

Serial Communications

Serial Communications Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits,

More information

TruePort Windows 2000/Server 2003/XP User Guide Chapter

TruePort Windows 2000/Server 2003/XP User Guide Chapter TruePort Windows 2000/Server 2003/XP User Guide Chapter 0 This document provides the procedure for installing and using TruePort on Windows 2000/Server 2003/XP. Table of Contents What is TruePort?...3

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

GSM Click - Cross-Platform Development Quick Start Guide

GSM Click - Cross-Platform Development Quick Start Guide GSM Click - Cross-Platform Development Quick Start Guide Overview This document explains how to use the MikroElektronika GSM Click board as an accessory to the following host development platforms (microcontrollers):

More information

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control

More information

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate

More information

Questions from The New SensorTag - IoT Made Easy Webinar

Questions from The New SensorTag - IoT Made Easy Webinar Questions from The New SensorTag - IoT Made Easy Webinar Are there any plans to make a Windows API available (preferably portable for use in Windows 10 Universal applications) It is in our queue of projects,

More information

RN-41/RN-41-N Class 1 Bluetooth Module

RN-41/RN-41-N Class 1 Bluetooth Module RN-41/RN-41-N Class 1 Bluetooth Module Features Fully qualified Bluetooth version 2.1 module, supports version 2.1 + Enhanced Data Rate (EDR) Backwards-compatible with Bluetooth version 2.0, 1.2, and 1.1

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

M85 OpenCPU Solution Presentation

M85 OpenCPU Solution Presentation M85 OpenCPU Solution Presentation 2013/09/22 Wireless Solutions Co., Ltd. All rights reserved OUTLINE OpenCPU Summary Advantages Software Architecture What s New? Open Resources Development Requirements

More information

ZME_05459 Wall Blind Control Set for Busch-Jaeger DURO 2000 Firmware Version : 1.8

ZME_05459 Wall Blind Control Set for Busch-Jaeger DURO 2000 Firmware Version : 1.8 ZME_05459 Wall Blind Control Set for Busch-Jaeger DURO 2000 Firmware Version : 1.8 Quick Start A This device is a Z-Wave Actuator. Triple click one of the buttons on the device will include the device.

More information

BT LE RFID Reader v1.0

BT LE RFID Reader v1.0 BT LE RFID Reader v1.0 The board The BT LE RFID Reader board v1.0 is shown below. On the board there are the following components: Power connector J7 with positive voltage going to pin 1 (red wire) and

More information

User Guide. for Card Reader and Payment Application

User Guide. for Card Reader and Payment Application User Guide for Card Reader and Payment Application Introduction to Pogo> This document provides detailed information on how best to use the Pogo> application to benefit your business. The intention is

More information

DS1621 Digital Thermometer and Thermostat

DS1621 Digital Thermometer and Thermostat Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent

More information

USER GUIDE EDBG. Description

USER GUIDE EDBG. Description USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel

More information

Field Software Updates Using TPMS LF An example using the Low Frequency radio (LFR) for wireless software updating

Field Software Updates Using TPMS LF An example using the Low Frequency radio (LFR) for wireless software updating Freescale Semiconductor Document Number: AN5149 Application Note Rev. 1.0, 8/2015 Field Software Updates Using TPMS LF An example using the Low Frequency radio (LFR) for wireless software updating 1 Introduction

More information

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation Quick Installation A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding This chapter intends to get your new FuzzyScan scanner working with your existing system within minutes. General instructions

More information

UG136: Silicon Labs Bluetooth Smart SoC Application Developer's Guide

UG136: Silicon Labs Bluetooth Smart SoC Application Developer's Guide UG136: Silicon Labs Bluetooth Smart SoC Application Developer's Guide The Silicon Labs Bluetooth Smart C-SDK and Silicon Labs development tools allow developers to quickly and easily customize and test

More information

The fabryq IoT prototyping platform

The fabryq IoT prototyping platform The fabryq IoT prototyping platform Will McGrath PhD Student Advised by Björn Hartmann Motivation Fitness Tracker Embedded Gateway Cloud Embedded Low Power device with sensors Short range wireless Gateway

More information

Hello, and welcome to this presentation of the STM32L4 reset and clock controller.

Hello, and welcome to this presentation of the STM32L4 reset and clock controller. Hello, and welcome to this presentation of the STM32L4 reset and clock controller. 1 The STM32L4 reset and clock controller manages system and peripheral clocks. STM32L4 devices embed three internal oscillators,

More information

AN4128 Application note

AN4128 Application note Application note Demonstration board for Bluetooth module class 1 SBT2632C1A.AT2 Introduction This document describes the STEVAL-SPBT4ATV3 demonstration board (dongle) for the Bluetooth class 1 SPBT2632C1A.AT2

More information

Bluetooth to Serial Adapter

Bluetooth to Serial Adapter Bluetooth to Serial Adapter Third Edition, Oct 2007 Version 3.0 771-BTS1009C3-001 Contents 1.0 Features....P.2 2.0 Package Content....P.2 3.0 Hard Drives Requirement.P.2 4.0 Specifications.P.3 5.0 Pin

More information

Bluetooth to serial HC-06 wireless module

Bluetooth to serial HC-06 wireless module Bluetooth to serial HC-06 wireless module Product Description: 1,Mainstream CSR Bluetooth chip, Bluetooth V2.0 protocol standards 2,serial module operating voltage 3.3V. 3,the baud rate for 1200, 2400,

More information

10. XBee Command Reference Tables

10. XBee Command Reference Tables . XBee Command Reference Tables Addressing Addressing Commands Type Parameter Range Default DH DL MY MP NC Destination Address High.Set/Get the upper 32 bits of the 64-bit destination address. When combined

More information

INTEGRATION GUIDE. Bluetooth Connection Instructions for CR2300/CR2600/CR3600 VERSION 03 RELEASE DATE: MARCH 2016

INTEGRATION GUIDE. Bluetooth Connection Instructions for CR2300/CR2600/CR3600 VERSION 03 RELEASE DATE: MARCH 2016 INTEGRATION GUIDE Bluetooth Connection Instructions for CR2300/CR2600/CR3600 VERSION 03 RELEASE DATE: MARCH 2016 Apple is a trademarks of Apple Inc., registered in the U.S. and other countries. Windows

More information

CipherConnect is ready for purchase and downloadable via the Windows Marketplace for Mobile. Go on-line and browse the market for the applications:

CipherConnect is ready for purchase and downloadable via the Windows Marketplace for Mobile. Go on-line and browse the market for the applications: Prior to Use of Download to Windows Mobile Phones is a COM-to-key utility designed for CipherLab cordless scanners (156x and 166x) to work as an input device for the Windows Mobile phone, enabling intensive

More information

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1 RN-WIFLYCR-UM-.01 RN-ISP-UM In-System Programmer 2012 Roving Networks. All rights reserved. Version 1.1 1/19/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW You use Roving Networks In-System-Programmer

More information

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...

More information

Bluetooth Serial Adapter

Bluetooth Serial Adapter RN-BT-SRL-UM Bluetooth Serial Adapter 0 Roving Networks. All rights reserved. RN-BT-SRL-UM-.0 Version.0 //0 USER MANUAL RN-BT-SRL-UM-.0 OVERVIEW Roving Networks offers a variety of Bluetooth serial adapters

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

User s Manual UPS SERIES. Network Interface Card UPS-IPCARD. I-00453 Rev B

User s Manual UPS SERIES. Network Interface Card UPS-IPCARD. I-00453 Rev B User s Manual UPS SERIES Network Interface Card UPS-IPCARD I-00453 Rev B TABLE OF CONTENTS INTRODUCTION............................................................. 3-4 INSTALLATION GUIDE.......................................................

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6

More information

Bluetooth Smart, But Not Smart Enough

Bluetooth Smart, But Not Smart Enough Mike Ryan isec Partners isec Open Forum Jan 31, 2012 Slides and More Info http://lacklustre.net/bluetooth/ Overview Three parts what is LE how do we sniff it demo! security analysis 3 What is Bluetooth

More information

Technical description MX-1 VB Edge

Technical description MX-1 VB Edge 1 (7) Technical description MX-1 VB Edge 2 (7) Table of Contents 1 General description...3 2 Connectors...4 3 ON/OFF operation...5 4 Power...5 5 LED indicators...6 6 Enclosure...6 7 Mounting...6 8 and

More information

USB2.0 <=> I2C V4.4. Konverter Kabel und Box mit Galvanischetrennung

USB2.0 <=> I2C V4.4. Konverter Kabel und Box mit Galvanischetrennung USB2.0 I2C V4.4 Konverter Kabel und Box mit Galvanischetrennung USB 2.0 I2C Konverter Kabel V4.4 (Prod. Nr. #210) USB Modul: Nach USB Spezifikation 2.0 & 1.1 Unterstützt automatisch "handshake

More information

WITURA CORPORATION SDN BHD

WITURA CORPORATION SDN BHD WT 1010SA Stand Alone GSM Alarm System User Manual and Installation Instructions Version: 1.2 Updated: 4 JAN 2012 WITURA CORPORATION SDN BHD Stand Alone GSM Alarm System Instruction Manual 1 Introduction:

More information

NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK

NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK When objects can both sense the environment and communicate, they become tools for understanding complexity and responding to it swiftly.

More information

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems ViewPower User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. ViewPower Overview... 2 1.1. Introduction...2 1.2. Structure...2 1.3. Applications...2 1.4. Features...2

More information

Quick start: Panic Watch EU

Quick start: Panic Watch EU Quick start: Panic Watch EU Technical specs Normal operating voltage Frequency range Wireless Range 1x CR2032 3V battery 868.42 MHz Min 150 meters in a mesh network Basic operations - The Panic Watch can

More information

User s Manual Network Management Card

User s Manual Network Management Card User s Manual Network Management Card RMCARD202 Intelligent Network Management Card allows a UPS system to be managed, monitored, and configured Version 1.0 E-K01-SNMP005-0 TABLE OF CONTENTS Introduction

More information

Hello, and welcome to this presentation of the STM32 SDMMC controller module. It covers the main features of the controller which is used to connect

Hello, and welcome to this presentation of the STM32 SDMMC controller module. It covers the main features of the controller which is used to connect Hello, and welcome to this presentation of the STM32 SDMMC controller module. It covers the main features of the controller which is used to connect the CPU to an SD card, MMC card, or an SDIO device.

More information

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2)

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Software Version 1.9. 2902 To check that you have the latest version, go to the DOWNLOADS section of our Web

More information

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Brunata Optuna W (171)

Brunata Optuna W (171) Brunata Optuna W (171) Communication description Edition 1.1 UK-QB101414 / 26.02.2013 Brunata a/s is a Danish owned company. We have more than 90 years of experience within developing and producing meters,

More information