Constructing a 6Lowpan Home Area Network

Total Page:16

File Type:pdf, Size:1020Kb

Constructing a 6Lowpan Home Area Network CONSTRUCTING A 6LOWPAN HOME AREA NETWORK Ruben Edgardo Gonzalez B.S., California State University, Sacramento, 2000 PROJECT Submitted in partial satisfaction of the requirements for the degree of MASTER OF SCIENCE in COMPUTER ENGINEERING at CALIFORNIA STATE UNIVERSITY, SACRAMENTO FALL 2010 © 2010 Ruben Edgardo Gonzalez ALL RIGHTS RESERVED ii CONSTRUCTING A 6LOWPAN HOME AREA NETWORK A Project by Ruben Edgardo Gonzalez Approved by: __________________________________, Committee Chair Isaac Ghansah, Ph. D. __________________________________, Second Reader Nik Faroughi, Ph. D. ____________________________ Date iii Student: Ruben Edgardo Gonzalez I certify that this student has met the requirements for format contained in the University format manual, and that this project is suitable for shelving in the Library and credit is to be awarded for the Project. __________________________, Graduate Coordinator ________________ Suresh Vadhva Date Department of Computer Engineering iv Abstract of CONSTRUCTING A 6LOWPAN HOME AREA NETWORK by Ruben Edgardo Gonzalez In order to comply with future requirements related to the Smart Power Grid, wireless sensors will need to be embedded in household appliances. These appliances, through their embedded sensors, will communicate with the Utility Companies, as well as customers, and provide information related to energy consumption. In order to communicate this information, these sensors use radio signals that require special protocols in order to communicate with a central home gateway as well as a Utility Company’s Smart Meter. In this project the “IPv6 over 802.15.4” protocol, also called 6LowPAN, is used to construct a Wireless Sensor based Home Area Network. This is the same wireless technology that will be embedded in appliances in order to form a wireless sensor network. Because of the wireless nature of this type of network, they are susceptible to security threats; the topic of security is addressed. But how do you built a wireless sensor Home Area Network? What are the ingredients, in terms of technologies, needed to construct such a network? Are there any security issues that need to be addressed before implementing such a network? These questions are answered in this project. v Specific topics addressed include the radio signal protocol, the operating system needed to run in the target device as well as the host machine, the programming language needed to create applications that could run on the target device and the actual hardware used to host the operating system and run the applications. In addition, a chapter is dedicated to the discussion of security issues that this type of network is likely experience. The project culminates with the procedure employed to construct a small Home Area Network using the 6LowPAN protocol and related technologies. All of topics related to 6LowPAN have been documented on this report to help readers understand the key ideas needed to construct a home area network using open source tools and the 6LowPAN protocol. _____________________________________, Committee Chair Isaac Ghansah, Ph. D. _______________________ Date vi DEDICATION To Angela, because you have been the rock that keeps me grounded. By your example you teach me to be patient and never give up. vii ACKNOWLEDGEMENT Special thanks to Dr. Ghansah, for being so patient with me and guiding me through the different facets of the Master’s Program. Special thanks to Dr. Faroughi for being the second reader of this report and always responding to my questions and being such a helping hand. viii TABLE OF CONTENTS Page Dedication ......................................................................................................................... vii Acknowledgement ........................................................................................................... viii List Of Tables .................................................................................................................... xi List Of Figures .................................................................................................................. xii Chapter 1. INTRODUCTION .........................................................................................................1 1.1 Challenges for Wireless Embedded Devices in the Smart Home ............................1 1.2 Wireless Technologies Available ............................................................................3 1.3 Network Protocols That Work with 802.15.4 ..........................................................7 1.4 Using an IP Based Protocol for 802.15.4 .................................................................9 1.5 Software, Programming Tools and Wireless Devices ..........................................10 1.6 Project Outline ......................................................................................................10 2. THE 802.15.4 AND 6LowPAN STANDARDS ..........................................................12 2.1 Introduction to the IEEE 802.15.4 Standard ..........................................................12 2.2 6LowPAN Overview .............................................................................................23 3. HARDWARE AND SOFTWARE TECHNOLOGIES USED ...................................32 3.1 TinyOS and the nesC Programing Language .........................................................32 3.2 Hardware Architecture of TelosB Devices ............................................................40 4. WIRELESS SENSOR NETWORK SECURITY AND 6LowPAN ............................46 ix 4.1 Understanding Security Threats .............................................................................47 4.2 Smart Home Components and its Associated Security Issues ...............................51 4.3 Network Topology and Security, Beyond the IEEE 802.15.4 Standard ................57 4.4 The Need for Wireless Sensor Network Security Tools ........................................61 5. DESIGN, IMPLEMENTATION AND TESTING ......................................................63 5.1 Description of the Project ......................................................................................63 5.2 The Ingredients for the Project ..............................................................................63 5.3 Installing the Developers Environment .................................................................64 5.4 Detecting the TelosB Board and Loading Applications ........................................65 5.5 Running a 6LowPAN Based Tutorial ....................................................................68 5.6 Implementing the Experiment ................................................................................69 6. CONCLUSION ............................................................................................................88 Reference ...........................................................................................................................96 x LIST OF TABLES Page Table 1: Frequency Bands, Channelization and RF Parameters ....................................... 17 Table 2: Smart Meter Datasheet Stats ............................................................................... 51 Table 3: Message Integrity Code and Security Levels ..................................................... 53 xi LIST OF FIGURES Page Figure 1: Smart Grid Network ............................................................................................ 2 Figure 2: The OSI Model .................................................................................................. 15 Figure 3: The IEEE 802.15.4 Layer Architecture ............................................................. 16 Figure 4: Association Message Sequence Chart—Coordinator ........................................ 19 Figure 5: Active Scan Message Sequence Chart .............................................................. 20 Figure 6: 802.15.4 Data Frame ......................................................................................... 21 Figure 7: IP Protocol Stack vs 6LowPAN Stack .............................................................. 24 Figure 8: Addressing in a 6LowPAN Network ................................................................. 27 Figure 9: 802.15.4 Frames: Full and Minimal Addressing ............................................... 30 Figure 10: 6LowPAN Protocol Stack ............................................................................... 30 Figure 11: IPv6 Neighbor Discovery ................................................................................ 31 Figure 12: TinyOS Directory and Related Sub-Directories .............................................. 35 Figure 13: Typical Memory Layout of a Microcontroller ................................................ 37 Figure 14: A nesC application and its components .......................................................... 38 Figure 15: A nesC Component and Corresponding Code ................................................ 39 Figure 16: Memsic TelosB Mote TPR2420 ...................................................................... 42 Figure 17: TelosB Mote tpr2420 Block Diagram ............................................................. 43 Figure 18: Star Topology Representation ......................................................................... 58 Figure 19: Peer-to-Peer Topology Representation ........................................................... 59 xii Figure 20: Compilation of a TinyOS Application
Recommended publications
  • Concepts General Concepts Wireless Sensor Networks (WSN)
    Wireless Sensor Networks – Concepts General Concepts Wireless Sensor Networks (WSN) are built based on a combination of multiple sensors placed in diverse locations, wireless communication network infrastructure and software data processing to monitor and record multiple parameters. Commonly monitored parameters are temperature, atmospheric pressure, humidity, vibration, illuminance, sound level, power consumption, chemical concentration, body health signals and many others, dependant on the selected available sensors. The WSN are used in multiple fields, ranging from remote environment monitoring, medical health, to home surveillance and industrial machines monitoring. In some cases, WSN can also be additionally used for control functions, apart from monitoring functions. Typically a WSN is made of sensor nodes that are wirelessly connected to a gateway that is then connected to a main computer (Fig. 1). In some WSN the sensor nodes can also be connected to each other, so that is possible to implement multi-hop wireless mesh networks. The gateway connects to the main computer through a cabled or wireless connection. Figure 1 – Wireless sensor network The wireless communications used in WSN depend on the application requirements, taking into consideration the needs in terms of transmission distance, sensor data bandwidth, energy source and power consumption. Common communications include standard protocols such as 2.4 GHz radio based on either IEEE802.15.4 (ZigBee, ISA 100, WirelessHart, MiWi) or IEEE802.11 (WiFi) standards. Each sensor node typically includes an embedded microcontroller system with adequate electronic interface with a sensor (or set of sensors), a radio transceiver with antenna (internal or external) and an energy source, usually a battery, or in some cases an energy harvesting circuit.
    [Show full text]
  • Internet of Things (Iot): Protocols White Paper
    INTERNET OF THINGS (IOT): PROTOCOLS WHITE PAPER 11 December 2020 Version 1 1 Hospitality Technology Next Generation Internet of Things (IoT) Security White Paper 11 December 2020 Version 1 About HTNG Hospitality Technology Next Generation (HTNG) is a non-profit association with a mission to foster, through collaboration and partnership, the development of next-generation systems and solutions that will enable hoteliers and their technology vendors to do business globally in the 21st century. HTNG is recognized as the leading voice of the global hotel community, articulating the technology requirements of hotel companies of all sizes to the vendor community. HTNG facilitate the development of technology models for hospitality that will foster innovation, improve the guest experience, increase the effectiveness and efficiency of hotels, and create a healthy ecosystem of technology suppliers. Copyright 2020, Hospitality Technology Next Generation All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior permission of the copyright owner. For any software code contained within this specification, permission is hereby granted, free-of-charge, to any person obtaining a copy of this specification (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the above copyright notice and this permission notice being included in all copies or substantial portions of the Software.
    [Show full text]
  • NANODUST NETWORK for TACTICAL BORDER SURVEILLANCE SYSTEM N.Sivakumar1, T
    International Journal of Advance Research In Science And Engineering http://www.ijarse.com IJARSE, Vol. No.4, Special Issue (02), February 2015 ISSN-2319-8354(E) NANODUST NETWORK FOR TACTICAL BORDER SURVEILLANCE SYSTEM N.SivaKumar1, T. Sivasankari2 1,2 P.G Student, Raja College of Engineering and Technology, Madurai, Tamilnadu, (India) ABSTRACT The greatest threat to national security is “Terrorism”infiltrating through borders. In critical border areas such as Kashmir and Bangladesh regular forces or even satellites cannot monitor these intruding terrorists as the area monitored is quite large and quite complex. This project provides an innovative and effective solution to this problem. Keywords: IEEE 802.15.4, PIR Sensor, Buzzer, PCB Antenna I. INTRODUCTION The small dust like wireless sensor motes which has multiple onboard sensors and a processor, which has the ability to detect an enemy intrusion across borders and battlefields. Thousands of these smart dust motes can be deployed within a large area in a few hours by one or two men. The motes can form a network on its own among them, are small in size, rapidly deployable, have wireless connection to outside world. They detect the intrusion and classify it into vehicles or individuals and groups. Onboard hardware include a variety of sensors for vibration/seismic, magnetic, acoustic and thermal signature recognition, a microcontroller for processing these sensor values and a radio transceiver for communication over a wireless network. The system process the sensor readings, classify the targets and the tracking history can be viewed in the Graphics LCD display attached in the central monitoring unit.
    [Show full text]
  • IEEE 802.11 B/G/N Smartconnect Iot Module
    ATWINC15x0-MR210xB IEEE 802.11 b/g/n SmartConnect IoT Module Description The ATWINC15x0-MR210xB is a low-power consumption 802.11 b/g/n IoT (Internet of Things) module, which is specifically optimized for low-power IoT applications. The module integrates Power Amplifier, LNA, Switch, Power Management, and a choice of printed antenna or a micro co-ax (u.FL) connector for an external antenna resulting in a small form factor (21.7x14.7x2.1mm) design. With seamless roaming capabilities and advanced security, it could be interoperable with various vendors’ 802.11 b/g/n access points in wireless LAN. The module provides SPI ports to interface with a host controller. Note that all references to the ATWINC15x0-MR210xB module includes all the module devices listed below unless otherwise noted: • ATWINC1500-MR210PB • ATWINC1500-MR210UB • ATWINC1510-MR210PB • ATWINC1510-MR210UB Features • IEEE® 802.11 b/g/n 20MHz (1x1) solution • Single spatial stream in 2.4GHz ISM band • Integrated Transmit/Receive switch • Integrated PCB antenna or u.FL micro co-ax connector for external antenna • Superior Sensitivity and Range via advanced PHY signal processing • Advanced Equalization and Channel Estimation • Advanced Carrier and Timing Synchronization • Wi-Fi Direct and Soft-AP support • Supports IEEE 802.11 WEP, WPA, WPA2 Security • Superior MAC throughput via hardware accelerated two-level A-MSDU/A-MPDU frame aggregation and block acknowledgment • On-chip memory management engine to reduce host load • SPI host interface • Operating temperature range of -40°C to +85°C. RF performance guaranteed at room temperature of 25oC with a 2-3db change at boundary conditions.
    [Show full text]
  • Dual Protocol Performance Using Wifi and Zigbee for Industrial WLAN
    American University in Cairo AUC Knowledge Fountain Theses and Dissertations 2-1-2016 Dual protocol performance using WiFi and ZigBee for industrial WLAN Ghada Afifi Follow this and additional works at: https://fount.aucegypt.edu/etds Recommended Citation APA Citation Afifi, G. (2016).Dual protocol performance using WiFi and ZigBee for industrial WLAN [Master’s thesis, the American University in Cairo]. AUC Knowledge Fountain. https://fount.aucegypt.edu/etds/352 MLA Citation Afifi, Ghada. Dual protocol performance using WiFi and ZigBee for industrial WLAN. 2016. American University in Cairo, Master's thesis. AUC Knowledge Fountain. https://fount.aucegypt.edu/etds/352 This Thesis is brought to you for free and open access by AUC Knowledge Fountain. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AUC Knowledge Fountain. For more information, please contact [email protected]. The American University in Cairo School of Sciences and Engineering DUAL PROTOCOL PERFORMANCE USING WIFI AND ZIGBEE FOR INDUSTRIAL WLAN A Thesis Submitted to Electronics and Communication Engineering Department in partial fulfillment of the requirements for the degree of Master of Science by Ghada Sameh Afifi under the supervision of Prof. Hassanein H. Amer and Dr. Ramez Daoud July 2016 i ii To my Family and Friends iii Abstract The purpose of this thesis is to study the performance of a WNCS based on utilizing IEEE 802.15.4 and IEEE 802.11 in meeting industrial requirements as well as the extent of improvement on the network level in terms of latency and interference tolerance when using the two different protocols, namely WiFi and ZigBee, in parallel.
    [Show full text]
  • Microchip Miwi and P2P IEEE 802.15.4 Reference Files Dr
    Microchip MiWi and P2P IEEE 802.15.4 Reference Files Dr. Richard Wall – Professor Department of Electrical and Computer Engineering University of Idaho Moscow, ID 83844-1023 December 19, 2012 [email protected] 1. ZigBee and Wireless Standards - see http://www.stg.com/wireless/ZigBee_comp.html. https://sites.google.com/site/xbeetutorial/ 2. Basic Concepts a. Definition of: ZigBee "A wireless network used for home, building and industrial control. It conforms to the IEEE 802.15.4 wireless standard for low data rate networks. With a maximum speed of 250 Kbps at 2.4 GHz, ZigBee is slower than Wi-Fi and Bluetooth, but is designed for low power so that batteries can last for months and years. The typical ZigBee transmission range is roughly 50 meters, but that can vary greatly depending on temperature, humidity and air quality. b. Zigzag Like a Bee Although ZigBee networks can be configured in star, peer-to-peer and mesh topologies, it is the mesh network from which ZigBee was named. A ZigBee mesh provides multiple pathways from device to device (like the Internet) and eliminates a single point of failure. If nodes go down or are removed, ZigBee devices can "zig" and "zag" through the network to their destination like a bumblebee. 1 Page c. Lots of Bees1 ZigBee networks are simple control networks that periodically send small packets from sensors to regulate lights, motors and other equipment. A large building can have tens of thousands of ZigBee nodes; a home could have a hundred or more. In fact, ZigBee can address more than a thousand quadrillion devices (surely enough for the gadget fanatic's apartment!).
    [Show full text]
  • Wireless Communication Platform Iqrf – a Case Study
    WIRELESS COMMUNICATION PLATFORM IQRF – A CASE STUDY Zdeňka Kuchtová Doctoral Degree Programme (2nd), FEEC BUT E-mail: [email protected] Supervised by: Jaroslav Kadlec E-mail: [email protected] Abstract: This paper describes wireless communication platform IQRF, history of development, available modules and accessories for development and for production use. Very briefly are described communication gateways and cloud services. Part of the article describes DPA communication framework from Microrisc company and summarizes available communication frameworks for different platforms. Keywords: IQRF, DPA, IoT, Communication framework 1. INTRODUCTION Terms like Internet of Things, Smart City, Smart buildings are quite often used in today world. They have at least one common fact, they need communication inside solution and with outside world. For this communication needs wireless or wired solutions are available. Each of them has some advantages and some disadvantages [1, 2, 3]. Within this paper, we will talk about wireless solutions only. There is a wide range of the wireless solutions on the market. Some of them are standardized some of them are proprietary, and of course, some of them are trying to be a standard. From the standardized solutions, we could select WiFi, BlueTooth, RFID or ZigBee. From proprietary world MiWi, Z-Wave, IQRF and the others. Like always, all of them has some pros and some cons and are better or worse for different applications. In the rest of the article, we will stay with IQRF [4]. The article is organized as follows. The second section contains general information about IQRF wireless communication platform, followed by brief description of development tools and gateways to higher systems.
    [Show full text]
  • Wireless Sensor Network Implementation Using MIWI Wireless Protocol Stack Suman Chhajed Md.Sabir .M.Tech
    Volume 4, No. 11, Nov-Dec 2013 ISSN No. 0976-5697 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info Wireless Sensor Network Implementation using MIWI Wireless Protocol Stack Suman Chhajed Md.Sabir .M.Tech. Student, Department of ECE, GITS-Udaipur Asst. Prof., Department o fECE, GITS-Udaipur [email protected] [email protected] Abstract: This Paper is to design full functional nodes and to deploy wireless sensor network for Industrial parameter monitoring. Sensor nodes acquire the physical variable from field and wirelessly transmit to central master node for acquisition, monitoring, analysis and storage. The resulting designed product could form a reliable support for transferring data between nodes and a computer. A most important stage of this thesis work is to develop sensor nodes for collecting sensor data and acquires data on master node which has MIWI wireless protocol stack. I. INTRODUCTION Wireless Sensor Network (WSN) is a promising data mining solution of industrial wireless data network. Instrumented with wireless sensors, it will become available to monitor the plants in real time, such as air temperature, soil water content, and nutrition stress. The real time information of the fields will provide a solid base to adjust strategies at any time. WSN will revolutionize the data collection in industrial research. However, there have been few researches on the applications of WSN for industrial wireless network. This work was focused on the investigation of wireless sensor networks in industrial Figure.1. Wireless Sensor Network Model applications. The datasets were obtained from experiments. A.
    [Show full text]
  • A Self-Organized Wireless Sensor Network (WSN) for a Home-Event Managed System
    A Self-organized Wireless Sensor Network (WSN) for a Home-event Managed System Design of a cost efficient 6LoWPAN-USB Gateway with RFID security Sergio A. Floriano Sanchez sergiofl[email protected] June 29, 2015 Supervisor: Mark Smith. School of Information and Communication Technology Royal Institute of Technology Stockholm, Sweden Abstract Wireless Sensor Networks (WSN) have existed for many years in industry applications for different purposes but their use has not been fully extended to the global consumers. Sensor networks have lately resulted to be greatly helpful to people in everyday life, specially in home automation applications for monitoring events, security, and control of devices and different elements in the house by using actuators. One of the main barriers to overcome in order to increase their popularity and achieve an worldwide deployment are costs and integration within other networks. This Thesis investigates the most appropriate choices to avoid those impediments from a hardware and software design perspective, trying to find a cost-efficient solution for the implementation of a simple and scalable wireless sensor network. The present work studies the elements that form part of a constrained network and focuses on the design by analysing several network protocol alternatives, radio transmission mechanisms, different hardware devices and software implementations. Once an optimal solution is found, the construction of a gateway board that starts and coordinates a sensor network will be the main target of this document including the development of an application that manages the sensors. The network is designed to be compliant with the TCP/IP stack by means of 6LoWPAN, an adaptation layer protocol used for comprising IPv6 headers over IEEE 802.15.4 radio links in constrained networks.
    [Show full text]
  • Microchip Miwi P2P Wireless Protocol
    AN1204 Microchip MiWi™ P2P Wireless Protocol This application note assumes that readers know C Author: Yifeng Yang programming. However, it also recommends that Microchip Technology Inc. readers review the IEEE 802.15.4 specification and Microchip MiMAC/MiApp interfaces before starting this application note or working with the MiWi P2P wireless INTRODUCTION protocol. The demand is growing for more and more applications to move to wireless communication. Protocol Overview The benefits are reduced costs and ease The MiWi P2P protocol modifies the IEEE 802.15.4 implementation. Wireless communication does not specification’s Media Access Control (MAC) layer by require cabling and other hardware, and the associated adding commands that simplify the handshaking installation costs. It also can be implemented in locations process. It simplifies link disconnection and channel where installing cable is difficult. hopping by providing supplementary MAC commands. Since the IEEE released the Wireless Personal Area However, application-specific decisions, such as when Network (WPAN) specification (IEEE 802.15.4™) in to perform an energy detect scan or when to jump 2003, it has become the real industry standard for low- channels, are not defined in the protocol. These issues rate WPANs (LR-WPAN). The specification applies to are left to the application developer. low data rate applications with low-power and low-cost requirements. Protocol Features Microchip MiWi™ P2P Wireless Protocol is one of the wireless protocols that are supported in MiWi The MiWi P2P Wireless Protocol has the following Development Environment (DE). It is a variation of features: IEEE 802.15.4, using Microchip’s IEEE 802.15.4 • Operates on Microchip PIC18, PIC24, dsPIC33 compliant and other proprietary RF transceivers, which and PIC32 platforms are controlled by Microchip 8, 16 or 32-bit • Supports Microchip C18, C30 and C32 compilers microcontroller with a Serial Peripheral Interface (SPI).
    [Show full text]
  • Miwi™ Wireless Networking Protocol for Low-Cost Embedded Wireless Connectivity for Commercial and Smart Home Networks
    Wireless MiWi™ Wireless Networking Protocol For Low-Cost Embedded Wireless Connectivity for Commercial and Smart Home Networks Summary Developed to enable low-cost, commercial and smart home networks, MiWi� Protocol is Microchip’s compact, royalty-free wireless protocol designed for 802.15.4 networks. The MiWi protocol stack offers a significantly smaller footprint relative to the open standard-based zigbee® compliant protocol stack. This enables operation in microcontrollers with smaller MiWi™ memory/lower cost. A typical end node requires only 20 KB of code space. MiWi protocol enables P2P, Star and an efficient, self-healing mesh network that is a true Routing Mesh versus a flood mesh. MiWi -pro tocol is a scalable and reliable network with support for several transceivers including the single-chip SAM R21 and SAM R30 System in a Package (SiP). The MiWi protocol is used in applications such HVAC systems and alarm sensors where reliable self-healing mesh networking is needed. Microchip’s MiWi Mesh Stack is now available for Atmel Studio 7, the Integrated Development Platform (IDP) for developing and debug- ging all AVR® and SAM microcontroller applications. The Atmel Studio 7 IDP gives you a seamless and easy-to-use environment to write, build and debug your applications written in C/C++ or assembly code. Atmel Studio 7 is available at: www.microchip.com/avr-support/atmel-studio-7 and the MiWi Mesh code is part of the latest Advanced Software Framework (ASF) release for Studio, available at: www.microchip.com/avr-support/advanced-software-framework-(asf).
    [Show full text]
  • Low-Complex Synchronization Algorithms for Wireless Sensor Networks
    LOW-COMPLEX SYNCHRONIZATION ALGORITHMS FOR WIRELESS SENSOR NETWORKS 1 2 R. Poornachandran , V.Sivasankaran 1PG Scholar, 2Assistant Professor, Communication Systems, Arunai college of Engineering, Tiruvannamalai, Tamilnadu (India) ABSTRACT In industrial applications of wireless sensor networks (WSNs), synchronized sampling of data on each sensor node is often required. Thus, the wireless communication protocol needs to support accurate timing synchronization. If due to a high sampling rate also high data throughput is required, WSNs based on the IEEE 802.15.4 physical layer often do not provide sufficient data rate. Wireless communications based on the well established IEEE 802.11 wireless local area network (WLAN) standard provides high data throughput but not an accurate timing synchronization unless the protocol stack is severely changed. We propose two low-complexity hybrid WSN introduced, which are executable at limited embedded computing capacity, e.g., on an 8 bit microcontroller. A time division multiple access-based synchronization packet broadcasting with three-step-controlled or proportional- integral (PI)-controlled clock adjustment enables 1 kHz sensor sampling rate with a sampling jitter <15 μs for the three-step-controlled synchronization algorithm and <1 μs for the PI-controlled algorithm. Keywords: Hybrid WSN, TDMA, Data Rate and Data Throughput I.INTRODUCTION The WSN is built of "nodes" – from a few to several hundreds or even thousands, where each node is connected to one (or sometimes several) sensors. Each such sensor network node has typically several parts: a radio transceiver with an internal antenna or connection to an external antenna, a microcontroller, an electronic circuit for interfacing with the sensors and an energy source, usually a battery or an embedded form of energy harvesting.
    [Show full text]