Student: Taariq Ghansar Supervisor: Prof. Antoine Bagula

Slides:



Advertisements
Similar presentations
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Advertisements

Low-Power Interoperability for the IPv6 Internet of Things Presenter - Bob Kinicki Low-Power Interoperability for the IPv6 Internet of Things Adam Dunkels,
Greenhouse Monitoring using Wireless Sensor Networks (GWSN) Sponsored by INNOVA Rongo Rongo.
TCP/IP summary Skills: none IT concepts: review This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License.
Wireless Sensor Network. A wireless sensor network (WSN) is a wireless network consisting of spatially distributed autonomous devices using sensors to.
25 April Securing Wireless Sensor Networks Cheyenne Hollow Horn SFS Presentation 2005.
2002 MURI Minisymposium Cooperative Control of Distributed Autonomous Vehicles in Adversarial Environments 2002 MURI Minisymposium Ameesh Pandya Prof.
Cross Strait Quad-Regional Radio Science and Wireless Technology Conference, Vol. 2, p.p. 980 – 984, July 2011 Cross Strait Quad-Regional Radio Science.
LOGO Intelligent Video Monitoring Solutions in Wireless Sensor Networks BY Rasha Sayed Negm Pre-Master Cairo University.
By Daniel Nanghaka Founder – ILICIT Africa, and EWERDIMA Platform Early Warning Early.
WSN Done By: 3bdulRa7man Al7arthi Mo7mad AlHudaib Moh7amad Ba7emed Wireless Sensors Network.
بسم الله الرحمن الرحيم. Wireless Mesh Network (WMN) Izzeldin Shibeika – April, UNCC -
Software Framework for Teleoperated Vehicles Team Eye-Create ECE 4007 L01 Karishma Jiva Ali Benquassmi Safayet Ahmed Armaghan Mahmud Khin Lay Nwe.
Internet of Things 1. smartIES Developer: Amjad Majid, Denis Repkov, Lydia Penkert, Marc Jansen, Sebastián Múnera-Álvarez, Yann Hasselmann Scrum Master:
05/10/20151 MQTT Contribution. 05/10/20152 What is being contributed ■ MQTT was co-invented by IBM and Arcom Systems over 13 years ago. ■ The current.
ICST 2011 Interconnecting ZigBee and 6LoWPAN Wireless Sensor Networks for Smart Grid Applications Advisor: Quincy Wu Speaker: Chia-Wen Lu National Chi.
Presenter: Abhishek Gupta Dept. of Electrical and Computer Engineering
Dry Storage & Battery Charging Monitoring & Control System.
National Chi Nan University
A Biologically-Inspired Approach to Designing Wireless Sensor Networks Matthew Britton, Venus Shum, Lionel Sacks and Hamed Haddadi The University College.
CONTENTS: 1.Abstract. 2.Objective. 3.Block diagram. 4.Methodology. 5.Advantages and Disadvantages. 6.Applications. 7.Conclusion.
Oasis, Hursley, January Andrew Banks MQTT 256 Message Format indication and message metadata in general. MQTT 249 Add expiry capabilities to MQTT.
Projekt „ESSNBS“ Niš, November 4 th – 7 th, DAAD Wireless Measurement System for Environmental Monitoring and Control MM. Srbinovska, V. Dimcev,
AMSA TO 4 Advanced Technology for Sensor Clouds 09 May 2012 Anabas Inc. Indiana University.
Possible options of using DDS in oneM2M Group Name: ARC Source: KETI, Huawei, Hitachi, China Unicom Meeting Date: Agenda Item: DDS binding.
Wireless sensor networks: a survey
Doc.: IEEE leci Submission Slide1 Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Submission Title:
Publish subscribe for IoT
Sustainability Center Data Collection
XBee Based Motor Control for Farmers
James Robertson 17th April 2014 #Scotrug
Case Study: Real Life Unified Architecture Value
Student: Taariq Ghansar Supervisor: Prof Bagula
Introduction Wireless devices offering IP connectivity
Discussion on DDS protocol binding
Internet Networking recitation #9
Building a conference attendee tracking system using DNN and MQTT
Internet-of-things in Motion
What is Atlas ? ATLAS is the name of the project that encompasses a range of IOT technologies into outcomes for the Bureau ATLAS is a completely new data.
Possible options of using DDS in oneM2M
MQTT – Accessing MQ from anywhere
System Design of Internet-of-Things for Residential Smart Grid
Author-Prasanjit Bhuyan
On the Lifetime of Wireless Sensor Networks
November 2016 Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Submission Title: [Use-Cases and Technical Requirements for.
Wireless Sensor Network (WSN)
EA C451 Vishal Gupta.
ROMANO - A Novel Overlay Lightweight Communication Protocol
Student: Taariq Ghansar Supervisor: Prof. Antoine Bagula
connectivity | autonomous | electrification | architecture
connectivity | autonomous | electrification | architecture
IOT & Railway rolling stock
Smart University utilising the concept of the Internet of Things (IoT) Simon Downes BSc MBCS Carlene Campbell March 2018.
Review: Analysis of Wireless Sensor Networks for Habitat Monitoring Polastre, Szewczyk, Mainwaring, Culler Review by Nate Ota CS294 8/28/03.
Dependable, secure and time-aware sensor networks - Overview
Enter the World of Industry 4.0 with UniStream MQTT
Purdue University Fort Wayne
Internet Networking recitation #10
Wireless Ad Hoc Networks
Purdue University Fort Wayne
Protocols 2 Key Revision Points.
Message Queuing Telemetry Transport (Internet of Things)
Sept 2010 Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Submission Title: Proposed MAC Comment Resolutions Date Submitted:
Optical communications & networking - an Overview
INTERNET OF THINGS (IoT)
The Things in IoT - Sensors and Actuators Sadoon Azizi Department of Computer Engineering and IT.
Process Multi Task Process Thread Task 0 Resource Provider Task 1
Impact of IoT/AI in Agriculture
5G as a Social Infrastructure Chaesub LEE, Director, ITU
Presentation transcript:

Student: Taariq Ghansar Supervisor: Prof. Antoine Bagula Smart Agriculture Internet of Things in Motion Term 4: Testing Student: Taariq Ghansar Supervisor: Prof. Antoine Bagula

Presentation Outline Problem Revisit Physical Layout Testing: Unit Testing Performance Testing Environment Testing

Problem Revisit Deploying IoT in Agriculture. Monitor soil and environmental characteristics through IoT sensors: Soil Moisture Humidity Temperature Monitoring several points across a field connected through the 802.15.4 LR- WPAN (Low Rate Wireless Personal Area Network). There is a large consumption of water. Water allocation for agriculture in South Africa is 60 percent according to the department of water affairs.

MQTT Broker & Subscriber Physical Layout MQTT Broker & Subscriber Sensor Node 1 (Uno) MQTT Publisher Gateway (Yun) Sensor Node 2 (Uno) There is a large consumption of water. Water allocation for agriculture in South Africa is 60 percent according to the department of water affairs.

MQTT Client Parameters Security Used: None (Non-Sensitive Information). Topics Used: "agriculture/humidity" "agriculture/temperature" "agriculture/moisture" Quality of Service: Used QoS 0. Fire once and forget, no acknowledgements, avoid re-sending. There is a large consumption of water. Water allocation for agriculture in South Africa is 60 percent according to the department of water affairs.

Testing

Unit Testing Uno (Sensor node) always transmits all characters to the serial monitor. Each character of readings is printed: Similar reading received by Yun: Reading transmitted to MQTT subscriber: (Demonstrated in video). There is a large consumption of water. Water allocation for agriculture in South Africa is 60 percent according to the department of water affairs.

Performance Testing Python subscriber receiving messages every 4 - 5 seconds. Minimal Latency. Advantage of QoS 0. There is a large consumption of water. Water allocation for agriculture in South Africa is 60 percent according to the department of water affairs.

Environment Testing The sensor node can use a battery i.e. Power Bank. Low power usage (few tens of milliwatts). 802.15.4 Pro Radio Modules. Interrupts caused by loss of signal stops the gateway functioning. There is a large consumption of water. Water allocation for agriculture in South Africa is 60 percent according to the department of water affairs.

Implementation Demo TCP – Transport Layer IP – Network Layer

Questions and Answers TCP – Transport Layer IP – Network Layer