IEEE Module

Size: px
Start display at page:

Download "IEEE Module"

Transcription

1 Design of a Versatile Low-cost IEEE Module for Long Term Battery Operation Alexander Klapproth, Stefan Knauth and Rolf Kistler HTA Luzern - Lucerne University of Applied Sciences CEESAR - Centre of Excellence for Embedded Systems Applied Research Contact: Prof. A. Klapproth alklapproth@hta.fhz.ch EuZDC 2007 Lucerne University of Applied Sciences / Slide 1

2 CEESAR Research Center Center of Excellence for Embedded Systems Applied Research Lucerne University of applied Sciences Building & Home Automation Embedded Control and Realtime Wireless Indoor Localisation Lowpower-Lowcost Solutions. Strong background in research & development cooperations with industry partners Researchproject funding possible depending on topic, risks and goals EuZDC 2007 Lucerne University of Applied Sciences / Slide 2

3 Overview ZigBee for the aware home fire & smoke detector motion detector door control window control heating / cooling energy monitoring & control Benefits: > more comfort > less energy consumption > enhanced security lighting control remote control Source: Texas Instruments Inc. EuZDC 2007 Lucerne University of Applied Sciences / Slide 3

4 Contents Design of a Versatile Low-cost IEEE Module for Long Term Battery Operation Introduction Hardware Components Design Applications EuZDC 2007 Lucerne University of Applied Sciences / Slide 4

5 Requirements Initial Vision: Autonomous Radio Device for Sensor Applications Low-Power Durability >= 10 Years, Stand-alone alone Small Minimal Footprint Open Standards based on PHY/MAC layers, full access to resources, freely programmable Low-Cost For large quantities (> pieces/year) Production cost < 10 EuZDC 2007 Lucerne University of Applied Sciences / Slide 5

6 Make or Buy? Make (RF-IC, SoC) if High quantities Medium/long term project High cost pressure Sophisticated system requirements Have access to required competence and support Full application integration Buy (Module) if Low quantities (typically <20k units) Short time-to-market Low initial costs Basic system requirements Lack of RF competence >> Depends on the project, requirements and company >> Looking at the requirements: Make Source Criteria: Texas Instruments Inc., Cirronet EuZDC 2007 Lucerne University of Applied Sciences / Slide 6

7 Building Blocks Interface Periperals, GPIOs Antenna Power Source MCU Firmware RF-IC Balun, Match Feed CLK Source EuZDC 2007 Lucerne University of Applied Sciences / Slide 7

8 SoC, SIP, RF-IC, NwkProc? SoC (System-on-Chip) SoC MCU, RF-IC Usually results in smaller footprint Close coupling of MCU and RF-IC Stack, Application less overhead good performance/power consumption SIP Small number of external components MCU RF-IC Simple system design Stack, Application Low system bill-of-materials costs MCU/RF-IC Tandem Flexibility Use your processor and environment Choose the RF frontend you like RF-IC may have better radio characteristics Hybrid Systems: Network Processor -> ZigBee on RF-IC SIP -> MCU & RF-IC in one package not on same die MCU/RF-IC MCU Stack, Appl. NwkProcessor MCU Appl. RF-IC RF-IC Stack EuZDC 2007 Lucerne University of Applied Sciences / Slide 8

9 SoC/SIP: Selection Criteria (1) There are a lot (of differences) EuZDC 2007 Lucerne University of Applied Sciences / Slide 9

10 SoC/SIP: Selection Criteria (2) Taking the specific requirements! EuZDC 2007 Lucerne University of Applied Sciences / Slide 10

11 Antenna: Types (1) Chip Whip PCB 1. Size 2. Cost 3. Performance Remarks - Assembly, fitting, mounting Design crucial, orientation issues Chip antennas have a reasonable performance compared to their size EuZDC 2007 Lucerne University of Applied Sciences / Slide 11

12 Antenna: Fractus Chip Antenna Performance Criterias High, stable Bandwith Good omnidirectional radiation pattern Reasonable Gain High Efficiency Stable Impedance Fractal Technology Space-Filling, multiple-scale geometries Performance optimisation of multilayer antennas Standard materials and processes Other chip antanna provides Antenova: Rainsun: EuZDC 2007 Lucerne University of Applied Sciences / Slide 12

13 Balun, Match & Feed Line Balun Feed Ballanced to Unballanced General: Achieve compatibility between two components or systems Here: Convert the differential SoC RF output to the single-ended antenna Match Balun Z SoC RF out = Z Antenna = 50 Ω Balun No active matching circuit it needed d Feed Line Z SoC RF out = Z Feed = Z Antenna = 50 Ω Feedline must have 50 Ω Can be realised with surface microstrips and/or as passive electric circuits (LC). Trade off between number of components and footprint Match EuZDC 2007 Lucerne University of Applied Sciences / Slide 13

14 Feed Line Calculate the dimensions of the microstrip Freeware AppCAD from Agilent: EuZDC 2007 Lucerne University of Applied Sciences / Slide 14

15 Energy Source Lithium Battery Cell Standard Component Used in Photocameras High Energy Densitiy Sufficient Discharge Current Coin cells can t provide 27mA Low self discharging g constant No voltage regulation needed Easy to fit (solder flags) Alternatives Ambient energy harvesting Accumulators, super capacitors Inductive energy transmission EuZDC 2007 Lucerne University of Applied Sciences / Slide 15

16 Layout 24GH 2.4 GHz HFD Design Rules Ground planes The bigger the planes the better Solid ground plane below the chip Vias Close to decoupling capacitors Vias on the ground pad under the chip Several vias to connect layer grounds Components Place two coils 90 to each other Use exact same values Microstrip Distance 2 times it s width from anything Length min. Lambda / 4 Antenna Move away from circuitry Antenna clearance zones Follow the reference designs! Sources: Texas Instruments Inc., Fractus EuZDC 2007 Lucerne University of Applied Sciences / Slide 16

17 Verification HF design needs to be verified Return Loss Span 200 MHz Span 500 MHz Radiation Pattern Horizontal Vertical Packet Burst Radiation Frequency Spectrum EuZDC 2007 Lucerne University of Applied Sciences / Slide 17

18 Software: ZigBee, IEEE or Proprietary? Options Pros Cons ZigBee - NWK only - Multi-hop routing - Ressource usage - APS, ZDO - Tree, Mesh - Execution time - Profiles - Mgmt. Functions - Packet overhead -Interoperability -Licensingg IEEE MAC IEEE PHY -Simple MAC - Reduced MAC - Full MAC From very simple to fully featured - Node addressing - PAN associateion - Channel Access - Security - Acknowledges compliant - Fits 100% the requirements - Not ZigBee - No NWK Layer - Packet overhead - You cannot communicate with anyone else - Development time for high-level features EuZDC 2007 Lucerne University of Applied Sciences / Slide 18

19 Software: Low Power No low power without smart SW Use SW controlled hardware features Chose appropriate power mode Stop CPU during RF RX/TX Adapt the output power Switch to internal RC oscillator when radio is not used Turn off analog radio part Shut down peripherals Execute code from RAM Optimise data transmission protocol Minimise RF TX/RX on time Optimise packet length Consider data patterns Burst data if possible Consider power availability if unevenly distributed Use MAC protocol features (beacon, polling, short addresses, intra PAN bit ) Source: TI/Chipcon Design Note DN103 EuZDC 2007 Lucerne University of Applied Sciences / Slide 19

20 Application: KISS Temperature Sensor Send a temperature value to a collector every 10 min. Optimised for Low Power Star Topology Small number of nodes Simple IEEE frames No channel access Random Sleeping time + RC osc. One way transmission (no ACKs) No transmission checks Internal temperature sensor About 20 years lifetime (not proved yet) EuZDC 2007 Lucerne University of Applied Sciences / Slide 20

21 Application: Power Point Page Flipper Flip the PowerPoint slides using WeBee 3 WeBee 3 side KISS Temperature Application PC Side IEEE USB dongle from USB IA OEM DAUB Access on IEEE or PC ZigBee level e using Windows DLL ZigBee DLL Receive Message, find PowerPoint Window and Application send Windows Notification Message Windows MSG PC: 1 CCP File, 220 Lines of Code Power Point USB Dongle Drv. Custom Windows EuZDC 2007 Lucerne University of Applied Sciences / Slide 21

22 Thank you! Lucerne University of Applied Sciences Embedded systems applied research UPnP Wireless / IEEE / ZigBee Low resource platforms / Java on 8 Bit Localisation Industry research partner Partner for research consortia EuZDC 2007 Lucerne University of Applied Sciences / Slide 22

Beacon Indoor Navigation System. Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE.

Beacon Indoor Navigation System. Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE. Beacon Indoor Navigation System Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE. Motivation GPS technologies are not effective indoors Current indoor accessibility

More information

SNIOT702 Specification. Version number:v 1.0.1

SNIOT702 Specification. Version number:v 1.0.1 Version number:v 1.0.1 Catelog 1 Product introduction... 1 1.1 Product introduction... 1 1.2 Product application... 1 1.3 Main characteristics... 2 1.4 Product advantage... 3 2 Technical specifications...

More information

AN4392 Application note

AN4392 Application note Application note Using the BlueNRG family transceivers under ARIB STD-T66 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

Self-powered RadioTechnology for Building Automation Systems

Self-powered RadioTechnology for Building Automation Systems Self-powered RadioTechnology for Building Automation Systems Thomas Köthke EnOcean GmbH HMI 2011 07 April, 2011, Hannover EnOcean Technology History 1995-2001: Energy harvesting research projects at Siemens

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

High Frequency Ceramic Solutions

High Frequency Ceramic Solutions 1.0 mm 0.8-1.0 mm Abstract The nrf52832 SoC is a powerful, highly flexible ultra-low power multiprotocol SoC ideally suited for Bluetooth Smart ANT and 2.4GHz ultra low-power wireless applications. The

More information

Anaren 0805 (B0809J50ATI) balun optimized for Texas Instruments CC1100/CC1101 Transceiver

Anaren 0805 (B0809J50ATI) balun optimized for Texas Instruments CC1100/CC1101 Transceiver (ANN-2005) Rev B Page 1 of 13 Anaren 0805 (B0809J50ATI) balun optimized for Texas Instruments CC1100/CC1101 Transceiver Trong N Duong RF Co-Op Nithya R Subramanian RF Engineer Introduction The tradeoff

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

Course Introduction Purpose Objectives Content Learning Time

Course Introduction Purpose Objectives Content Learning Time Course Introduction Purpose This course discusses techniques for analyzing and eliminating noise in microcontroller (MCU) and microprocessor (MPU) based embedded systems. Objectives Learn about a method

More information

Media+ TM UWB (FR01-S1-P-0-107)

Media+ TM UWB (FR01-S1-P-0-107) Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make your wireless devices more competitive. Our mission

More information

Datasheet DS0011 AM093 Wireless Meter-Bus Dual Band 169/868MHz Narrowband Modem Advance Information Production Status Production

Datasheet DS0011 AM093 Wireless Meter-Bus Dual Band 169/868MHz Narrowband Modem Advance Information Production Status Production Datasheet DS0011 AM093 Wireless Meter-Bus Dual Band 169/868MHz Narrowband Modem Production Status Production Important Information The information contained in this document is subject to change without

More information

MC-1010 Hardware Design Guide

MC-1010 Hardware Design Guide MC-1010 Hardware Design Guide Version 1.0 Date: 2013/12/31 1 General Rules for Design-in In order to obtain good GPS performances, there are some rules which require attentions for using MC-1010 GPS module.

More information

Frequency 434=434MHz 868=868MHz 915=915MHz

Frequency 434=434MHz 868=868MHz 915=915MHz Ultra Low Power sub GHz Multichannels Transceiver The module is based on Texas Instruments CC0F component. This device combines a flexible, very low power RF transceiver with a powerful MHz Cortex M microcontroller

More information

MC-1612 Hardware Design Guide

MC-1612 Hardware Design Guide LOCOSYS Technology Inc. MC-1612 Hardware Design Guide Version 1.0 Date: 2013/09/17 LOCOSYS Technology Inc. 1 General Rules for Design-in In order to obtain good GPS performances, there are some rules which

More information

AN-1370 APPLICATION NOTE

AN-1370 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Design Implementation of the ADF7242 Pmod Evaluation Board Using the

More information

Antenna Performance In Your Headset THE RESULTS OF HUMAN HEAD INTERACTION TESTS

Antenna Performance In Your Headset THE RESULTS OF HUMAN HEAD INTERACTION TESTS Antenna Performance In Your Headset THE RESULTS OF HUMAN HEAD INTERACTION TESTS Micro Reach Xtend TM (FR05-S1-N-0-110) Space Saving AN for Bluetooth and WiFi Headsets 2.4-2.5 GHz Fractus Antennas specializes

More information

Hardware Design Considerations for MKW41Z/31Z/21Z BLE and IEEE Device

Hardware Design Considerations for MKW41Z/31Z/21Z BLE and IEEE Device NXP Semiconductors Document Number: AN5377 Application Note Rev. 2, Hardware Design Considerations for MKW41Z/31Z/21Z BLE and IEEE 802.15.4 Device 1. Introduction This application note describes Printed

More information

CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC

CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC Description 17 1 2 3 4 TXRX VDD VDD D 16 15 14 13 12 11 10 ANT 9 The is a fully integrated, single-chip, single-die RFeIC (RF Front-end Integrated Circuit)

More information

Compact Reach Xtend TM (FR05-S1-N-0-102) Bluetooth,

Compact Reach Xtend TM (FR05-S1-N-0-102) Bluetooth, Bluetooth, Zigbee, 802.11 b/g/n WLAN Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make your wireless

More information

2.4GHz vs. Sub-GHz Markets, Applications & Key Decisions

2.4GHz vs. Sub-GHz Markets, Applications & Key Decisions www.silabs.com 2.4GHz vs. Sub-GHz Markets, Applications & Key Decisions Overview Many customers are trying to decide between 2.4 GHz or sub-ghz This presentation will define the key factors impacting a

More information

V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2

V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 HF-Z100 ZigBee Module Datasheet V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 1. PRODUCT OVERVIEW... 3 1.1. General Description... 3 1.2. Device Features... 3 1.3. Device

More information

Study of RSS-based Localisation Methods in Wireless Sensor Networks

Study of RSS-based Localisation Methods in Wireless Sensor Networks Study of RSS-based Localisation Methods in Wireless Sensor Networks De Cauwer, Peter; Van Overtveldt, Tim; Doggen, Jeroen; Van der Schueren, Filip; Weyn, Maarten; Bracke, Jerry Jeroen Doggen jeroen.doggen@artesis.be

More information

Compact Dual-band Reach Xtend TM

Compact Dual-band Reach Xtend TM 2.4-2.5 GHz and 4.9-5.875 GHz Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make your wireless devices

More information

HF-Z100A ZigBee Module Datasheet

HF-Z100A ZigBee Module Datasheet V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 1. PRODUCT OVERVIEW... 3 1.1. General Description... 3 1.2. Device Features... 3 1.3. Device Paremeters... 3 1.4. Key Application...

More information

HF-Z100A ZigBee Module Datasheet

HF-Z100A ZigBee Module Datasheet HF-Z100A ZigBee Module Datasheet V 1.0 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 1. PRODUCT OVERVIEW... 3 1.1. General Description... 3 1.2. Device Features... 3 1.3. Device

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

EZConnect TM (FR05-S1-R-0-105) Zigbee, RFID, ISM 868/915

EZConnect TM (FR05-S1-R-0-105) Zigbee, RFID, ISM 868/915 Zigbee, RFID, ISM 868/915 Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make your wireless devices

More information

CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC

CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC hot RFX2401C CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC Description 1 2 3 4 TXRX 17 VDD VDD DNC 16 15 14 13 12 11 10 ANT 9 The RFX2401C is a fully integrated, single-chip, single-die RFeIC (RF Front-end

More information

(FR05-S1-N-0-110) Bluetooth, Micro Reach Xtend TM. Zigbee, b/g/n WLAN. Micro Reach Xtend TM (FR05-S1-N-0-110)

(FR05-S1-N-0-110) Bluetooth, Micro Reach Xtend TM. Zigbee, b/g/n WLAN. Micro Reach Xtend TM (FR05-S1-N-0-110) Micro Reach Xtend TM Zigbee, 82.11 b/g/n WLAN (FR5-S1-N--11) Bluetooth, Fractus Antennas designs, manufactures and commercializes miniature, off-the-shelf antennas for smartphones and general purpose wireless

More information

Design of the distributed data server using PIC_SERVER v3.7

Design of the distributed data server using PIC_SERVER v3.7 Author: Che-Chang Yang (2010-06-22); recommend: Yeh-Liang Hsu (2010-06-26). This document describes the design of the distributed data server (DDS) using PIC_SERVER v3.7. The DDS consists of two parts:

More information

Application Circuits 3. 3V R2. C4 100n G PI O. 0 G PI O S e t u p d a ta G PI O. 5 G PI O M o t i o n I n t G PI O. 4 G PI O.

Application Circuits 3. 3V R2. C4 100n G PI O. 0 G PI O S e t u p d a ta G PI O. 5 G PI O M o t i o n I n t G PI O. 4 G PI O. General Description The is an ultra-low power motion detector controller integrated circuit. The device is ideally suited for battery operated wireless motion sensors that make use of an MCU for handling

More information

Technical note - Planar Inverted-F Antennas (PIFA)

Technical note - Planar Inverted-F Antennas (PIFA) Technical note - Planar Inverted-F Antennas () rev 1.0 Proant AB 1 1 Introduction Today, wireless connectivity for all sorts of electronic devices has become increasingly important. As a result, the demand

More information

BlueMesh: Mesh topology for smart home and smart building

BlueMesh: Mesh topology for smart home and smart building BlueMesh: Mesh topology for smart home and smart building Agenda 2 Presentation Time Speaker Application scenario BlueMesh System overview Mesh protocol BlueMesh main features Application scenario Application

More information

Novel Broadband and Multi-band Antennas for Satellite and Wireless Applications

Novel Broadband and Multi-band Antennas for Satellite and Wireless Applications Novel Broadband and Multi-band Antennas for Satellite and Wireless Applications The objective of our research is to develop novel antenna structures for broadband and/or multi-band satellite and wireless

More information

CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC

CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC CMOS 2.4GHZ ZIGBEE/ISM TRANSMIT/RECEIVE RFeIC Description 17 1 2 3 4 TXRX VDD VDD D 16 15 14 13 12 11 10 ANT 9 The RFX2401C is a fully integrated, single-chip, single-die RFeIC (RF Front-end Integrated

More information

Slim Reach Xtend TM (FR05-S1-N-0-104) Bluetooth, Zigbee,

Slim Reach Xtend TM (FR05-S1-N-0-104) Bluetooth, Zigbee, Bluetooth, Zigbee, 802.11 b/g/n WLAN Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make your wireless

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM Products are now Murata products. 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Built-In Antenna Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed

More information

Intelligent and passive RFID tag for Identification and Sensing

Intelligent and passive RFID tag for Identification and Sensing Zürich University Of Applied Sciences Institute of Embedded Systems InES Intelligent and passive RFID tag for Identification and Sensing (Presented at Embedded World, Nürnberg, 3 rd March 2009) Dipl. Ing.

More information

HF-Z100C ZigBeeModule Datasheet

HF-Z100C ZigBeeModule Datasheet HF-Z100C ZigBeeModule Datasheet V 1.2 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 1. PRODUCT OVERVIEW... 3 1.1. General Description... 3 1.2. Device Features... 3 1.3. Device

More information

EZConnect TM (FR05-S1-R-0-105) AN for Zigbee 868 MHz

EZConnect TM (FR05-S1-R-0-105) AN for Zigbee 868 MHz EZConnect TM (FR05-S1-R-0-105) AN for Zigbee 868 MHz Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to

More information

BluetoothMesh ModuleDatasheet

BluetoothMesh ModuleDatasheet BluetoothMesh ModuleDatasheet (WS_D02_8266_V2.2) Shenzhen WE SMART Electronics Co., Ltd Website:www.we smart.cn Mailbox:business@we smart.cn Address:7th FL,Bldg 2B,Wu tong dao industrial park,hangkong

More information

AO-1505-THM ZigBee Temperature and Humidity Sensor

AO-1505-THM ZigBee Temperature and Humidity Sensor Features Reliable wireless transceiver module. Compatible with Peer to Peer, Star, Tree, or Mesh network configurations. AO-50 with on board PCB ANT with 50M range (LOS). AO-50A with external Antenna.

More information

Building Intelligence

Building Intelligence Building Intelligence WORLDWIDE. Inside every building is the potential to reduce energy costs and become more profitable. Walker Wireless helps building owners realize that potential with wireless control

More information

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Built-in Chip Antenna - 250 kbps RF Data Rate

More information

Course Introduction. Content 16 pages. Learning Time 30 minutes

Course Introduction. Content 16 pages. Learning Time 30 minutes Course Introduction Purpose This course discusses techniques for analyzing and eliminating noise in microcontroller (MCU) and microprocessor (MPU) based embedded systems. Objectives Learn what EMI is and

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM products are now Murata Products 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Low Cost Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed Operation

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz DEVELOPMENT KIT (Info Click here) 2.4 GHz ZigBee Transceiver Module Small Size, Light Weight, +18 dbm Transmitter Power Sleep Current less than 3 µa FCC and ETSI Certified for Unlicensed Operation The

More information

Wireless Reading of Sensirion Sensors By H. Moholdt

Wireless Reading of Sensirion Sensors By H. Moholdt Wireless Reading of Sensirion Sensors By H. Moholdt Abstract By using an off-the-shelf RF module, wireless reading of pressure-, humidity- and temperature can be achieved with a very limited design effort.

More information

UN2 - Universal controller Building automation s missing link

UN2 - Universal controller Building automation s missing link Building automation s missing link Introduction A flexible line of controllers that allows facility managers, contrac - tors and OEM manufacturers to deploy integrated solutions for HVAC, lighting, and

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz DEVELOPMENT KIT (Info Click here) 2.4 GHz ZigBee Transceiver Module Small Size, Light Weight, Low Cost Sleep Current less than 3 µa FCC and ETSI Certified for Unlicensed Operation The ZMN2405 2.4 GHz transceiver

More information

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification Politecnico di Milano Advanced Network Technologies Laboratory Radio Frequency Identification RFID in Nutshell o To Enhance the concept of bar-codes for faster identification of assets (goods, people,

More information

ZigBee Propagation Testing

ZigBee Propagation Testing ZigBee Propagation Testing EDF Energy Ember December 3 rd 2010 Contents 1. Introduction... 3 1.1 Purpose... 3 2. Test Plan... 4 2.1 Location... 4 2.2 Test Point Selection... 4 2.3 Equipment... 5 3 Results...

More information

Weii 2.4 GHz Ceramic Antenna Part no: SRCW004 ceriiant Product Specification

Weii 2.4 GHz Ceramic Antenna Part no: SRCW004 ceriiant Product Specification Weii 2.4 GHz Ceramic Antenna Part no: SRCW004 ceriiant Product Specification 1. Features: 2.4GHz applications Bluetooth, WiFi, Zigbee, ISM. Ultra small ceramic chip solution. High Efficiency. SMD mounted.

More information

HM-LW-M200 Specification HW-LW -M200. Product Specification V HOPERF All Rights Reserved 1

HM-LW-M200 Specification HW-LW -M200. Product Specification V HOPERF All Rights Reserved 1 HW-LW -M200 Product Specification V2.02 2018 HOPERF All Rights Reserved 1 Preface Thank you for using our HM-LW-M200 terminal module series. The module based on LoRa spread spectrum modulation technology

More information

MY-ZB010C UART to ZigBee Module

MY-ZB010C UART to ZigBee Module MY-ZB010C UART to ZigBee Module Product Overview The MY-ZB010C is an industrial UART to ZigBee module designed by MYIR for applications which require low cost, low power, high reliability and far distance

More information

Industrial Wireless: Solving Wiring Issues by Unplugging

Industrial Wireless: Solving Wiring Issues by Unplugging Industrial Wireless: Solving Wiring Issues by Unplugging Industrial Wireless - 1/6 Industrial environments are uniquely different from office and home environments. High temperatures, excessive airborne

More information

MCU with 315/433/868/915 MHz ISM Band Transmitter Module

MCU with 315/433/868/915 MHz ISM Band Transmitter Module MCU with 315/433/868/915 MHz ISM Band Transmitter Module (The purpose of this RFM60 spec covers mainly for the hardware and RF parameter info of the module, for MCU and software info please refer to RF60

More information

Same antenna, any IoT platform

Same antenna, any IoT platform Same antenna, any IoT platform - Product: RUN mxtend TM FR01-S4-224 - Dimensions: 12.0 mm x 3.0 mm x 2.4 mm - Frequency regions: 698-960 MHz, 1710-2690 MHz and 3400-3800 MHz We know you need your IoT device

More information

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O - 900 MHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter Power Configurable to 40 or 158 mw - Built-in 0 dbi Chip Antenna - 100 kbps RF Data

More information

When Should You Apply 3D Planar EM Simulation?

When Should You Apply 3D Planar EM Simulation? When Should You Apply 3D Planar EM Simulation? Agilent EEsof EDA IMS 2010 MicroApps Andy Howard Agilent Technologies 1 3D planar EM is now much more of a design tool Solves bigger problems and runs faster

More information

--- An integrated 3D EM design flow for EM/Circuit Co-Design

--- An integrated 3D EM design flow for EM/Circuit Co-Design ADS users group meeting 2009 Rome 13/05, Böblingen 14-15/05, Massy 16/06 --- An integrated 3D EM design flow for EM/Circuit Co-Design Motivations and drivers for co-design Throw-The-Die-Over-The-Wall,

More information

RF Design Considerations for Passive Entry Systems

RF Design Considerations for Passive Entry Systems 20 Atmel Automotive Compilation, Vol. 6 Security Car Access RF Design Considerations for Passive Entry Systems Paul Lepek, Paul Hartanto Introduction Passive Entry (PE) systems set a new trend for automotive

More information

TVNow TM (FR01-B1-S-0-047) Mobile TV Dual-band DVB-H

TVNow TM (FR01-B1-S-0-047) Mobile TV Dual-band DVB-H Mobile TV Dual-band DVB-H (UHF + L band) Antenna Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make

More information

Dual Band Monopole Ceramic Chip Antenna

Dual Band Monopole Ceramic Chip Antenna Features - Low profile - Compact size W x L x H (10 x 3.2 x 2 mm) - Low weight (240 mg) - Lead free materials - Fully SMD compatible - Lead free soldering compatible - Tape and reel packing - RoHS Compliant

More information

AN310 Energy optimization of a battery-powered device

AN310 Energy optimization of a battery-powered device Energy optimization of a battery-powered device AN 310, May 2018, V 1.0 feedback@keil.com Abstract Optimizing embedded applications for overall efficiency should be an integral part of the development

More information

The antenna for IoT: NB-IoT, LoRa, Zigbee or Sigfox

The antenna for IoT: NB-IoT, LoRa, Zigbee or Sigfox The antenna for IoT: NB-IoT, LoRa, Zigbee or Sigfox - Product: RUN mxtend TM FR01-S4-224 - Dimensions: 12.0 mm x 3.0 mm x 2.4 mm - Frequency regions: 698-960 MHz, 1710-2690 MHz and 3400-3800 MHz Do you

More information

Planning Your Wireless Transportation Infrastructure. Presented By: Jeremy Hiebert

Planning Your Wireless Transportation Infrastructure. Presented By: Jeremy Hiebert Planning Your Wireless Transportation Infrastructure Presented By: Jeremy Hiebert Agenda Agenda o Basic RF Theory o Wireless Technology Options o Antennas 101 o Designing a Wireless Network o Questions

More information

ZigBee Wireless Sensor Nodes with Hybrid Energy Storage System Based On Li-ion Battery and Solar Energy Supply

ZigBee Wireless Sensor Nodes with Hybrid Energy Storage System Based On Li-ion Battery and Solar Energy Supply ZigBee Wireless Sensor Nodes with Hybrid Energy Storage System Based On Li-ion Battery and Solar Energy Supply Chia-Chi Chang, Chuan-Bi Lin, Chia-Min Chan Abstract Most ZigBee sensor networks to date make

More information

MEMS Timing Technology: Shattering the Constraints of Quartz Timing to Improve Smartphones and Mobile Devices

MEMS Timing Technology: Shattering the Constraints of Quartz Timing to Improve Smartphones and Mobile Devices MEMS Timing Technology: Shattering the Constraints of Quartz Timing to The trends toward smaller size and increased functionality continue to dominate in the mobile electronics market. As OEMs and ODMs

More information

DUAL BAND FM WIRELESS TRANSCEIVER RXQ1. Applications

DUAL BAND FM WIRELESS TRANSCEIVER RXQ1. Applications FM Radio Transmitter & Receiver Low Profile Ceramic DIL Package Data Rates To 20 Kbits/S 433.92 or 433.33MHz Operation 2 Selectable Channels Narrowband Crystal Controlled Optimal Range 200m Supply Voltage

More information

Agenda. A short overview of the CITI lab. Wireless Sensor Networks : Key applications & constraints. Energy consumption and network lifetime

Agenda. A short overview of the CITI lab. Wireless Sensor Networks : Key applications & constraints. Energy consumption and network lifetime CITI Wireless Sensor Networks in a Nutshell Séminaire Internet du Futur, ASPROM Paris, 24 octobre 2012 Prof. Fabrice Valois, Université de Lyon, INSA-Lyon, INRIA fabrice.valois@insa-lyon.fr 1 Agenda A

More information

Ultra-low-power integrated radios for wireless body area networks. Vincent Peiris RF and Analog IC group, CSEM

Ultra-low-power integrated radios for wireless body area networks. Vincent Peiris RF and Analog IC group, CSEM Ultra-low-power integrated radios for wireless body area networks Vincent Peiris RF and Analog IC group, CSEM 1 Outline WBAN requirements Three cases of ultra-low-power 1V SoC and MEMSbased radios icyheart

More information

CMOS 2.4GHZ TRANSMIT/RECEIVE WLAN RFeIC

CMOS 2.4GHZ TRANSMIT/RECEIVE WLAN RFeIC CMOS 2.4GHZ TRANSMIT/RECEIVE WLAN RFeIC 17 1 RX 2 3 VDD VDD DNC 16 15 14 13 12 11 10 ANT Description The RFX2402C is a fully integrated, single-chip, single-die RFeIC (RF Front-end Integrated Circuit)

More information

Getting One Foot Into RF

Getting One Foot Into RF Getting One Foot Into RF 6/6/2008 1 Abstract A Wireless primer covering some of the fundamental RF concepts, Guidance on optimizing system design and maximizing range Frequency bands available for use

More information

Wireless communication for Smart Buildings

Wireless communication for Smart Buildings Wireless communication for Smart Buildings Table of contents 1. The Smart Buildings...2 2. Smart Buildings and Wireless technologies...3 3. The link budget...5 3.1. Principles...5 3.2. Maximum link budget...6

More information

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O 2.4 GHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1 to 63 mw RF Data Rate Configurable

More information

Model 2425B50-50C Rev. A

Model 2425B50-50C Rev. A rit Model 2425B50-50C Xinger Balun 50Ω to 100Ω Balanced Description The 2425B50-50C is a low profile sub-miniature balanced to unbalanced transformer designed for differential inputs and output locations

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

SIMPLE AND COST EFFICIENT SMART METER ANTENNA INTEGRATION

SIMPLE AND COST EFFICIENT SMART METER ANTENNA INTEGRATION SIMPLE AND COST EFFICIENT SMART METER ANTENNA INTEGRATION ALL mtend TM (FR01-S4-220) and RUN mtend TM (FR01-S4-224) AN for Smart Meters 698 960 MHz and 1710 2170 MHz Fractus Antennas specializes in enabling

More information

Revision History. Rev. No Issued Date Page Description Summary. V Initial Release

Revision History. Rev. No Issued Date Page Description Summary. V Initial Release Revision History Rev. No Issued Date Page Description Summary V0.1 2017-06-07 Initial Release 2 List of Contents 1. General... 4 1.1 Overview... 4 1.2 Features... 5 1.3 Application... 5 1.4 Pin Configuration...

More information

ThinkRF R5500. Real-Time Spectrum Analyzer. 9 khz to 8 GHz / 18 GHz / 27 GHz. Product Brochure and Technical Datasheet. Featuring

ThinkRF R5500. Real-Time Spectrum Analyzer. 9 khz to 8 GHz / 18 GHz / 27 GHz. Product Brochure and Technical Datasheet. Featuring Product Brochure and Technical Datasheet ThinkRF R5500 Real-Time Spectrum Analyzer 9 khz to 8 GHz / 18 GHz / 27 GHz Featuring Real-Time Bandwidth (RTBW) up to 100 MHz Spurious Free Dynamic Range (SFDR)

More information

VT-CC2530-Z1 Wireless Module. User Guide

VT-CC2530-Z1 Wireless Module. User Guide Wireless Module User Guide V-CHIP MICROSYSTEMS Co. Ltd Address: Room 612-613, Science and Technology Service Center Building, NO.1, Qilin Road, Nanshan District, Shenzhen, Guangdong TEL:0755-88844812 FAX:0755-22643680

More information

ISSCC 2006 / SESSION 20 / WLAN/WPAN / 20.5

ISSCC 2006 / SESSION 20 / WLAN/WPAN / 20.5 20.5 An Ultra-Low Power 2.4GHz RF Transceiver for Wireless Sensor Networks in 0.13µm CMOS with 400mV Supply and an Integrated Passive RX Front-End Ben W. Cook, Axel D. Berny, Alyosha Molnar, Steven Lanzisera,

More information

Dual-band Reach Xtend TM (FR05-S1-NO-1-003) GHz

Dual-band Reach Xtend TM (FR05-S1-NO-1-003) GHz 2.4-2.5 GHz and 4.9-5.875 GHz Fractus Antennas specializes in enabling effective mobile communications. Using Fractus technology, we design and manufacture optimized antennas to make your wireless devices

More information

RN-41-SM. Class 1 Bluetooth Socket Module. Features. Applications. Description. Block Diagram. rn-41sm-ds 9/9/2009

RN-41-SM. Class 1 Bluetooth Socket Module. Features. Applications. Description. Block Diagram.   rn-41sm-ds 9/9/2009 RN-41-SM www.rovingnetworks.com rn-41sm-ds 9/9/2009 Class 1 Bluetooth Socket Module Features Socket module 3/5V DC TTL I/O Fully qualified Bluetooth 2.1/2.0/1.2/1.1 module Bluetooth v2.0+edr support Low

More information

FC-703C Wireless M-bus Module DATA SHEET

FC-703C Wireless M-bus Module DATA SHEET FC-703C Wireless M-bus Module DATA SHEET FRIENDCOM TECHNOLOGY DEVELOPMENT CO.,LTD Address: Comprehensive building, Wanyelong science and technology Park, Liyuan Industrial Zone, Shiyan Street, Bao'an District,

More information

AN0504 Tag Design with swarm bee LE

AN0504 Tag Design with swarm bee LE AN0504 Tag Design with swarm bee LE 1.4 NA-14-0267-0005-1.4 Document Information Document Title: Document Version: 1.4 Current Date: 2016-05-31 Print Date: 2016-05-31 Document ID: Document Author: Disclaimer

More information

INDY R2000 Module Series Specification

INDY R2000 Module Series Specification 1 Table 1: Module Overview Module Type M-2600 M-2800 Real Photo RF Channel Single Channel Four channel RF Connector MMCX SMA Antenna Connection Mode Can be configured as a single Bistatic is unavailable

More information

Thank you for downloading one of our ANSYS whitepapers we hope you enjoy it.

Thank you for downloading one of our ANSYS whitepapers we hope you enjoy it. Thank you! Thank you for downloading one of our ANSYS whitepapers we hope you enjoy it. Have questions? Need more information? Please don t hesitate to contact us! We have plenty more where this came from.

More information

Integrated Radio Systems for Energy Harvesting

Integrated Radio Systems for Energy Harvesting Integrated Radio Systems for Energy Harvesting by Robert Saurug Donnerstag, 22. April 2010 Outline Short introduction of SensorDynamics Why developing a radio IC for energy harvesting? Design Challenges

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

AN4378 Application note

AN4378 Application note Application note Using the BlueNRG family transceivers under FCC title 47 part 15 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

ZICM357P2-1 Antenna Pattern Measurements

ZICM357P2-1 Antenna Pattern Measurements Technical Note 0008-00-16-00-000 ZICM357P2-1 Antenna Pattern Measurements ZICM357P2-1 24Antenna Pattern Measurements Introduction This document demonstrates the antenna performance of the ZICM357P2-1 module.

More information

AN4819 Application note

AN4819 Application note Application note PCB design guidelines for the BlueNRG-1 device Introduction The BlueNRG1 is a very low power Bluetooth low energy (BLE) single-mode system-on-chip compliant with Bluetooth specification

More information

White Paper: Zero Power Wireless Sensors

White Paper: Zero Power Wireless Sensors Sensor Networks Overview Sensors networks are in widespread use in factories, industrial complexes, commercial and residential buildings, agricultural settings, and urban areas, serving to improve manufacturing

More information

SAME 2013 Conference BLUETOOTH SMART LOW POWER SENSORS. Atef AL NUKARI, Pascal CIAIS, Insight SiP. Sophia-Antipolis, France

SAME 2013 Conference BLUETOOTH SMART LOW POWER SENSORS. Atef AL NUKARI, Pascal CIAIS, Insight SiP. Sophia-Antipolis, France SAME 2013 Conference BLUETOOTH SMART LOW POWER SENSORS Atef AL NUKARI, Pascal CIAIS, Insight SiP Sophia-Antipolis, France Abstract Low power wireless sensing applications pose great challenges for hardware/software

More information

RN-21. Class 1 Bluetooth Module. Applications. Features. Description. Block Diagram. DS-RN21-V2 3/25/2010

RN-21. Class 1 Bluetooth Module. Applications. Features. Description. Block Diagram.   DS-RN21-V2 3/25/2010 RN-21 www.rovingnetworks.com DS-RN21-V2 3/25/2010 Class 1 Bluetooth Module Features Supports Bluetooth 2.1/2.0/1.2/1.1 standards Class1, up to 15dBm(RN21) (100meters) Bluetooth v2.0+edr support Postage

More information

802.11g Wireless Sensor Network Modules

802.11g Wireless Sensor Network Modules RFMProducts are now Murata Products Small Size, Integral Antenna, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital,

More information

SWL-2900U User Guide REV 0.9. Summary. SWL-2900U DatasheetUser Guide. Samsung Electro-Mechanics

SWL-2900U User Guide REV 0.9. Summary. SWL-2900U DatasheetUser Guide. Samsung Electro-Mechanics User Guide SWL-2900U User Guide REV 0.9 Samsung Electro-Mechanics 2007-12-26 Summary This document describes the general User-Guide of SWL-2900U IEEE 802.11b/g Wireless LAN USB 2.0 module. 2007 Samsung

More information

Wireless Internet Routing. IEEE s

Wireless Internet Routing. IEEE s Wireless Internet Routing IEEE 802.11s 1 Acknowledgments Cigdem Sengul, Deutsche Telekom Laboratories 2 Outline Introduction Interworking Topology discovery Routing 3 IEEE 802.11a/b/g /n /s IEEE 802.11s:

More information