Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)
Chapter1
Introduction to Internet of Things
1.1 Introduction
Internet of Things (IoT) comprises things that have unique identities and are
connected to theinternet.
• Existing devises , such as networked computers or 4G enabled mobile
phones already have some form of unique identities and are also
connected to the internet, the focus on IoT in the configuration, control
and networking via the internet of devices or things , thatare traditionally
not associated with the Internet. These include devices such as
thermostats, utility meters, a blue tooth- connected headset, irrigation
pumps and sensor or control circuits for an electric car’s engine
• Experts forecast that by the year 2020 there will be a total of 50 billion
devices/ things connected to the internet.
Definition
1
P. Archana, VIT
UNIT – 1
Characteristics
• Dynamic and self-Adapting:
IoT devices and systems may have the capability to dynamically adapt
with the changing contexts and take actions based on their operating
[Link]: Surveillance cameras can adapt their modes based on
whether it is day or night.
• Self – Configuring:
IoT devices may have self-Configuring capability allowing a large number
of devices to work together to provide certain functionality .
• Interoperable communication protocols:
IoT Devices may support a number of interoperable communication
protocols and can communicate with other devices and also with the
infrastructure.
• Unique Identity:
Each IoT devices has a unique identity and a unique [Link],
URI).IoT systems may have intelligent interfaces which adapt based on the
context, allow communication with users and the environment contexts.
• Integrated into information network:
IoT devices are usually integrated into the information network that
allows them to communicate and exchange data with other devices and
systems.
The “Things” in IoT usually refers to IoT devices which have unique identities
and can perform remote sensing, Actuating and monitoring capabilities. IoT
devices can exchange data with other connected devices and applications
(directly or indirectly), or collect datafrom other devices and process the data
locally or send the data to Centralized servers or cloud based applications back
ends for processing the data or from some task locally and other task within
the IoT infrastructure, based on temporal and space constraints (ie : Memory,
processing calibrators, communication latencies and speed and deadlines).
An IoT device may consist of several interfaces connections to other devices, both
wired and wireless. These include I)IoT interfaces for sensors
II) interfaces for internet connectivity III) memory and storage interfaces IV) audio
video interfaces. An IoT Devicecan collect various types of data from the the
onboard or attached sensors, such as temperature e , humidity, light intensity.
IoT devices can also be varied types, for instance, wearable sensors, smart
2
P. Archana, VIT
UNIT – 1
watches, LED light automobiles and industrial machines. Almost all I would
advise generate data in Some form or the other which when processed by Data
Analytics systems leads to Usefulinformation to guide further actions locally or
remotely.
1.2.2 IoT Protocol
Link Layer:
Link Layer protocols determine how the data is physically sent over the networks
physicallayer or medium(example copper wire, electrical cable, or radio wave).
The Scope of The Link Layer is the Last Local Network connections to which host
is attached. Host on the same link exchange data packets over the link layer using
the link layer protocol. Link layer determines how the packets are coded and
signaled by the hardware device over themedium to which the host is attached.
802.3 Ethernet:
802.3 is a collections of wired Ethernet standards for the link layer. For
example 802.3 10BASE5 Ethernet that uses coaxial cable as a shared medium,
802.3.i is standard for 10 BASET Ethernet over copper twisted pair connection,
Standards provide data rates from10 Mb/s to 40 gigabits per second and the
higher. The shared medium in Ethernet can be a coaxial cable , twisted pair wire
or and Optical fiber. Shared medium carries the communication for all the
devices on the network.
802.1- WI-FI:
802.16 wiMAX:
802.15.4 LR-WPAN:
3
P. Archana, VIT
UNIT – 1
IEEE 802.1 5.4 is a collections of standard for low rate wireless personal area
network(LR-WPAN).These standard form the basis of specifications for high
level communication Zigbee. LR-WPAN standards provide data rates from 40 k
b/ s. These standards provide low cost and low speed Communications for
power constrained devices.
2G / 3G / 4G mobile communications:
The network layer are responsible for sending of IP datagrams from the source
network to the destination network. This layer Performs the host addressing and
packet routing. The datagrams contains a source and destination address which
are used to route them from the source to the destination across multiple
networks. Host Identification is done using the hierarchy IP addressing schemes
such as ipv4 or IPv6.
IPV4: Internet protocol versions for open parents close (IPV4) is there most
deployed internet protocol that is used to identify the device is on a network
usinga hierarchy latest schemes. It uses 32 bit addresses scheme that allows
total of 2 32 address. As more and more devices got connected to the internet. The
Ipv4 hassucceeded by IPv6.
IPv6: It is the newest versions of internet protocol and successor to IPv4. IPv6
uses 128 bit address schemes that are lost total of 2 128 are 3.4* 10 38 address.
6LoWPAN:
IPv6 over low power wireless personal area networks brings IP protocol to the low
power device which have limited processing capability it operate in the 2.4 GHz
frequency range and provide the data transfer rate off to 50 kb/s.
Transport layer :
The Transport layer protocols provides end-to-end message transfer capability
independent of the underlying network. The message transfer
4
P. Archana, VIT
UNIT – 1
Application layer :
Application layer protocol define how the application interfaces with the lower
layer protocols to send the data over the network. Data are typically in files, is
encoded by the application layer protocol and encapsulated in the transport
layer protocol .Application layer protocol enable process-to- process connection
using ports.
Http: Hypertext transfer protocol is the application layer protocol that forms the
foundations of world wide web http includes,
,commands such as GET, PUT, POST, DELETE, HEAD, TRACE, OPTIONS etc. The
protocol follows a request-response model where are client sends request to
server using the http, commands. Http is a stateless protocol and each http
request is independent father request and http client can be a browser or an
application running on the client example and application running on an
IoT device
,mobile mobile applications or other software.
5
P. Archana, VIT
UNIT – 1
request- response model, however it runs on the top of the UDP instead of TC
CoAP uses a client –server architecture where client communicate with server
using connectionless [Link] is designed to easily interface with http like
http,CoAP supports method such as GET, PUT, DELETE .
6
P. Archana, VIT
UNIT – 1
the clients subscribed to topic MQTT is well suited for constrained and
environments.
DDS: Data distribution service is the date centric middleware standard for
device- to-device machine to machine communication DDS uses a publish
subscribe modelwhere publisher example device that generate data create
topics to which subscribers per can subscribe publisher is an object responsible
for data distributions and the subscriber responsible for receiving published
data. DDS provide quality of service (QoS) control and configurable reliability
7
P. Archana, VIT
UNIT – 1
Services : An IoT system uses various types of IoT services such as services
for device monitoring ,device control services ,data publishing services
and services for device Discovery.
Application: IoT application provides and interface that the user can used to
control and monitor various aspects of the IoT system. Application also allow
users to view the systemstatus and view or analyze the processed to data.
• Push pull: Push pull is communication model in which the data producers
push the data toqueues and the consumers pull the data from the queues.
Producers do not need to be aware of the consumer. Queues help in
decoupling the messaging between the Producers and Consumers . It also
act as a buffer which helps in situations when there is a mismatch
8
P. Archana, VIT
UNIT – 1
between the rate at which the produces push data and the rate at which
the consumers fullthe data
• Stateless: Each request from client to server must contain all the
information necessary to understand the request , and cannot take
advantage of any stored context on the server .
• Catchable: Catch constrain requires that the data within the response to a
request be implicitly or explicitly labeled as catchable or non-catchable.
Then a client cache is giventhe right to reuse that response data for later,
equivalent requests. completely eliminate some attractions and improve
efficiency and scalability.
• Layered system:
System constraint come off constraints, constrains the behavior of
components such that each component cannot see beyond the immediate
layer with which they are interacting. Example client cannot tell whether
it is connected directly to the end server or to an intermediary along the way
system scalability can be improved allowing intermediaries torespond
9
P. Archana, VIT
UNIT – 1
• Uniform interface:
Uniform interface constraints requires that the method of communication
between clientand server must be uniform. Resources are identified in the
request and separate from the representation of the resource that are
returned to the client. When climbing holds a representation of your resource
it has all the information required to update or delete the resource
• Code on demand : Service can provide executable code script for clients to
execute in theircontext.
10
P. Archana, VIT
UNIT – 1
packet from end nodes to the coordinator. The coordinator node collect
the data from all the notes coordinator also act as a Gateway that connects
the WSN to the internet. IoT systems are described as follows
• Weather monitoring system using WSN in which the nodes collect
temperature, humidityand other data which is aggregated and analyzed .
• Indoor air quality monitoring system using WSN to collect data on the
indoor air qualityand connections of various gases.
• Soil moisture monitoring system using WSN to monitor soil moisture at
various location.
• Surveillance systems use WSN for collecting surveillance data(motion
detection data)
• Smart grid use wireless sensor network for monitoring the grid at various
point.
• Structural health monitoring systems use WSN to monitor the health of
structure bywriting vibration data from sensor nodes deployed at
various points in the structure.
11
P. Archana, VIT
UNIT – 1
Infrastructure as a service(IAAS) :
IaaS provides the user the ability provision computing and storage
resources. These resources are provided to the users as virtual machine
instances and virtual storage. Userscan start, stop configure and manage
the virtual machines instance on the virtual storage using can deploy
operating systems and applications on their choice on the actual resources
provisions in the cloud . Cloud Service Provider manages the underlying
infrastructure.
Platform as a service(PaaS) :
platform as a service provides the user the ability to develop and deploy
application in the cloud using the deployment tool application
programming interfaces API, software libraries and services provided by
the Cloud Service Provider. The Cloud Service Provider manages the
underlying cloud infrastructure including servers, network, operating
systemsand storage .
Software as a service(SaaS) :
Provide the user a complete software applications of the user interface to
the application itself . The Cloud Service Provider manage the underlying
cloud infrastructure including server, network storage and application
software, and the user is unaware of the underlying architecture of the
cloud. Applications are provided to the user through a thin client interface
example Browser application. SaaS applications are accessed from various
clientsmartphones running different operating system.
12
P. Archana, VIT
UNIT – 1
Variety: Variety refers to the forms of the data. Big data comes in for
different forms such as structured or unstructured data including text
data, audio, video and sensor data .
TCP connections: For REST Service each http request involves setting up
in a new TCP connections Websocket on the other hand involves a single
TCP connection over which the client and server communicate in a full
14
P. Archana, VIT
UNIT – 1
duplex mode.
Headache Overhead: REST service operate over http , and each request is
independent ofothers . Thus each request carries http header which is an
overhead. Due to the overhead of http headers, REST is not suitable for
real time applications left hand does not involveoverhead of headers. After
the initial handshake the client and server exchange messages with
minimal frame information.
Application: IoT applications provide an interface that the user can use to
control and monitor various aspects of the IoT system. Applications also
allow user to view the systemstatus and view the processed data.
Level One IoT system has a single node / device that performs sensing
and/or actuation, stores data, reforms analysis and the host to the
application. Level 1 IoT systems are suitable for modeling low cost and low
complexity solutions where the data involving is not big and the analysis
requirements are not computationally intensive.
Let us now consider done example of Level 1 IoT system for home
automation. This system consists of the single node that allows controlling
the lights and appliances inyour home remotely . The device used in this
system interface with their lights and appliances using electronic relay
switches.
Level 2 IoT system has a single node that performs sensing and/or
actuation and local analysis. Data is stored in the cloud and application is
usually cloud based systems are suitable for solutions where the data in
world is big, however the primary analysis requirement is not
computationally intensive and can be done local itself.
Construct an example of Level 2 IoT system for smart irrigation.
The system consists of the single node that monitor the soil moisture level
and control segregation system. The device used in this system collect soil
moisture data from sensorthe controller service continuously monitor the
moisture level. If the monster level drops below a threshold t , the
irrigation system is turned on. For controlling the irrigation system
actuators such as solenoid valve can be used.. Rest Web Services is used
for storing and retrieving data which is stored in the cloud database. A
cloud based application is used for visualizing the moisture level over a
period of time, which can help in making decisions about irrigation
schedules.
1.5.3 IoT Level 3:
Level 3 system has a single node . Data is stored and analyzed in the cloud
application is cloud-based. Level 3 IoT system suitable for solutions where
the data involved is big and analysis requirements computationally
intensive.
Let us considered example of Level 3 IoT system tracking package
handling. The systemconsists of a single node that monitors the vibration
level for package being shipped.
The device in the system uses accelerometer and gyroscope sensor for
monitoring vibration levels. The controller service send sensor data to the
cloud in real time using a website service. The data is stored in the cloud and
also visualized using a cloud based application.
The analysis component in the cloud can Trigger alert the vibration level
become greater than threshold. The benefit of using websocket service
instead of the REST service this example the sensor data can be sent in
16
P. Archana, VIT
UNIT – 1
A level 4 IoT system has multiple notes that perform local analysis. Data
is stored in the cloud and application is cloud based, level 4 contains local
and cloud based observer notes which can subscribe to and receive
information collected in the cloud from IoT devices. Observer node can
process information and use it for various applications, however observer
notes do not perform any control function. level 4 IoT systems are suitable
for solutions where multiple nodes are required the data involved is big
and the analysis requirements are computationally intensive.
let us consider an example of level four IoT system for noise monitoring. The
system consists of multiple notes placed in different locations for monitoring
noise level in an area. In this example with sound sensor. Nodes are
independent of each other each node runs in one controller service that sends
the data to the cloud. The data is stored in a cloud database the analysis of
the data collected from a number of notes is done in the cloud
IoT system has multiple end nodes and one coordinator notes and notes
that perform sensing and / or actuation. Coordinator node collects data
from the entry and send to the cloud. Data is stored and analyzed in the
cloud and applications is cloud based. Level 5 IoT system are suitable for
forest fire detection. The system consists of multiple nodes placed in
different locations for monitoring temperature, humidity and carbon
dioxide
levels in a forest. The endnotes in this example are equipped with various
sensors such astemperature humidity and to CO2. The coordinator node
collects the data from the end nodes and act as a Gateway that provides
internet connectivity to the IoT system. The controller service on the
coordinator device sends the collected data to the cloud .The data is stored in
the cloud database. The analysis of the data is done in the computing cloudto
aggregate the data and make prediction.
17
P. Archana, VIT
UNIT – 1
IoT Level 6 system has multiple Independent and nodes that perform
sensing and / or actuations and send data to the cloud. Data is stored in
the cloud and applications is cloudbased .
The analytics component analyze the data and store the results in the
cloud database. The results are visualized with the cloud based
application. The centralized controller is awareof the status of all the end
notes and send control commands to the notes.
Let us consider an example of the level 6 IoT system for weather
monitoring. The system consists of multiple nodes placed in different
location for monitoring temperature, humidity and pressure in an area.
The end nodes are equipped with various sensors such as temperature
,pressure and humidity. The end nodes send the data to the cloud in real
time using a websocket service .The data is stored in a cloud database. The
analysis of the data is done in the cloud to aggregate the data and make
predictions. A cloud based applications is used for visualizing the data.
Domain-specific IoT
2.1 Introduction:
18
P. Archana, VIT
UNIT – 1
smart wireless sensor network to optimize and control the lighting system to
be more efficient and user oriented, A solid state lighting model is
implemented on your wireless sensor network that provide services for
sensing illumination changes and dynamically adjusting luminary brightness
according to user preferences.
Smart TV Allows user to search and stream videos and movies from the
internet on a local storage drive, search TV channel schedule and fetch
news weather updates and other content from the internet.
Home Intrusion detection system used security cameras and sensor such
as PIR sensors and door sensor to detect intrusion and raise alert. Alerts
can be in the form of an SMS andan email sent to the user.
Advanced systems can even send detailed alert such as an image grab or
a short video clip send to email attachment. cloud controlled intrusion
19
P. Archana, VIT
UNIT – 1
Event of intrusion, the cloud services after the accurate neighbors or local
police. In an intrusion detection system based on UPnP technology is
described. The system uses imageprocessing to recognize the Institutions
and extract institution subject and to generate Universal plug and play instant
messaging for alert .
Smoke detectors are installed in home and buildings to detect smoke that
is typically and early sign of Fire. Smoke detectors use optical detection
class ionization for sampling techniques to detect smoke.
Alerts raised by smoke detectors can be in the form of signals to fire alarm
system. Gas detectors can detect the presence of harmful gases such as
carbon monoxide liquid Petroleum gas (LPG).
A Smoke / gas detector raise alerts in human was this describing where the
problem is send or an SMS or email to the user or the local fire safety
department and provide visual feedback on its status the design of the system
that detects gas leakage on smoke and it gives visual level indication.
2.3 Cities:
Finding a parking space during rush hours in crowded cities can be time
consuming and frustrating. Further for the more drivers blindly searching for
parking spaces create additional traffic conditions for Star smart parking
make the search for parking space easier and convenient for drivers.
Smart parking for powered by IoT system that detect the number of empty
parking slots and send the information over the internet to smart parking
application back [Link] applications can be accessed by the drivers
from smartphones, tablets and in car navigation system .
20
P. Archana, VIT
UNIT – 1
In smart parking sensors are used for each parking slot, to detect whether the
slot is emptyor occupied. This information is aggregated by your local
controller and then send over the internet to the database.
Smart lighting system for road parks and building can help in saving energy.
According to a IEA report, lightening is responsible for 19 % of global
electricity use and around 6% of global Greenhouse gas emission.
2.3.5 Surveillance
Surveillance of infrastructure, public transport and even in cities is
required to ensure safety and security. City wide surveillance
infrastructure comprising of large number of distributed and internet
connected video surveillance cameras can be created. The video feeds from
surveillance cameras can be aggregated in cloud based storage solutions.
Cloud-based video analytics applications can be deployed to search for
patterns for specific events from the video feed.
Response to alerts generated by such systems can be in the form of alerts sent
to the public
22
P. Archana, VIT
UNIT – 1
2.4 Environment
IoT- based weather monitoring system can collect data from a number of
sensor attached such as temperature, humidity, pressure etc. and send the
data to cloud based application and storage back-ends. The data collected
in the cloud can then be analyzed and visualizedby cloud based
application.
Weather alerts can be sent to the subscribed users from such applications
AirPi weather and air quality monitoring kit capable of recording and
uploading information about temperature, humidity, air pressure light
levels, UV levels, carbon monoxide Nitrogen dioxide and smoke level to the
internet .
IoT based air pollution monitoring system can monitor emission of harmful
gases ( CO2, CO. NO, NO2) by factories and automobiles using gases and
dermatological sensors the collected data can be analyzed to make informed
decisions on pollutions control approaches.
Due to growing Urban Development, noise levels in cities have increased and
even becomealarmingly High in some cities. Noise pollution can cause health
hazards for humans due to sleep destruction and stress. Noise pollution
monitoring can help in generating noise maps for cities.
Urban noise maps can help the policy makers in urban planning and
23
P. Archana, VIT
UNIT – 1
making policies to control noise level near Residency areas, schools and
parks. IoT based noise pollution smart metering system use a number of
noise monitoring station that are deployed at different places in a city.
The data on noise levels from the stations is collected on server or in the
cloud. The data is then aggregated to generate noise map. In noise
mapping study for a city is presented which revealed that the cities suffers
from serious noise pollution .In the design of smartphone application is
described that allows a user to continuously measure noise level andsend
it to a central server where all generated information is aggregated and
mapped to a meaningful noise visualizations map.
Forest fires can cause damage to natural resources, property and human
life. There can be different causes of forest fires including lightening,
human negligence, volcanic eruptions and sparks from rock Falls. Early
deduction of forest fires can help in minimizing the damage .
IoT based forest fire detection systems can use a number of monitoring
nodes deployed ata different locations in a forest. Each monitoring node
collects measurements on ambient conditions including temperature,
humidity, light levels.
A system for early detection of forest fire is described in that provides early
warning of apotential forest fire and estimate the scale and intensity of
the fire if it materializes in a forest fire detection system based on wireless
sensor networks is presented.
River flood can cause extensive damage to the natural and human resources
and human life. River flood occurs due to continuous train for which cause
the river level to rise and flow rates to increase rapidly. Early warnings of
floods can be given by monitoring the water level and flow rate.
IoT based river flood monitoring system uses a number of sensor nodes that
monitor the water level using ultrasonic sensors and flow rate using
24
P. Archana, VIT
UNIT – 1
the flow velocity sensors. Data from a number of such sensor nodes is
aggregated in a server or in the cloud.
Monitoring applications raise alert when rapid increase in water level and
flow rate is detected in a river flood monitoring system is described that
measures river and weather conditions through wireless sensor nodes
equipped with different sensors. The systems include water level monitoring
module, and data processing module that provide flood information is in the
form of raw data, predicted data, and video feed.
2.5 Energy
Smart fleet use high speed, fully integrated two way communication real
time information and power exchange. Smart meters can capture almost
real time consumption, remotely control the conceptions of electricity and
remotely switch off supply when required.
power thefts can be prevented using smart metering by analyzing the data
on power generation, transmission and consumption smart grid can
improve efficiency throughoutthe electric system.
Storage collection and analysis of smart grids data in the cloud can help in
dynamic smartgrids data can improve energy usage levels via energy
feedback to user coupled with real-time pricing information.
Real time demand response and management strategies can be used for
lowering peak demand and the overall load via appliance control and
energy storage mechanism.
Condition monitoring data collected from power generation and
transmission system canhelp in detecting fault and predicting outage.
25
P. Archana, VIT
UNIT – 1
Due to the variability in the output from renewable energy sources such
as solar and wind integrating them into the grid can cause grid stability
and reliability problems. Variable output produces local voltage swing that
can impact power quality. Existing grids were designed to handle power
flow from centralized to generation source to the loads through
Transmission and distribution lines.
When distributed renewable energy sources are integrated into the grid, they
create power bidirectional power flow for which the great were not originally
designed to handle power flow from temperature generation sources to the
loss through transmissions and distribution lines.
When Distributed renewable energy sources are integrated into the grid is a
create power bi-directional power flows for which the grid were not
originally designed. IoT based system integrated within Transformer at the
point of interconnections measures the electrical variables and how much
power is fed into the grid.
To ensure the grid stability one solution is to simply cut of the over
protections. For windenergy systems, closed-loop controls can be used to
regulate the voltage at points of interconnection
2.5.3 Prognostics:
Energy systems (Smart grids, power plants ,wind turbine forms) have a large
number of critical components that must function correctly so that the
system can perform their operations correctly.
For example a wind turbine has a number of critical components example
bearing, turning gears, for instance that must be monitored carefully as
wear and tear in such critical components or sudden change in operating
conditions of the missions can result in [Link] system such as Power
Grids, real time information using specialist electrical sensor is called
phasor measurement unit(PMU) substations.
The information received from PMU must be monitored in real time for
estimating the state of a system and for predicting failures. Energy system
have thousands of sensors that gather real time maintenance data
26
P. Archana, VIT
UNIT – 1
2.6 Retail
RFID tags attached to the products allow them to be tracked in real time
so that the inventory levels can determined accurately and products which
are low on stock can be replenished. Tracking can be done using RFID
readers attached to the retail store shelves or in the warehouse. An RFID
database inventory management system for time sensitive materials is
described.
27
P. Archana, VIT
UNIT – 1
Users can save their preferences and favorite products sensor in a smart
vending machine monitor its operations and send the data to the cloud
which can be used for predictive maintenance. Smart vending machines
can communicate with other vending machines inthere vicinity and share
their inventory levels so that the customers can be routed to the nearest
machines in case product goes out of stock in a machine
2.7 logistics
Vehicle fleet tracking system using GPS technology to track the locations
of vehicle in real time. Cloud based fleet tracking systems can be scaled
up on-demand to handle largenumber of vehicles.
28
P. Archana, VIT
UNIT – 1
For instance, and corrective actions can be taken before the food gets
damaged. A Cloud- based frame work for real time fresh Food Supply tracking
and monitoring was proposed
. For fragile products vibrations levels during shipment can be tracked using
accelerometerand gyroscope sensors attached to IoT device.
Remote vehicle diagnostic systems can detect faults in the vehicles warn
of impending fault. These Diagnostic system use on-board IoT devices for
29
P. Archana, VIT
UNIT – 1
2.8 Agriculture
Smart irrigation systems can improve crop yield while saving water. smart
irrigation system using IoT devices with soil moisture sensors to determine
the amount of moisturein the soil and realize the flow of water through the
irrigation pipe only when the moisture level go below a predefined threshold.
Smart irrigation systems also collect Moisture level measurements on a
server or in the cloud where they collected data can be analyzed to plant
watering schedule.
Green house structures with glass or plastic roofs that provide conducive
environment forgrowth of plants . The Climatological conditions inside a
Greenhouse can be monitored and controlled to provide the best
conditions for growth of plants. The temperature , humidity, soil moisture,
light and carbon dioxide levels are monitored using sensors and their
climatological conditions are controlled automatically using actuation
devices.
the system uses wireless sensor network to monitor and control the
agriculture parameters like temperature and humidity in real time for
30
P. Archana, VIT
UNIT – 1
2.9 Industry:
Since foe each machine, data from a very large number of sensors is collected
using searchhigh-dimensional data for creation of a case library reduce the
case retrieval efficiency. Data reduction and feature extraction methods are
used to find the representatives set of ability as the of features.
Monitoring indoor air quality in factories is important for health and safety
of the [Link] and toxic gas such as carbon monoxide, nitrogen
monoxide and Nitrogen dioxide etc t can cause serious health problems
.IoT based gas monitoring system can help in monitoring the indoor air
quality using various gas sensors. The indoor air quality can vary for
different locations. Wireless sensor networks based IoT devices can
identify the otherhazardous zones, so that a corrective measures can be
taken to ensure proper ventilation
31
P. Archana, VIT
UNIT – 1
The wearable devices from a wireless sensor networks called body area
networks in which the measurements from a number of wearable device
are continuously Send to a master nodes such as a smartphone which then
send the data to the server or a cloud end for analysis and achieving.
Healthcare providers can analyze the collected Healthcare data to
determine any health conditions or anomalies.
2.10.2 Wearable Electronics
Wearable Electronics such as smart watches smart glasses wristband and
fashion electronics (with electronic integrated in clothing and accessories
,example Google glass for Moto 360 smart watches provide various
functions and future to assist us in our daily activities and making as lead
healthy Lifestyle .
.
Smart watches the user can search the internet a play audio video file
make calls with or without paired mobile phones, play games and use
various kinds of mobile applications smart classes allow users to take
photos and record videos ,get map directions check flight status and
search the internet by using voice commands
32
P. Archana, VIT
UNIT – 1
33
P. Archana, VIT
UNIT – 1
34
P. Archana, VIT