An Evaluation of Low Power, Low-Rate Wireless Data Communication

Total Page:16

File Type:pdf, Size:1020Kb

An Evaluation of Low Power, Low-Rate Wireless Data Communication E.Vading & G.Enander & E.Vading An evaluation of low power, low-rate wireless data communication technologies for battery powered sensor networks Master’s Thesis An evaluation of low power, low-rate wireless data communication technologies for battery powered sensor networks Einar Vading Gustav Enander Department of Electrical and Information Technology, Faculty of Engineering, LTH, Lund University, June 2014. http://www.eit.lth.se An evaluation of low power, low-rate wireless data communication technologies for battery powered sensor networks Einar Vading and Gustav Enander Department of Electrical and Information Technology Lund University Advisors: Marcus Johansson (Axis), Jon Hansson (Axis) and Stefan Höst (EIT) June 23, 2014 Printed in Sweden E-huset, Lund, 2014 Abstract One major cost driver in sensor system installations is the cost of labor. With wireless sensors the installation cost can be lowered since no cables needs to be routed. For the total cost of ownership to be low, however, the battery life of the sensor must be long. A wireless sensor system is more susceptible to interference than a wired counterpart and since the transmission is done over the air, it is easier to intercept and possibly forge communication. For this thesis work, a wireless sensor prototype was developed with the aim of being both secure and low power. We found that it was possible to achieve a battery life of at least 5 years with a range of about 30 m and message authentication. i Executive summary I. INTRODUCTION data rate. Measurements and tests concluded that 868 MHz Wireless sensors are becoming increasingly popular, mainly was the best choice for this application, mainly because of the because of simplified installation since there is no need for good range. There are also regulations that limit the maximum laying cables. Typical wireless sensors measure temperature, output power and transmission time on this frequency band humidity, atmospheric pressure or can be used as alarm which minimizes the risk of interference from other systems. sensors. Wireless sensor systems imply low installation costs, To minimize power consumption the sensor spends most of especially in large systems where many sensors need to be its time in a low-power sleep mode, consuming only about connected. 1.3 µA. This corresponds to the energy produced by a drop There are however demands on wireless sensor systems of water falling from 1 cm height! The sensor then wakes up that do not exist for wired systems. Long battery lifetime is periodically (for example every 60 s) to announce itself. It also probably the most important demand – if there should be any wakes up for events, for example at a defined relative change long term benefit from the simplified installation, battery life in temperature. The time in active mode is much more power must be long enough. consuming than when waiting and it should therefore be kept There are also security issues that do not exist for wired to a minimum. systems, for example the risk of someone interfering or The prototype’s main hardware consists of a microprocessor jamming the wireless communication, be it deliberately or by (MCU) and a radio chip. Both the MCU and radio chip mistake. were chosen to minimize power consumption, while still being The goal of this work was to develop a sensor prototype secure and reliable. The sensor is powered by a small button for measuring temperature with focus on long battery lifetime, cell battery (CR2032). good range and secure communication. IV. V ERIFICATION II. EXISTING TECHNOLOGIES The manufactured sensor’s performance was evaluated by There are several technologies that are suitable for wireless measuring power consumption and maximum possible range. sensors. ZigBee, Bluetooth and Z-wave are examples of some, Range was measured in two typical office environments, one that can be used for this type of application. These technolo- with a majority of gypsum walls and the other with a majority gies include both hardware specifications for the electronics of thick concrete walls. and software for handling the wireless communication. A common property of many wireless systems is that they V. R ESULTS AND CONCLUSIONS utilize license free frequency bands. There are three license Results conclude that the manufactured prototype sensor is free frequency bands available in Europe, these are: 433 MHz, working well and should be able to reach a battery lifetime of 868 MHz and 2.4 GHz (for example used by wireless internet, about 5 years. Wi-Fi). Another feature of the existing technologies is that The choice of MCU and radio chip is very important for as little data as possible is transferred, to minimize power maximizing battery lifetime. Making the software as efficient consumption. as possible in order to minimize the power consuming active It was decided not to use any of the existing techniques for time is also crucial. this prototype, and instead develop a new solution using our Maximum indoor range is highly dependent of the en- own software together with a pre-fabricated radio chip. This vironment. Tests show that concrete walls result in much gave the possibility to further minimize power consumption higher attenuation of the radio signal and thus a much shorter by tailoring the hardware and software to fit the exact needs achievable range. A maximum range of 20 m to 30 m is of the application. however possible in most indoor locations. The developed security solution makes it impossible to send III. PROTOTYPE DESIGN fake messages. Thanks to the sensor’s function of announcing The prototype sensor works at 868 MHz, which is one of itself every 60 s, any attempt to jam the data communication the license free frequency bands that is available in Europe. will be discovered. Similar frequency bands exist in most part of the world, for This work concludes that wireless sensors are a good example 915 MHz that is available in the US and can be used alternative to wired sensors. Microcontrollers and radio chips without hardware modifications. are being further developed, which can provide even better The choice of frequency is important as it directly affects the battery lifetime. Other technologies such as energy harvesting, maximum possible communication range – higher frequency for example by using solar cells, could also be used for further results in shorter range. The data rate is also frequency extending battery lifetime. dependent, a higher frequency results in a higher possible Acknowledgements We would like to thank our supervisors Marcus Johansson and Jon Hansson at Axis Communications who both provided us with great support and a great deal of inspiration. We would also like to thank our examiner Stefan Höst at LTH who has given us new perspectives for this thesis as well as help with administrative details. A big thanks also goes out to all the employees at Axis that have helped us and answered all our questions. iii iv Table of Contents 1 Introduction 1 1.1 Background ............................... 1 1.2 Specications .............................. 1 2 Theory 3 2.1 Multiple access methods ........................ 3 2.2 Modulation techniques ......................... 4 2.3 IEEE 802.15.4 ............................. 5 2.4 Bluetooth Low Energy ......................... 7 2.5 ZigBee ................................. 7 2.6 Z-Wave ................................. 9 2.7 DASH7 ................................. 9 2.8 Proprietary ............................... 10 3 Evaluation 11 3.1 Range .................................. 11 3.2 Frequency bands ............................ 11 3.3 Evaluation results ............................ 13 4 Prototype design 17 4.1 Hardware design ............................ 18 4.2 Software design ............................. 24 5 Verication 29 6 Results 31 6.1 Power consumption ........................... 31 6.2 Range .................................. 31 7 Discussion 37 7.1 Power consumption ........................... 37 7.2 Range .................................. 37 7.3 Open issues ............................... 38 7.4 Summary ................................ 39 v References 41 A Schematic 45 B PCB layout 49 vi List of Figures 2.1 Network topologies in IEEE 802.15.4 with star topology on the left and peer to peer topology on the right. Dashed circles represent reduced function devices and stroked circles represent full function devices. 6 2.2 ZigBee mesh network with ZigBee Endpoints, dashed circles, ZigBee Routers, smaller unbroken circles, and ZigBee Coordinator, larger thick circle. .................................. 8 3.1 Probability of collision during a communication event as a function of the number of sensors, 0100 sensors. ................ 15 3.2 Probability of collision during a communication event as a function of the number of sensors, 010000 sensors. ............... 15 4.1 Overview of the complete system with A1001 access controller on the far left. The A1001 is communicating with a microcontroller which in turn handles the communication with all the sensors via radio. ... 17 4.2 Silicon Labs EFM32 Zero Gecko, bottom (left) and top (right). ... 18 4.3 Anaren radio modules. ......................... 21 4.4 CR2032 lithium battery. ........................ 22 4.5 Sensor hardware, radio module and MCU. ............... 23 4.6 Packet description ........................... 28 6.1 Current consumption when transmitting a packet at 0 dBm. ..... 32 6.2 Current consumption when transmitting a packet at +10 dBm. ... 32 6.3 Current consumption when transmitting
Recommended publications
  • Richardson RFPD Iot Capabilities Brochure
    INTERNET OF THINGS IoT CAPABILITIES: SPRING 2019 ichardson RFPD, an Arrow Electronics company, is an • 70+ years of expertise in RF & Wireless connectivity electronic component distributor focused on the RF • World-class logistics and supply chain capabilities R and wireless communications, IoT, power conversion • Global team of over 200 design, application and sales engineers and renewable energy markets. • 30+ worldwide locations RICHARDSON RFPD, AN ARROW COMPANY, IS HEADQUARTERED IN GENEVA, ILLINOIS WITH OFFICES AROUND THE WORLD. WE LEVERAGE THE ARROW “FROM SENSOR TO SUNSET” CAPABILITIES TO DELIVER AN END-TO-END IoT SOLUTION. TABLE OF CONTENTS IoT INTRODUCTION............................ 2-9 RF COMPONENTS....................15-22 About Richardson RFPD Antennas Communication System Categories Sensors Cellular LPWA Microcontrollers IoT Line Card: Suppliers Transceivers IoT Line Card: Integrated Solutions System-on-Chips (SoCs) IoT Line Card: Electronic Components Front End Modules (ICs) COMPONENTS RF RF Semiconductors MODULES, GATEWAYS & MODEMS... 10-14 Passives Cellular Modules - Surface Mount EMI Shielding & Grounding Cellular Modules - Mini Cards Interconnect Bluetooth & GNSS Modules Power Management Smart Connectivity Modules Gateways/Modems & Trackers ENABLEMENT TOOLS.......... 23-29 WIRELESS Richardson RFPD Engineering Support IoT Connectivity Services CONNECTIVITY Bundled Connectivity Solutions Components & IC Evaluation Tools FOR IoT Module Evaluation Tools Prototyping: Module Integration Open Source Platforms ichardson RFPD
    [Show full text]
  • An Illustrative Design of Iot Devices Using a Cloud
    International Journal of Engineering Science Invention Research & Development; Vol. III, Issue VII, January 2017 www.ijesird.com, e-ISSN: 2349-6185 AN ILLUSTRATIVE DESIGN OF IOT DEVICES USING A CLOUD ENVIRONMENT Sanket N Shettar1, Padma R2 1,2Assistant Professor, Dept of ECE, GSSSIETW, Mysuru [email protected], [email protected] ABSTRACT: This paper presents a design and prototype embedded hardware. Simultaneously, the implementation of Atmosphere which is an innovative platform that enables quick and easy development of Bluetooth Low application’s mobile code is downloaded to the Energy (BLE, also known as Bluetooth Smart) applications for Atmosphere app on your mobile device. The result iOS and Android mobile operating systems. It combines a cloud- is a cohesive solution of the embedded hardware based development environment and local programming application to create a unique means of building a variety of and mobile device seamlessly working together. applications by bridging communication via BLE between a Atmosphere is a suite consisting of several pieces mobile device and embedded hardware. of software and hardware all working together to develop mobile applications. These include: Keywords: Anaren Atmosphere, Bluetooth Low Energy (BLE), Integrated Development Environment (IDE), Atmosphere Atmosphere Account: The account to gain Application Programming Interface (API), Light Emitting Diode access to Atmosphere development tools, (LED). resources, and created projects. I. INTRODUCTION Atmosphere Developer: The cloud-based integrated development environment used to An atmosphere is designed to help the developer build applications. easily construct the mobile applications, and utilize Atmosphere Programmer: The computer- a mobile app to control a remote device through based software used to program an BLE.
    [Show full text]
  • How Iot Is Transforming the Industrial Ecosystem Market Drivers, the Changing Industrial Landscape and Strategic Considerations Introduction
    How IoT is transforming the industrial ecosystem Market drivers, the changing industrial landscape and strategic considerations Introduction IIoT: Industrial as an IoT application The Internet of Things (IoT) will affect broad portions of the manufacturing process in large and significant ways. – Industrial Ethernet has been around since early 2000, but products like field devices remain unconnected or provide only one-way communication. – Industrial Internet of Things (IIoT) features two-way communication: Data is fed up to controller level (and to the Cloud in the future), but feedback is also provided to devices. Introduction A host of considerations When—and how—to introduce IIoT into manufacturing environments is not a one-size-fits-all endeavor. Discover industry challenges driving Explore factors contributing to the demand to implement IIoT solutions changing industrial ecosystem Examine device- and connectivity-level Review relevant factors while opportunities for introducing IIoT navigating the changing landscape Where are we now? Technology development Sensors are widely used in the manufacturing environment. But while their use will become more widespread, the ability to connect and transmit more data faster and with improved integrity will be the true enabler of IIoT. 90 90 Discrete control and visualization 80 80 Encoders 70 70 Industrial robots 60 60 Mobile assets Motor controls 50 50 Motors, generators and turbines 40 40 Process control and instrumentation 30 30 Pumps and compressors 20 20 Sensors Switchgear 10 10 2016: 99M IIoT 2021: 252M IIoT devices shipped devices shipped Where are we now? Improved data transmission Connectivity protocols and frameworks enable customers to collect and transfer more data quickly and accurately, from sensors up to the Cloud, for data aggregation and analytics.
    [Show full text]
  • Anaren Integrated Radio (AIR) Low-Power RF Modules, Firmware & Development Tools That Make It Easy to ‘Go Wireless’
    Anaren Integrated Radio (AIR) Low-power RF modules, firmware & development tools that make it easy to ‘go wireless’ Anaren Integrated Radio A2500R24x User’s Manual Release Date: 11/15/16 Anaren, Inc. | 6635 Kirkville Road | East Syracuse, NY 13057 800.411.6596 | www.anaren.com/air | [email protected] THIS PAGE INTENTIONALLY LEFT BLANK Anaren Integrated Radio (AIR) iii USER’S MANUAL Models A2500R24A and A2500R24C Contents 1. Overview .......................................................................................................................................................... 5 1.1. A2500R24A ................................................................................................................................................. 5 1.2. A2500R24C ................................................................................................................................................. 5 1.3. Features....................................................................................................................................................... 6 1.4. Theory of Operation.................................................................................................................................. 6 1.4.1. Typical Flow ........................................................................................................................................ 9 1.5. Applications ..............................................................................................................................................
    [Show full text]
  • Anaren Balun Optimized for CC2430
    0404 Balun Application note (ANN-2002) Page 1 of 16 Anaren 0404 (BD2425N50200A00) balun optimized for Texas Instruments CC2430 Transceiver Nithya R Subramanian – RF Development Engineer Niels Kirkeby– R&D Manager August 31st, 2007 Introduction Over the last few years, the drive for miniaturization and integration has intensified the challenges concerning the trade off between repeatability, cost and time to market. The design must be robust enough to get good yields, but also have the lowest possible bill of material cost. The total cost not only depends on the number and types of parts and their associated cost, but also on the size of the PCB and enclosure. At Anaren the focus is on developing product that addresses this trade off. Integrating 100% RF tested components increase yield and decreases size and time to market. The following application note demonstrates these objectives clearly as we present a small and simple balun solution optimized for use with the CC2430 from Texas Instruments. The CC2430 is a true single-chip 2.4 GHz ISM and IEEE 802.15.4 (ZigBee) compliant RF transceiver, designed for low-power wireless applications. The reference design presented in this application note uses only three components for impedance matching: a 1mm square Anaren multilayer balun, a DC blocking capacitor and an inductor for final impedance matching. This results in a design which takes up very little space and performs according to the numbers in the CC2430 data sheet. The CC2430 is a low-cost, highly integrated solution for robust wireless communication in the 2.4 GHz unlicensed ISM band.
    [Show full text]
  • Sergei Bezroukov Sotl Poster 2015-16
    SoTL 2015: Enhancement of Netcentric Computing Course CSCI-470 Dr. Sergei Bezroukov University of Wisconsin – Superior Wired Ethernet Labs Project Description Bluetooth Lab II These labs were based on EZNet WIZ5200 Ethernet module The goal of this project is to improve student learning In this lab we developed applications on a PSoC controlled byTexas Instruments MSP430G2553 outcomes in CSCI470 “Netcentric Computing” course (Programmable System on Chip) from Cypress microcontroller. I showed and explained in details the code offered in Fall 2015. Specifically, I wanted to provide the Semiconductor Corp. This chip contains a Cortex-M0 for implementing both Server and Client applications. students a way to implement various features of microcontroller that runs BLE (Bluetooth Low Energy) networking algorithms in practice by using protocol stack along with the user code. We did several The Server application employed temperature and humidity microcontrollers. This way the course would be even more experiments with this chip, including implementation of one sensor along with barometric pressure sensor and hosted a practice oriented and help the students to understand standard GATT BLE profile. The device listens for incoming web page showing this data. The students were able to various networking aspects. This is particularly important connections and transmits back the ambient temperature connect to the server from the Lab computers and observe for the IoT (Internet of Things) movement which becomes and humidity data. The microcontroller development was dynamically updating data with the help of AJAX technology. more and more popular in the recent years in terms of done with PSoC Creator studio. We also used Cypress BLE The Client application, in turn, posted temperature, humidity, new devices on market and job offerings in industry.
    [Show full text]
  • (BD2425N50200A00) Balun Optimized for Texas Instruments CC2430
    0404 Balun App. Note 0404 Balun Application note (ANN-2002) Page 1 of 16 Anaren 0404 (BD2425N50200A00) balun optimized for Texas Instruments CC2430 Transceiver Nithya R Subramanian – RF Development Engineer Niels Kirkeby– R&D Manager August 31st, 2007 Introduction Over the last few years, the drive for miniaturization and integration has intensified the challenges concerning the trade off between repeatability, cost and time to market. The design must be robust enough to get good yields, but also have the lowest possible bill of material cost. The total cost not only depends on the number and types of parts and their associated cost, but also on the size of the PCB and enclosure. At Anaren the focus is on developing product that addresses this trade off. Integrating 100% RF tested components increase yield and decreases size and time to market. The following application note demonstrates these objectives clearly as we present a small and simple balun solution optimized for use with the CC2430 from Texas Instruments. The CC2430 is a true single-chip 2.4 GHz ISM and IEEE 802.15.4 (ZigBee) compliant RF transceiver, designed for low-power wireless applications. The reference design presented in this application note uses only three components for impedance matching: a 1mm square Anaren multilayer balun, a DC blocking capacitor and an inductor for final impedance matching. This results in a design which takes up very little space and performs according to the numbers in the CC2430 data sheet. The CC2430 is a low-cost, highly integrated solution for robust wireless communication in the 2.4 GHz unlicensed ISM band.
    [Show full text]
  • UC San Diego UC San Diego Electronic Theses and Dissertations
    UC San Diego UC San Diego Electronic Theses and Dissertations Title A primitive based approach for managing, deploying and monitoring in-building wireless sensor networks Permalink https://escholarship.org/uc/item/0x70498m Author Dutta, Seemanta Publication Date 2012 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA, SAN DIEGO A Primitive Based Approach for Managing, Deploying and Monitoring In-building Wireless Sensor Networks A thesis submitted in partial satisfaction of the requirements for the degree Master of Science in Computer Science by Seemanta Dutta Committee in charge: Yuvraj Agarwal, Chair Rajesh Gupta Ryan Kastner 2012 Copyright Seemanta Dutta, 2012 All rights reserved. The thesis of Seemanta Dutta is approved, and it is ac- ceptable in quality and form for publication on microfilm and electronically: Chair University of California, San Diego 2012 iii DEDICATION To Ma, Deuta and Jethi iv EPIGRAPH We are all connected; To each other, biologically. To the earth, chemically. To the rest of the universe atomically. {Neil deGrasse Tyson v TABLE OF CONTENTS Signature Page . iii Dedication . iv Epigraph . .v Table of Contents . vi List of Figures . ix List of Tables . xi Acknowledgements . xii Vita and Publications . xiii Abstract of the Thesis . xiv Chapter 1 Introduction . .1 Chapter 2 Background . .4 Chapter 3 Hardware design . .7 3.1 Testbed hardware - End devices and Coordinators . .9 3.2 Base Stations and backend server . 13 Chapter 4 Software Architecture and Design basics . 15 4.1 Monitor and Test (MT) API . 17 4.2 Base Station scripts organization . 23 4.3 Miscellaneous software issues .
    [Show full text]
  • AN054 -- Anaren Balun Optimized for CC2420
    0404 Balun Application note (ANN-2001) Page 1 of 17 Anaren 0404 (BD2425N50200A00) balun optimized for Texas Instruments CC2420 Transceiver Nithya R Subramanian – RF Development Engineer Niels Kirkeby– R&D Manager August 31st, 2007 Introduction Over the last few years, the drive for miniaturization and integration has intensified the challenges concerning the trade off between repeatability, cost and time to market. The design must be robust enough to get good yields, but also have the lowest possible bill of material cost. The total cost not only depends on the number and the types of parts and their associated cost, but also on the size of the PCB and enclosure. At Anaren the focus is on developing product that addresses this trade off. Integrating 100% RF tested components increase yield and decreases size and time to market. The following application note demonstrates these objectives clearly as we present a small and simple balun solution optimized for use with the CC2420 from Texas Instruments. The CC2420 is a true single-chip 2.4 GHz ISM and IEEE 802.15.4 (ZigBee) compliant RF transceiver, designed for low-power wireless applications. The reference design presented in this application note uses only three components for the impedance matching: a 1mm square Anaren multilayer balun, a DC blocking capacitor and an inductor for final impedance matching. This results in, a design which takes up very little space and performs according to the numbers stated in the data sheet. The CC2420 is a low-cost, highly integrated solution for robust wireless communication in the 2.4 GHz unlicensed ISM band.
    [Show full text]
  • Iot Security: Challenges, Solutions & Future
    IOT SECURITY: CHALLENGES, SOLUTIONS & FUTURE PROSPECTS Mikhail Gloukhovtsev Sr. Solutions Architect Digital Solutions, Cloud & IoT Orange Business Services [email protected] Knowledge Sharing Article © 2018 Dell Inc. or its subsidiaries. Table of Contents 1. Introduction .............................................................................................................................. 5 1.1 What Is IoT? .......................................................................................................................... 5 1.2 Security Role in the IoT Development .................................................................................. 7 2. IoT Security and IoT Architectures .......................................................................................... 8 2.1 IoT Architectures ................................................................................................................... 8 2.1.1 IoT Components ................................................................................................................. 8 2.1.2 IoT Architectures and IoT Security .................................................................................. 10 3. IoT Security Challenges ........................................................................................................ 13 3.1 IoT Security Risks and Challenges ..................................................................................... 13 3.2 IoT Security Threats and Attacks.......................................................................................
    [Show full text]
  • Wi-Fi 6Lowpan 6Lowpan BLE RF4CE Microchip Miwi TI Simpliciti TI Simpliciti NXP Jennet
    Silica Wireless FAE Friday SILICA I The Engineers of Distribution 1 Wireless The big picture Frequencies Sub 1Ghz 2.4Ghz to 5Ghz W-Mbus ZigBee Bluetooth Wi-Fi 6LowPan 6LoWPAN BLE RF4CE Microchip MiWi TI SimpliciTI TI SimpliciTI NXP Jennet TI TI TI TI Microchip Microchip Microchip Microchip Anaren Nxp ST ST ST Analog Devices Anaren Rohm LSR ST Rohm Rohm LSR LSR SILICA I The Engineers of Distribution 2 Choosing the frequency and protocol I want to go far Bluetooth BLE Ant Sub Ghz 2.4 Ghz Proprietary WiFi RF4CE Zigbee 1 10 100 1000 10000 Range in meters SILICA I The Engineers of Distribution 3 Choosing the frequency and protocol I want to go fast 30 25 20 Mbps 15 Throughput 10 5 0 BLE/Ant WiFi Bluetooth RF4CE Sub-1Ghz 2.4Ghz Prop SILICA I The Engineers of Distribution 4 Choose the frequency and protocol I want go low power Li-Ion AAA Coin Cell BLE Bluetooth WiFi Sub-1Ghz Zigbee 2.4 GHz Proprietary SILICA I The Engineers of Distribution 5 WiFi SILICA I The Engineers of Distribution 6 WiFi Why WiFi? • Connect electronic devices to each other, to the Internet, and to wired networks –quickly and securely • Most prominent wireless connectivity technology for computers and internet • Real-world performance similar to wired networks • High data rate, (>20Mbps throughput) • Over 2.5 billion WiFiunits deployed in the market today; 1 billion units/year projected starting in 2011 SILICA I The Engineers of Distribution 7 WiFi IEEE802.11 • A set of standards for wireless local area network (WLAN) communication • Protocols –amendments to the original
    [Show full text]
  • 2530 System on Chip Series
    2530 System on Chip Series The A2530R24CZ1 is a high-performance, FCC & IC certified and ETSI- compliant connectorized radio module that incorporates the Texas Instruments CC2530 in the industry’s smallest package: 11 x 19 x 2.5 mm. The module comes pre-loaded with Anaren’s AIR-ZNP firmware for the A2530R24CZ1 ZigBee®* Standard. Features Benefits General: 2.4-GHz IEEE 802.15.4 compliant RF transceiver Minimal RF engineering experience necessary Excellent receiver sensitivity and robustness to Minimal ZigBee® experience necessary interference (-90dBm average) Easy to program and implement, short design cycle Wide input voltage range (2.2V – 3.6V) No additional “Intentional Radiator” certification 100% RF tested in production required (FCC CFR 47 Part 15, IC RSS-210) Industry-standard U.FL connector Minimal real estate required Module weight approximately 0.7 grams Easily implemented on a two layer PCB Current Consumption: (TC = 25°C, VDD = 3.0V) No additional harmonic filtering required Active mode RX (CPU Idle): 25 mA 100% RF-tested in production Active mode TX (CPU Idle): 29 mA @0dBm, Common footprint for similar products in family 34mA @4dBm (module MAX output power, complies with FCC, No additional DC decoupling required IC and ETSI limits) Includes IEEE 802.15.4 MAC Timer 3 Low power/sleep modes from 1uA to 200 uA CSMA/CA hardware support Microcontroller: Accurate Digital RSSI/LQI support High-performance and low-power 8051 Battery monitor and temperature sensor Microcontroller core with code prefetch AES
    [Show full text]