Single chip 2.4GHz wireless mouse using nrf24ex

Size: px
Start display at page:

Download "Single chip 2.4GHz wireless mouse using nrf24ex"

Transcription

1 Single chip.4ghz wireless mouse using nrf4ex *((5$/ With the nrf4e and nrf4e in this document called nrf4ex from Nordic VLSI ASA is it now possible to design a button axis wireless mouse for the.4ghz ISM band as a single chip solution. The nrf4ex series has an embedded 805 microcontroller a 9 channel ADC and the same RF part as the popular nrf40/nrf40. The nrf4ex series can run at voltages from.9v to.6v making it especially suited for battery applications. This white paper will show how a button axis wireless mouse can be realized by using the nrf4ex. 7+('(6* X-Optics Y-Optics Z-Optics Left button Wheel button Right button nrf4ex Figure nrf4ex in a wireless button axis mouse design 7KH5)SDUW As shown in the schematics Figure the RF part is based on the nrf4ex reference design that can be downloaded from The design has a 6MHz crystal and an external EPROM for firmware storage. The firmware will use the ShockBurst technology to transmit the packets from the mouse. The ShockBurst technology is designed to minimize the current consumption per transmitted bit in order to extend the battery lifetime. Read more about the ShockBurst technology in the nrf4ex datasheet and in a white paper that can be downloaded from :LUHOHVVPRXVHEDVLFV A wireless mouse has the same basic functionality as a standard mouse. The only difference is that the wireless mouse provides its data to the host PC by air instead of using a cable. This means that the way of collecting the movement and button information is the same for a wireless mouse as for an old fashion wired mouse. This white paper uses a ball mouse as an example. This mouse has a switch for each button and a ball and rollers to measure movement. The rollers are rolling pinwheels that

2 trough optics will give a significant pattern for each movement. Since a wireless mouse uses battery power it should be put a lot of concern in saving as much power as possible. Updates should therefore be transmitted as rare as possible to the PC (60-00 times/second when being moved/clicked.) :LUHOHVVPRXVHRSWLFV Mouse optics is connected so that the IR-LED shines trough a pinwheel onto two phototransistors as shown in Figure. The pinwheel turns on the mouse ball rollers. The light that goes trough the pinwheel hits two phototransistors connected in a source follower configuration. Light from the IR-LED will cause the phototransistor to be turned on. The pinwheel is designed to block the infrared light such that the phototransistors are turned on and off in a quadrate output pattern. Each change in the output pattern represents a count of mouse movement. Comparing the current and the last state of the optics gives information about the direction. P N P N Output T Output T Figure Mouse optics the view from the IR LED :LUHOHVVPRXVHEXWWRQV A mouse button is a standard switch and every switch is connected directly to a GPIO pin of the nrf4ex device. The button GPIOs are configured as inputs and are pulled up by external pull-up resistors. The switches should be debounced in firmware for 5-5ms. This white paper design has three buttons: left middle and right. 6FKHPDWLFV Figure shows how the optics and the buttons can be connected to the standard nrf4ex layout with an EPROM in order to make the.4ghz wireless mouse.

3 ž Š œ Ž Žœœ žœž ÆÆ PT D LED X-Axis R0 RES PT R9 X-U X-U X-D X-D D LED Y-Axis R RES D LED Z-Axis R RES PT PT4 PT5 PT6 R8 R7 R6 Z-U R5 Z-D R4 Y-U Y-D Y-U Y-D Z-U Z-D X-U X-D Y-U Y-D Z-U LED Driver Z-D Left Button Middle Button Right Button R4 R5 0K 0K U CS SO WP 4 VSS 5XX0 R6 0K VCC HOLD SCK SI C5 nf C4 0nF C6 0nF AIN0 D DIO0 DIO DIO DIO DIO4 DIO5 6 DIN0 5 AIN 4 AIN TEST VSS 0 AIN 9 AIN4 8 AREF IREF nrf4e AIN5 AIN6 AIN7 VSS VSS_PA Error : FUGL.bmp file not found. ANT ANT DIO6 DIO7 DIO8 DIO9 D VSS XC XC _PA U nrf4e X C9 C0 nf nf 6 MHz R M R k C7 0nF C.nF L.6nH L nh C8 nf C4 pf C.0pF C.5pF C.0pF Ant PCB Antenna C 5pF C 5pF MT LED Driver LED Driver S Left S Middle S Right Left Button Middle Button Right Button Left Button Middle Button Right Button Figure Schematics of the button axis.4ghz wireless mouse

4 %$77(5</)(70( This chapter contains calculations of current consumption and an example on how the power saving protocol can be implemented. RZHUVDYLQJ The most current consuming device inside a wireless mouse is not the RF part of the design but the IR diodes used in the optics. It is therefore important to have the LEDs light for as short time as possible and to keep them off for as long time as possible and still get the functionality we want from the mouse. As a way to achieve this we define three different states for how we pulse the LEDs. State ; this is the state where the mouse is on the move and we need the most accurate measurements. In this state the t ledon 0us and t ledoff 00us. Movements done in this state are accumulated and transmitted to the PC each 0 th millisecond. State ; this is the state where the mouse has been recently used but is laying still now. In this state the t ledon 0us and t ledoff 5000us. The user will not be aware of the short delay when the mouse is being moved again. When being in state it should take no more than 5 ms of no activity before going to state. Going from state to state should happen at once when a movement is detected. State ; this is the state the mouse will turn to when it has not been used for a while. The t ledon 0us and the t ledoff 00000us. Being in this mode means that the user has not used the mouse for a long time and will not beware the delay from the mouse is moved to the cursor moves. Once a movement has been detected the mouse should go into state immediately. From being in state to entering state it should take - minutes. &DOFXODWLQJWKHFXUUHQWFRQVXPSWLRQ Each IR LED uses 0mA when lit. The nrf4ex uses ma when active ua when in power down and an additional 05mA when transmitting a ShockBurst packet. Let us assume that the nrf4ex is in standby when the IR LEDs are off except when the nrf4ex shall transmit a ShockBurst packet. Then the average current consumption for each state can be calculated by Equation. ( RQ WRQ RII WRII ) ( W + W ) Equation Average current consumption RQ RII

5 For state and state the average current consumption can be found directly: (( OHGRQ 4([RQ ) WRQ 4 ( W + W ) W ) (000X$ 0XV + X$ 5000XV) 500XV ([SZUGQ RII 6WDWH 5 RQ RII Equation Average current consumption in state X$ (( 4 6WDWH 5 OHGRQ 4([RQ ) WRQ ([SZUGQ WRII ) (000X$ 0XV + X$ 00000XV) ( WRQ + WRII ) 0000XV Equation Average current consumption in state For state we also have to add the current consumption for the ShockBurst transmissions. As agreed earlier a transmission has to be done every 0 th millisecond when the mouse is being moved. Let us assume that a mouse packet contains 4 bits. This means that the nrf40 will use 4us to transmit this packet at Mbit/s. In addition there is a start up time of 0us. This means that a ShockBurst transmission will cost 05mA in 6us in addition to the ma used by the microcontroller part. Putting this into the equation gives: X$ (( OHGRQ ) WOHGRQ ) 5)RQ W 5)RQ + ( W + W ) W + W 6WDWH 4([RQ OHGRQ OHGRII 5)RQ 5)RII 0P$ 0XV 05P$ 6XV + + P$ 4770X$ 0XV 0PV Equation 4 Average current consumption in state

6 %DWWHU\OLIHWLPHH[DPSOH Calculating the expected battery lifetime requires statistical material of how a typical user uses the mouse. This example is not based on a statistical model and is only intended as an example on how to calculate the battery lifetime. Let us assume that the battery capacity is 000mAh and that a typical user will set the mouse in state for about 0min/day in state for about 0min/day and in state for the rest of the day. This will give an overall current consumption of: W W W 6WDWH 6WDWH 6WDWH 6WDWH 6WDWH 6WDWH RYHUDOO 4K 4770X$ 0min+ 5X$ 0 min+ 5X$ 00 min 7X$ 440 min Equation 5 Overall average current consumption The battery lifetime is given by: (%DWWHU\ 000P$K WEDWWHU\OLIH 700K. 5\HDUV 7X$ Equation 6 Calculating the battery lifetime Using a 4 MHz crystal instead of a 6MHz crystal will reduce the current consumption of the nrf4ex when operating in active mode from ma to 6mA. Even if this causes the speed on the RF link to go down from Mbit/s to 50Kbit/s it will cause a gain in battery lifetime. Doing the same calculations with these numbers gives: W W W 6WDWH 6WDWH 6WDWH 6WDWH 6WDWH 6WDWH RYHUDOO 4K 76X$ 0min+ 46X$ 0 min+ 5X$ 00 min 440 min 58X$ Equation 7 Overall average current consumption with a 4MHz crystal (%DWWHU\ 000P$K WEDWWHU\OLIH 740K \HDUV 58X$ Equation 8 Battery lifetime with a 4MHz crystal

7 /$%/7<'6&/$0(5 Nordic VLSI ASA reserves the right to make changes without further notice to the product to improve reliability function or design. Nordic VLSI does not assume any liability arising out of the application or use of any product or circuits described herein. /)(6857$/&$76 These products are not designed for use in life support appliances devices or systems where malfunction of these products can reasonably be expected to result in personal injury. Nordic VLSI ASA customers using or selling these products for use in such applications do so at their own risk and agree to fully indemnify Nordic VLSI ASA for any damages resulting from such improper use or sale. White paper. Revision Date : All rights reserved. Reproduction in whole or in part is prohibited without the prior written permission of the copyright holder.

8 <857(6

9 RUGLF9/6:RUOG:LGH'LVWULEXWRU )RU<RXUQHDUHVWGHDOHUSOHDVHVHHKWWSZZZQYOVLQR 0DLQIILFH Vestre Rosten 8 N-7075 Tiller Norway Phone: Fax: LVLWWKHRUGLF9/6$6$ZHEVLWHDWKWWSZZZQYOVLQR

nrf24ex in a wireless keyboard design

nrf24ex in a wireless keyboard design nrfex in a wireless keyboard design *(($/ With the nrfe and nrfe, in this document called nrfex, from Nordic VLSI ASA is it now possible to design a wireless keyboard for the.ghz ISM band. The nrfex series

More information

nrf240x ShockBurst technology

nrf240x ShockBurst technology :+,7(3$3(5 nrf240x ShockBurst technology 'HVFULSWLRQRIWKH6KRFN%XUVWŒWHFKQRORJ\ The nrf240x family from Nordic VLSI ASA has two different modes of operation, direct mode and ShockBurst mode. This document

More information

nrf905 Evaluation Kit

nrf905 Evaluation Kit nrf905 Evaluation Kit Q5)(9.,7,1752'8&7,21 The Evaluation Kit for the Q5) Single Chip 433/868/915 MHz RF Transceiver has been developed to enable customers to get hands-on experience with the functionality

More information

PRODUCT SPECIFICATION

PRODUCT SPECIFICATION nrfl0+ Evaluation System nrfl0+-evsystem INTRODUCTION This document describes the nrfl0+ EVSYSTEM and its use with the Nordic Semiconductor nrfl0+ REFMOD. GETTING STARTED The nrfl0+ EVSYSTEM consists of

More information

Simple frequency hopping with the nrf9e5 and nrf24e1

Simple frequency hopping with the nrf9e5 and nrf24e1 Simple frequency hopping with the nrf9e5 and nrf24e1,qwurgxfwlrq This paper presents a simple frequency-hopping protocol for the nrf9e5 and nrf24e1. A demo application is made for each device showing how

More information

There are a few places where you typically encounter S/PDIF signals.

There are a few places where you typically encounter S/PDIF signals. 1. Introduction Much existing digital audio equipment features digital interfaces. The nrf24z1 AudioStreamer features a digital audio link. There should be no need to do AD and DA conversions where digital

More information

nrf24lu1+ Development Kit

nrf24lu1+ Development Kit nrf24lu1+ Development Kit User Guide v1.1 All rights reserved. Reproduction in whole or in part is prohibited without the prior written permission of the copyright holder. 2012-4-27 Liability disclaimer

More information

Product Overview. ADNK-5033-TN24 Optical Mouse Designer s Kit. Description. Features of ADNK-5033-TN24

Product Overview. ADNK-5033-TN24 Optical Mouse Designer s Kit. Description. Features of ADNK-5033-TN24 ADNK-0-TN Optical Mouse Designer s Kit Product Overview Description Avago Technologies has produce a new wireless optical mouse reference design kit. This design guide describes the design of a low power

More information

nrf24lu1+ Development Kit User Guide v1.0

nrf24lu1+ Development Kit User Guide v1.0 nrf24lu1+ Development Kit User Guide v1.0 All rights reserved. Reproduction in whole or in part is prohibited without the prior written permission of the copyright holder. November 2008 Liability disclaimer

More information

Remote Control Reference Design nrd24h1. User Guide v1.0

Remote Control Reference Design nrd24h1. User Guide v1.0 Remote Control Reference Design nrdh User Guide v.0 All rights reserved. Reproduction in whole or in part is prohibited without the prior written permission of the copyright holder. February 007 User Guide

More information

Low Cost Networks, ZigBee TM &

Low Cost Networks, ZigBee TM & Low Cost Networks, ZigBee TM & 802.15.4 1. Low cost, low current, low activity networks There is a growing interest in the field of developing intelligent, self-forming data networks in the fields of industrial

More information

Power Profiler Kit. User Guide. v _027 v2.2 /

Power Profiler Kit. User Guide. v _027 v2.2 / Power Profiler Kit User Guide v2.2 4425_027 v2.2 / 2018-06-29 Contents Revision history.................................. iv 1 Introduction................................... 5 2 Minimum requirements............................

More information

LTE Link Monitor. User Guide. v _015 v0.7 /

LTE Link Monitor. User Guide. v _015 v0.7 / LTE Link Monitor User Guide v0.7 4399_015 v0.7 / 2018-12-12 Contents Revision history.................................. iii 1 Introduction................................... 4 2 Installing LTE Link Monitor...........................

More information

RF4431 wireless transceiver module

RF4431 wireless transceiver module RF4431 wireless transceiver module 1. Description RF4431 adopts Silicon Labs Si4431 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

Circuit Board Guidelines for aqfn Package nan-40

Circuit Board Guidelines for aqfn Package nan-40 Circuit Board Guidelines for aqfn Package nan-40 Application Note v1.1 4413_398 v1.1 / 2018-04-23 Contents Revision history.................................. iii 1 Introduction...................................

More information

EVALUATION BOARD DATA SHEET EV142

EVALUATION BOARD DATA SHEET EV142 EV2 Evaluation Board for the AAT272. A Step-Up Current Regulator Introduction The AAT272 EVAL board demonstrates the functionality of the AAT272 and its application as a high current white LED flash driver.

More information

nrf51 Development Kit

nrf51 Development Kit nrf51 Development Kit Developing with the MDK-ARM Microcontroller Development Kit User Guide v1.0 Copyright 2014 Nordic Semiconductor ASA. All rights reserved. Reproduction in whole or in part is prohibited

More information

AppNote-US2400-EVB Low Power 2.4GHz Transceiver

AppNote-US2400-EVB Low Power 2.4GHz Transceiver US2400-EVB for IEEE 802.15.4 Standard Revision History Hardware Revision Date Description of Changes V01 / V02 Sep. 2011 Initial release V03 Dec 2011 Addition 4.1 Evaluation Board Variants and 5.3 Connector

More information

Reindeer Technologies Pvt Ltd Excellence through Innovation

Reindeer Technologies Pvt Ltd Excellence through Innovation RDZM-T24FZ 2.4 GHZ IEEE 802.15.4/ZIGBEE RF TRANSCEIVER Datasheet Reindeer Technologies Pvt Ltd Excellence through Innovation S-2, Old No. 15, New No. 31 Rajamannar Street, T Nagar, Chennai 600017 India.

More information

Evaluation Boards for the DLP-USB245M USB Adapter

Evaluation Boards for the DLP-USB245M USB Adapter DLP-EVALP/DLP-EVALS Evaluation Boards for the DLP-USB245M USB Adapter GENERAL DESCRIPTION The DLP-EVALP and DLP-EVALS present a straightforward approach to designing target electronics that will both interface

More information

IP4220CZ6 Dual USB 2.0 Integrated ESD protection to IEC level 4

IP4220CZ6 Dual USB 2.0 Integrated ESD protection to IEC level 4 INTEGRATED DISCRETES Integrated ESD protection to IEC 61000-4-2 level 4 2004 September 17 Philips Semiconductors FEATURES ESD IEC 61000-4-2 level 4, ± 8kV contact discharge compliant protection Four ultra-low

More information

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72 DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72 Features LoRa TM Frequency Spectrum 433Mhz ISM frequency band -138 dbm receive sensitivity 20dBm Max. output power Serial port wake-up Wireless wake-up

More information

1. General Description

1. General Description 1. General Description HPTZ01X (HPTZ01-TTL,HPTZ01P-TTL)Serial ZigBee module is development designed by Ember ZigBee chip EM35x. It is a module base on IEEE 802.15.4-2003 standard for the 2.4G ISM band.

More information

RC1140-RC232 Firmware Product Change Notification

RC1140-RC232 Firmware Product Change Notification Firmware Product Change Notification Product Change Notification This document describes firmware product changes for. Further details are described in the latest revision of the Data Sheet, User Manual,

More information

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter CIRCUITS ITEGRATED CIRCUITS ABSTRACT This application note illustrates the use of an 87LPC76x microcontroller from Philips Semiconductors as an infrared RC5 remote control transmitter. Using the Philips

More information

MSP-RFLINK development board Users Manual

MSP-RFLINK development board Users Manual MSP-RFLINK development board Users Manual All boards produced by Olimex are ROHS compliant Revision Initial, May 0 Copyright(c) 0, OLIMEX Ltd, All rights reserved Page INTRODUCTION: MSP-RFLINK is wireless.4

More information

Hints and tips when using RC1xx0 RF Modules

Hints and tips when using RC1xx0 RF Modules AN001 : HI NTSANDTI PS WHENUSI NGRC1 XX0RFMODULES WeMakeEmbeddedWi r el ess Easyt ouse Hints and tips when using RC1xx0 RF Modules By H.Moholdt Keywords Interfacing to RS232/RS485/RS422 level shifters

More information

UM1982 User manual. Multi-Sensor RF 868 MHz platform. Introduction

UM1982 User manual. Multi-Sensor RF 868 MHz platform. Introduction UM1982 User manual Multi-Sensor RF 868 MHz platform Introduction The objective of this document is to demonstrate the workings of a 6LoWPAN (IPv6 over Low power Wireless Personal Area Networks) using ST's

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

nrf24lu1 Development Kit User Guide v1.0

nrf24lu1 Development Kit User Guide v1.0 nrf24lu1 Development Kit User Guide v1.0 All rights reserved. Reproduction in whole or in parts is prohibited without the prior written permission of the copyright holder. September 2007 Liability disclaimer

More information

AN1204 Configuration of CANopen devices via LSS

AN1204 Configuration of CANopen devices via LSS AN1204 Configuration of CANopen devices via LSS This application note explains the procedure for changing node-id (address) and bittiming parameters (bit rate) of CANopen devices via LSS (Layer Setting

More information

MOD-MRF24J40 development board Users Manual

MOD-MRF24J40 development board Users Manual MOD-MRF24J40 development board Users Manual All boards produced by Olimex are ROHS compliant Rev. Initial, May 2011 Copyright(c) 2011, OLIMEX Ltd, All rights reserved Page 1 INTRODUCTION: MOD-MRF24J40

More information

SENSYLINK Microelectronics Co., LTD. (CT1820S) Single-Wire Digital Temperature Sensor

SENSYLINK Microelectronics Co., LTD. (CT1820S) Single-Wire Digital Temperature Sensor SENSYLINK Microelectronics (CT1820S) Single-Wire Digital Temperature Sensor CT1820S is a Digital Temperature Sensor with±0.5 C Accuracy over -10 C to 80 C. Single-Wire Digital interface is Compatible with

More information

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module.

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module. Embedded network node module SNR610 Description SNR610 is highly integrated network module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has high reception sensitivity and 100mW output

More information

ELET114A Bluetooth Module DATASHEET. Website:http://www.elinketone.com / 7

ELET114A Bluetooth Module DATASHEET. Website:http://www.elinketone.com / 7 Bluetooth Module DATASHEET Website:http://www.elinketone.com 2013 06 09 1 / 7 A. Overview Bluetooth Module is designed by ShenZhen ElinkEtone Technology Company for intelligent wireless transmission, with

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

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 DEMONSTRATION KIT INTRODUCTION... 2 DEMO BOARD INTRODUCTION... 2 BLOCK DIAGRAM... 3 I/O CONNECTION... 4 PROTOTYPING WITH THE RC188XDB...

More information

Sub-1G + Bluetooth LE Module

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

More information

EL7060 Series SERVICE MANUAL

EL7060 Series SERVICE MANUAL EL7060 Series SERVICE MANUAL 1 TABLE OF CONTENTS 1 General description... 4 1.1 Exploded view... 5 2 ACCESSIBILITY... 5 2.1 Dust Bag Cover.. 7 2.2 Display Cover.8 2.3 PCB Display/Switch..9 2.4 Top Cover..10

More information

Published by Telink Semiconductor Bldg 3, 1500 Zuchongzhi Rd, Zhangjiang Hi-Tech Park, Shanghai, China Telink Semiconductor All Right Reserved Legal D

Published by Telink Semiconductor Bldg 3, 1500 Zuchongzhi Rd, Zhangjiang Hi-Tech Park, Shanghai, China Telink Semiconductor All Right Reserved Legal D Datasheet for Telink TLSR8510/TLSR8513 DS-TLSR8510/TLSR8513-E8 Keyword: Ver 1.7.0 2018/5/15 Features; Package; Pin layout; Mouse/Dongle features; Specification; Test mode; Pairing; Electrical specification;

More information

SKY : 2.4 GHz Low-Noise Amplifier

SKY : 2.4 GHz Low-Noise Amplifier DATA SHEET SKY65405-21: 2.4 GHz Low-Noise Amplifier Applications 802.11b/g/n PC cards, NICs, and USB dongles 802.11b/g/n tablets 802.11b/g/n access points, routers, and gateways 2.4 GHz ISM radios V_ENABLE

More information

AN0512 Channel capacity in ranging applications

AN0512 Channel capacity in ranging applications AN0512 Channel capacity in ranging applications 1.0 NA-15-0356-0021-1.0 Document Information Document Title: Document Version: 1.0 Current Date: 2015-09-08 Print Date: 2015-09-08 Document ID: Document

More information

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Datasheet: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Overview: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

XEELAS NODE MANUAL X-COM VERSION 1.0

XEELAS NODE MANUAL X-COM VERSION 1.0 This document is the official manual for the Xeelas LoRa Node. In this document, all the functions and technical specifications are described. X-COM VERSION 1.0 XEELAS NODE MANUAL Manual for Software version

More information

DATASHEET. 4.3 Embedded SPI Display. 4DLCD-FT843 Powered by the FTDI FT800 Video Engine. Document Date: 25 th September 2013 Document Revision: 0.

DATASHEET. 4.3 Embedded SPI Display. 4DLCD-FT843 Powered by the FTDI FT800 Video Engine. Document Date: 25 th September 2013 Document Revision: 0. DATASHEET 4.3 Embedded SPI Display 4DLCD-FT843 Powered by the FTDI FT800 Video Engine Document Date: 25 th September 2013 Document Revision: 0.4 Uncontrolled Copy when printed or downloaded. Please refer

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

MIC826. General Description. Features. Applications. Typical Application

MIC826. General Description. Features. Applications. Typical Application Voltage Supervisor with Watchdog Timer, Manual Reset, and Dual Outputs In 1.6mm x 1.6mm TDFN General Description The is a low-current, ultra-small, voltage supervisor with manual reset input, watchdog

More information

Features. LOAD SWITCH or PMIC. LOAD SWITCH or PMIC /RESET

Features. LOAD SWITCH or PMIC. LOAD SWITCH or PMIC /RESET Dual-Input Push Button Reset IC with Immediate and Delayed Outputs General Description The is a two input, two output push-button reset IC. It will generate a reset pulse for a factory-programmed reset

More information

WILLAS ELECTRONIC CORP CHANNEL LOW CAPACITANCE ESD PROTECTION DIODES ARRAY DESCRIPTIONS SOT-23-6 FEATURES APPLICATIONS ORDERING INFORMATION

WILLAS ELECTRONIC CORP CHANNEL LOW CAPACITANCE ESD PROTECTION DIODES ARRAY DESCRIPTIONS SOT-23-6 FEATURES APPLICATIONS ORDERING INFORMATION DESCRIPTIONS The SESD099-04AT1 is a 4-channel ultra low capacitance rail clamp ESD protection diodes array. Each channel consists of a pair of ESD diodes that steer positive or negative ESD current to

More information

Pointing Stick Controller Family

Pointing Stick Controller Family Pointing Stick Controller Family SK8702 FlexPoint 3 Axis PS/2 Pointing Stick Module Data Sheet FEATURES Low cost and space saving mouse solution Advanced motion control algorithm Z-Tap algorithm to simulate

More information

MIC705/706/707/708. General Description. Features. Applications. Typical Application. µp Supervisory Circuit

MIC705/706/707/708. General Description. Features. Applications. Typical Application. µp Supervisory Circuit µp Supervisory Circuit General Description The MIC705, MIC706, MIC707, and MIC708 are inexpensive microprocessor supervisory circuits that monitor power supplies in microprocessor-based systems. The circuit

More information

CSE 466 Exam 1 Winter, 2010

CSE 466 Exam 1 Winter, 2010 This take-home exam has 100 points and is due at the beginning of class on Friday, Feb. 13. (!!!) Please submit printed output if possible. Otherwise, write legibly. Both the Word document and the PDF

More information

nrf5x OTA Testing with LitePoint Bluetooth Advanced nwp_028

nrf5x OTA Testing with LitePoint Bluetooth Advanced nwp_028 nrf5x OTA Testing with LitePoint Bluetooth Advanced nwp_028 White Paper v1.0 / 2018-01-03 Contents 1 Revision history.................................. iii Introduction. 4..................................

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Selecting an IEEE 802.15.4, 2.4 GHz wireless solution By Ø.Nottveit Abstract Companies searching for a low power 2.45 GHz wireless solution will find many different technical solutions. This white paper

More information

Using the Sensory NLP-5x LCD Module and LCD Sample

Using the Sensory NLP-5x LCD Module and LCD Sample Using the Sensory NLP-5x LCD Module and LCD Sample DESIGN NOTE I. Overview The Sensory NLP-5x has on-board control logic which can drive an external static or multiplexed Liquid Crystal Display (LCD) of

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

N551C321. Table of Contents-

N551C321. Table of Contents- Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 2 3. BLOCK DIAGRAM... 3 4. PIN DESCRIPTION... 3 5. ABSOLUTE MAXIMUM RATINGS... 4 6. ELECTRICAL CHARACTERISTICS... 4 7. APPLICATION CIRCUIT...

More information

MIC2782. General Description. Features. Applications. Typical Application. Dual-Input Push Button Reset IC with Immediate and Delayed Outputs

MIC2782. General Description. Features. Applications. Typical Application. Dual-Input Push Button Reset IC with Immediate and Delayed Outputs Dual-Input Push Button Reset IC with Immediate and Delayed Outputs General Description The is a two input, two output push button reset IC. It will generate a reset pulse for a factory programmed reset

More information

RFM83C/83CL V3.0. Tel: Fax:

RFM83C/83CL V3.0. Tel: Fax: RFM83C/83CL Series ASK/OOK Super-heterodyne receiver module 1. General Information RFM83C/83CL series module are low cost superheterodyne receiver module based on RF83C/CL chip, working at frequency 315Mhz

More information

PBLN52832 DataSheet V Copyright c 2017 Prochild.

PBLN52832 DataSheet V Copyright c 2017 Prochild. PBLN52832 DataSheet V1.2.3 Copyright c 2017 Prochild. No part of this publication and modification may be reproduced without the prior written permission of the author. Revision History No Version Date

More information

IQ Switch ProxSense Series. AZD089 Smart Touch Remote Control Reference Design

IQ Switch ProxSense Series. AZD089 Smart Touch Remote Control Reference Design AZD089 Smart Touch Remote Control Reference Design Reference design for low-cost trackpad and button remote controller using IQS525 1 Introduction The necessity for remote controls to include advanced

More information

nrfutil v3.4.x User Guide v _007 v1.3 /

nrfutil v3.4.x User Guide v _007 v1.3 / nrfutil v3.4.x User Guide v1.3 4399_007 v1.3 / 2017-12-05 Contents Revision history.................................. iii 1 nrfutil...................................... 4 2 Installing nrfutil.................................

More information

Nuvoton Touch Key Series NT1160 Datasheet

Nuvoton Touch Key Series NT1160 Datasheet Nuvoton Touch Series Datasheet The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

More information

TMR1202. General Description. TMR Bipolar Switch. Features and Benefits. Applications

TMR1202. General Description. TMR Bipolar Switch. Features and Benefits. Applications General Description TMR1202 TMR Bipolar Switch The TMR1202 is a digital bipolar magnetic switch that integrates TMR and CMOS technology in order to provide a magnetically triggered digital switch with

More information

MF RD700. PEGODA Contactless Smart Card Reader READER COMPONENTS. Preliminary Product Specification Revision 2.0 PUBLIC. July2002

MF RD700. PEGODA Contactless Smart Card Reader READER COMPONENTS. Preliminary Product Specification Revision 2.0 PUBLIC. July2002 READER COMPONENTS PEGODA Contactless Smart Card Reader Preliminary Product Specification Revision 2.0 PUBLIC July2002 Philips Semiconductors Philips Semiconductors Preliminary Specification Rev. 2.0 July

More information

Accelerometer Mouse: Hardware Description

Accelerometer Mouse: Hardware Description Accelerometer Mouse: Hardware Description Chris Wittmier ET474 Professor Todd Morton Western Washington University 04/19/2005 Introduction The accelerometer mouse is a wireless USB mouse that operates

More information

3 V, SUPER MINIMOLD 900 MHz Si MMIC AMPLIFIER

3 V, SUPER MINIMOLD 900 MHz Si MMIC AMPLIFIER 3 V, SUPER MINIMOLD 9 MHz Si MMIC AMPLIFIER FEATURES HIGH DENSITY SURFACE MOUNTING: pin super minimold or SOT-33 package GAIN: : Gs = 1 db TYP : Gs = 19 db TYP NOISE FIGURE: : NF = 3.3 db TYP : NF =.8

More information

Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo. Description

Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo. Description X-NUCLEO-IDS0A Sub- GHz RF expansion board based on the SPSGRF- module for STM Nucleo Data brief Features STM Nucleo expansion board based on the SPSGRF- SPGRF- characteristics: MHz ETSI-certified module

More information

Product Description. Applications. Features

Product Description. Applications. Features Product Description Radiocrafts Industrial IP Mesh (RIIM) is a wireless sensor network that is capable of sending and receiving data directly to and from the internet. This makes it easy to connect to

More information

6LoWPAN Development Platform Saker Manual

6LoWPAN Development Platform Saker Manual 6LoWPAN Development Platform Saker Manual WEPTECH elektronik GmbH Page 1 of 19 V.1.0.1 1. Table of Content 1. General information... 4 1.1 1.2 1.3 1.4 1.5 Copyright protection... 4 Warranty information...

More information

MIC706P/R/S/T, MIC708R/S/T

MIC706P/R/S/T, MIC708R/S/T MIC706P/R/S/T, MIC708R/S/T µp Supervisory Circuit General Description The MIC706 and MIC708 are inexpensive microprocessor supervisory circuits that monitor power supplies in 3.0 and 3.3 microprocessor-based

More information

PAN1326C Bluetooth. Design Guide. Wireless Modules. Basic Data Rate and Low Energy Module. Rev. 1.0

PAN1326C Bluetooth. Design Guide. Wireless Modules. Basic Data Rate and Low Energy Module. Rev. 1.0 PAN1326C Bluetooth Basic Data Rate and Low Energy Module Design Guide Rev. 1.0 Wireless Modules Overview Panasonic s new PAN1326C is a Host Controlled Interface (HCI) Bluetooth RF module that brings Texas

More information

MBUS-CCT (Configuration and Communication Tool) User Manual

MBUS-CCT (Configuration and Communication Tool) User Manual (Configuration and Communication Tool) User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 2 CONNECTING TO THE MODULE... 3 TERMINAL MODE...

More information

Embedded Systems and Software

Embedded Systems and Software Embedded Systems and Software Lecture 12 Some Hardware Considerations Hardware Considerations Slide 1 Logic States Digital signals may be in one of three states State 1: High, or 1. Using positive logic

More information

nrf 24E1 Figure 1: Wireless 2.4GHz mouse/keyboard application

nrf 24E1 Figure 1: Wireless 2.4GHz mouse/keyboard application USB MCU nrf 2401 APPLICATION NOTE Frequency Agility Protocol for nrf24xx nan24-07 1. General This application note describes the low-level. This is a protocol that gives protection against disturbing traffic

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

Evaluation Board for the AAT1282 2A Driver for High Intensity LED Camera Flash

Evaluation Board for the AAT1282 2A Driver for High Intensity LED Camera Flash Introduction The AAT8 EVAL board demonstrates the functionality of the AAT8 and its application as a high current white LED flash driver. The device provides excellent efficiency for both flash and movie

More information

APPLICATION NOTE. Atmel AT01080: XMEGA E Schematic Checklist. Atmel AVR XMEGA E. Features. Introduction

APPLICATION NOTE. Atmel AT01080: XMEGA E Schematic Checklist. Atmel AVR XMEGA E. Features. Introduction APPLICATION NOTE Atmel AT01080: XMEGA E Schematic Checklist Atmel AVR XMEGA E Features Power supplies Reset circuit Clocks and crystal oscillators PDI TWI Introduction This application note describes a

More information

GL116 ENCODER/DECODER MANUAL GLOLAB CORPORATION

GL116 ENCODER/DECODER MANUAL GLOLAB CORPORATION GL ENCODER/DECODER MANUAL GLOLAB CORPORATION Thank you for buying our GL Encoder / Decoder Module. This device was developed in response to many requests for an encoder and decoder that would serialize

More information

UM1978 User manual. Multi-sensor RF platform sensor board. Introduction

UM1978 User manual. Multi-sensor RF platform sensor board. Introduction User manual Multi-sensor RF platform sensor board Introduction The objective of this manual is to demonstrate the functionality of the STEVAL-IDI003V2 multi-sensor RF platform sensor board. The STEVAL-IDI003V2

More information

RTX4100. Wi-Fi Module

RTX4100. Wi-Fi Module RTX4100 Wi-Fi Module Datasheet Datasheet RTX4100 Wi-Fi Module 1 CONTENT 1 Introduction... 3 1.1 Document History... 3 1.2 Document References... 3 1.3 General Description... 3 1.4 Device Features... 4

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

DIY Line Tracking Smart Car with AT89C2051

DIY Line Tracking Smart Car with AT89C2051 DIY Line Tracking Smart Car with AT89C2051 1. Introduction: A DIY Smart Car design involves mechanical structure, electronic based sensor principle, automatic control, and even knowledge of microcontroller

More information

DATA COMMUNICATIONS APPLICATION NOTE DAN137

DATA COMMUNICATIONS APPLICATION NOTE DAN137 November 2003 EXAR XR16L580 COMPARED WITH TI S TL16C550C (48-TQFP) Author: BL & PY 1.0 INTRODUCTION This application note describes the major differences between Exar s XR16L580 and TI s TL16C550C (PT

More information

Features. Description. Applications. Block Diagram PT7M3808. Fixed Voltage Diagram. Adjustable Voltage Diagram(PT7M3808G01)

Features. Description. Applications. Block Diagram PT7M3808. Fixed Voltage Diagram. Adjustable Voltage Diagram(PT7M3808G01) Features Description Power-On Reset Generator with Adjustable Delay Time: 1.25ms to 10s. Very Low Quiescent Current: 2.8µA Typical High Threshold Accuracy: 0.5% Typ. Fixed Threshold Voltages for Standard

More information

PAN1740 Design Guide

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

More information

Catalog 1. Overview Feature Application Block Diagram

Catalog 1. Overview Feature Application Block Diagram - 1 - Catalog 1. Overview... - 3-2. Feature... - 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation... - 4-1) Power on Reset...- 4-2) Working Mode...- 5-3)

More information

WICE-SPI Hardware Operation Manual

WICE-SPI Hardware Operation Manual WICE-SPI Hardware Operation Manual 1. Hardware Instruction 1. WICE-SPI processes data transmission, programming or emulation through USB 2.0 interface and does not need external power. 2. WICE-SPI is equipped

More information

Chipset Evaluation and Development Loadboard Version 2

Chipset Evaluation and Development Loadboard Version 2 IA MSC-UGLB2 Chipset Evaluation and Development Loadboard Version 2 User Guide Revision 1.0r IA MSC-UGLB2 rev 1.0r 0907 2007, Silicon Laboratories, Inc. Silicon Labs, Inc. 400 West Cesar Chavez Austin,

More information

MIC1832. General Description. Features. Applications. Typical Application

MIC1832. General Description. Features. Applications. Typical Application 3.3V Voltage Supervisor with Manual Reset, Watchdog Timer and Dual Reset Outputs General Description The is a low-current microprocessor supervisor for monitoring 3.3V and 3V systems. The device features

More information

ugreen DAB Board Instructions v5

ugreen DAB Board Instructions v5 ugreen Instructions v5 1 Introduction The v4 is a revised and more efficient new version of the. Its smaller layout allows a better integration into most Raspberry Pi enclosures. It is available in two

More information

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Wireless-Tag WT51822-S1

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

More information

E3B USER'S GUIDE. for QT310 / QT320 QProx IC evaluation and development Overview. Fast Start

E3B USER'S GUIDE. for QT310 / QT320 QProx IC evaluation and development Overview. Fast Start E3B USER'S GUIDE for QT310 / QT320 QProx IC evaluation and development Overview The E3B board works with Quantum s QT310 and QT320 QProx ICs. Either device can be inserted into the 8-pin DIP socket. QT310

More information

AN2240 Application note

AN2240 Application note AN0 Application note Using the evaluation board for the TS7 low noise microphone preamplifier with V bias Introduction This application note describes the DEMO TS7 evaluation board, specifically designed

More information

GT24C02. 2-Wire. 2Kb Serial EEPROM (Smart Card application)

GT24C02. 2-Wire. 2Kb Serial EEPROM (Smart Card application) ADVANCED GT24C02 2-Wire 2Kb Serial EEPROM (Smart Card application) www.giantec-semi.com a0 1/19 Table of Content 1 FEATURES...3 2 DESCRIPTION...4 3 PIN CONFIGURATION...5 4 PIN DESCRIPTIONS...6 5 BLOCK

More information

Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, Western Washington University Electronics Engineering Technology

Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, Western Washington University Electronics Engineering Technology WIRELESS OPTICAL USB MOUSE Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, 2004 Western Washington University Electronics Engineering Technology INTRODUCTION Almost everybody

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

SKB360I Bluetooth 4.0 Low Energy Module Datasheet

SKB360I Bluetooth 4.0 Low Energy Module Datasheet SKB360I Bluetooth 4.0 Low Energy Module Datasheet Name: Bluetooth 4.0 Low Energy Module Model No.: SKB360I Version: V1.01 Revision History: Revision Description Approved Date V1.01 Initial Release Hogan

More information