SlideShare a Scribd company logo
1 of 55
1
Chapter Four: Internet of Things (IoT)
This chapter covers:
ī‚˜Overview of the Internet of Things (IoT)
ī‚˜Architecture of IoT
ī‚˜IoT tools and platforms
ī‚˜Applications of IOT
2
Overview of IOT
The most important features of IoT include artificial
intelligence, connectivity, sensors, active engagement, and
small device use. A brief review of these features is given below-
ī‚˜AI − IoT essentially makes virtually anything “smart”, meaning it
enhances every aspect of life with the power of data collection,
artificial intelligence algorithms, and networks.
ī‚˜Connectivity − New enabling technologies for networking and
specifically IoT networking, mean networks are no longer exclusively
tied to major providers.
ī‚˜Sensors − IoT loses its distinction without sensors.
ī‚˜Sensors are devices that can measure a physical quantity(like
temperature, humidity, etc.) and convert it into signal, which can be read
and interpreted by the microcontroller unit.
3
â€Ļcont
ī‚˜Active Engagement − Much of today's interaction
with connected technology happens through
passive engagement. IoT introduces a new
paradigm for active content, product, or service
engagement.
Small Devices − Devices, as predicted, have become
smaller, cheaper, and more powerful over time. IoT
exploits purpose-built small devices to deliver its
precision, scalability, and versatility.
4
What is IOT?
IoT is the networking of smart objects, meaning a huge
number of devices intelligently communicating in the presence
of internet protocol that cannot be directly operated by human
beings but exist as components in buildings, vehicles or the
environment. (Internet Architecture Board’s (IAB))
IoT is the networking of smart objects in which smart objects
have some constraints such as limited bandwidth, power, and
processing accessibility for achieving interoperability among
smart objects. (Internet Engineering Task Force (IETF)
organization’s )
IoT is a framework of all things that have a representation in
the presence of the internet in such a way that new applications
and services enable the interaction in the physical and virtual
world in the form of Machine-to-Machine (M2M)
5
â€Ļ
IoT is the interaction of everyday object’s computing devices
through the Internet that enables the sending and receiving of
useful data. (Oxford dictionary’s )
The term Internet of Things (IoT) according to the 2020
conceptual framework is expressed through a simple formula
such as:
IoT= Services+ Data+ Networks + Sensors
Generally, IoT is a network of devices that can sense, accumulate
and transfer data over the internet without any human
intervention.
IoT is “Smart Object Networking”.
6
â€Ļ
The internet of things (IoT) has found its application in several
areas such as
ī‚˜Connected industry,
ī‚˜smart-city,
ī‚˜smart-home,
ī‚˜ smart-energy,
ī‚˜Connected car,
ī‚˜smart agriculture,
ī‚˜Connected building and campus,
ī‚˜health care,
ī‚˜Logistics and etc.
8
Figure 4.1 IoT in different domains
IoT utilizes existing and emerging technology for
sensing, networking, and robotics.
9
History of IoT
Evolution of Internet (1995-2015)
Internet of Things term was first coined by British
pioneer Kevin Ashton in 1999.
Internet
Connecting
PCs
1995 Mobile
Internet
2005 Internet of
Things
2015
WWW Web2 Web3
10
IoT − Advantages
Improved Customer Engagement
Technology Optimization
Reduced Waste
Enhanced Data Collection
11
IoT – Disadvantages
Here is a list of some of the disadvantages of IoT. these are:
As the number of connected devices increases and more
information is shared between devices, the potential that a
hacker could steal confidential information also increases.
If there’s a bug in the system, it’s likely that every
connected device will become corrupted.
Since there’s no international standard of compatibility for
IoT, it’s difficult for devices from different manufacturers to
communicate with each other.
Enterprises may eventually have to deal with massive
numbers maybe even millions of IoT devices and collecting
and managing the data from all those devices will be
challenging.
12
How does it work?
An IoT ecosystem consists of web-enabled smart
devices that use embedded processors, sensors and
communication hardware to collect, send and act on
data they acquire from their environments.
IoT devices share the sensor data they collect by
connecting to an IoT gateway or another edge device
where data is either sent to the cloud to be analyzed or
analyzed locally. Sometimes, these devices
communicate with other related devices and act on the
information they get from one another.
The devices do most of the work without human
intervention, although people can interact with the
devices.
â€Ļ
Most likely the communication between IOT devices and
internet is performed in two ways:
ī‚˜There is an internet-enabled intermediate node acting as a gateway.
ī‚˜The IOT device has direct communication to the internet.
In the first case, the device is commonly connected to the
computer and sends data to it using e.g. a USB port. The
computer receives the data and using appropriate software it
forwards it to the internet.
In the second case, things are much simpler and devices can
function and communicate more autonomously.
Three types of Interactions in IoT
1. Device to Device communication.
ī‚˜Device-to-device communication model is generally used
in home automation.
ī‚˜Low data rate requirement.
ī‚˜Example : Lights, bulbs, locks and thermostat send small
amount of information to each other.
Bulb Switch
Wireless
Network
ZigBee/Z-
wave/Bluetooth
â€Ļ
2. Device to Cloud communication.
ī‚˜Device-to-cloud communication model is used to extend the
capability of device by sending data to cloud for analysis.
ī‚˜Example 1: Nest Lab Learning Thermostat: Device sends
data to cloud to analyze the home energy consumption.
ī‚˜Example2 : Samsung Smart TV: Sends user viewing
information to Samsung and enable interactive voice
recognition system.
Smart
Device Smart
DEVICE
Cloud
â€Ļ
3. Device to Gateway communication
ī‚˜A gateway device is used between device and cloud in the
device-to-gateway communication model.
ī‚˜Example: Fitness tracker. These devices don’t have native
facility to connect to the cloud directly, hence they use a
mobile app.
Smart
Device
Smart
DEVICE
Cloud
Local Gateway
IPv4/IPv6
protocols protocols
17
Architecture of IoT
In general, an IoT device can be explained as a network of
things that consists of hardware, software, network
connectivity, and sensors. Hence, the architecture of IoT
devices comprises four major components: sensing, network,
data processing, and application layers
â€Ļ
Fig 4.2. Architecture of IoT
19
â€Ļ
Fig 4.2. Architecture of IoT
20
Sensing Layer
The main purpose of the sensing layer is to identify any
phenomena in the devices’ peripheral and obtain data from
the real world. Using multiple sensors for applications is one
of the primary features of IoT devices.
These are the small, memory-constrained, often battery-
operated electronics devices with onboard sensors and
actuators. These could either function as standalone sensing
devices or be embedded as part of a bigger machinery for
sensing and control. Three main capabilities of a typical IOT
device are:
ī‚˜being able to sense and record data
ī‚˜being able to perform light computing and finally
ī‚˜being able to connect to a network and communicate the
data
â€Ļ
Sensors in IoT devices can be classified into three broad
categories as described below:
A.Motion Sensor- Motion sensors measure the change in
motion as well as the orientation of the devices. There are
two types of motions one can observe in a device:
ī‚˜ Linear motion : refers to the linear displacement of an IoT device.
ī‚˜ Angular motion: refers to the rotational displacement of the device.
What is the role of motion Sensors?
Example of Home security
ī‚˜ Motion sensors stand guard, ready to react to various situations,
such as movement in your living room, windows or doors being
opened or closed, or a broken window.
â€Ļ
Motion sensors can:
ī‚˜Trigger a doorbell when someone approaches the front door
ī‚˜Alert you when kids enter restricted areas in the home, like the
basement, workout room, or medicine cabinet
ī‚˜Save energy by using motion sensor lighting in unoccupied spaces
ī‚˜Notify you if animals enter areas where they’re not supposed to be
Fig 4.3 Someone is trying to break the door
â€Ļ
B. Environmental Sensors: Sensors such as Light sensors,
Pressure sensors, etc. are embedded in IoT devices to sense
the change in environmental parameters in the device’s
peripheral.
The primary purpose of using environmental sensors in IoT
devices is to help the devices to take autonomous decisions
according to the changes of a device’s peripheral.
Environmental sensors are used to sense parameters in the
physical environment such as temperature, humidity,
pressure, water pollution, and air pollution.
For instance, environment sensors are used in many
applications to improve user experience (e.g., home
automation systems, smart locks, smart lights, etc.).
â€Ļ
What is the role of Environmental Sensors?
Example of Environmental monitoring
ī‚˜Monitoring water for quality, pollutants, thermal contaminants,
chemical leakages, the presence of lead, and flood water levels.
ī‚˜Monitoring soil for moisture and vibration levels in order to detect
and prevent landslides.
ī‚˜Monitoring forests and protected land for forest fires.
ī‚˜Monitoring for natural disasters like earthquake and tsunami
warnings
ī‚˜Monitoring data centers for air tempÊrature and humidity
ī‚˜Monitoring Air pollution, Soil moisture, Water quality.
â€Ļ
C. Position sensors: Position sensors of IoT devices deal with
the physical position and location of the device.
The most common position sensors used in IoT devices are
ī‚˜Magnetic sensors and Global Positioning System (GPS) sensors.
ī‚˜Magnetic sensors are usually used as digital compass and help to fix
the orientation of the device display.
ī‚˜GPS is used for navigation purposes in IoT devices.
A position sensor is any device used for measuring the
distance traveled by a body starting from its reference
position.
This type of sensor can also be used to detect the presence
or absence of an object.
Network Layer
The network layer acts as a communication channel to
transfer data, collected in the sensing layer, to other
connected devices.
In IoT devices, the network layer is implemented by using
diverse communication technologies (e.g., Wi-Fi,
Bluetooth, Zigbee, ZWave, LoRa, cellular network, etc.) to
allow data flow between other devices within the same
network.
Data Processing Layer
The data processing layer consists of the main data
processing unit of IoT devices.
The data processing layer takes data collected in the
sensing layer and analyses the data to make decisions based
on the result.
In some IoT devices (e.g., smartwatch, smart home hub,
etc.), the data processing layer also saves the result of the
previous analysis to improve the user experience.
This layer may share the result of data processing with
other connected devices via the network layer.
Application Layer
The application layer implements and presents the results
of the data processing layer to accomplish disparate
applications of IoT devices.
The application layer is a user-centric layer that executes
various tasks for the users.
There exist diverse IoT applications, which include smart
transportation, smart home, personal care, healthcare, etc.
IoT Tools and Platforms
There are many vendors in the industrial IoT platform
marketplace, offering remarkably similar capabilities and
methods of deployment.
These IoT Platform Solutions are based on the Internet of
Things and cloud technology.
They can be used in areas of smart home, city, enterprise,
home automation, healthcare or automotive, just to name a
few.
â€Ļ
KAA
ī‚˜ Manage an unlimited number of connected devices
ī‚˜Set up cross-device interoperability
ī‚˜ Perform real-time device monitoring
ī‚˜Perform remote device provisioning and configuration
ī‚˜ Collect and analyze sensor data
ī‚˜Analyze user behavior and deliver targeted notifications
ī‚˜Create cloud services for smart products
â€Ļ
SiteWhere
ī‚˜ Run any number of IoT applications on a single SiteWhere
instance
ī‚˜ Spring delivers the core configuration framework
ī‚˜ Add devices through self-registration
ī‚˜Integrates with third-party integration frameworks such as Mule
any point
ī‚˜Default database storage is MongoDB
ī‚˜ Eclipse Californium for CoAP messaging
ī‚˜ InfluxDB for event data storage
ī‚˜Grafana to visualize SiteWhere data
â€Ļ
ThingSpeak
ī‚˜ Collect data in private channels
ī‚˜ Share data with public channels
ī‚˜MATLAB analytics and visualizations
ī‚˜ Alerts
ī‚˜ Event scheduling
ī‚˜App integrations
ī‚˜Worldwide community
â€Ļ
DeviceHive
ī‚˜Directly integrate with Alexa
ī‚˜Visualization dashboard of your choice
ī‚˜ It supports Big data solutions such as ElasticSearch, Apache
Spark, Cassandra and Kafka for real-time and batch processing.
ī‚˜ Connect any device
ī‚˜ It comes with Apache Spark and Spark Streaming support.
ī‚˜ Supports libraries written in various programming languages,
including Android and iOS libraries
ī‚˜ It allows running batch analytics and machine learning on top of
your device data
â€Ļ
Zetta
ī‚˜ Supports a wide range of hacker boards
ī‚˜ Zetta allows you to assemble smartphone apps, device apps, and
cloud apps
ThingsBoard
ī‚˜ Real-time data visualization and remote device control.
ī‚˜ Customizable rules, plugins, widgets and transport
implementations. Allows monitoring client-side and provision
server-side device attributes.
ī‚˜ Support multi-tenant installations out-of-the-box.
ī‚˜ Supports transport encryption for both MQTT and HTTP(s)
protocols.
Applications of IoT
The versatile nature of IoT makes it an attractive option for
so many businesses, organizations, and government
branches, that it doesn’t make sense to ignore it. Here’s a
sample of various industries, and how IoT can be best
applied.
Agriculture
ī‚˜For indoor planting, IoT makes monitoring and management of
microclimate conditions a reality, which in turn increases
production.
ī‚˜ For outside planting, devices using IoT technology can sense soil
moisture and nutrients, in conjunction with weather data, better
control smart irrigation and fertilizer systems.
â€Ļ
Applications of IoT in Agriculure
ī‚˜Monitoring quality of soil in real time
ī‚˜Regulating water supply and controlling usgae of water
ī‚˜Monitoring and measuring humidity, temperature etc.
ī‚˜Warehouse monitoring for fire hazards or pests - a lot of crop is
damanged in storage.
ī‚˜It helps identify sick animals so they can be pulled from the herd,
preventing the spread of disease.
Fig 4.4. IoT in Agriculture
â€Ļ
Fig 4.5 Technical farmer use wifi computer control agricultural drone
â€Ļ
Fig 4.5 Climate control in greenhouses
Temperature, humidity, light intensity, and soil moisture
can be monitored through various sensors.
â€Ļ
Consumer Use
ī‚˜For private citizens, IoT devices in the form of wearables and smart
homes make life easier. Wearables cover accessories such as
smartphones, Apple watches, health monitors, to name a few.
These devices improve entertainment, network connectivity, health,
and fitness.
ī‚˜ Security is made more accessible as well, with the consumer
having the ability to control appliances and lights remotely, as well
as activating a smart lock to allow the appropriate people to enter
the house even if they don’t have a key.
â€Ļ
Healthcare
ī‚˜ Wearable IoT devices let hospitals monitor their patients’ health at
home, thereby reducing hospital stays while still providing up to the
minute realtime information that could save lives.
ī‚˜In hospitals, smart beds keep the staff informed as to the
availability, thereby cutting wait time for free space.
ī‚˜ Sensors can also determine if a patient has fallen or is suffering a
heart attack.
â€Ļ
Insurance
ī‚˜Insurance companies can offer their policyholders discounts for
IoT wearables such as Fitbit. By employing fitness tracking, the
insurer can offer customized policies and encourage healthier
habits, which in the long run benefits everyone, insurer, and
customer alike.
Manufacturing
ī‚˜ RFID and GPS technology can help a manufacturer track a
product from its start on the factory floor to its placement in the
destination store, the whole supply chain from start to finish. These
sensors can gather information on travel time, product condition,
and environmental conditions that the product was subjected to.
ī‚˜ Sensors attached to factory equipment:
ī‚˜To identify bottlenecks in the production line, thereby reducing lost
time and waste.
ī‚˜To track the performance of the machine, predicting when the unit will
require maintenance, thereby preventing costly breakdowns.
â€Ļ
Retail
ī‚˜Online and in-store shopping sales figures can control warehouse
automation and robotics, information gleaned from IoT sensors.
Much of this relies on RFIDs, which are already in heavy use
worldwide.
IoT Based Smart Home
Smart Home initiative allows subscribers to remotely manage
and monitor different home devices from anywhere via
smartphones or over the web with no physical distance
limitations.
The concept of a Smart Home has become a reality where all
devices are integrated and interconnected via the wireless
network.
These “smart” devices have the potential to share
information with each other given the permanent availability
to access the broadband internet connection.
â€Ļ
Remote Control Appliances: Switching on and off remotely
appliances to avoid accidents and save energy.
Weather: Displays outdoor weather conditions such as
humidity, temperature, pressure, wind speed and rain levels
with the ability to transmit data over long distances.
Smart Home Appliances:
ī‚˜Refrigerators with LCD screen telling what’s inside, food that’s
about to expire, ingredients you need to buy and with all the
information available on a smartphone app.
ī‚˜Washing machines allowing you to monitor the laundry remotely.
ī‚˜The kitchen ranges with the interface to a Smartphone app allowing
remotely adjustable temperature control and monitoring the oven’s
self-cleaning feature.
â€Ļ
Safety Monitoring: cameras, and home alarm systems
making people feel safe in their daily life at home.
Intrusion Detection Systems: Detection of window and
door openings and violations to prevent intruders.
Energy and Water Use: Energy and water supply
consumption monitoring to obtain advice on how to save
cost and resources, & many more.
IoT Based Smart City
Structural Health: Monitoring of vibrations and material
conditions in buildings, bridges and historical monuments.
Recent train accident
in M.P. on August 4,
2015
Building collapsed
in Thane, August 5,
2015
Poor structural monitoring
Future trends:
Using sensors
and drones for
monitoring
Bridge
â€Ļ
Lightning: intelligent and weather adaptive lighting in
street lights.
â€Ļ
Smart Parking: Real-time monitoring of parking spaces
available in the city making residents able to identify and
reserve the closest available spaces.
ī‚˜Make use of ground sensor and infrastructure sensors to monitor parking space in real-
time and help traffic management within the city.
â€Ļ
Safety: Digital video monitoring, fire control management,
public announcement systems.
Transportation: Smart Roads and Intelligent High-ways
with warning messages and diversions according to climate
conditions and unexpected events like accidents or traffic
jams.
Waste Management: Detection of rubbish levels in
containers to optimize the trash collection routes. Garbage
cans and recycle bins with RFID tags allow the sanitation
staff to see when garbage has been put out.
IoT Based Smart Farming
ī‚˜Green Houses: Control micro-climate conditions to maximize the
production of fruits and vegetables and its quality.
ī‚˜ Compost: Control of humidity and temperature levels in alfalfa, hay,
straw, etc. to prevent fungus and other microbial contaminants.
ī‚˜Offspring Care: Control of growing conditions of the offspring in
animal farms to ensure its survival and health.
ī‚˜Field Monitoring: Reducing spoilage and crop waste with better
monitoring, accurate ongoing data obtaining, and management of the
agriculture fields, including better control of fertilizing, electricity and
watering.
â€Ļ
Animal Farming/Tracking: Location and identification of animals
grazing in open pastures or location in big stables, Study of
ventilation and air quality in farms and detection of harmful gases
from excrements.
ī‚˜Cattle monitoring and management: there are IoT agriculture sensors that
can be attached to the animals on a farm to monitor their health and log
performance.
ī‚˜It helps identify sick animals so they can be pulled from the herd, preventing the
spread of disease.
Examples of Smart Farming
chaptertaaaaaaaaaaaaaaadddddddd2222 4.ppt

More Related Content

Similar to chaptertaaaaaaaaaaaaaaadddddddd2222 4.ppt

CHAPTER 4.pptx
CHAPTER 4.pptxCHAPTER 4.pptx
CHAPTER 4.pptxttyu2
 
Internet of things (io t)
Internet of things (io t)Internet of things (io t)
Internet of things (io t)Biniam Behailu
 
Chapter 4about internet of things IoT.pptx
Chapter 4about internet of things IoT.pptxChapter 4about internet of things IoT.pptx
Chapter 4about internet of things IoT.pptxTekle12
 
Chapter 4 - EMTE.pptx
Chapter 4 - EMTE.pptxChapter 4 - EMTE.pptx
Chapter 4 - EMTE.pptxEyersu Selemon
 
Unit 1 iot.pptx
Unit 1 iot.pptxUnit 1 iot.pptx
Unit 1 iot.pptxssuserec53e73
 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)asfaw Alene
 
The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy AnkitThakkar46
 
The internet of things (io t)
The internet of things (io t)The internet of things (io t)
The internet of things (io t)shashankvaidyar2
 
Internet Of Things(IoT).pptx
Internet Of Things(IoT).pptxInternet Of Things(IoT).pptx
Internet Of Things(IoT).pptxbhargavikarukuri21
 
Introduction of Internet of Things(IoT) By Thakur Pawan & Pathania Susheela
Introduction of Internet of Things(IoT) By Thakur Pawan & Pathania SusheelaIntroduction of Internet of Things(IoT) By Thakur Pawan & Pathania Susheela
Introduction of Internet of Things(IoT) By Thakur Pawan & Pathania SusheelaGovt. P.G. College Dharamshala
 
IOT- information Technology
IOT- information Technology IOT- information Technology
IOT- information Technology khushi pokharna
 
IoT and Big Data.pptx
IoT and Big Data.pptxIoT and Big Data.pptx
IoT and Big Data.pptxVinishA23
 
IoT and Big Data.pptx
IoT and Big Data.pptxIoT and Big Data.pptx
IoT and Big Data.pptxVinishA23
 
Ch1 Internet of IoT.ppt ----------------
Ch1 Internet of IoT.ppt ----------------Ch1 Internet of IoT.ppt ----------------
Ch1 Internet of IoT.ppt ----------------EhabRushdy1
 
Internet of things (iot)
Internet of things (iot)Internet of things (iot)
Internet of things (iot)shubhamyadav613
 
introduction to Internet of things presentation
introduction to Internet of things presentationintroduction to Internet of things presentation
introduction to Internet of things presentationKavitabani1
 

Similar to chaptertaaaaaaaaaaaaaaadddddddd2222 4.ppt (20)

CHAPTER 4.pptx
CHAPTER 4.pptxCHAPTER 4.pptx
CHAPTER 4.pptx
 
Internet of things (io t)
Internet of things (io t)Internet of things (io t)
Internet of things (io t)
 
Chapter 4about internet of things IoT.pptx
Chapter 4about internet of things IoT.pptxChapter 4about internet of things IoT.pptx
Chapter 4about internet of things IoT.pptx
 
IoT Intro.pptx
IoT Intro.pptxIoT Intro.pptx
IoT Intro.pptx
 
Chapter 4 - EMTE.pptx
Chapter 4 - EMTE.pptxChapter 4 - EMTE.pptx
Chapter 4 - EMTE.pptx
 
Unit 1 iot.pptx
Unit 1 iot.pptxUnit 1 iot.pptx
Unit 1 iot.pptx
 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)
 
The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy The internet of things (io t) : IoT academy
The internet of things (io t) : IoT academy
 
The internet of things (io t)
The internet of things (io t)The internet of things (io t)
The internet of things (io t)
 
Internet Of Things(IoT).pptx
Internet Of Things(IoT).pptxInternet Of Things(IoT).pptx
Internet Of Things(IoT).pptx
 
Introduction of Internet of Things(IoT) By Thakur Pawan & Pathania Susheela
Introduction of Internet of Things(IoT) By Thakur Pawan & Pathania SusheelaIntroduction of Internet of Things(IoT) By Thakur Pawan & Pathania Susheela
Introduction of Internet of Things(IoT) By Thakur Pawan & Pathania Susheela
 
iot PPT.ppt
iot PPT.pptiot PPT.ppt
iot PPT.ppt
 
Iotppt
IotpptIotppt
Iotppt
 
IOT- information Technology
IOT- information Technology IOT- information Technology
IOT- information Technology
 
IoT and Big Data.pptx
IoT and Big Data.pptxIoT and Big Data.pptx
IoT and Big Data.pptx
 
IoT and Big Data.pptx
IoT and Big Data.pptxIoT and Big Data.pptx
IoT and Big Data.pptx
 
Ch1 Internet of IoT.ppt ----------------
Ch1 Internet of IoT.ppt ----------------Ch1 Internet of IoT.ppt ----------------
Ch1 Internet of IoT.ppt ----------------
 
internet of things
internet of thingsinternet of things
internet of things
 
Internet of things (iot)
Internet of things (iot)Internet of things (iot)
Internet of things (iot)
 
introduction to Internet of things presentation
introduction to Internet of things presentationintroduction to Internet of things presentation
introduction to Internet of things presentation
 

More from tadudemise

What is requirement gathering chap3 1.pptx
What is requirement gathering chap3 1.pptxWhat is requirement gathering chap3 1.pptx
What is requirement gathering chap3 1.pptxtadudemise
 
8329969.ppt
8329969.ppt8329969.ppt
8329969.ppttadudemise
 
03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppt03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppttadudemise
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppttadudemise
 
Chapter 1.ppt
Chapter 1.pptChapter 1.ppt
Chapter 1.ppttadudemise
 
SPL_PS2 (1).ppt
SPL_PS2 (1).pptSPL_PS2 (1).ppt
SPL_PS2 (1).ppttadudemise
 
cse581_03_EventProgramming.ppt
cse581_03_EventProgramming.pptcse581_03_EventProgramming.ppt
cse581_03_EventProgramming.ppttadudemise
 
03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppt03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppttadudemise
 

More from tadudemise (8)

What is requirement gathering chap3 1.pptx
What is requirement gathering chap3 1.pptxWhat is requirement gathering chap3 1.pptx
What is requirement gathering chap3 1.pptx
 
8329969.ppt
8329969.ppt8329969.ppt
8329969.ppt
 
03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppt03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppt
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppt
 
Chapter 1.ppt
Chapter 1.pptChapter 1.ppt
Chapter 1.ppt
 
SPL_PS2 (1).ppt
SPL_PS2 (1).pptSPL_PS2 (1).ppt
SPL_PS2 (1).ppt
 
cse581_03_EventProgramming.ppt
cse581_03_EventProgramming.pptcse581_03_EventProgramming.ppt
cse581_03_EventProgramming.ppt
 
03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppt03a-IntroductionToEventDrivenProgramming.ppt
03a-IntroductionToEventDrivenProgramming.ppt
 

Recently uploaded

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
đŸŦ The future of MySQL is Postgres 🐘
đŸŦ  The future of MySQL is Postgres   🐘đŸŦ  The future of MySQL is Postgres   🐘
đŸŦ The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
đŸŦ The future of MySQL is Postgres 🐘
đŸŦ  The future of MySQL is Postgres   🐘đŸŦ  The future of MySQL is Postgres   🐘
đŸŦ The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

chaptertaaaaaaaaaaaaaaadddddddd2222 4.ppt

  • 1. 1 Chapter Four: Internet of Things (IoT) This chapter covers: ī‚˜Overview of the Internet of Things (IoT) ī‚˜Architecture of IoT ī‚˜IoT tools and platforms ī‚˜Applications of IOT
  • 2. 2 Overview of IOT The most important features of IoT include artificial intelligence, connectivity, sensors, active engagement, and small device use. A brief review of these features is given below- ī‚˜AI − IoT essentially makes virtually anything “smart”, meaning it enhances every aspect of life with the power of data collection, artificial intelligence algorithms, and networks. ī‚˜Connectivity − New enabling technologies for networking and specifically IoT networking, mean networks are no longer exclusively tied to major providers. ī‚˜Sensors − IoT loses its distinction without sensors. ī‚˜Sensors are devices that can measure a physical quantity(like temperature, humidity, etc.) and convert it into signal, which can be read and interpreted by the microcontroller unit.
  • 3. 3 â€Ļcont ī‚˜Active Engagement − Much of today's interaction with connected technology happens through passive engagement. IoT introduces a new paradigm for active content, product, or service engagement. Small Devices − Devices, as predicted, have become smaller, cheaper, and more powerful over time. IoT exploits purpose-built small devices to deliver its precision, scalability, and versatility.
  • 4. 4 What is IOT? IoT is the networking of smart objects, meaning a huge number of devices intelligently communicating in the presence of internet protocol that cannot be directly operated by human beings but exist as components in buildings, vehicles or the environment. (Internet Architecture Board’s (IAB)) IoT is the networking of smart objects in which smart objects have some constraints such as limited bandwidth, power, and processing accessibility for achieving interoperability among smart objects. (Internet Engineering Task Force (IETF) organization’s ) IoT is a framework of all things that have a representation in the presence of the internet in such a way that new applications and services enable the interaction in the physical and virtual world in the form of Machine-to-Machine (M2M)
  • 5. 5 â€Ļ IoT is the interaction of everyday object’s computing devices through the Internet that enables the sending and receiving of useful data. (Oxford dictionary’s ) The term Internet of Things (IoT) according to the 2020 conceptual framework is expressed through a simple formula such as: IoT= Services+ Data+ Networks + Sensors Generally, IoT is a network of devices that can sense, accumulate and transfer data over the internet without any human intervention. IoT is “Smart Object Networking”.
  • 6. 6 â€Ļ The internet of things (IoT) has found its application in several areas such as ī‚˜Connected industry, ī‚˜smart-city, ī‚˜smart-home, ī‚˜ smart-energy, ī‚˜Connected car, ī‚˜smart agriculture, ī‚˜Connected building and campus, ī‚˜health care, ī‚˜Logistics and etc.
  • 7.
  • 8. 8 Figure 4.1 IoT in different domains IoT utilizes existing and emerging technology for sensing, networking, and robotics.
  • 9. 9 History of IoT Evolution of Internet (1995-2015) Internet of Things term was first coined by British pioneer Kevin Ashton in 1999. Internet Connecting PCs 1995 Mobile Internet 2005 Internet of Things 2015 WWW Web2 Web3
  • 10. 10 IoT − Advantages Improved Customer Engagement Technology Optimization Reduced Waste Enhanced Data Collection
  • 11. 11 IoT – Disadvantages Here is a list of some of the disadvantages of IoT. these are: As the number of connected devices increases and more information is shared between devices, the potential that a hacker could steal confidential information also increases. If there’s a bug in the system, it’s likely that every connected device will become corrupted. Since there’s no international standard of compatibility for IoT, it’s difficult for devices from different manufacturers to communicate with each other. Enterprises may eventually have to deal with massive numbers maybe even millions of IoT devices and collecting and managing the data from all those devices will be challenging.
  • 12. 12 How does it work? An IoT ecosystem consists of web-enabled smart devices that use embedded processors, sensors and communication hardware to collect, send and act on data they acquire from their environments. IoT devices share the sensor data they collect by connecting to an IoT gateway or another edge device where data is either sent to the cloud to be analyzed or analyzed locally. Sometimes, these devices communicate with other related devices and act on the information they get from one another. The devices do most of the work without human intervention, although people can interact with the devices.
  • 13. â€Ļ Most likely the communication between IOT devices and internet is performed in two ways: ī‚˜There is an internet-enabled intermediate node acting as a gateway. ī‚˜The IOT device has direct communication to the internet. In the first case, the device is commonly connected to the computer and sends data to it using e.g. a USB port. The computer receives the data and using appropriate software it forwards it to the internet. In the second case, things are much simpler and devices can function and communicate more autonomously.
  • 14. Three types of Interactions in IoT 1. Device to Device communication. ī‚˜Device-to-device communication model is generally used in home automation. ī‚˜Low data rate requirement. ī‚˜Example : Lights, bulbs, locks and thermostat send small amount of information to each other. Bulb Switch Wireless Network ZigBee/Z- wave/Bluetooth
  • 15. â€Ļ 2. Device to Cloud communication. ī‚˜Device-to-cloud communication model is used to extend the capability of device by sending data to cloud for analysis. ī‚˜Example 1: Nest Lab Learning Thermostat: Device sends data to cloud to analyze the home energy consumption. ī‚˜Example2 : Samsung Smart TV: Sends user viewing information to Samsung and enable interactive voice recognition system. Smart Device Smart DEVICE Cloud
  • 16. â€Ļ 3. Device to Gateway communication ī‚˜A gateway device is used between device and cloud in the device-to-gateway communication model. ī‚˜Example: Fitness tracker. These devices don’t have native facility to connect to the cloud directly, hence they use a mobile app. Smart Device Smart DEVICE Cloud Local Gateway IPv4/IPv6 protocols protocols
  • 17. 17 Architecture of IoT In general, an IoT device can be explained as a network of things that consists of hardware, software, network connectivity, and sensors. Hence, the architecture of IoT devices comprises four major components: sensing, network, data processing, and application layers
  • 20. 20 Sensing Layer The main purpose of the sensing layer is to identify any phenomena in the devices’ peripheral and obtain data from the real world. Using multiple sensors for applications is one of the primary features of IoT devices. These are the small, memory-constrained, often battery- operated electronics devices with onboard sensors and actuators. These could either function as standalone sensing devices or be embedded as part of a bigger machinery for sensing and control. Three main capabilities of a typical IOT device are: ī‚˜being able to sense and record data ī‚˜being able to perform light computing and finally ī‚˜being able to connect to a network and communicate the data
  • 21. â€Ļ Sensors in IoT devices can be classified into three broad categories as described below: A.Motion Sensor- Motion sensors measure the change in motion as well as the orientation of the devices. There are two types of motions one can observe in a device: ī‚˜ Linear motion : refers to the linear displacement of an IoT device. ī‚˜ Angular motion: refers to the rotational displacement of the device. What is the role of motion Sensors? Example of Home security ī‚˜ Motion sensors stand guard, ready to react to various situations, such as movement in your living room, windows or doors being opened or closed, or a broken window.
  • 22. â€Ļ Motion sensors can: ī‚˜Trigger a doorbell when someone approaches the front door ī‚˜Alert you when kids enter restricted areas in the home, like the basement, workout room, or medicine cabinet ī‚˜Save energy by using motion sensor lighting in unoccupied spaces ī‚˜Notify you if animals enter areas where they’re not supposed to be Fig 4.3 Someone is trying to break the door
  • 23. â€Ļ B. Environmental Sensors: Sensors such as Light sensors, Pressure sensors, etc. are embedded in IoT devices to sense the change in environmental parameters in the device’s peripheral. The primary purpose of using environmental sensors in IoT devices is to help the devices to take autonomous decisions according to the changes of a device’s peripheral. Environmental sensors are used to sense parameters in the physical environment such as temperature, humidity, pressure, water pollution, and air pollution. For instance, environment sensors are used in many applications to improve user experience (e.g., home automation systems, smart locks, smart lights, etc.).
  • 24. â€Ļ What is the role of Environmental Sensors? Example of Environmental monitoring ī‚˜Monitoring water for quality, pollutants, thermal contaminants, chemical leakages, the presence of lead, and flood water levels. ī‚˜Monitoring soil for moisture and vibration levels in order to detect and prevent landslides. ī‚˜Monitoring forests and protected land for forest fires. ī‚˜Monitoring for natural disasters like earthquake and tsunami warnings ī‚˜Monitoring data centers for air tempÊrature and humidity ī‚˜Monitoring Air pollution, Soil moisture, Water quality.
  • 25. â€Ļ C. Position sensors: Position sensors of IoT devices deal with the physical position and location of the device. The most common position sensors used in IoT devices are ī‚˜Magnetic sensors and Global Positioning System (GPS) sensors. ī‚˜Magnetic sensors are usually used as digital compass and help to fix the orientation of the device display. ī‚˜GPS is used for navigation purposes in IoT devices. A position sensor is any device used for measuring the distance traveled by a body starting from its reference position. This type of sensor can also be used to detect the presence or absence of an object.
  • 26. Network Layer The network layer acts as a communication channel to transfer data, collected in the sensing layer, to other connected devices. In IoT devices, the network layer is implemented by using diverse communication technologies (e.g., Wi-Fi, Bluetooth, Zigbee, ZWave, LoRa, cellular network, etc.) to allow data flow between other devices within the same network.
  • 27. Data Processing Layer The data processing layer consists of the main data processing unit of IoT devices. The data processing layer takes data collected in the sensing layer and analyses the data to make decisions based on the result. In some IoT devices (e.g., smartwatch, smart home hub, etc.), the data processing layer also saves the result of the previous analysis to improve the user experience. This layer may share the result of data processing with other connected devices via the network layer.
  • 28. Application Layer The application layer implements and presents the results of the data processing layer to accomplish disparate applications of IoT devices. The application layer is a user-centric layer that executes various tasks for the users. There exist diverse IoT applications, which include smart transportation, smart home, personal care, healthcare, etc.
  • 29. IoT Tools and Platforms There are many vendors in the industrial IoT platform marketplace, offering remarkably similar capabilities and methods of deployment. These IoT Platform Solutions are based on the Internet of Things and cloud technology. They can be used in areas of smart home, city, enterprise, home automation, healthcare or automotive, just to name a few.
  • 30. â€Ļ KAA ī‚˜ Manage an unlimited number of connected devices ī‚˜Set up cross-device interoperability ī‚˜ Perform real-time device monitoring ī‚˜Perform remote device provisioning and configuration ī‚˜ Collect and analyze sensor data ī‚˜Analyze user behavior and deliver targeted notifications ī‚˜Create cloud services for smart products
  • 31. â€Ļ SiteWhere ī‚˜ Run any number of IoT applications on a single SiteWhere instance ī‚˜ Spring delivers the core configuration framework ī‚˜ Add devices through self-registration ī‚˜Integrates with third-party integration frameworks such as Mule any point ī‚˜Default database storage is MongoDB ī‚˜ Eclipse Californium for CoAP messaging ī‚˜ InfluxDB for event data storage ī‚˜Grafana to visualize SiteWhere data
  • 32. â€Ļ ThingSpeak ī‚˜ Collect data in private channels ī‚˜ Share data with public channels ī‚˜MATLAB analytics and visualizations ī‚˜ Alerts ī‚˜ Event scheduling ī‚˜App integrations ī‚˜Worldwide community
  • 33. â€Ļ DeviceHive ī‚˜Directly integrate with Alexa ī‚˜Visualization dashboard of your choice ī‚˜ It supports Big data solutions such as ElasticSearch, Apache Spark, Cassandra and Kafka for real-time and batch processing. ī‚˜ Connect any device ī‚˜ It comes with Apache Spark and Spark Streaming support. ī‚˜ Supports libraries written in various programming languages, including Android and iOS libraries ī‚˜ It allows running batch analytics and machine learning on top of your device data
  • 34. â€Ļ Zetta ī‚˜ Supports a wide range of hacker boards ī‚˜ Zetta allows you to assemble smartphone apps, device apps, and cloud apps ThingsBoard ī‚˜ Real-time data visualization and remote device control. ī‚˜ Customizable rules, plugins, widgets and transport implementations. Allows monitoring client-side and provision server-side device attributes. ī‚˜ Support multi-tenant installations out-of-the-box. ī‚˜ Supports transport encryption for both MQTT and HTTP(s) protocols.
  • 35. Applications of IoT The versatile nature of IoT makes it an attractive option for so many businesses, organizations, and government branches, that it doesn’t make sense to ignore it. Here’s a sample of various industries, and how IoT can be best applied. Agriculture ī‚˜For indoor planting, IoT makes monitoring and management of microclimate conditions a reality, which in turn increases production. ī‚˜ For outside planting, devices using IoT technology can sense soil moisture and nutrients, in conjunction with weather data, better control smart irrigation and fertilizer systems.
  • 36. â€Ļ Applications of IoT in Agriculure ī‚˜Monitoring quality of soil in real time ī‚˜Regulating water supply and controlling usgae of water ī‚˜Monitoring and measuring humidity, temperature etc. ī‚˜Warehouse monitoring for fire hazards or pests - a lot of crop is damanged in storage. ī‚˜It helps identify sick animals so they can be pulled from the herd, preventing the spread of disease.
  • 37. Fig 4.4. IoT in Agriculture
  • 38. â€Ļ Fig 4.5 Technical farmer use wifi computer control agricultural drone
  • 39. â€Ļ Fig 4.5 Climate control in greenhouses Temperature, humidity, light intensity, and soil moisture can be monitored through various sensors.
  • 40. â€Ļ Consumer Use ī‚˜For private citizens, IoT devices in the form of wearables and smart homes make life easier. Wearables cover accessories such as smartphones, Apple watches, health monitors, to name a few. These devices improve entertainment, network connectivity, health, and fitness. ī‚˜ Security is made more accessible as well, with the consumer having the ability to control appliances and lights remotely, as well as activating a smart lock to allow the appropriate people to enter the house even if they don’t have a key.
  • 41. â€Ļ Healthcare ī‚˜ Wearable IoT devices let hospitals monitor their patients’ health at home, thereby reducing hospital stays while still providing up to the minute realtime information that could save lives. ī‚˜In hospitals, smart beds keep the staff informed as to the availability, thereby cutting wait time for free space. ī‚˜ Sensors can also determine if a patient has fallen or is suffering a heart attack.
  • 42. â€Ļ Insurance ī‚˜Insurance companies can offer their policyholders discounts for IoT wearables such as Fitbit. By employing fitness tracking, the insurer can offer customized policies and encourage healthier habits, which in the long run benefits everyone, insurer, and customer alike.
  • 43. Manufacturing ī‚˜ RFID and GPS technology can help a manufacturer track a product from its start on the factory floor to its placement in the destination store, the whole supply chain from start to finish. These sensors can gather information on travel time, product condition, and environmental conditions that the product was subjected to. ī‚˜ Sensors attached to factory equipment: ī‚˜To identify bottlenecks in the production line, thereby reducing lost time and waste. ī‚˜To track the performance of the machine, predicting when the unit will require maintenance, thereby preventing costly breakdowns.
  • 44. â€Ļ Retail ī‚˜Online and in-store shopping sales figures can control warehouse automation and robotics, information gleaned from IoT sensors. Much of this relies on RFIDs, which are already in heavy use worldwide.
  • 45. IoT Based Smart Home Smart Home initiative allows subscribers to remotely manage and monitor different home devices from anywhere via smartphones or over the web with no physical distance limitations. The concept of a Smart Home has become a reality where all devices are integrated and interconnected via the wireless network. These “smart” devices have the potential to share information with each other given the permanent availability to access the broadband internet connection.
  • 46. â€Ļ Remote Control Appliances: Switching on and off remotely appliances to avoid accidents and save energy. Weather: Displays outdoor weather conditions such as humidity, temperature, pressure, wind speed and rain levels with the ability to transmit data over long distances. Smart Home Appliances: ī‚˜Refrigerators with LCD screen telling what’s inside, food that’s about to expire, ingredients you need to buy and with all the information available on a smartphone app. ī‚˜Washing machines allowing you to monitor the laundry remotely. ī‚˜The kitchen ranges with the interface to a Smartphone app allowing remotely adjustable temperature control and monitoring the oven’s self-cleaning feature.
  • 47. â€Ļ Safety Monitoring: cameras, and home alarm systems making people feel safe in their daily life at home. Intrusion Detection Systems: Detection of window and door openings and violations to prevent intruders. Energy and Water Use: Energy and water supply consumption monitoring to obtain advice on how to save cost and resources, & many more.
  • 48. IoT Based Smart City Structural Health: Monitoring of vibrations and material conditions in buildings, bridges and historical monuments. Recent train accident in M.P. on August 4, 2015 Building collapsed in Thane, August 5, 2015 Poor structural monitoring Future trends: Using sensors and drones for monitoring Bridge
  • 49. â€Ļ Lightning: intelligent and weather adaptive lighting in street lights.
  • 50. â€Ļ Smart Parking: Real-time monitoring of parking spaces available in the city making residents able to identify and reserve the closest available spaces. ī‚˜Make use of ground sensor and infrastructure sensors to monitor parking space in real- time and help traffic management within the city.
  • 51. â€Ļ Safety: Digital video monitoring, fire control management, public announcement systems. Transportation: Smart Roads and Intelligent High-ways with warning messages and diversions according to climate conditions and unexpected events like accidents or traffic jams. Waste Management: Detection of rubbish levels in containers to optimize the trash collection routes. Garbage cans and recycle bins with RFID tags allow the sanitation staff to see when garbage has been put out.
  • 52. IoT Based Smart Farming ī‚˜Green Houses: Control micro-climate conditions to maximize the production of fruits and vegetables and its quality. ī‚˜ Compost: Control of humidity and temperature levels in alfalfa, hay, straw, etc. to prevent fungus and other microbial contaminants. ī‚˜Offspring Care: Control of growing conditions of the offspring in animal farms to ensure its survival and health. ī‚˜Field Monitoring: Reducing spoilage and crop waste with better monitoring, accurate ongoing data obtaining, and management of the agriculture fields, including better control of fertilizing, electricity and watering.
  • 53. â€Ļ Animal Farming/Tracking: Location and identification of animals grazing in open pastures or location in big stables, Study of ventilation and air quality in farms and detection of harmful gases from excrements. ī‚˜Cattle monitoring and management: there are IoT agriculture sensors that can be attached to the animals on a farm to monitor their health and log performance. ī‚˜It helps identify sick animals so they can be pulled from the herd, preventing the spread of disease.
  • 54. Examples of Smart Farming