Multi-Hop Linear Network Based on LoRa

Size: px
Start display at page:

Download "Multi-Hop Linear Network Based on LoRa"

Transcription

1 , pp Multi-Hop Linear Network Based on LoRa Cong Tan Duong 1 and Myung Kyun Kim Dept. of IT Convergence, Univ. of Ulsan, Daehak-Ro 93, Nam-Gu, Ulsan, Korea mkkim@ulsan.ac.kr Abstract. Long Range (LoRa) communication is known as new technology communication for Internet of Things (IoT). LoRa technology offers a very compelling mix of long range, low power consumption and secure data transmission. Networks system using this technology can provide coverage that is greater in range compared to that of existing cellular networks. By multi-hop communication, we argue that LoRa is potentially very useful for the monitoring system for wide area with long distance. In this paper, we propose a protocol with multi-hop communication for linear network including network constructing period and data operating period using LoRa. The experimentation performed in the university area shows a delivery reliability of above 90% Keywords: LoRa, Multi-hop Communication, IoT, Linear Network. 1 Introduction New Low-Power Wide-Area Network (LPWAN) technologies [7] such as LoRa [6], Sigfox [5], RPMA [4] and Weightless are emerging which enable power efficient wireless communication over very long distances. Besides improved communication range, the LPWAN technologies have unique features stemming from the used modulation schemes. Therefore, the existing Medium Access Control (MAC) protocols and routing mechanisms are not efficient to simply adapt these LPWAN technologies. In this paper, we use LoRa as technology for building an IoT system. We propose a protocol with multi-hop transmission for linear network. It is suitable for monitoring application in which need coverage long distance and every monitored point is almost placed as line style such as gas line system, high voltage line system, etc. To evaluate performance of protocol, we perform an experimentation using 5 LoRa nodes (1 sink node and 4 sensor nodes) equipped with a Semtech SX1272 transceiver. LoRa [1] is a proprietary spread spectrum modulation technique by Semtech. It is a derivative of Chirp Spread Spectrum(CSS) with integrated Forward Error Correction (FEC). A LoRa transceiver can decode transmissions 19.5 db below the noise floor, thus, enabling very long communication distances. LoRa key properties consist of long range, high robustness, multipath resistance, doppler resistance and low power. The remainder of this paper is organized as follows. The design of protocol is presented in detail in Section 3. Section 4 evaluates the performances of protocol base on result of experimentation. Finally, we conclude the paper. ISSN: ASTL Copyright 2018 SERSC

2 2 Protocol Design 2.1 Protocol Overview In this section we describe the design of protocol with multi-hop communication for linear network in detail. The protocol structure consists of two periods: Network Initialization Period and Data Operation Period. Fig. 1. Network Initialization Period Fig. 2. Data Operation Period Network Initialization Period The Network Initialization Period will be performed at the beginning of life time to forming linear network by every node and perform from sink node. The purpose of network initialization period (NIP) is to make sure that every node in the network is placed at the position that forming a linear network is possible and after performing network successfully, every node will go to Data Operation Period at the same time. In this protocol, we assume that maximum depth of network is fixed. This period will be performed in certain time interval T NIP. To performing initialization network, a Request Init Message (REQ_INIT) is used. It includes sender Id, maximum depth of network and passed time. The passed time information is to notify receiver that how many REQ_INIT packet duration time the initialization process already undergone. Base on passed time, the node can calculate the remaining time of initialization period. The Fig. 1 shows how the network initialize in detail. After powering on, every sensor node goes to listening mode to overhear REQ_INIT from its previous grade node. And the sink node start forming network by broadcast REQ_INIT including maximum depth of network and passed time is 1. It is supported re-transmission mechanism by performing overhear to track the REQ_INIT of next grade node after sending to know the next grade node received REQ_INIT message or not. Every node will perform similarly after when they receive proper REQ_INIT. A node will go to sleep and finish initialization process if it tracks successfully or after sending REQ_INIT in case leaf node. 30 Copyright 2018 SERSC

3 2.1.2 Data Operation Period In the data operation period, every sensors node forward data packet in pipeline fashion to send data from leaf node to sink node. A node can combine the received data packet from next grade node with its own data and send them together. Every node use slot with certain duration time dur data to receiving or sending data packet. The dur data has to be considered greater than duration time for transmitting data packet with maximum length after combining data at node 1. To receiving the data packet, every node have to wake up at the same sending time of next grade node. In the first cycle, every node the wake-up time based on its hop-count and maximum depth of network as below: T wake_n = (MaxDepth depth n 1) dur data (1) The most important thing to insure protocol operating well is time synchronization from second cycle and so on. Because of clock drift, every node will be loss synchronization after long enough time. To avoid it, a node can be seen as time source of previous grade node. Right after receiving data packet from next grade node, it will calculate wake-up time for next cycle after duration time T wake as below: T wake = dur cycle dur tx T short (2) where dur tx is time on air of packet which is sent by next grade node and it is calculated by formula [3], T short is short time the MCU need to actually change to TX mode in Radio Chip to send packet. 3 Performance Evaluation In this section, performance of the protocol will be evaluated under result of experimentation in real environment. The protocol is deployed on MultiConnect Mdot which is LoRa modules using STM32F411RET Processor and radio chip SX1272 and is developed by MultiTech. The implementation is based on LMiC library [8], which is developed by IBM for LoRaWAN in C. We deployed a 5 node network on the university campus as shown in Fig. 3. We run the test for every SF with BW125, TX power of 14 dbm, frequency is 922MHz. Nodes are set to transmit a data packet with 5 bytes of its own data and combining the received data from next grade node. The packet is sent with fixed preamble length of 8 symbol. In this experiment, we implemented a listen period of 8 symbol time in each slot for receiving. The table 1 shows duration of data and cycle duration for each spreading factor after calculating the time on air for maximum length as 20 bytes and adding more guard time to avoid conflict among tasks in MCU. For each SF, we run a test with duration of 200 data cycles time. Copyright 2018 SERSC 31

4 Fig. 3. Location Deployment Table 1. Duration parameters SF12 SF11 SF10 SF9 SF8 SF7 dur data (ms) dur cycle (ms) In our evaluation, the delivery reliability and the throughput of entire network for each spreading factor are shown as the Fig. 4 and Fig. 5. The delivery reliability achieves above 90%, and they trend decreasing from SF12 to SF7 when we use same node location deployment. Fig. 4. Delivery reliability of entire network Fig. 5. Throughput for entire network 4 Conclusion By multi-hop communication, LoRa is potentially very useful for the monitoring system for wide area with long distance. We contributed a protocol with multi-hop transmission for linear network including network construction period and data operating period. With the result in performance evaluation part, this protocol is applicable for monitoring application in which need coverage long distance and every 32 Copyright 2018 SERSC

5 monitored point is almost placed as line style such as gas line system, high voltage line system, etc. Acknowledgments. This research was supported by Basic Science Research Program through the National Research Foundation of Korea(NRF) funded by the Ministry of Education (KNRF ). References 1. Martin Bor, John Vidler and Utz Roedig: LoRa for the Internet of Things 2. Wei Ye, Fabio Silva, and John Heidemann: Ultra-Low Duty Cycle MAC with Scheduled Channel Polling 3. Datasheet SX1272: Accessed: 24/11/ Ingenu RPMA. Accessed: Sigfox. Accessed: LoRa. Accessed: Usman Raza, Parag Kulkarni, and Mahesh Sooriyabandara. Low Power Wide Area Networks: A Survey. 8. LMiC. Accessed: Copyright 2018 SERSC 33

Wireless Mesh Network - A well proven alternative to LPWAN

Wireless Mesh Network - A well proven alternative to LPWAN Wireless Mesh Network - A well proven alternative to LPWAN EoT 2017 Introductions Thomas Steen Halkier CEO NeoCortec NeoCortec Innovator within Wireless Mesh Network technology This presentation will focus

More information

Low Power Wide Area Network (LPWAN) Presented By: Dr. Hafiz Yasar Lateef Director, Telxperts Pty Ltd.

Low Power Wide Area Network (LPWAN) Presented By: Dr. Hafiz Yasar Lateef Director, Telxperts Pty Ltd. Low Power Wide Area Network (LPWAN) Presented By: Dr. Hafiz Yasar Lateef Director, Telxperts Pty Ltd. Low Power Wide Area Network (LPWAN) q Low-Power WAN Technologies are designed for machine-to-machine

More information

A Low-Cost LoRaWAN Testbed for IoT: Implementation and Measurements

A Low-Cost LoRaWAN Testbed for IoT: Implementation and Measurements A Low-Cost LoRaWAN Testbed for IoT: Implementation and Measurements Asif M. Yousuf, Edward M. Rochester, and Majid Ghaderi Department of Computer Science University of Calgary Abstract One of the challenges

More information

Mobile and Wireless Compu2ng CITS4419 Week 4: LoRa

Mobile and Wireless Compu2ng CITS4419 Week 4: LoRa Mobile and Wireless Compu2ng CITS4419 Week 4: LoRa Associate Professor Rachel Cardell-Oliver School of Computer Science & So;ware Engineering semester-2 2018 Low Power Wide Area Networks LPWAN Short range

More information

Eclipse IOT day April 3016 LoRa Overview. Wyres SAS 2016

Eclipse IOT day April 3016 LoRa Overview.  Wyres SAS 2016 Eclipse IOT day April 3016 LoRa Overview brian.wyld@wyres.fr www.wyres.eu Wyres SAS 2016 Contents LoRa objectives LoRa PHY overview Licenses / State regulation LoRa MAC : LoRaWAN Other MAC protocols Technology

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, Beijing, 102206, China ABSTRACT

More information

Does Bidirectional Traffic Do More Harm Than Good in LoRaWAN Based LPWA Networks?

Does Bidirectional Traffic Do More Harm Than Good in LoRaWAN Based LPWA Networks? Does Bidirectional Traffic Do More Harm Than Good in LoRaWAN Based LPWA Networks? Alexandru-Ioan Pop, Usman Raza, Parag Kulkarni, Mahesh Sooriyabandara Faculty of Engineering, University of Bristol, Bristol,

More information

Does Bidirectional Traffic Do More Harm Than Good in LoRaWAN Based LPWA Networks?

Does Bidirectional Traffic Do More Harm Than Good in LoRaWAN Based LPWA Networks? Does Bidirectional Traffic Do More Harm Than Good in LoRaWAN Based LPWA Networks? Alexandru-Ioan Pop, Usman Raza, Parag Kulkarni, Mahesh Sooriyabandara Telecommunications Research Laboratory Toshiba Research

More information

Product Brief. Model: TLM922S-P01A. Ver.1.0

Product Brief. Model: TLM922S-P01A. Ver.1.0 Product Brief Model: TLM922S-P01A Ver.1.0 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 6 6. PCB Dimension... 7 7. Pin Configuration...

More information

LoRa APPLICATIONS METOVA

LoRa APPLICATIONS METOVA LoRa APPLICATIONS LoRa NETWORK End Nodes Concentrator/Gateway Application Server pet tracking smoke alarm Network Server water meter trash container 3G / Ethernet Backhaul vending machine gas monitoring

More information

Presented by: Murad Kaplan

Presented by: Murad Kaplan Presented by: Murad Kaplan Introduction. Design of SCP-MAC. Lower Bound of Energy Performance with Periodic Traffic. Protocol Implementation. Experimental Evaluation. Related Work. 2 Energy is a critical

More information

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks Distributed Sensor Networks Volume 2013, Article ID 858765, 6 pages http://dx.doi.org/10.1155/2013/858765 Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless

More information

RAK811 LoRa / LoRAWAN module (based on SX1276) 868/915MHz up to 3km range

RAK811 LoRa / LoRAWAN module (based on SX1276) 868/915MHz up to 3km range RAK811 LoRa / LoRAWAN module (based on SX1276) 868/915MHz up to 3km range RAK811 LoRa Module LoRaWAN module base on SX1276 LoRa spread spectrum. Embedded LoRaWAN protocol class A&C. Easily connects to

More information

LoRa - LoRaWAN - LRSC. Wireless Long Range Network for M2M Communication

LoRa - LoRaWAN - LRSC. Wireless Long Range Network for M2M Communication Marcus Oestreicher oes@zurich.ibm.com LoRa - LoRaWAN - LRSC Wireless Long Range Network for M2M Communication Overview Introduction LoRa LoRaWAN LRSC Use Cases Introduction IBM Research Zurich BlueZ Business

More information

A MAC Protocol with Little Idle Listening for Wireless Sensor Networks

A MAC Protocol with Little Idle Listening for Wireless Sensor Networks A MAC Protocol with Little Idle Listening for Wireless Sensor Networks Chaoguang Men 1,, Yongqian Lu 1, Dongsheng Wang 1, 1 Research and Development Center of High Dependability Computing Technology, Harbin

More information

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 1 Suresh, 2 C.B.Vinutha, 3 Dr.M.Z Kurian 1 4 th Sem, M.Tech (Digital Electronics), SSIT, Tumkur 2 Lecturer, Dept.of E&C, SSIT,

More information

Wireless Sensor Networks

Wireless Sensor Networks Wireless Sensor Networks c.buratti@unibo.it +39 051 20 93147 Office Hours: Tuesday 3 5 pm @ Main Building, second floor Credits: 6 Ouline 1. WS(A)Ns Introduction 2. Applications 3. Energy Efficiency Section

More information

A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN

A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN Albeiro Cortés Cabezas and José de Jesús Salgado Patrón Department of Electronic Engineering, Surcolombiana University, Neiva, Colombia

More information

Message acknowledgement and an optional beacon. Channel Access is via Carrier Sense Multiple Access with

Message acknowledgement and an optional beacon. Channel Access is via Carrier Sense Multiple Access with ZigBee IEEE 802.15.4 Emerging standard for low-power wireless monitoring and control Scale to many devices Long lifetime is important (contrast to Bluetooth) 10-75m range typical Designed for industrial

More information

Lora-A Revolutionary Technology for IOT LPWAN. Tony Li Vice President of China Sales and Marketing, Semtech Corporation

Lora-A Revolutionary Technology for IOT LPWAN. Tony Li Vice President of China Sales and Marketing, Semtech Corporation Lora-A Revolutionary Technology for IOT LPWAN Tony Li Vice President of China Sales and Marketing, Semtech Corporation IoT Connected Device Opportunity Ericsson Gartner 28B 21B Source:Ericsson. Ericsson

More information

Embedded Internet and the Internet of Things WS 12/13

Embedded Internet and the Internet of Things WS 12/13 Embedded Internet and the Internet of Things WS 12/13 4. MAC Protocols Prof. Dr. Mesut Güneş Distributed, embedded Systems (DES) Institute of Computer Science Freie Universität Berlin Prof. Dr. Mesut Güneş

More information

What is LoRa & LoRaWAN

What is LoRa & LoRaWAN LORA / LORAWAN TUTORIAL 2 What is LoRa & LoRaWAN v1.0.0 INTRO In this tutorial I will explain what the difference is between LoRa and LoRaWAN. Several products will be shown in this video. They are not

More information

Distributed Interference-aware Medium Access Control for IEEE Visible Light Communications

Distributed Interference-aware Medium Access Control for IEEE Visible Light Communications Sensors and Materials, Vol. 30, No. 8 (2018) 1665 1670 MYU Tokyo 1665 S & M 1623 Distributed Interference-aware Medium Access Control for IEEE 802.15.7 Visible Light Communications Eui-Jik Kim, 1 Jung-Hyok

More information

Reliable Time Synchronization Protocol for Wireless Sensor Networks

Reliable Time Synchronization Protocol for Wireless Sensor Networks Reliable Time Synchronization Protocol for Wireless Sensor Networks Soyoung Hwang and Yunju Baek Department of Computer Science and Engineering Pusan National University, Busan 69-735, South Korea {youngox,yunju}@pnu.edu

More information

Interference Management Scheme for Wireless Sensor Network

Interference Management Scheme for Wireless Sensor Network , pp.64-69 http://dx.doi.org/0.4257/astl.204.46.5 Interference Management Scheme for Wireless Sensor Network Sangmi Moon, Saransh Malik, Bora Kim, Hun Choi, Jinsul Kim, Cheolhong Kim, and Intae Hwang Dept.

More information

DASH7, PASSIVE RFID AND LPWAN PROF. MAARTEN WEYN - MICHAEL ANDRE PUBLIC

DASH7, PASSIVE RFID AND LPWAN PROF. MAARTEN WEYN - MICHAEL ANDRE PUBLIC DASH7, PASSIVE RFID AND LPWAN PROF. MAARTEN WEYN - MICHAEL ANDRE PUBLIC THE INTERNET OF THINGS 2 WIRELESSLY CONNECTING A THING What is a light bulb? What is on/off? What is dim? How is network formed?

More information

BREWNET. Intelligent cloud connected sensors for economic small scale process optimisation

BREWNET. Intelligent cloud connected sensors for economic small scale process optimisation BREWNET Intelligent cloud connected sensors for economic small scale process optimisation Dr Nicholas Watson University of Nottingham Email: nicholas.watson@nottingham.ac.uk Dr Syed Ali Raza Zaidi University

More information

Product Brief. Model: TLM922S-P01A. Ver.1.4

Product Brief. Model: TLM922S-P01A. Ver.1.4 Product Brief Model: TLM922S-P01A Ver.1.4 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 5 6. PCB Dimension... 6 7. Pin Configuration...

More information

Analysis of S-MAC/T-MAC Protocols for Wireless Sensor Networks

Analysis of S-MAC/T-MAC Protocols for Wireless Sensor Networks Analysis of S-MAC/T-MAC Protocols for Wireless Sensor Networks WOOCHUL LEE*, YUTAE LEE*, SOONGHEE LEE**, DONGIL KIM* *Department of Information and Communications Engineering Dong-Eui University, 996 Eomgwan-no,

More information

MAC in /20/06

MAC in /20/06 MAC in 802.11 2/20/06 MAC Multiple users share common medium. Important issues: Collision detection Delay Fairness Hidden terminals Synchronization Power management Roaming Use 802.11 as an example to

More information

IoT connectivity made easier STM32 MCUs & LoRa

IoT connectivity made easier STM32 MCUs & LoRa IoT connectivity made easier STM32 MCUs & LoRa Summary 2 1. What is IoT? 2. Communication technologies Overview 3. LPWAN 4. LoRa and LoRa Alliance 5. LoRa technology modulation and LoRaWAN network protocol

More information

Multi-hop LoRaWAN: including a forwarding node

Multi-hop LoRaWAN: including a forwarding node 1 Multi-hop LoRaWAN: including a forwarding node Bruno Van de Velde Abstract In this paper a proof-of-concept implementation of a forwarder device was developed that allows using LoRaWAN for multi-hop

More information

Etiquette protocol for Ultra Low Power Operation in Sensor Networks

Etiquette protocol for Ultra Low Power Operation in Sensor Networks Etiquette protocol for Ultra Low Power Operation in Sensor Networks Samir Goel and Tomasz Imielinski {gsamir, imielins}@cs.rutgers.edu DataMan Lab, Department of Computer Science Acknowledgement: Prof.

More information

Reservation Packet Medium Access Control for Wireless Sensor Networks

Reservation Packet Medium Access Control for Wireless Sensor Networks Reservation Packet Medium Access Control for Wireless Sensor Networks Hengguang Li and Paul D Mitchell Abstract - This paper introduces the Reservation Packet Medium Access Control (RP-MAC) protocol for

More information

RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar

RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar Papa Alioune Ly, Joel Alloh, Carl Hedari, Tom Reynaert Outline Introduction Design of the

More information

Performance and Comparison of Energy Efficient MAC Protocol in Wireless Sensor Network

Performance and Comparison of Energy Efficient MAC Protocol in Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 3 March 2015, Page No. 10652-10656 Performance and Comparison of Energy Efficient MAC Protocol in Wireless

More information

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Madhusmita Nandi School of Electronics Engineering, KIIT University Bhubaneswar-751024, Odisha, India ABSTRACT The present work is to evaluate

More information

Adaptive mitigation of the Air-Time pressure in LoRa multi-gateway architectures

Adaptive mitigation of the Air-Time pressure in LoRa multi-gateway architectures Adaptive mitigation of the Air-Time pressure in LoRa multi-gateway architectures (Invited Paper) Francesca Cuomo, Manuel Campo, Enrico Bassetti, Lorenzo Cartella, Federica Sole, Giuseppe Bianchi, University

More information

Low Power and Low Latency MAC Protocol: Dynamic Control of Radio Duty Cycle

Low Power and Low Latency MAC Protocol: Dynamic Control of Radio Duty Cycle 24 IJCSNS International Journal of Computer Science and Network Security, VOL.12 No.12, December 212 Low Power and Low Latency MAC Protocol: Dynamic Control of Radio Duty Cycle Jeehoon Lee*, Jongsoo Jeong,

More information

SENSOR-MAC CASE STUDY

SENSOR-MAC CASE STUDY SENSOR-MAC CASE STUDY Periodic Listen and Sleep Operations One of the S-MAC design objectives is to reduce energy consumption by avoiding idle listening. This is achieved by establishing low-duty-cycle

More information

Weightless: The emerging global wireless standard for linking sensors and devices

Weightless: The emerging global wireless standard for linking sensors and devices Weightless: The emerging global wireless standard for linking sensors and devices William Webb 2014 Copyright Weightless www.weightless.org Page 1 The hypothesis That billions of devices would benefit

More information

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network Geographical Routing Algorithms In Asynchronous Wireless Sensor Network Vaishali.S.K, N.G.Palan Electronics and telecommunication, Cummins College of engineering for women Karvenagar, Pune, India Abstract-

More information

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72

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

More information

Premier Wireless Solutions Provider for IoT. LoRa / LoRaWAN Solution Selection Manual.

Premier Wireless Solutions Provider for IoT. LoRa / LoRaWAN Solution Selection Manual. Premier Wireless Solutions Provider for IoT LoRa / LoRaWAN Solution Selection Manual www.friendcom.com LoRaWAN Module Friendcom LoRaWAN series modules are designed for low power consumption and small size.

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

LoRa Indoor Coverage and Performance in an Industrial Environment: Case Study

LoRa Indoor Coverage and Performance in an Industrial Environment: Case Study LoRa Indoor Coverage and Performance in an Industrial Environment: Case Study Jetmir Haxhibeqiri, Abdulkadir Karaagac, Floris Van den Abeele, Wout Joseph, Ingrid Moerman and Jeroen Hoebeke Ghent University

More information

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K.

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. Nisha Menon 2 1 Mar Baselios Christian College of Engineering and Technology,

More information

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1 Announcements 18-759: Wireless Networks Lecture 11: 802.11* Please mail survey team information» Can include topic preferences now if you have them Submit project designs through blackboard Homework 2

More information

PERFORMANCE ANALISIS OF THE LEMR-MULTICHANNEL PROTOCOL

PERFORMANCE ANALISIS OF THE LEMR-MULTICHANNEL PROTOCOL PERFORMANCE ANALISIS OF THE LEMR-MULTICHANNEL PROTOCOL Albeiro Cortés Cabezas Department of Electronic Engineering, Surcolombiana University Grupo de Tratamiento de Señales y Telecommunications - GTST

More information

Outline. TWR Module. Different Wireless Protocols. Section 7. Wireless Communication. Wireless Communication with

Outline. TWR Module. Different Wireless Protocols. Section 7. Wireless Communication. Wireless Communication with Section 7. Wireless Communication Outline Wireless Communication with 802.15.4/Zigbee Protocol Introduction to Freescale MC12311 802.15.4/Zigbee Protocol TWR-12311 Module TWR-MC12311 Smart Radio Features

More information

Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired

Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired Problem Social Networking Tags System for Visually Impaired is an project aims to utilize electronic id technology

More information

SINERGIA. Symbiotic Convergence of M2M Wireless Communications and the 5G. Convergencia de las comunicaciones inalámbricas M2M y la 5G

SINERGIA. Symbiotic Convergence of M2M Wireless Communications and the 5G. Convergencia de las comunicaciones inalámbricas M2M y la 5G Symbiotic Convergence of M2M Wireless Communications and the 5G Convergencia de las comunicaciones inalámbricas M2M y la 5G Proyectos RETOS TEC2015-71303-R D1.2 State of the Art MAC layers for Wide Area

More information

standard. Acknowledgement: Slides borrowed from Richard Y. Yale

standard. Acknowledgement: Slides borrowed from Richard Y. Yale 802.11 standard Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale IEEE 802.11 Requirements Design for small coverage (e.g. office, home) Low/no mobility High data rate applications Ability to

More information

standards like IEEE [37], IEEE [38] or IEEE [39] do not consider

standards like IEEE [37], IEEE [38] or IEEE [39] do not consider Chapter 5 IEEE 802.15.4 5.1 Introduction Wireless Sensor Network(WSN) is resource constrained network developed specially targeting applications having unattended network for long time. Such a network

More information

An Energy-Efficient MAC using Dynamic Phase Shift for Wireless Sensor Networks

An Energy-Efficient MAC using Dynamic Phase Shift for Wireless Sensor Networks An Energy-Efficient MAC using Dynamic Phase Shift for Wireless Sensor Networks Yoh-han Lee Department of Electrical Engineering Korea Advanced Institute of Science & Technology Daejeon, KOREA yohhanlee@kaist.ac.kr

More information

Smart test and certification of wireless IoT devices

Smart test and certification of wireless IoT devices Smart test and certification of wireless IoT devices Joerg Koepp IoT Market Segment Manager COMPANY REST RICT ED Connecting Billions of Devices to the Internet of Things (IoT) short range WWAN other Wireless

More information

Energy Analysis of LoRaWAN Technology for Traffic Sensing Applications

Energy Analysis of LoRaWAN Technology for Traffic Sensing Applications ITS World Congress 2017 Montreal, October 29 November 2 Paper ID AM-SP1343 Energy Analysis of LoRaWAN Technology for Traffic Sensing Applications Samarth Mathur 1, Anand Sankar 2, Prajwal Prasan 2, Bob

More information

Mobile Communications Chapter 11 : Outlook

Mobile Communications Chapter 11 : Outlook Prof. Dr.-Ing Jochen H. Schiller Inst. of Computer Science Freie Universität Berlin Germany Mobile Communications Chapter 11 : Outlook The future of mobile and wireless networks Is it 5G? All IP? Licensed?

More information

Partial Caching Scheme for Streaming Multimedia Data in Ad-hoc Network

Partial Caching Scheme for Streaming Multimedia Data in Ad-hoc Network , pp.106-110 http://dx.doi.org/10.14257/astl.2014.51.25 Partial Caching Scheme for Streaming Multimedia Data in Ad-hoc Network Backhyun Kim and Iksoo Kim 1 Faculty of Liberal Education, Incheon National

More information

Wireless and WiFi. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Wireless and WiFi. Daniel Zappala. CS 460 Computer Networking Brigham Young University Wireless and WiFi Daniel Zappala CS 460 Computer Networking Brigham Young University Wireless Networks 2/28 mobile phone subscribers now outnumber wired phone subscribers similar trend likely with Internet

More information

AMAC: Traffic-Adaptive Sensor Network MAC Protocol through Variable Duty-Cycle Operations

AMAC: Traffic-Adaptive Sensor Network MAC Protocol through Variable Duty-Cycle Operations AMAC: Traffic-Adaptive Sensor Network MAC Protocol through Variable Duty-Cycle Operations Sang Hoon Lee, Joon Ho Park, and Lynn Choi Department of Electronics and Computer Engineering Korea University

More information

Survey of Asynchronous Medium Access Protocols for Wireless Sensor Networks

Survey of Asynchronous Medium Access Protocols for Wireless Sensor Networks Survey of Asynchronous Medium Access Protocols for Wireless Sensor Networks 1 Dishee Agarwal, 2 Arvind Kakria, 3 Dr. Trilok C. Aseri 1,2,3 PEC University of Technology, Chandigarh, India Abstract Wireless

More information

MAC Essentials for Wireless Sensor Networks

MAC Essentials for Wireless Sensor Networks MAC Essentials for Wireless Sensor Networks Abdelmalik Bachir, Mischa Dohler, Senior Member, IEEE, Thomas Watteyne, Member, IEEE, and Kin K. Leung, Fellow, IEEE Medium access control Part of the link layer

More information

An Energy Efficient Clustering in Wireless Sensor Networks

An Energy Efficient Clustering in Wireless Sensor Networks , pp.37-42 http://dx.doi.org/10.14257/astl.2015.95.08 An Energy Efficient Clustering in Wireless Sensor Networks Se-Jung Lim 1, Gwang-Jun Kim 1* and Daehyon Kim 2 1 Department of computer engineering,

More information

QoS Challenges and QoS-Aware MAC Protocols in Wireless Sensor Networks

QoS Challenges and QoS-Aware MAC Protocols in Wireless Sensor Networks QoS Challenges and QoS-Aware MAC Protocols in Wireless Sensor Networks S. Shiney Lillia PG Student, Department of Computer Science and Engineering, National Institute of Technology Puducherry, Puducherry,

More information

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol Hung-Wei Tseng, Shih-Hsien Yang, Po-Yu Chuang,Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Design and Implementation of a Multi-hop Zigbee Network

Design and Implementation of a Multi-hop Zigbee Network Design and Implementation of a Multi-hop Zigbee Network Chi-Wen Deng, Li-chun Ko, Yung-chih Liu, Hua-wei Fang Networks and Multimedia Institute Institute for Information Industry, ROC {cwdeng, lcko, ulysses,

More information

PW-MAC: An Energy-Efficient Predictive-Wakeup MAC Protocol for Wireless Sensor Networks

PW-MAC: An Energy-Efficient Predictive-Wakeup MAC Protocol for Wireless Sensor Networks PW-MAC: An Energy-Efficient Predictive-Wakeup MAC Protocol for Wireless Sensor Networks Lei Tang Yanjun Sun Omer Gurewitz David B. Johnson Department of Computer Science, Rice University, Houston, TX,

More information

IPv6 Stack. 6LoWPAN makes this possible. IPv6 over Low-Power wireless Area Networks (IEEE )

IPv6 Stack. 6LoWPAN makes this possible. IPv6 over Low-Power wireless Area Networks (IEEE ) Reference: 6LoWPAN: The Wireless Embedded Internet, Shelby & Bormann What is 6LoWPAN? 6LoWPAN makes this possible - Low-power RF + IPv6 = The Wireless Embedded Internet IPv6 over Low-Power wireless Area

More information

Medium Access Control in Wireless IoT. Davide Quaglia, Damiano Carra

Medium Access Control in Wireless IoT. Davide Quaglia, Damiano Carra Medium Access Control in Wireless IoT Davide Quaglia, Damiano Carra LIVELLO DATALINK 2 Goals Reliable and efficient communication between two nodes on the same physical medium Cable (Wired) Wireless Assumptions

More information

Optimal Beacon Interval for TDMA-based MAC in Wireless Sensor Networks

Optimal Beacon Interval for TDMA-based MAC in Wireless Sensor Networks Optimal Beacon Interval for TDMA-based MAC in Wireless Sensor Networks Abstract An energy-efficient Medium Access Control (MAC) protocol can significantly elongate the lifetime of wireless sensor networks

More information

The Future of LPWA. Matt Key, CEO. Copyright 2016 Everynet LTD & JBA, Inc.

The Future of LPWA. Matt Key, CEO. Copyright 2016 Everynet LTD & JBA, Inc. The Future of LPWA Matt Key, CEO slide 2 LPWA is a combination of: Telco equipment Networking M2M/IoT Platforms and applications Devices Integration Lessons learned from everyone brings knowledge: VoIP,

More information

[WIR-1286]868MHz LORA Wireless Module. Page 1. LORA 868MHz Wireless serial link [WIR-1286]

[WIR-1286]868MHz LORA Wireless Module.   Page 1. LORA 868MHz Wireless serial link [WIR-1286] [WIR-1286]868MHz LORA Wireless Module http://www.robokitsworld.com Page 1 Contents 1) Features:... 4 2) Block Diagram..... 3) Description:... 4 4) PIN Configurations... 4 5) Module Specifications:... 5

More information

Medium Access Control in Wireless Sensor Networks

Medium Access Control in Wireless Sensor Networks Medium Access Control in Wireless Sensor Networks Davide Quaglia, Damiano Carra LIVELLO DATALINK 2 1 Goals Reliable and efficient communication between two nodes on the same physical medium Cable (Wired)

More information

IMAC: An Interference-aware Duty-cycle MAC Protocol for Wireless Sensor Networks Employing Multipath Routing

IMAC: An Interference-aware Duty-cycle MAC Protocol for Wireless Sensor Networks Employing Multipath Routing 211 211 Ninth IFIP IEEE/IFIP Ninth International Conference on on Embedded and and Ubiquitous Computing IMC: n Interference-aware uty-cycle MC Protocol for Wireless ensor Networks Employing Multipath Routing

More information

IEEE ah. sub 1GHz WLAN for IoT. What lies beneath Wi-Fi HaLow. Eduard Garcia-Villegas, Elena López-Aguilera Dept. of Network Engineering

IEEE ah. sub 1GHz WLAN for IoT. What lies beneath Wi-Fi HaLow. Eduard Garcia-Villegas, Elena López-Aguilera Dept. of Network Engineering by wilgengebroed IEEE 802.11ah sub 1GHz WLAN for IoT What lies beneath Wi-Fi HaLow Eduard Garcia-Villegas, Elena López-Aguilera Dept. of Network Engineering eduardg@entel.upc.edu elopez@entel.upc.edu Contents

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 6: Bluetooth and 802.15.4 October 12, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Bluetooth Standard for Personal Area

More information

Supporting Collaborative 3D Editing over Cloud Storage

Supporting Collaborative 3D Editing over Cloud Storage , pp.33-37 http://dx.doi.org/10.14257/astl.2015.107.09 Supporting Collaborative 3D Editing over Cloud Storage Yeoun-Ui Ha 1, Jae-Hwan Jin 2, Myung-Joon Lee 3 Department of Electrical/Electronic and Computer

More information

Bridging Link Power Asymmetry in Mobile Whitespace Networks Sanjib Sur and Xinyu Zhang

Bridging Link Power Asymmetry in Mobile Whitespace Networks Sanjib Sur and Xinyu Zhang Bridging Link Power Asymmetry in Mobile Whitespace Networks Sanjib Sur and Xinyu Zhang University of Wisconsin - Madison 1 Wireless Access in Vehicles Wireless network in public vehicles use existing infrastructure

More information

Mobile and Wide-Area IoT: LPWA and LTE connectivity

Mobile and Wide-Area IoT: LPWA and LTE connectivity Mobile and Wide-Area IoT: LPWA and LTE connectivity Technical and Economic Analysis: Matching each application with the best standards Abstract The Internet of Things has begun with simple home automation,

More information

Research Article An Energy and Latency Aware WSN MAC Protocol for Bidirectional Traffic in Data Collection

Research Article An Energy and Latency Aware WSN MAC Protocol for Bidirectional Traffic in Data Collection Hindawi Publishing Corporation International Journal of Distributed Sensor Networks Volume 215, rticle ID 97538, 17 pages http://dx.doi.org/1.1155/215/97538 Research rticle n Energy and Latency ware WSN

More information

LoRaWAN Wzzard Utility Quick Guide. v /11/1

LoRaWAN Wzzard Utility Quick Guide. v /11/1 LoRaWAN Wzzard Utility Quick Guide v1.0 2018/11/1 1. Connect LRPv2 Connect LoRaWAN LRPv2 node and your desktop with MicroUSB. An USB virtual COM port will be created in Windows system. If Windows can t

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication Vol., Issue.3, May-June 0 pp--7 ISSN: - Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication J. Divakaran, S. ilango sambasivan Pg student, Sri Shakthi Institute of

More information

Long Range Wireless IoT Technologies:

Long Range Wireless IoT Technologies: Long Range Wireless IoT Technologies: Low Power Wide Area Network (LPWAN) vs Cellular Anne-Lena Kampen Trondheim 18 th of May 2017 Outline Introduction Long Range Wireless IoT Technologies; characteristics

More information

BII - Broadband for Industrial Internet

BII - Broadband for Industrial Internet BII - Broadband for Industrial Internet Technology Overview BII (/Bee/, Broadband for Industrial Internet) is an innovative long range wireless broadband networking technology developed by Doodle Labs.

More information

Wireless Sensor Networks

Wireless Sensor Networks Wireless Sensor Networks c.buratti@unibo.it +39 051 20 93147 Office Hours: Tuesday 3 5 pm @ Main Building, third floor Credits: 6 Standard Solutions Data-rate RFID 20 cm, 10-200 kbps 100m, 11-100 Mbps

More information

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee.

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. Introduction ZigBee is one of the Advanced Wireless Technology and CC2430 is the first single-chip

More information

Communications & Networks Introduction

Communications & Networks Introduction Communications & Networks Introduction Alexander Nelson February 19th, 2018 University of Arkansas - Department of Computer Science and Computer Engineering Networking Number of Connected Devices 1 How

More information

Application of Fuzzy Logic Control to Dynamic Channel Allocation of WiMedia UWB Networks

Application of Fuzzy Logic Control to Dynamic Channel Allocation of WiMedia UWB Networks , pp.60-64 http://dx.doi.org/10.14257/astl.2015.108.14 Application of Fuzzy Logic Control to Dynamic Channel Allocation of WiMedia UWB Networks Dong-Keun Jeon 1, Yeonwoo Lee *2 1 Dept. of Mechatronics,

More information

Causal Order Multicast Protocol Using Different Information from Brokers to Subscribers

Causal Order Multicast Protocol Using Different Information from Brokers to Subscribers , pp.15-19 http://dx.doi.org/10.14257/astl.2014.51.04 Causal Order Multicast Protocol Using Different Information from Brokers to Subscribers Chayoung Kim 1 and Jinho Ahn 1, 1 Dept. of Comp. Scie., Kyonggi

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

An Enhanced Cross-Layer Protocol for Energy Efficiency in Wireless Sensor Networks

An Enhanced Cross-Layer Protocol for Energy Efficiency in Wireless Sensor Networks 2009 Third International Conference on Sensor Technologies and Applications An Enhanced Cross-Layer Protocol for Energy Efficiency in Wireless Sensor Networks Jaehyun Kim Dept. of Electrical & Electronic

More information

Semtech Alliance T. Melly - 24th November 2015

Semtech Alliance T. Melly - 24th November 2015 Semtech Alliance T. Melly - 24th November 2015 IoT Segment Trade-offs LAN Short Range Communicating Devices LPWAN Long Range w/ Battery Internet of Objects Cellular Long Range w/power Traditional M2M Well

More information

Medium Access Control in Wireless Sensor Networks

Medium Access Control in Wireless Sensor Networks Medium Access Control in Wireless Sensor Networks Davide Quaglia, Damiano Carra LIVELLO DATALINK 2 1 Goals Reliable and efficient communication between two nodes on the same physical medium Cable (Wired)

More information

Keysight Technologies A Little db ll Do Ya!

Keysight Technologies A Little db ll Do Ya! Keysight Technologies A Little db ll Do Ya! A Survey of Low Power Wide Area Network (LPWAN) RF Technologies Application Brief The rapid growth of the Internet of Things (IoT) is driving growth and innovation

More information

Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM

Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM Jean Lebreton and Nour Murad University of La Reunion, LE2P 40 Avenue de Soweto, 97410 Saint-Pierre Email: jean.lebreton@univ-reunion.fr

More information

An Energy-Efficient MAC Protocol for Delay-Sensitive Wireless Sensor Networks

An Energy-Efficient MAC Protocol for Delay-Sensitive Wireless Sensor Networks An Energy-Efficient MAC Protocol for Delay-Sensitive Wireless Sensor Networks Changsu Suh, Deepesh Man Shrestha, and Young-Bae Ko R & D Departments, Hanback Electronics Company, Republic of Korea College

More information

Monitoring of Large-Area IoT Sensors using a LoRa Wireless Mesh Network System: Design and Evaluation

Monitoring of Large-Area IoT Sensors using a LoRa Wireless Mesh Network System: Design and Evaluation 1 Monitoring of Large-Area IoT Sensors using a LoRa Wireless Mesh Network System: Design and Evaluation Huang-Chen Lee, Senior Member, IEEE; Kai-Hsiang Ke Abstract Although many techniques exist to transfer

More information

WIRELESS-NETWORK TECHNOLOGIES/PROTOCOLS

WIRELESS-NETWORK TECHNOLOGIES/PROTOCOLS 3 WIRELESS-NETWORK TECHNOLOGIES/PROTOCOLS Dr. H. K. Verma Distinguished Professor (EEE) Sharda University, Greater Noida (Formerly: Deputy Director and Professor of Instrumentation Indian Institute of

More information