Evolution of Wireless Sensor Technologies and Energy

Total Page:16

File Type:pdf, Size:1020Kb

Evolution of Wireless Sensor Technologies and Energy International Journal of Engineering Research & Technology (IJERT) Header Page 1 of 4. ISSN: 2278-0181 Vol. 2 Issue 4, April - 2013 Evolution Of Wireless Sensor Technologies And Energy Resource Management Of Microcontroller Used In Wireless Networks B N Suresh Kumar, Adapa Rajesh, Tammu Tarak RamaKrishna, Pamidi Dept. of Electrical Engineering, Blekinge Tekniska Hogskola(BTH) Abstract—This paper is a brief survey that presents the power of 1000 cycles of CPU for one bit of data [1]. Hence, evolution of wireless sensor networks (WSN) over time and how efficient use of energy is necessary in areas of low power they are optimized and made reliable in power aspects of design. reserves. The research question of this paper is to reduce power It is to be noted that wireless sensor networks are consumption in a sensor node. Since most applications of WSNs erroneously classified as a special case of wireless ad-hoc are in areas of wilderness, power consumption is vital to make them work for long time. Microcontroller (MCU) is heart of any networks, but the truth is the algorithms and protocols used for sensor node. Now our focus is on power controlling techniques ad hoc networks are incompatible to WSNs [2]. and issues in microcontrollers. This paper describes the energy consumption techniques to reduce overall power of WSNs that are main attributes to modern day wireless technologies. It also II. PROBLEM STATEMENT AND MAIN CONTRIBUTION briefly discusses about the states of the MCU and reducing the power consumption in these states. This paper also discusses Micro controllers are employed at the core of sensor nodes about reducing the power of MCU in sleep mode via Brown out Detector (BOD). Finally, the AVR Pico power technology and which consume most of the sensor energy. We discuss about design tailored microcontrollers for application specific sensor various factors that influence the power consumption in a network node (ASIC) are also presented. MCU of a sensor. In this paper we mainly focus on various methods adapted to lessen to the power consumption of a Index Terms— Wireless sensor networking, AVR Pico power microcontroller in a sensor node. We relate the concept of technology, resource management, ASIC microcontroller, sensor AVR pico technology with MCU to reduce the total power node, Brown Out Detector. consumption of the sensor node. The concept of Application Specific Integrated Circuits (ASIC) is used so as to evolve the I. INTRODUCTION concept of tailored MCUs to reduce the power. Owing to wireless technology every corner of world is In the first section (III) the paper deals with evolution of aligned with intelligence. The evolution of wireless network WSNs and its optimization to adapt with technology demands. started as “smart dust” by Dr.Kris Pister and Co as theyIJERTIJERT In the second section (IV) the focus is how to deal with power defined it a network of microcomputers built into whatever we consumption issues in microcontrollers that used in sensor need, such as buildings, bridges and etc. The processing nodes. features such as sensing, computation and communication in III. EVOLUTION OF WSNS AND OPTIMISATION WITH small package, are right now integrated in a size of grain. TECHNOLOGY AND RELIABILITY ISSUE These nodes record information about the surroundings and send it to a neighbouring computer or to the user for A WSN can be defined as a network of devices, denoted as monitoring. These low power and relatively inexpensive tiny nodes, which can sense the environment and communicate the specs of networks can manage even a larger size city. This information gathered from the monitored field (e.g., an area or discovery of smart dust led made us to understand more about volume) through wireless links. The data is forwarded, possibly our surroundings. For example, automatic opening and closing via multiple hops, to a sink (sometimes denoted as controller or of doors by motion sensors, detecting the seismic activity by monitor) that can use it locally or connected to the other vibration sensors, automatic fire alarm by heat sensors etc. The networks (e.g. the Internet) through a gateway. [1] wireless sensor networks are a subclass of wireless ad-hoc The nodes can be stationary or moving. They can be aware networks that uses sensor nodes for sensing, communicating of their location or not. They can be homogeneous or not i.e. and computing operations that are monitored using a similar sensors node are connected to another or not networked distributed sensor network. respectively. “On one hand, WSNs enable new applications Technologies have not developed parallel and at the same and thus new possible markets, on the other hand, the design is level for all WSN components. Since the networks are powered affected by several constraints that call for new paradigms”[1]. by batteries careful monitoring has to be done to prevent out of At the end of 20th century the idea of combining MEMS service nodes. Also the radio transceiver module used for technology, Morse coding together with the communication wireless communication consumes lots of power i.e. it uses revolution gave rise to the emerging wireless sensors www.ijert.org 175 International Journal of Engineering Research & Technology (IJERT) Header Page 2 of 4. ISSN: 2278-0181 Vol. 2 Issue 4, April - 2013 technology under the name of “dust networks” [2]. As the communicate in timeslots, similar to other TDM systems. Such reliability is the main concern of any emerging technology, it deterministic communication allows the devices to stay had taken time to achieve 99.9% reliability. Protocol reliability, extremely low power, as the radios only turn on for the periods i.e the challenges a sensor network to withstand with RF of scheduled communication. The protocol is designed to environment is main concern. It started as a single hop network operate very reliably in a noisy environment. It uses channel usually emerged as multi hop network along with some hopping to avoid interference the packets between TSMP protocols to work with it. Dust Network employs TSMP devices get sent on different radio channels depending on time [3](Time Synchronized Mesh Protocol) to keep the nodes of transmission.[7]” In addition, TSMP allows the WSN to stay awake at particular instants of time and also manage the energy in sleep mode more often than wakeful mode i.e. it has a low consumption and multi path interference in a manner that data duty cycle and the focus is then drawn to save power in sleep from no single node is dropped [2]. Also the path loss of modes. A duty cycle of a microcontroller is the percentage of various nodes in the system is calculated and it shows fair its active state in one time period. It is intuitive that a typical results [2]. In case of high path loss that interrupts data packet WSN node has a duty cycle of about < 1% because of their to be properly transferred, a mechanism to switch the operating applications. For example a temperature sensor calibrates once channel is developed. Adaptation of the operational channel in every 10 minutes, a vibration sensor placed in an earthquake based on channel quality is similar to Zigbee to Zigbee Pro prone area wakes up once in very long time. So, it is intuitive development. As the result, the described designed intelligence that its active state is very less than that of its sleep state. So in MAC (Media Access Control) or Application layers considering the power saving methods in sleep mode may constructs a reliable system. reduce overall power. Low power is dependent on many The next concern about a sensor node is physical size. In factors such as crystal oscillator frequency, temperature, the course of sensor evolution the size of a node had changed operating voltage with peripherals running. “In many from a shoe to a small grain in series of steps. In some applications, the processor does not run continuously and applications such as medicine and security the need for even peripherals may be idle much of the time. The overall power smaller size is demanded. Hence, striving is in a direction of consumption can be reduced by taking advantage of various achieving microscopic or nanoscopic sensor nodes which is the sleep modes available virtually on all processors. The most research area of future. common sleep modes are Power Down (PWD), Power Save (PS) and Idle. In Power Down mode everything is shut down, including the clock source”[4]. In Power Save mode everything IV. POWER CONSUMPTION IN MICROCONTROLLER is turned off except a 32 kHz clock running from a crystal to HIERARCHICALLY keep track of the time. Idle mode is a shallow sleep mode Fig.1 provides the intuitive understanding that in a sensor where only parts of the device are shut down but the main parts node most of the power is consumed by MCU (Micro of the microcontroller are active [4]. Controller Unit) since most of functionalities is controlled or The main consumption of power occurs in a MCU during performed by MCU its sleep mode is Brown Out Detector (BOD). BOD function is to check for the voltage levels of MCU while MCU is about to IJERTIJERTwake up. If the power is less than the required threshold level, BOD resets the device [4]. Since BOD has no functionality when the MCU is ON, a part of the power is consumed without any notable advantage. So zero power BOD is a research interest. However, reduction of the power level of BOD decreases the accuracy of analog devices. In addition, it is important to consider that the power specification on data sheets of a MCU is given without considering active peripherals.
Recommended publications
  • Smartmesh IP Network and Iot System
    St. Cloud State University theRepository at St. Cloud State Department of Electrical and Computer Culminating Projects in Electrical Engineering Engineering 5-2021 SmartMesh IP Network and IoT System Marc Aurel Kamsu Tennou Follow this and additional works at: https://repository.stcloudstate.edu/ece_etds Part of the Electrical and Computer Engineering Commons Recommended Citation Kamsu Tennou, Marc Aurel, "SmartMesh IP Network and IoT System" (2021). Culminating Projects in Electrical Engineering. 7. https://repository.stcloudstate.edu/ece_etds/7 This Thesis is brought to you for free and open access by the Department of Electrical and Computer Engineering at theRepository at St. Cloud State. It has been accepted for inclusion in Culminating Projects in Electrical Engineering by an authorized administrator of theRepository at St. Cloud State. For more information, please contact [email protected]. SmartMesh IP Network and IoT System by Marc Kamsu A Thesis Submitted to the Graduate Faculty of Saint Cloud State University in Partial Fulfillment of the Requirements for the Degree of Master of Science In Electrical Engineering May 2021 Thesis Committee: Yi Zheng, Chairperson Aiping Yao Timothy Vogt 2 Abstract In recent years, a great deal of research conducted in a variety of scientific areas, including physics, microelectronics, and material sc ience, by scientific experts from different domains of expertise has resulted in the invention of Micro-Electro-Mechanical Systems (MEMS). As MEMS became very popular and widely used, the need for combining the capabilities of sensing, actuation, processing, and communication also grew, and led to further research which would result in the design and implementation of devices which could reflect all those four capabilities.
    [Show full text]
  • Synchronous Data Acquisition with Wireless Sensor Networks the Scientifc Series Advances in Automation Engineering Is Edited by Prof
    Advances in Automaton Engineering Band 4 Editor: Clemens Gühmann Jürgen Helmut Funck Synchronous data acquisiton with wireless sensor networks Universitätsverlag der TU Berlin Jürgen Helmut Funck Synchronous data acquisition with wireless sensor networks The scientifc series Advances in Automation Engineering is edited by Prof. Dr.-Ing. Clemens Gühmann. Advances in Automation Engineering | 4 Jürgen Helmut Funck Synchronous data acquisition with wireless sensor networks Universitätsverlag der TU Berlin Bibliographic information published by the Deutsche Nationalbibliothek The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografe; detailed bibliographic data are available on the Internet at http://dnb.dnb.de. Universitätsverlag der TU Berlin, 2018 http://verlag.tu-berlin.de Fasanenstr. 88, 10623 Berlin Tel.: +49 (0)30 314 76131 / Fax: -76133 E-Mail: [email protected] Zugl.: Berlin, Techn. Univ., Diss., 2017 Gutachter: Prof. Dr.-Ing. Clemens Gühmann Gutachter: Prof. Dr.-Ing. Gerd Scholl Gutachter: Prof. Dr.-Ing. Reinhold Orglmeister Die Arbeit wurde am 12. Oktober 2017 an der Fakultät IV unter Vorsitz von Prof. Dr.-Ing. Olaf Hellwich erfolgreich verteidigt. This work is protected by copyright. Cover image: vickysandoval22 | https://www.fickr.com/photos/115327016@ N06/12603289253/ | CC BY 2.0 https://creativecommons.org/licenses/by/2.0/ Print: docupoint GmbH Layout/Typesetting: Jürgen Helmut Funck ISBN 978-3-7983-2980-5 (print) ISBN 978-3-7983-2981-2 (online) ISSN 2509-8950 (print) ISSN 2509-8969 (online) Published online on the institutional Repository of the Technische Universität Berlin: DOI 10.14279/depositonce-6716 http://dx.doi.org/10.14279/depositonce-6716 Credits This thesis is the result of my time as research assistant at the Chair of Electronic Measurement and Diagnostic Technology at the Technische Universitat¨ Berlin.
    [Show full text]
  • Framework for Body Sensor Networks
    Framework for Body Sensor Networks Sameer Iyengar Electrical Engineering and Computer Sciences University of California at Berkeley Technical Report No. UCB/EECS-2009-154 http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-154.html November 5, 2009 Copyright © 2009, by the author(s). All rights reserved. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission. Framework for Body Sensor Networks Sameer Iyengar Framework for Body Sensor Networks by Sameer Iyengar Research Project Submitted to the Department of Electrical Engineering and Computer Sciences, University of Cali- fornia at Berkeley, in partial satisfaction of the requirements for the degree of Master of Science, Plan II. Approval for the Report and Comprehensive Examination: Committee: Professor Alberto Sangiovanni-Vincentelli Research Advisor Date ****** Professor Ruzena Bajcsy Second Reader Date Acknowledgements It is impossible to be successful as a graduate student without a wide support network. I am extremely grateful for mine. I must thank my advisor, Alberto Sangiovanni-Vincentelli, for giving me the the freedom and inspiration to explore my interests and ideas, possibly the most valuable thing a researcher could ask for. In addition, to my mentors, Professor Ruzena Bajcsy and Professor Roozbeh Jafari, thank you for helping me focus my research and pushing me to always take that extra step.
    [Show full text]
  • And Mission-Critical Applications in Industrial Wireless Sensor Networks
    Enabling Time- and Mission-Critical Applications in Industrial Wireless Sensor Networks Hossam Farag Department of Information Systems and Technology Mid Sweden University Licentiate Thesis No. 151 Sundsvall, Sweden 2019 Mittuniversitetet Informationssystem och -teknologi ISBN 978-91-88527-84-4 SE-851 70 Sundsvall ISNN 1652-8948 SWEDEN Akademisk avhandling som med tillstand˚ av Mittuniversitetet i Sundsvall framlagges¨ till offentlig granskning for¨ avllaggande¨ av teknologie licentiatexamen Onsdagen den 30 januari 2019 i M102, Mittuniversitetet, Holmgatan 10, Sundsvall. c Hossam Farag, 2019 Tryck: Tryckeriet Mittuniversitetet My Wife My Parents iv Abstract Nowadays, Wireless Sensor Networks (WSNs) ”have gained importance as a flexible, easier deployment/maintenance and cost-effective alternative to wired net- works, e.g., Fieldbus and Wired-HART, in a wide-range of applications. Initially, WSNs were mostly designed for military and environmental monitoring applications where energy efficiency is the main design goal. The nodes in the network were expected to have a long lifetime with minimum maintenance while providing best-effort data delivery which is acceptable in such scenarios. With re- cent advances in the industrial domain, WSNs have been subsequently extended to support industrial automation applications such as process automation and con- trol scenarios. However, these emerging applications are characterized by stringent requirements regarding reliability and real-time communications that impose chal- lenges in the design of Industrial Wireless Sensor Networks (IWSNs) to effectively support time- and mission-critical applications. Typically, time- and mission-critical applications support different traffic cate- gories ranging from relaxed requirements, such as monitoring traffic to firm require- ments, such as critical safety and emergency traffic.
    [Show full text]
  • Wireless Sensor Networks
    White Paper ® Internet of Things: Wireless Sensor Networks Executive summary Today, smart grid, smart homes, smart water Section 2 starts with the historical background of networks, intelligent transportation, are infrastruc- IoT and WSNs, then provides an example from the ture systems that connect our world more than we power industry which is now undergoing power ever thought possible. The common vision of such grid upgrading. WSN technologies are playing systems is usually associated with one single con- an important role in safety monitoring over power cept, the internet of things (IoT), where through the transmission and transformation equipment and use of sensors, the entire physical infrastructure is the deployment of billions of smart meters. closely coupled with information and communica- Section 3 assesses the technology and charac- tion technologies; where intelligent monitoring and teristics of WSNs and the worldwide application management can be achieved via the usage of net- needs for them, including data aggregation and worked embedded devices. In such a sophisticat- security. ed dynamic system, devices are interconnected to transmit useful measurement information and con- Section 4 addresses the challenges and future trol instructions via distributed sensor networks. trends of WSNs in a wide range of applications in various domains, including ultra large sensing A wireless sensor network (WSN) is a network device access, trust security and privacy, and formed by a large number of sensor nodes where service architectures to name a few. each node is equipped with a sensor to detect physical phenomena such as light, heat, pressure, Section 5 provides information on applications. etc. WSNs are regarded as a revolutionary The variety of possible applications of WSNs to the information gathering method to build the real world is practically unlimited.
    [Show full text]
  • Hubnet Position Paper Series Standards-Based Wireless Sensor
    HubNet Position Paper Series Standards-Based Wireless Sensor Networks for Power System Condition Monitoring Title Standards-Based Wireless Sensor Networks for Power System Condition Monitoring Authors PC Baker, VM Catterson and MD Judd Author Contact Version Control Version Date Comments 1.0 05/12/2014 Version for peer review 1.1 17/08/2015 Edited in response to peer review comments 2.0 11/09/2015 Final version for publication Status Final Date Issued 11/09/2015 Available from www.hubnet.org.uk HubNet Position Paper Wireless Sensor Networks Page 1 of 20 About HubNet HubNet is a consortium of researchers from eight universities (Imperial College and the universities of Bristol, Cardiff, Manchester, Nottingham, Southampton, Strathclyde and Warwick) tasked with coordinating research in energy networks in the UK. HubNet is funded by the Energy Programme of Research Councils UK under grant number EP/I013636/1. This hub will provide research leadership in the field through the publication of in-depth position papers written by leaders in the field and the organisation of workshops and other mechanisms for the exchange of ideas between researchers, industry and the public sector. HubNet also aims to spur the development of innovative solutions by sponsoring speculative research. The activities of the members of the hub will focus on seven areas that have been identified as key to the development of future energy networks: Design of smart grids, in particular the application of communication technologies to the operation of electricity networks and the harnessing of the demand-side for the control and optimisation of the power system.
    [Show full text]
  • How Zigbee/802.15.4 Protocol Simplifies Wireless M2M Communications June 4Th, 2008
    How ZigBee/802.15.4 Protocol Simplifies Wireless M2M Communications June 4th, 2008 Cyril Zarader Product Marketing Manager EMEA – Wireless Connectivity TM Freescale™ and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © Freescale Semiconductor, Inc. 2006. Topics IEEE 802.15.4 : Made for Reliable Low Power Wireless Networking ZigBee : Made for Simple Deployment of Wireless M2M Communications ZigBee Compared to Other Industrial Wireless Protocols Freescale™ and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are TM the property of their respective owners. © Freescale Semiconductor, Inc. 2007. 1 Selection of Wireless Technologies Wireless Video Applications Faster Wireless Data UWB 802.11g Applications 802.15.3 802.11a IrDA Wi-Fi® 802.11b Cellular 2.5G/3G 802.15.1 Peak Data Rate Data Peak Bluetooth™ ZigBee™ Data 802.15.4 Transfer Slower Wireless Networking NFC/RFID Closer Range Farther Freescale™ and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are TM the property of their respective owners. © Freescale Semiconductor, Inc. 2007. 2 Wireless Networking Technologies ZigBeeTM Bluetooth® UWBTM Wi-FiTM LonWorks® Proprietary IEEE® IEEE® 802.11 IEEE® Standard IEEE® 802.15.4 802.15.3a a, b, g (n to EIA 709.1,2,3 Proprietary 802.15.1 (to be ratified) be ratified) UWBTM Forum LonMark® Industry Wi-FiTM ZigBeeTM Alliance Bluetooth® SIG & WiMediaTM
    [Show full text]
  • Low-Power Wireless for the Internet of Things: Standards and Applications Ali Nikoukar, Saleem Raza, Angelina Poole, Mesut Günes, Behnam Dezfouli
    Low-Power Wireless for the Internet of Things: Standards and Applications Ali Nikoukar, Saleem Raza, Angelina Poole, Mesut Günes, Behnam Dezfouli To cite this version: Ali Nikoukar, Saleem Raza, Angelina Poole, Mesut Günes, Behnam Dezfouli. Low-Power Wireless for the Internet of Things: Standards and Applications: Internet of Things, IEEE 802.15.4, Bluetooth, Physical layer, Medium Access Control, coexistence, mesh networking, cyber-physical systems, WSN, M2M. IEEE Access, IEEE, 2018, 6, pp.67893-67926. 10.1109/ACCESS.2018.2879189. hal-02161803 HAL Id: hal-02161803 https://hal.archives-ouvertes.fr/hal-02161803 Submitted on 21 Jun 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Received August 13, 2018, accepted October 11, 2018, date of publication November 9, 2018, date of current version December 3, 2018. Digital Object Identifier 10.1109/ACCESS.2018.2879189 Low-Power Wireless for the Internet of Things: Standards and Applications ALI NIKOUKAR 1, SALEEM RAZA1, ANGELINA POOLE2, MESUT GÜNEŞ1, AND BEHNAM DEZFOULI 2 1Institute for Intelligent Cooperating Systems, Otto von Guericke University Magdeburg, 39106 Magdeburg, Germany 2Internet of Things Research Lab, Department of Computer Engineering, Santa Clara University, Santa Clara, CA 95053, USA Corresponding author: Ali Nikoukar ([email protected]) This work was supported by DAAD (Deutscher Akademischer Austauschdienst) and DAAD/HEC Scholarships.
    [Show full text]
  • Modeling, Analysis, and Design of Wireless Sensor Network Protocols
    Modeling, Analysis, and Design of Wireless Sensor Network Protocols PANGUN PARK Doctoral Thesis Stockholm, Sweden 2011 KTH School of Electrical Engineering TRITA-EE 2011:001 Automatic Control Lab ISSN 1653-5146 SE-100 44 Stockholm ISBN 978-91-7415-836-6 SWEDEN Akademisk avhandling som med tillstånd av Kungliga Tekniska högskolan fram- lägges till offentlig granskning för avläggande av teknologie doktorsexamen i telekom- munikation tisdagen den 4 Mars 2011 klockan 10.15 i sal F3 Kungliga Tekniska högskolan, Lindstedtsvägen 26, Stockholm. © Pangun Park, January 2011. All rights reserved. Tryck: Universitetsservice US AB Abstract Wireless sensor networks (WSNs) have a tremendous potential to improve the effi- ciency of many systems, for instance, in building automation and process control. Unfortunately, the current technology does not offer guaranteed energy efficiency and reliability for closed-loop stability. The main contribution of this thesis is to provide a modeling, analysis, and design framework for WSN protocols used in con- trol applications. The protocols are designed to minimize the energy consumption of the network, while meeting reliability and delay requirements from the application layer. The design relies on the analytical modeling of the protocol behavior. First, modeling of the slotted random access scheme of the IEEE 802.15.4 medium access control (MAC) is investigated. For this protocol, which is com- monly employed in WSN applications, a Markov chain model is used to derive the analytical expressions of reliability, delay, and energy consumption. By using this model, an adaptive IEEE 802.15.4 MAC protocol is proposed. The protocol design is based on a constrained optimization problem where the objective function is the energy consumption of the network, subject to constraints on reliability and packet delay.
    [Show full text]
  • Implementation of Collection Tree Protocol Over Wirelesshart Data-Link
    , Implementation of Collection Tree Protocol over WirelessHART Data-Link Author: Kiran Kumar Koneri EXAM WORK 2010 SUBJECT: Electrical Engineering with specialisation in Embedded Systems Postadress: Besöksadress: Telefon: Box 1026 Gjuterigatan 5 036-10 10 00 551 11 Jönköping Implementation of Collection Tree Protocol over WirelessHART Data-Link Author: Kiran Kumar Koneri This thesis work is performed at Jönköping University within the subject area of Electrical Engineering. This work is part of the Master’s Degree program with the specialization in Embedded Systems. The author takes responsibility for opinions, conclusions and findings presented. Supervisor and Examiner: Professor Youzhi Xu Scope: 30 credits (D-Level) Date: Archive Number: Postadress: Besöksadress: Telefon: Box 1026 Gjuterigatan 5 036-10 10 00 551 11 Jönköping Abstract Abstract Wireless Sensor Networks (WSNs) are ad-hoc wireless networks for small form-factor embedded nodes with limited memory, processing and energy resources. Certain applications, like industrial automation and real-time process monitoring requires time synchronized reliable network protocol. Current work for WSNs provides either time synchronized with low reliability (WirelessHART) or reliable network without time synchronization (Collection Tree Protocol). The Collection Tree Protocol (CTP) provides the reliability from 94.7% to 99.9% for CSMA-CA based MAC layer. This paper addresses channel hopping, a class of frequency diverse communication protocol in which subsequent packets are sent over different frequency channels. Channel hopping combats external interference and persistent multipath fading, two of the main causes of failure along a communication link. Channel hopping technique leads to a high reliable and efficient protocol which is specified by HART Communication Foundation and named as WirelessHART.
    [Show full text]
  • The Once and Future Internet of Everything…
    The Once and Future Internet of EveryThing… David E. Culler University of California, Berkeley NRC Symposium on Continuing Innovation in Information Technology March 5, 2015 National Academy of Sciences In 1999, we said “… … in 15 years we will have connected all the people on the planet and we will have the technology to connect all the things.” Computers People Everything 1T $100 100B Cost to $1 10B Connect 1¢ 1B Things 10M Connected 1990 2000 2010 2020 3/5/15 NRC 2 The Internet in 1999 3/5/15 NRC 3 2007 -The Internet of Every Body 3/5/15 NRC 4 2013: Many Things BLE LoWPAN WiFi 3/5/15 NRC 5 A Device / $ Centric Perspective WIFI zeevoBT BLE LoWPAN Intel Intel MOTE2 WINS Intel Intel/UCB iMOTE Intel BTNode sensoria rene’ dot cf-mica trio v6 PL P /I R F SmartDust Mica Epic AN T Rene N T G O O I I P A A P . P T T J G G Telos X WeC E E PRIMARY SPI W GPIO XBOW XBOW I XBOW EXT. ANT 2xIRQ FLASH XBOW mica mica2 4xPWM RADIO PARALLEL IO + cc-dot XBOW Lo SYNC CAPTURE 6xADC rene2 VREF +/- XTAL micaZ MCU POWER CFG digital sun USART + FLOW CTL USB + + F F U U L L O S O S I I 2 2 A A W W Bosch C C R R rain-mica C C T T T T cc-mica L L Dust Inc Storm DARPA blue cc-TI 98 99 00 01 02 03 .4 04 05 06 07 09 11 13 15 5 BLE 1 .
    [Show full text]
  • Standards-Based Wireless Sensor Networking Protocols for Spaceflight Applications Raymond S
    Standards-Based Wireless Sensor Networking Protocols for Spaceflight Applications Raymond S. Wagner, Ph.D. NASA Johnson Space Center 2101 NASA Parkway, Mail Code EV814/ESCG Houston, TX 77058 281-244-2428 [email protected] Abstract—Wireless sensor networks (WSNs) have the by re-locating a sensor from one panel to another, this is capacity to revolutionize data gathering in both easily accomplished. Similarly, additional sensors can be spaceflight and terrestrial applications. WSNs provide a easily added to the existing suite, providing a more huge advantage over traditional, wired instrumentation detailed measurement set without requiring more wires to since they do not require wiring trunks to connect sensors be strung behind bulkheads and through walls of pressure to a central hub. This allows for easy sensor installation shells. Finally, wireless sensors can be re-used between in hard to reach locations, easy expansion of the number vehicles once their initial missions have been ended. A of sensors or sensing modalities, and reduction in both WSN node can be relocated from a spent vehicle, such as system cost and weight. While this technology offers a lunar larder, to one currently in service, such as a lunar unprecedented flexibility and adaptability, implementing rover or habitat. The node can even be outfitted with a it in practice is not without its difficulties. Recent new set of sensors in the process, retaining the common advances in standards-based WSN protocols for industrial radio and networking hardware; to give a new functional control applications have come a long way to solving tilt built mostly from recycled parts.
    [Show full text]