Qblinks Qmote Maker s Module Developer Guide

Size: px
Start display at page:

Download "Qblinks Qmote Maker s Module Developer Guide"

Transcription

1 Qblinks Qmote Maker s Module Developer Guide This document is for Qmote Developers and Community Revision Information V0.1/2015-APR-16 Init Draft V1.1/2015-JUNE-18 Reduced output message length V1.2/2015-JULY-2 Added status of HID CCC V1.3/2015-JULY-15 Added status of Bonding Keys Full V1.4/2015-AUGUST-6 Added AT+BF command V1.5/2015-AUGUST-27 Added button combination code list V1.6/2015-AUGUST-31 Added antenna wire on drawing to indicate the module orientation V1.7/2015-NOVEMBER-3 Added ANCS support and QPS to UART command V1.8/2015-NOVEMBER-19 Removed Firmware OAD section was moved to another document. V1.9/2016-FEBRUARY-24 Added ANCS Auto Action support V1.10/2016-DECEMBER-28 Added ATZ8 command, for the firmware version 2.21 and later

2 Introduction Qmote Maker s Module is the world s first Bluetooth Low Energy Module that allows you connect your DIY development board and kit to all of the major Smart Home products in the market, as well as most social network platforms without doing any coding. Qmote Maker s Module is functionally the same as the standard Qmote with additional extensions designed for makers. It can send commands to control your Smartphone. It is also compatible with IFTTT, so you can make your development board work with the hundreds of other channels. It is easy to use Qmote Maker s Module. You don t need to have any App or Cloud programming skills. Simply send commands from your development boards through UART to Qmote Maker s Module. Please Note: Apple Notification Center Service (ANCS) is not supported until firmware To get your Qmote Maker s Module upgraded, please refer to Specifications Main Chipset TI CC2541F256 Protocol Standard Bluetooth V4.0 Low Energy Transmit Output Power -6 Output Power +4; Class 2 Device Receiver Sensitivity < 0.1% BER at -70 dbm Operating Voltage 3.3V ± 0.3V Power Consumption TX: 14mA; RX: 14mA

3 Module Introduction Qmote Maker s Module is only 17 mm by 18 mm (0.67 inch by 0.7 inch) in size. The pitch of the hold is the standard 2.54 mm (0.1 inch), which fits most standard pins. Figure 1 Qmote Maker s Module dimensions (unit: mm) Figure 2 Pin assignment

4 Pin Assignment GND Vdd(3.3v)!RESET!LED!Button!keep_alive_disable RX/TX (3.3v) 5v (Level Shifting) RX/TX (5v) Ground Supply Voltage Reset, active low LED indicator, active low Push Button, active low Disable advertising Keep-Alive, active low (Low for no keep-alive) UART RX/TX with 3.3v TTL Input for 5v TTL level shifting, this is not for BLE voltage supply UART RX/TX with 5v TTL Reset/LED/Button All the three functional pins are active low. Here is the sample schematic: Figure 3 LED/Button/Reset Pin

5 Level Shifting The operating voltage of Qmote Maker s Module is 3.3v. However, IO of most DIY boards use 5v logic. That is why Qmote Maker s Module provides the 5v level shifting for the UART. The input of 5v is for the level shifting only. You still need to provide 3.3v to drive the Bluetooth core. Figure 4 Work with Arduino Uno Keep-Alive By the default, Qmote Maker s Module remains advertising all the time. If keep-alive is disabled by grounding the!keep_alive_disable pin, the Module will work as the standard Qmote. The standard Qmote disconnects the connection if there is no button activity. If!Button keeps grounded (push-and-hold) in the keep-alive mode, it will generate the push code again every time when the Module is re-connected. For example, if you want to make a simple incoming mail envelope sensor (for a physical mailbox), use the keep-alive mode (by leaving the!keep_alive_disable pin open) and use a coin sensor for the!button pin. Once there is an envelope, the coin sensor will be pushed and remain pushed. When you walk by your mailbox with your

6 smartphone, the Module reconnects to your phone and the Qmote App will be triggered with the find-phone alarm. Figure 5 Coin sensor Please note,!keep_alive_disable pin is NOT an on-the-fly toggle. If the state is changed in the middle of the process, the Module needs to be reset in order to load the new configuration. In addition, the button code regeneration works for the physical!button port only. The AT command generated button code does not apply. Through AT commands, the control program shall check the GATT status and wait for the In-Process message if the Module is disconnected. TX/RX UART The baud rate configuration of UART is 38400,N,8,1. If you are working with Arduino soft serial, please use the software package with a higher performance. For example: AltSoftSerial : The original Arduino softserial has some performance issues for the applications using baud rate higher than AT commands are used to control Qmote Maker s Module. Please refer to the AT commands section for more details. ANCS Enable To enable Apple Notification Center Service, simply ground the ANCS_enable pin. This is not an on-the-fly toggle. Once it is changed, the module requires a restart to take the new configuration. When ANCS is enabled, this module always works in Keep-Alive mode. ANCS_auto_action is to select if ANCS-auto-action is enabled or not. To enable, ground the ANCS_auto_action pin, otherwise, it is disabled by the default.

7 AT Commands AT commands comprises of three parts. AT, followed by a command, and a termination character <cr>, which means Carriage-Return. The command will be processed after the <cr> is sent. The response from each command varies. In general, a successful command will respond with OK. For example, if you send AT<cr>, you will get <cr><lf>ok<cr><lf>. AT<cr> <cr><lf> OK<cr><lf> Note: <cr> is ASCII 0x0D, <lf> is ASCII 0x0A. <lf> from input will be ignored. AT commands summary Command Descriptions Possible Response ATI0 Get the device information INFO: <device info> ATI1 Get the firmware version number INFO: FW <ver> ATI2 Get system clock INFO: CLOCK <clock> ATE0 Local UART echo off OK ATE1 Local UART echo on (default) OK ATZ0 Force Commit (NVRAM) OK ATZ1 Reset configuration (of current OK connected device) ATZ3 Software Reset OK and device will be reset ATZ5 Reset and Enter OAD mode OK and device will be reset ATZ7 Total Factory Reset. This erase everything from Qmote configurations OK and device will be reset to all Bluetooth exchanged bonding keys. ATZ8 Switch to Keyboard Presenter mode. This is a one-way function. Once the mode is switched to the Keyboard Presenter mode, only Total Factory OK and device will be reset

8 Reset can restore it back to the default mode, Mouse Presenter mode. If the device has been paired before the mode switch, un-pair and pair it again is needed to use the Keyboard Presenter. ATX0 Force non-presenter mode OK ATX1 Force presenter-mode. One-click and OK two-click will not trigger the actions on Qmote app. ATL1=n Start LED blinking for 60 seconds, where OK n 0: Just once 1: Slow 2: Medium 3: Fast 5: Non-Stop ATL0 Stop LED blinking OK ATL2=n Set button response time, where n is one byte hex number OK or Err if value is incorrect 0x80~0xFF slow 0x00 normal 0x01~0x7F faster This uses 2 s compliment 0x x x7F ATBN=n Send button combination code n, where n is in the hex format. E.g. ATBN=0x01 OK or Err if combination code is invalid Remember to send release code by ATB0 afterward. Otherwise, it will be considered as button on-hold. Note: Button on-hold through AT command will NOT trigger on-hold phone finder. Use ATBN=0xFF for the find phone alert, instead. ATBN=0x0C Recall virtual keyboard. This works for OK ios only. Remember to send release code by ATB0 afterward. ATBN=0xFF This triggers the Find Phone alert. OK

9 Remember to send release code by ATB0 afterward to stop the alert. ATBN=n,<msg> Send button combination code with IFTTT message. The length of the message cannot exceed 19 bytes. Once <msg> is used, ATB0 will be sent OK or Err if the combination code is invalid or the message is too long automatically. In another word, this command cannot be used as the finder trigger. <msg> can be either ASCII message or 0xhex value. E.g. ATBN=0x01, TEXT or ATBN=0x01,0x1122 ATB0 Send button release code. This is OK identical to ATBN=0x00 ATH0 Terminate connection without OK re-advertising. Regardless of how!keep-alive is configured, the advertising will be stopped. ATH1 Enable advertising OK Note: If you issue this command when the device is connected, it will enter CONNECTED ADVERTISING mode ATH2 Disable advertising OK AT+BN=n,f Set F-code, where n is the button combination code and f is the F-code. OK or Err if n or f is invalid E.g. AT+BN=0x01,0x02 (assigned F-code 0x02 to the button combination 0x01) For more information about F-code and button combination, please refer to the Qblinks Qmote GATT Specifications document AT+BF=n Set Platform, where n is the platform ID. E.g. AT+BF=0x01 to set the platform to OK or Err if n is invalid or the device is not ready ios, AT+BF=0x00 to unset the platform. Please refer to the Qblinks Qmote GATT Specifications document AT+BI1 Show remote BD address BLE: <BD addr> or Err if

10 the device is not connected AT+BI2 Show current configuration BLE: <config> Note1: <config> is the same as the return of the Configuration Retrieve Characteristics of Qmote GATT Specifications Note2: Only the paired devices have the configurations AT+BI3 Show current GAP Role State BLE: <n> <desc>, where 0 INIT 1 STARTED 2 ADVERTISING 3 WAITING 4 WAITING AFTER TIMEOUT 5 CONNECTED 6 CONNECTED ADVERTISING 7 ERROR AT+BI4 Show bonding status BLE: <n> <desc>, where 0 DISCONNECTED 1 CONNECTED NOT PAIRED 2 BONDED AT+BI5 Show all NVRAM configurations BLE: <n>,<config>, where <n> is the number of the configuration set Note: Only the paired devices have the configurations AT+BP=p Set the Tx (Transmit) Power, where p is 0 = -23 dbm 1 = -6 dbm (default) 2 = 0 dbm OK or Err. Configuration can be set only when there is no RF activity Note: This configuration is not stored in the

11 AT+Q0 Output QPS-to-UART message in ASCII (Default) NVRAM. Every reset will restore the value to the default OK (Note1) AT+Q1 Output QPS-to-UART message in HEX OK (Note1) AT+ANCP=m Write to ANCS Control Point Write message m to Control Point (Note1)(Note2) AT+ANCS0 Disable ANCS output OK (Note1)(Note2) AT+ANCS1 Enable ANCS output OK (Note1)(Note2) AT+RSSI0 Disable RSSI output OK (Note1) AT+RSSI1 Enable RSSI output OK (Note1) AT+CK Request Time Service notification if time service is available OK (Note1) A/ Repeat the last command Repeat the last AT Note1: Supported by the firmware 2.07 or later. Note2: ANCS is supported on ios 7 or later. command regardless its result was an OK or an Error The Long-Click The long-click is turned off by the default until the long-click combination code is configured with a F-code. If you simply want to enable the long-click without any purpose, you can assign an unused F-code to any long-click button combination. For example, ATBN=0x05,0x99, to assigns F-code, 0x99, which is not functional, to the button combination code, 0x05, which is long-short.

12 In-Process Status Change The status of Qmote Maker s Module may be changed during the process. For example, when the connected central device (usually the phone) is away from the Module, then the status is changed to disconnected. Or when the central device is near the Module, the status is restored to connected. You will receive the In-Process Status Change message, so your program knows what is going on and can take action if needed. The message is composed as the following format: <cr>st: <code> <message><cr> For example, <cr>st: 1 CONNECTED<cr> Note: There is A SPACE between ST: and <code>, and another SPACE between <code> and <message> Message What happened 1 CONNECTED <remote BD address> Central device is connected, but not paired yet Note: At this stage, <remote BD address> shows only the paired phone. If a connected phone is new to this Qmote, it will not show. 2 PAIRED <remote BD address> Central device successfully paired 3 BONDING OK <remote BD address> Paired central device is reconnected 4 PAIRING FAILED Pairing failed, either by timeout or because user does not grant pairing permission 0 DISCONNECTED Central device is disconnected or connection is lost 5 BTN <combination code> Button Pressed. <combination code> is in the hex format. E.g. 0x01 6 BTN 0x00 Button Released 7 FINDER Finder triggered 8 HIDCCC This message indicates the OS HID is ready to receive command. This message happens only after central device is PAIRED or BONDING OK. Some Android devices do not have this message since

13 its HIDCCC is sent before CONNECTED. 9 BONDING KEYS FULL There have been more than 10 central devices paired. A Total Factory Reset is required. Note: Message 5/6/7 are from the physical!button port only. AT command button generation does not trigger those messages. Other In-Process Message (*1) QPS: <QPS-to-UART Message> Message sent from the QPS Command, 0x31 ANCS: 0 FOUND SERVICE Apple Notification Center Service is found. TIME: 0 TIME SERVICE FOUND Found Time Service TIME: 1 YYYYMMDDhhmmss Current time notification received. When the Time Service is found, the first notification will be sent. It can be retriggered by AT+CK command. RSSI: [signal strength] The signal strength of the connected central. RSSI information is a periodically output per 2 seconds. It can be enabled by AT+RSSI1 and be disabled by AT+RSSI0 *1: This is supported by the firmware 2.07 or later *2: There is a SPACE between : and the message number Button Combination Code List [Release] 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07

14 0x08 0x09 0x0A Short-Click Long-Click Apple Notification Control Service (ANCS) Support Qmote Maker s Module now supports Apple Notification Center Service (ANCS). With ANCS, your Qmote Maker s module can obtain the notification information from your ios devices. To use ANCS feature, you will have to understand the format of ANCS. For more information regarding ANCS, please refer to: pplenotificationcenterservicespecification/introduction/introduction.html Qmote helps to relay the ANCS messages from/to your development board, so you can easily get the information of the notifications or perform a notification action on it. There are 5 types of ANCS messages that Qmote will generate: Message/Format What for ANCS: 0 SERVICE FOUND Indicates there is ANCS on this connected central ANCS: 1 [+->PN],[Category ANCS Notification Source information ID],[Notification Data] ANCS: 2 [Notification ID],[App ID] Decoded App ID of the notification ANCS: 3,[Notification ID],[Caller ID] This is for the incoming call only ANCS: 4,[Notification ID],[Attribute Result of the message sent to ANCS ID],[Msg Len],[The Msg] Control Point + : Added Notification - : Removed Notification > : Modified Notification P : This notification can be performed with positive action N : This notification can be performed with negative action [Notification ID]: is encoded as network order. ID to be sent to the Control Point shall

15 use the same order. [Category ID]: Please refer to the ANCS document. [Attribute ID]: Please refer to the ANCS document. [Notification Data]: Please refer to the ANCS document. Here are some examples: ANCS: 1 +PN,2,0x Notification Added, Can perform Positive and Negative action ANCS: 2 0x ,com.apple.mobilephone Notification ID, 0x , App ID com.apple.mobilephone ANCS: 3 0x , An incoming call from ANCS: 4 0x ,1,5,Gmail Notification ID 0x is Gmail This was actually generated by at+ancp=0x Perform notification action at+ancp=0x This will pickup the call associated with Notification ID 0x at+ancp=0x This will hang up the call associated with Notification ID 0x

16 ANCS Auto-Action When ANCS is enabled, you can choose if you want the module to perform a build-in functions, ANCS-Auto-Action. When ANCS-Auto-Action is enabled, by grounding the ANCS_auto_action pin, the module automatically sends click patterns to Qmote App when there is notification received. The click pattern sent to the Qmote App is based on the ANCS notification category ID, as the following table Category ID Notification Source Click Pattern to Send 1 Incoming Call(*) (0x01) (0x0A) 2 Missed Call (0x02) 4 Social/SMS/iMessage (0x03) All Others Other than above (0x04) [CLEAR] Notification Clear(**) (0x05) Note: * Incoming Call generates two click patterns. The (0x0A) one also includes the caller ID as the UART message sent to the Qmote App ** Notification Remover of any category generates the same click pattern. The beauty of ANCS Auto-Action is that you don t need to write a single line of code to use the notification to trigger some events. For example, your incoming call can trigger the LIFX lighting. For the real application, please refer to the DevKit of Qblinks.com, the Maker s Project 5.

17 How to upgrade Qmote firmware Qmote supports Firmware-Over-The-Air. You may need to perform the firmware upgrade to have the latest features. To upgrade the firmware, you need to download Qblinks Qmote Upgrade Tool on ios. Please refer to Qblinks Support at for more information.

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter Bluetooth V4.2 BLE RS-422/485 Serial Adapter 1. Package content: BLE RS-422/485 adapter Model: BLE-485C Package Contents: BLE 422/485 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable

More information

Overview. Applications. Features. Pin assignment

Overview. Applications. Features. Pin assignment Shanghai Yancan Electronic Technology Co., Ltd. Product Name:BLE module Model No.:ZEN-BD98 Overview ZEN-BD98 is a BLE module. By this module, the communication between mobile phone and user s device can

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232DEXA

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232DEXA Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232DEXA Package content: BLE RS-232 adapter x 1 User manual x 1 Mini USB Cable x 1 DB9 (male) Reset to

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

BV4531U. I2C or Serial 6 Way Relay

BV4531U. I2C or Serial 6 Way Relay BV4533 Date February 2018 11 Feb. 2018 Firmware Revision 1.0.4 Preliminary 1.1.0 Serial Updated I2C or Serial 6 Way Relay 3 Sep. 2018 1.1.0 I2C corrections, trigger is not used Introduction This is an

More information

MOD-RFID125 User Manual. All boards produced by Olimex are ROHS compliant. Rev.A, February 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved

MOD-RFID125 User Manual. All boards produced by Olimex are ROHS compliant. Rev.A, February 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved MOD-RFID125 User Manual All boards produced by Olimex are ROHS compliant Rev.A, February 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: FEATURES: MOD-RFID125 is an RFID station,

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

EH-MC-10. Command Interface User Guide. Ver 1.3

EH-MC-10. Command Interface User Guide. Ver 1.3 _ EH-MC-10 Command Interface User Guide Ver 1.3 2014. 4. 9 ShangHai Ehong Technology Inc _ Version Date Comments V1.0 2012-12-09 Release V1.1 2013-03-02 Add ibeacon AT command V1.2 2013-04-02 Add Soc air

More information

Copyright 2016 Qblinks Inc. All rights reserved

Copyright 2016 Qblinks Inc. All rights reserved Qmote User Manual INDEX What you ll find in the box... 3 Before you start... 4 Qmote LED - Where is it and when does it blink?... 4 Turn on Bluetooth and download Qmote app... 5 Quick start... 6 Sign up

More information

MOD-RFID125-BOX User Manual

MOD-RFID125-BOX User Manual MOD-RFID125-BOX User Manual All boards produced by Olimex are ROHS compliant Rev.B, May 2011 Copyright(c) 2011, OLIMEX Ltd, All rights reserved Page 1 INTRODUCTION: FEATURES: MOD-RFID125-BOX is an RFID

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

kcenergy User Guide Introduction Hardware

kcenergy User Guide Introduction Hardware Introduction Our kcenergy firmware provides an embedded Bluetooth Low Energy (BLE) system on a small footprint preengineered module. The firmware is written for the CSR1010 chipset. kcenergy provides the

More information

BLE Command Line Interface Document

BLE Command Line Interface Document BLE Command Line Interface Document BLE Command Line Interface Sheet 1 of 31 V1.18 Nov 11, 2016 Index: 1. Introduction... 6 Supported Platform... 7 Reference... 7 2. Commands Status Responses... 8 2.1

More information

BLE Wireless Gamepad V2 SKU: DFR0304

BLE Wireless Gamepad V2 SKU: DFR0304 BLE Wireless Gamepad V2 SKU: DFR0304 Introduction Wondering if your newly bought gamepad can be used to both playing games and controlling a robot? The new BLE 4.0 wireless gamepad V2.0 produced by DFROBOT

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

LM Technologies AT Commands Manual - BR/EDR LM951 and LM961

LM Technologies AT Commands Manual - BR/EDR LM951 and LM961 LM Technologies AT Commands Manual - BR/EDR LM951 and LM961 History Version Last Name Changes description 1.00 16/07/2015 Marco First release Contents 1. Overview... 4 2. AT Commands Summary... 5 2.1.

More information

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~ rn-134-ds v1.

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~  rn-134-ds v1. WiFly GSX Super Module SuRF Board Features UART interface with RS232 and TTL signaling Through hole board simplifies system integration Accepts 3-12VDC Status LEDs to show network status and data transfer

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

G3P-WiFi User Manual Release 1.2

G3P-WiFi User Manual Release 1.2 G3P-WiFi User Manual Release 1.2 Last Update 25/11/2014 1 Appendix Order Codes... 3 Release History... 3 Release 1.0... 3 Release 1.1... 3 Release 1.2... 3 GENERAL FEATURES... 3 1 Tools to begin... 4 1.1

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

APPENDIX B. AT Command Language with Detailed Description and Usage. FIRMTECH Co., Ltd. Version 1.1

APPENDIX B. AT Command Language with Detailed Description and Usage. FIRMTECH Co., Ltd. Version 1.1 APPENDIX B AT Command Language with Detailed Description and Usage Version 1.1 FIRMTECH Co., Ltd. B-606, Ssangyong IT Twin Tower, Sangdaewon-dong, 442-5 Jungwon-gu, Seongnam-si, Gyeonggi-do, Korea 462-120

More information

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

More information

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

More information

LMU Bluetooth Chipset Application Note

LMU Bluetooth Chipset Application Note Application Note 1 of 11 LMU Bluetooth Chipset Application Note Boris Velev Application Note 2 of 11 1 Introduction... 3 2 Description... 3 3 Setup... 4 3.1 LMU BT LE driver streams and serial port configuration

More information

Low Speed Modems for Dial and Leased Circuits 2400E (Standalone) 2400R (Rackmount)

Low Speed Modems for Dial and Leased Circuits 2400E (Standalone) 2400R (Rackmount) Low Speed Modems for Dial and Leased Circuits 2400E-030-4 (Standalone) 2400R-030-4 (Rackmount) QUALITY COMMUNICATIONS PRODUCTS Made in the U.S.A. 11-1010-002 INTRODUCTION The Data Connect ST2400E-2 and

More information

nrf Connect Bluetooth low energy

nrf Connect Bluetooth low energy nrf Connect Bluetooth low energy User Guide v2.2 4399_003 v2.2 / 2018-06-21 Contents Revision history.................................. iii 1 nrf Connect Bluetooth low energy...................... 4 2

More information

kcenergy User Guide DRAFT EDITION Introduction Serial Data Communications Hardware Supported Bluetooth Profiles

kcenergy User Guide DRAFT EDITION Introduction Serial Data Communications Hardware Supported Bluetooth Profiles DRAFT EDITION Introduction Our kcenergy firmware provides an embedded Bluetooth Low Energy (BLE) system on a small footprint preengineered module. The firmware is written for the CSR1010 chipset. kcenergy

More information

WiMOD LR Base Plus Host Controller Interface

WiMOD LR Base Plus Host Controller Interface WiMOD LR Base Plus Host Controller Interface Specification Version 1.2 Document ID: 4000/40140/0125 IMST GmbH Carl-Friedrich-Gauß-Str. 2-4 47475 KAMP-LINTFORT GERMANY Introduction Document Information

More information

User Manual V1.1 Date: WiFi RS-232 Adapter. Red LED: IP Address Blue LED: TX/RX 5V Out (Pin 9)

User Manual V1.1 Date: WiFi RS-232 Adapter. Red LED: IP Address Blue LED: TX/RX 5V Out (Pin 9) 1. Package Contents: WiFi RS-232 adapter x 1 Battery power line with connector x 1 User manual x 1 USB Cable x 1 2 dbi Dipole Antenna x 1 WiFi RS-232 Adapter White box: Dimension: 10 x 5.5 x 5 (cm) Weight:

More information

LM Technologies Ltd.

LM Technologies Ltd. LM Technologies Ltd. AT Command Manual Applicable for Firmware version 4.52, 4.53, 4.60, 4.61, 6.12, 6.13 Revision Date Name Description v1.0 21-07-2009 Kanwal Initial Draft version v1.1 24-09-2009 Kanwal

More information

MicroBot Push User Guide

MicroBot Push User Guide MicroBot Push User Guide Troubleshooting 24 My Microbot App does not detect my MicroBot Push 24 MicroBot Push keeps disconnecting 25 MicroBot Push is not updating 25 Getting Started 2 Meet MicroBot Push

More information

BlueMod+B20/BT2.1. User Guide. Release r03

BlueMod+B20/BT2.1. User Guide. Release r03 Release r03 Table of contents 1 Introduction... 4 2 HID Profile... 6 2.1 Setup HID... 6 2.1.1 Set Own Service Profiles (S314)... 6 2.1.2 Class Of Device (S302)... 6 2.1.3 I/O Capabilities (S406)... 6 2.1.4

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

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

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

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 1/24/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 1/24/2011 www.rovingnetworks.com rn-174-ds v1.1 1/24/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

Manual. Specifications. Contents. Options

Manual. Specifications. Contents. Options Page 1 ATE-501: USB Input Controller - 8 Inputs The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system to your requirements.

More information

Programming User Guide Version 2.0

Programming User Guide Version 2.0 Programming User Guide Version 2.0 1 Copyright 2013-2017 Feasycom Technology Co., Ltd. All Rights Reserved. Revision History Version Data Notes Author 1.0 2017/6/15 First Release Jerry 1.4 2017/8/17 Add

More information

Manual 601: : USB/RS232. Specifications. Contents. Options

Manual 601: : USB/RS232. Specifications. Contents. Options Page 1 ATE-601 601: : USB/RS232 I/O Controller - 8 Inputs, 4/8 Relays The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system

More information

Bluetooth Low Energy Protocol Stack

Bluetooth Low Energy Protocol Stack APPLICATION NOTE Bluetooth Low Energy Protocol Stack R01AN2469EJ0113 Rev.1.13 Introduction This manual describes the installation, configuration and usage of. The tool controls the Renesas Bluetooth low

More information

RN-171-XV b/g Wireless LAN Module

RN-171-XV b/g Wireless LAN Module RN-171-XV 802.11 b/g Wireless LAN Module Features Drop-in Wi-Fi solution for existing systems that currently use 802.15.4 modules Based on Roving Networks robust RN-171 Wi-Fi module Based on a pseudo-standard

More information

USER MANUAL DECEMBER 2016

USER MANUAL DECEMBER 2016 DECEMBER 2016 ETHERNET RELAY CARD WWW.VELLEMANPROJECTS.EU Table of contents Introduction 3 1. Connecting the 4 1.1 Using the ios and Android app for the first time 4 1.2 Using the PC application for the

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

Embedded Navigation Solutions VN 100, VN 200 & VN 300 Development Board User Manual

Embedded Navigation Solutions VN 100, VN 200 & VN 300 Development Board User Manual Embedded Navigation Solutions VN 100, VN 200 & VN 300 Development Board User Manual VectorNav Technologies Contact Info 10501 Markison Road Phone +1 512 772 3615 Dallas, Texas 75238 Email support@vectornav.com

More information

Programming User Guide Version 2.2

Programming User Guide Version 2.2 Programming User Guide Version 2.2 1 Copyright 2013-2017 Feasycom Technology Co., Ltd. All Rights Reserved. Revision History Version Date Notes Author 1.0 2017/6/15 First Release Jerry 1.4 2017/8/17 Add

More information

Wifi Attachment Manual

Wifi Attachment Manual Wifi Attachment Manual V1.5.3 Copyright 2010 Reef Angel All Rights Reserved The product and the information contained herein are subject to change without notice. This manual may not, in whole or in part,

More information

ZM56 High-Speed Industrial Modem. Command Summary. 1 ZM56 High-Speed Industrial Modem

ZM56 High-Speed Industrial Modem. Command Summary. 1 ZM56 High-Speed Industrial Modem ZM56 High-Speed Industrial Modem Command Summary 1 ZM56 High-Speed Industrial Modem AT Command Summary Command AT ATA ATDT ATE0 ATE1 ATH ATH1 ATI ATO ATS Description Attention Prefix Precedes all commands

More information

KST3300 Firmware Specification

KST3300 Firmware Specification Revision 1.1 - Last Updated November 6, 2018 1 Table Of Contents Table Of Contents Introduction Document Revision History Overview Architecture Operational Description State Machine Uplink Messages Downlink

More information

GP1 LCD RS232 Terminal Kit 2003 by AWC

GP1 LCD RS232 Terminal Kit 2003 by AWC GP1 LCD RS232 Terminal Kit 2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.2 30 Aug 2003 Table of Contents Overview...1 If You Need Help...1 Building...1

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL RN-WIFLY-EVAL-UM WiFly Evaluation Kit 0 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-.0 Version.0 //0 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks

More information

SMiRF v1 Serial Miniature RF Link 8/25/2004

SMiRF v1 Serial Miniature RF Link 8/25/2004 interface and protocol requirements for the SMiRF USB Powered Wireless link. Please report typos, inaccuracies, and especially unclear explanations to us at spark@sparkfun.com. Suggestions for improvements

More information

LM058 Bluetooth Serial Adapter

LM058 Bluetooth Serial Adapter LM058 Bluetooth Serial Adapter with external antenna The LM058 Bluetooth Serial Adapter eliminates your conventional RS232 serial cables, providing an easy-to-use, invisible connection with freedom of

More information

1602 SMART LCD DISPLAY MODULE HCMODU0122

1602 SMART LCD DISPLAY MODULE HCMODU0122 62 SMART LCD DISPLAY MODULE HCMODU22 Revision.. DISCLAIMER This document is provided "as is". Hobby Components Ltd makes no warranties, whether express, implied or statutory, including, but not limited

More information

Bluno SKU:DFR0267. Contents. Introduction

Bluno SKU:DFR0267. Contents. Introduction Bluno SKU:DFR0267 Contents 1 Introduction 2 Specification 3 Bluno Basic Demo 3.1 Tools needed 3.2 Steps 4 Board Overview 5 Wireless Programming via BLE 6 Update BLE Firmware on Bluno(AT+VERSION to check

More information

WiMOD LR Base Host Controller Interface

WiMOD LR Base Host Controller Interface WiMOD LR Base Host Controller Interface Specification Version 1.7 Document ID: 4100/40140/0062 IMST GmbH Carl-Friedrich-Gauß-Str. 2-4 47475 KAMP-LINTFORT GERMANY Introduction Document Information File

More information

DTNFCSS UART YES Internal DTNFCUS USB YES Internal

DTNFCSS UART YES Internal DTNFCUS USB YES Internal NFC OEM Read/Write Module: DTNFCxx The DTNFCxx OEM NFC module combines in a single package both NFC controller and secure smart card controller. This Module supports Mifare family (ISO 14443A), FeliCa,

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

ZM24x Quick-Connect Industrial Modem. User s Manual

ZM24x Quick-Connect Industrial Modem. User s Manual ZM24x Quick-Connect Industrial Modem User s Manual Version 1.1 2004 ZYPEX, Inc. All Rights Reserved 1 ZM24x Quick-Connect Industrial Modem Since the equipment explained in this manual has a variety of

More information

Features : General Description:

Features : General Description: TTL Bluetooth serial Module Class 1 (Model: BTM-T1-C) Based on the new High power Bluetooth serial modules the new low cost Bluetooth serial adapters allow for simple integration into microcontroller designs

More information

Overview RFSv4.3 is a RF module providing easy and flexible wireless data transmission between devices. It is based on AVR Atmega8 with serial output which can be interfaced directly to PC. Features 2.4

More information

Microduino Bluetooth (BLE) USER GUIDE.

Microduino Bluetooth (BLE) USER GUIDE. Microduino Bluetooth (BLE) USER GUIDE https://eckstein-shop.de/ Content Features... 2 Specification... 2 Document... 3 Main Components...3 Andriod APP...3 Development... 3 Serial Port Communication Requirements...3

More information

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Bluetooth 100M module is a simple to use Bluetooth module, command control through a simple UART Tx and Rx which are connected to other Bluetooth

More information

MOD-RFID1356 User Manual. All boards produced by Olimex are ROHS compliant. Rev.A, May 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved

MOD-RFID1356 User Manual. All boards produced by Olimex are ROHS compliant. Rev.A, May 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved MOD-RFID1356 User Manual All boards produced by Olimex are ROHS compliant Rev.A, May 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: FEATURES: MOD-RFID1356 is an RFID station, able

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Applications: MSR card reader reader, RFID reader, IC card reader, Specifications: 1. Baud

More information

PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION. v1.0 DRAFT Revised Dec 4, 2014 Last Revised by Alex Messner

PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION. v1.0 DRAFT Revised Dec 4, 2014 Last Revised by Alex Messner PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION Revised Last Revised by Alex Messner This page was intentionally left blank. Table of Contents 1 Overview... 2 2 User Interface... 3 2.1 LEDs... 3 2.2 Buttons...

More information

OPERATING MANUAL AND TECHNICAL REFERENCE

OPERATING MANUAL AND TECHNICAL REFERENCE MODEL WFG-D-130 HIGH SPEED DIGITAL 3 AXIS FLUXGATE MAGNETOMETER OPERATING MANUAL AND TECHNICAL REFERENCE December, 2012 Table of Contents I. Description of the System 1 II. System Specifications.. 2 III.

More information

RF RF 433MHz Transceiver Module

RF RF 433MHz Transceiver Module RF1100-232 RF 433MHz Transceiver Module I have recently started using the RF1100-232 module in an Arduino based project. I found it really difficult to find any useful detailled information on this module.

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

DCS-8000LH. HW Version FW Version App Name App Version. A1 V Mydlink Lite V3.8.0

DCS-8000LH. HW Version FW Version App Name App Version. A1 V Mydlink Lite V3.8.0 DCS-8000LH HW Version FW Version App Name App Version A1 V1.00.05 Mydlink Lite V3.8.0 Contents Q1: How to setup DCS-8000LH using mydlink Lite App?... 2 Q2: How to setup Motion detection?... 7 Q3: How to

More information

LDK Model 2 series. Laser Distance Measuring Kit Model 2 series

LDK Model 2 series. Laser Distance Measuring Kit Model 2 series LDK Model 2 series Introduction The newest generation of Laser distance measurement modules offers measuring ranges from 30 up to 100 meters. The LDK Model 2 series are compact units with small dimensions:

More information

RS232-ADC16/24 Manual

RS232-ADC16/24 Manual RS232-ADC16/24 Manual Version 1.11 Copyright taskit GmbH 2009 www.taskit.de Page 1/22 Table of contents 1 Features...3 2 Introduction...3 3 Bringing into service...4 4 Application Sample...5 5 Frame layout...6

More information

Wireless-Tag WT51822-S4AT

Wireless-Tag WT51822-S4AT Description: WT51822-S4AT is a high performance,low power radio transmit and receive system module use Nordic BLE 4.1 nrf51822 as the controller chips. It has the smallest volume package in the industry,

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: 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

Bluetooth Low Energy CC2540/41 Mini Development Kit User s Guide

Bluetooth Low Energy CC2540/41 Mini Development Kit User s Guide Bluetooth Low Energy CC2540/41 Mini Development Kit User s Guide Document Number: SWRU270C Document Version: 1.2 Development Kit Part Number: CC2540DK-MINI, CC2541DK-MINI TABLE OF CONTENTS 1. REFERENCES...

More information

LM Technologies Ltd.

LM Technologies Ltd. LM Technologies Ltd. AT Command Manual Applicable for Firmware version 4.5X, 4.6X, 6.5X, 6.1X Revision Date Name Description v1.0 21-07-2009 Kanwal Initial Draft version v1.1 24-09-2009 Kanwal New AT command

More information

Bluetooth Serial Bridge

Bluetooth Serial Bridge Bluetooth Serial Bridge FB100AS Bridge User Guide Version 1.0 FIRMTECH Co., Ltd. Homepage : http://www.firmtech.co.kr Mail : contact@firmtech.co.kr Tel : +82-31-719-4812 Fax : +82-31-719-4834 Revision

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

Bluetooth RS232 Serial Adapter

Bluetooth RS232 Serial Adapter Bluetooth RS232 Serial Adapter LM058 Table of contents 1. Introduction Page 1 2. Features Page 1 3. Packaging Page 2 4. General Specification Page 2 5. RS232 Interface Page 3 5.1 Pin Out Page 3 5.2 Signals

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 3/3/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 3/3/2011 www.rovingnetworks.com rn-174-ds v1.1 3/3/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

Version: C Issued Date: 2018/11/08. User Guide ( 簡易使用手冊 ) Demo Board for MDBT42Q-AT / PAT. 韌體版本 (FW Revision): 1.3

Version: C Issued Date: 2018/11/08. User Guide ( 簡易使用手冊 ) Demo Board for MDBT42Q-AT / PAT. 韌體版本 (FW Revision): 1.3 Version: C Issued Date: 2018/11/08 User Guide ( 簡易使用手冊 ) 產品名稱 (Product): 產品型號 (Model No.): Demo Board for MDBT42Q-AT / PAT MDBT42Q AT UART S 韌體版本 (FW Revision): 1.3 Index 1. Introduction... 3 1.1. Contents

More information

Simply Blue Smart User s Guide

Simply Blue Smart User s Guide Simply Blue Smart User s Guide Software For the LMX98xx Bluetooth à Serial Port Modules 1.0 Introduction The Simply Blue Smart host-side software provides a Windows interface for demonstrating and using

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

More information

Tap BLE API Documentation

Tap BLE API Documentation Tap BLE API Documentation Version 1.0.1 Table of contents Tap BLE API Documentation 1 Table of contents 1 General description 2 Device discovery 2 Scanning 2 Connecting & pairing 2 Usage of API 2 Types

More information

Bluetooth Class 1/2 SPP Module

Bluetooth Class 1/2 SPP Module Bluetooth Class 1/2 SPP Module (Model: BTM-C1/C2) (Class 1) (Class 2) Applications Asset tracking Measurement/ Remote Equipment Monitoring Scanners Sensors & Controls Industrial devices Point-of-Sale systems

More information

Copyright: December 2017 Nidec Issue: E

Copyright: December 2017 Nidec Issue: E General Information The manufacturer accepts no liability for any consequences resulting from inappropriate, negligent or incorrect installation or adjustment of the optional parameters of the equipment

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

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

8:1 Serial Port Expander

8:1 Serial Port Expander 8:1 Serial Port Expander V 1.3 This is an evolving document check back for updates. Features Expand a single UART (RX / TX) serial port into 8 additional serial ports On-board LEDs indicate which channel

More information

DL-LN3X Series 2.4G Ad-hoc Network Wireless Communication Module

DL-LN3X Series 2.4G Ad-hoc Network Wireless Communication Module DL-LN3X Series 2.4G Ad-hoc Network Wireless Communication Module DL-LN3X series module is the wireless communication module independently developed. The module is designed specifically for the applications

More information

GammaTron USB Module

GammaTron USB Module GammaTron USB Module Product ID. : 710 Board Rev. : 1.00 Date : June 24, 2007 Firmware Rev. : 1.11 Beta Innovations (c) 2006 http://www.betainnovations.com Table of Contents Main Features...5 Introduction...6

More information

MOD-RFID125-BOX user's manual

MOD-RFID125-BOX user's manual MOD-RFID125-BOX user's manual All boards produced by Olimex are ROHS compliant Rev.C, February 2013 Copyright(c) 2011, OLIMEX Ltd, All rights reserved Page 1 DISCLAIMER 2013 Olimex Ltd. Olimex, logo and

More information

Fingerprint Identification Module - AJ155 - User Manual & Operation Guide

Fingerprint Identification Module - AJ155 - User Manual & Operation Guide Fingerprint Identification Module - AJ155 - User Manual & Operation Guide www.yanen.com.tw YANEN Technology. Page: 1/24 Table of Contents 1. INTRODUCTION... 3 1.1. OVERVIEW... 3 1.2. SPECIFICATION... 4

More information

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags S125 Multi-Purpose 125 KHz RFID Reader 44 mm USER MANUAL MULTI PURPOSE 84 mm ONLINE & OFFLINE MODE BUILT-IN RELAY 125 KHz RFID EM4100/2 Cards & Tags 9V/24V DC Operating Voltage, AC (optional) 3 Online

More information

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL PAGE 1 OF 9 1. GENERAL The Avanti I²C Transducer Tester and PC-Interface (AVA-03) is a standalone device for accessing pressure/temperature transducers, which are equipped with a two-wire serial I²C interface.

More information

Installation & Operation

Installation & Operation LED Readout Installation & Operation WARRANTY Accurate Technology, Inc. warrants the ProScale Systems against defective parts and workmanship for 1 year commencing from the date of original purchase. Upon

More information