Internet of Things (IoT)

Akanksha Prasad
Akanksha PrasadIndustrial Training Student
AKANKSHA PRASAD
What Exactly is it?
• It is the next stage of internet when “things” are 
connected to web /network 
• The Internet of Things (IoT) is a scenario in which 
objects, animals or people are provided 
with unique identifiers(IP address) and has the 
ability to transfer data over a network without 
requiring human-to-human or human-to-computer 
interaction. IoT has evolved from the 
convergence of wireless technologies, micro-electromechanical 
systems (MEMS) and the 
Internet. 
• The ITU has described four dimensions in IoT: 
item identification (“tagging things”), sensors 
and wireless sensor networks (“feeling things”), 
embedded systems (“thinking things”) and 
nano-technology (“shrinking things”)
History 
internet of computers 
1969 
Internet of peoples 
1979 
Internet of things 
1999
Trends
Technology used 
1. Connectivity and networking 
2. Protocols 
3. Software 
4. Hardware 
5. Cloud and machine learning
Connectivity and networking
Protocols 
Constrained Application Protocol (CoAP) is a software protocol intended to be 
used in very simple electronics devices that allows them to communicate 
interactively over the Internet. It is particularly targeted for small low power 
sensors, switches, valves and similar components that need to be controlled or 
supervised remotely, through standard Internet networks. 
WebSocket standard simplifies much of the complexity around bi-directional 
web communication and connection management. 
IPv6 is an Internet Layer protocol for packet-switched internetworking and 
provides end-to-end datagram transmission across multiple IP networks. 
6LoWPAN is a acronym of IPv6 over Low power Wireless Personal Area 
Networks. It is an adaption layer for IPv6 over IEEE802.15.4 links. This protocol 
operates only in the 2.4 GHz frequency range with 250 kbps transfer rate.
Software 
Thingsquare Mist open source firmware is exceptionally lightweight, battle-proven, and 
works with multiple microcontrollers with a range of radios 
Contiki, Nodered, Thingspeak through which MATLAB can be used for data handling, 
Riot OS etc. 
All these provide software to log sensor generated data and to integrate sensors on 
gateway devices
Using NodeRed and IBM Bluemix 
http://iotsimulation.mybluemix.net/red/# 
http://quickstart.internetofthings.ibmclou 
d.com/iotsensor
Internet of Things (IoT)
Internet of Things (IoT)
[{"id":"588f19a5.a1db88","type":"iot","name":"IoT 
device","deviceId":"","messageType":"*","x":103,"y":195,"z":"11ea8b41.55 
b0cd","wires":[["c5767134.51056"]]},{"id":"c5767134.51056","type":"functi 
on","name":"Extract temperature","func":"var data ={};nnif 
(!context.global.hasOwnProperty("device")) {ntcontext.global.device = 
"";n}nnvar events= msg.payload.d;nvar temperature = 0;nn// 
Raspberry Pi events have "myPi" name, n// so extract 
cputemp nif(events.myName == "myPi") {ntcontext.global.device = 
"Raspberry Pi";nttemperature= events.cputemp;n} else {n// IoT 
simulator sensor eventsn// so extract tempntcontext.global.device 
= "IoT sensor";nttemperature = events.temp;n}nndata.cputemp = 
temperature;nnmsg.payload = 
temperature;nnreturnmsg;","outputs":1,"x":293,"y":196,"z":"11ea8b41.5 
5b0cd","wires":[["dec22b67.b2ea38"]]},{"id":"dec22b6 
7.b2ea38","type":"switch","name":"Switch high and low 
temp","property":"payload","rules":[{"t":"gt","v":"50"},{"t":"lt","v":"10"}],"c 
heckall":"true","outputs":2,"x 
":552,"y":196,"z":"11ea8b41.55b0cd","wires":[["975d7125.34bdc8"],["727d 
fdf1.29cfcc"]]},{"id":"975d712 
5.34bdc8","type":"function","name":"High Temp","func":"var temperature 
= msg.payload;nnvar twitMessage = "HIGH temperature Alert @ 
"+context.global.device+"!! The temperature is "+temperature+" deg C 
at "+new Date();nnreturn {topic: "", payload: 
twitMessage};","outputs":1,"x":773,"y":111,"z":"11ea8b41.55b0cd","wires": 
[["824d6856.5bc698"]]},{"id":"727dfdf1.29cfcc","type":"function","name":" 
Low Temp","func":"var temperature = msg.payload;nnvar twitMessage = 
"LOW temperature Alert @ "+context.global.device+"!! The temperature 
is "+temperature+" deg C at "+new Date();nnreturn {topic: "", 
payload: 
twitMessage};","outputs":1,"x":772,"y":278,"z":"11ea8b41.55b0cd","wires": 
[["824d6856.5bc698"]]},{"id": "824d6856.5bc698","type":"twitter 
out","twitter":"","name":"Tweet temperature 
alerts","x":978,"y":189,"z":"11ea8b41.55b0cd","wires":[]}]
Hardware 
• Wireless SOC(System on chip) manufactures 
like Gainspan , Wiznet , Nordic 
Semiconductor , TI and others are creating self-contained, 
RF-certified module solutions that 
have TCP, UDP and IP on chip. 
These solutions include built-in security features, can 
reduce certification times and allow companies to add 
communication to any microcontroller-based (MCU-based) 
product with little RF expertise. 
• Prototyping boards and platforms 
From the Arduino to the Raspberry Pi to the 
new BeagleBone Black , there are a large number of 
community DIY and prototyping platforms available 
that are making its possible to create your own 
Internet of Things project
Cloud Platform and Machine Learning 
• Intel 
• IBM 
• Microsoft 
• Schneider 
• Cisco 
• GE labs 
• Sap Labs
Architecture 
The layered architecture has two distinct divisions with an 
Internet layer in between to serve the purpose of a common 
media for communication. The two layers at the bottom 
con-tribute to data capturing while the two layers at the top 
are responsible for data utilization in applications 
Edge layer: this hardware layer consists of sensor networks, 
embedded systems, RFID tags and readers or other soft 
sensors in different forms. These entities are 
the primary data sensors deployed in the field. Many of 
these hardware elements provide identification and 
information storage (e.g. RFID tags), information collection 
(e.g. sensor networks), information processing (e.g. 
embedded edge processors), communication, control and 
actuation.
Access gateway layer: the first stage of data handling happens at this layer. It takes care of message 
routing, publishing and subscribing and also performs cross platform communication, if required. 
Middleware layer: this is one of the most critical layers that operates in bidirectional mode. It acts as an 
interface between the hardware layer at the bottom and the application layer at the top. It is responsible 
for critical functions such as device management and information management and also takes care of 
issues like data filtering, data aggregation, semantic analysis, access control, information discovery 
such as EPC (Electronic Product Code) information service and ONS(Object Naming Service) 
Application layer: this layer at the top of the stack is responsible for delivery of various applications to 
different users in IoT. The applications can be from different industry verticals such as: manufacturing, 
logistics, retail, environment, public safety, healthcare, food and drug etc. With the increasing maturity 
of RFID technology, numerous applications are evolving which will be under the umbrella of IoT.
Applications
Internet of Things (IoT)
• Smart Home/Buildings 
• Smart Cities 
• Smart Grids 
• Environmental monitoring 
• Healthcare 
• Smart Business/inventory and Product management 
• Security and Surveillance
Smart Building /Home 
• Reducing the consumption of resources 
associated to buildings (electricity, water) 
• Both in economic terms (reduced 
operational expenditures) as well as societal 
ones (reducing the carbon footprint 
associated to buildings, which are a key 
contributors to the global greenhouse gas 
emissions 
• as well as in improving the satisfaction level 
of humans populating it.eg: optimum 
temperature using smart Hvac system 
Cybertecture 
mirror
• Smart Parking 
Smart Cities 
Monitoring of parking spaces availability in the city. 
• Structural health 
Monitoring of vibrations and material conditions in buildings, bridges 
and historical monuments. 
• Noise Urban Maps 
Sound monitoring in bar areas and centric zones in real time. 
• Traffic Congestion 
Monitoring of vehicles and pedestrian levels to optimize driving and 
walking routes.eg: placemeter 
• Smart Lighting 
Intelligent and weather adaptive lighting in street lights. 
• Waste Management 
Detection of rubbish levels in containers to optimize the trash 
collection routes. 
• Smart Roads 
Intelligent Highways with warning messages and diversions according 
to climate conditions and unexpected events like accidents or traffic 
jams.
Internet of Things (IoT)
Smart Grid 
• Power Internet of Things (PIoT) can be widely applied in every aspect of smart grid, such as 
power generation, transmission, distribution and consumption. AMR (auto meter reading) 
gives real time data. 
• IoT based online monitoring system of power lines for transmission tower leaning, conductor 
galloping, icing, temperature, wind deviation, micro meteorology and EV assistant 
management systems are some of the areas.
Environmental monitoring 
• natural phenomena and processes (e.g., 
temperature, wind, rainfall, humidity, 
noise etc) can be monitored and such 
heterogeneous data can be seamlessly 
integrated into global applications. 
• The vast deployment of miniaturized 
devices may enable access to critical areas, 
whereby the presence of human operators 
might not represent a viable option (e.g., 
volcanic areas, oceanic abysses, remote 
areas), from where sensed information can 
be communicated to a decision point in 
order to detect anomalous conditions 
Netamo weather 
sensor
• Sensors either wearable (e.g., 
accelerometers, gyroscopes) or fixed 
(proximity) will be used to gather data used 
to monitor patient activities in their living 
environments 
• The use of wearable sensors, together with 
suitable applications running on personal 
computing devices enables people to track 
their daily activities (steps walked, calories 
burned exercises performed, etc.), providing 
suggestions for enhancing their lifestyle and 
prevent the onset of health problems 
• Emergency situations 
Healthcare
Smart Business/inventory and 
Product management 
• RFID are customarily used to monitor and manage the 
movement of products through a supply chain, while readers 
are placed throughout the facility to be monitored. IoT 
technologies can provide enhanced flexibility in terms of 
readers positions, while at the same time enabling seamless 
interoperability between RFID-based applications 
• real-time product availability and maintain accurate stock 
inventory. 
• after-market support, whereby users can automatically 
retrieve all data about the products they bought. 
• Also, identification technologies can help in limiting thefts 
and in fighting counterfeiting by providing products with a 
unique identifier 
• bio-sensor technologies in combination with RFID 
technology final product quality and possible shelf life 
deterioration of the product, e.g., in the food industry 
parameters such as temperature and bacterial composition 
in order to guarantee required quality of the final product.
Security and Surveillance 
• Ambient sensors can be used to monitor 
the presence of dangerous chemicals. 
• Sensors monitoring the behaviour of 
people may be used to assess the presence 
of people acting in a suspicious way. 
• Personal identification by means of RFID or 
similar technologies is also an option. 
• Fire safety 
• Access control
Challenges &Future Trends 
• Network Foundation—limitations of the current 
Internet architecture in terms of mobility, 
availability, manageability and scalability 
• Security, Privacy and Trust 
• Managing heterogeneity—managing and 
standardization of heterogeneous applications, 
environments and devices constitute a major 
challenge. 
• Managing and Mining large amount of 
information and data 
• Design of transducers to match small energy 
sources like irregular vibrations.
References 
[1] ITU Internet report, 2005 
[2] Lu Tang, Neng Wang, “Future Internet: The Internet of Things”, 2010 3rd International Conference on Advanced Computer Theory 
and Engineering (ICACTE) 
[3] Yen-Kuang Chen, “Challenges and Opportunities of Internet of Things”,2012 IEEE 
[4] Daniele Miorandi , Sabrina Sicari ,Francesco De Pellegrini ,Imrich Chlamtac,”Internet of things: Vision, applications and research 
challenges” 
[5] Yang Song, Bingjun Han, Xin Zhang, Dacheng Yang,” Modelling and Simulation of Smart Home Scenario Based On Internet Of 
Things” 
[6]Goldman Sachs, IoT Primer, “The Internet of Things: Making sense of the next mega Trend”, September 3,2014 
[7]www.wikipedia.com 
[8] Louis Coetzee, Johan Eksteens, ”The Internet of Things – Promise for the 
Future? An Introduction”, IST-Africa 2011 Conference Proceedings 
[9] http://postscapes.com/internet-of-things-technologies 
[10] Iker Mayordomo, Peter Spies, Fritz Meier, Stephan Otto, Sebastian Lempert, Josef Bernhard and Alexander Pflaum ”Emerging 
technologies and challenges for internet of things” 
[11] Qinghai Ou, Yan Zhen, Xiangzhen Li, Yiying Zhang, Lingkang Zeng “Application of IoT in smart grid power transmission”,2012
Thank you 
Questions??
1 de 31

Recomendados

Internet of things (IOT) connects physical to digital por
Internet of things (IOT) connects physical to digitalInternet of things (IOT) connects physical to digital
Internet of things (IOT) connects physical to digitalEslam Nader
1.8K vistas28 diapositivas
Internet of Things (IoT) - IK por
Internet of Things (IoT) - IKInternet of Things (IoT) - IK
Internet of Things (IoT) - IKIlgın Kavaklıoğulları
4.5K vistas33 diapositivas
10 min IoT ppt por
10 min IoT ppt10 min IoT ppt
10 min IoT pptVaishnavu Pathayathodi
1.5K vistas13 diapositivas
Internet of things (IoT)- Introduction, Utilities, Applications por
Internet of things (IoT)- Introduction, Utilities, ApplicationsInternet of things (IoT)- Introduction, Utilities, Applications
Internet of things (IoT)- Introduction, Utilities, ApplicationsTarika Verma
2K vistas18 diapositivas
Internet of things(IoT) por
Internet of things(IoT)Internet of things(IoT)
Internet of things(IoT)NAGUR SHAREEF SHAIK
2.1K vistas19 diapositivas
Iot ppt por
Iot pptIot ppt
Iot pptpiyuu7
26.4K vistas20 diapositivas

Más contenido relacionado

La actualidad más candente

Iot internet-of-things-ppt por
Iot internet-of-things-pptIot internet-of-things-ppt
Iot internet-of-things-pptSonalSharnam
1.5K vistas18 diapositivas
Internet of Things (IOT) - Technology and Applications por
Internet of Things (IOT) - Technology and ApplicationsInternet of Things (IOT) - Technology and Applications
Internet of Things (IOT) - Technology and ApplicationsDr. Mazlan Abbas
34K vistas54 diapositivas
Internet of things por
Internet of thingsInternet of things
Internet of thingsPalak Sood
1.9K vistas17 diapositivas
Internet of things por
Internet of thingsInternet of things
Internet of thingsVikrant Negi
3K vistas17 diapositivas
Iot por
IotIot
IotPriti Banya Mohanty
1.9K vistas15 diapositivas
Internet Of Things por
 Internet Of Things Internet Of Things
Internet Of Thingsvenkat thangella
2.9K vistas28 diapositivas

La actualidad más candente(20)

Iot internet-of-things-ppt por SonalSharnam
Iot internet-of-things-pptIot internet-of-things-ppt
Iot internet-of-things-ppt
SonalSharnam1.5K vistas
Internet of Things (IOT) - Technology and Applications por Dr. Mazlan Abbas
Internet of Things (IOT) - Technology and ApplicationsInternet of Things (IOT) - Technology and Applications
Internet of Things (IOT) - Technology and Applications
Dr. Mazlan Abbas34K vistas
Internet of things por Palak Sood
Internet of thingsInternet of things
Internet of things
Palak Sood1.9K vistas
Internet of Things (IoT) - We Are at the Tip of An Iceberg por Dr. Mazlan Abbas
Internet of Things (IoT) - We Are at the Tip of An IcebergInternet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An Iceberg
Dr. Mazlan Abbas302.8K vistas
IoT por Mphasis
IoTIoT
IoT
Mphasis3.9K vistas
Internet of things (IoT) por Tarika Verma
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)
Tarika Verma1.2K vistas
Internet of things (IOT) por Oshin Kandpal
Internet of things (IOT)Internet of things (IOT)
Internet of things (IOT)
Oshin Kandpal2.2K vistas
INTERNET OF THING PRESENTATION ON PUBLIC SPEAKING por AYESHA JAVED
INTERNET OF THING PRESENTATION ON PUBLIC SPEAKINGINTERNET OF THING PRESENTATION ON PUBLIC SPEAKING
INTERNET OF THING PRESENTATION ON PUBLIC SPEAKING
AYESHA JAVED2K vistas
Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ... por Slide Marvels
Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...
Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...
Slide Marvels32.3K vistas
Internet of things por Naiyer Khan
Internet of thingsInternet of things
Internet of things
Naiyer Khan3.1K vistas

Similar a Internet of Things (IoT)

Internet of Things.pptx por
Internet of Things.pptxInternet of Things.pptx
Internet of Things.pptxEshwar Prasad
33 vistas53 diapositivas
IOT UNIT I.pptx por
IOT UNIT I.pptxIOT UNIT I.pptx
IOT UNIT I.pptxsufiyashaikh19
39 vistas74 diapositivas
Internet of things por
Internet of thingsInternet of things
Internet of thingsArihant Kumar Seraogi
131 vistas32 diapositivas
Internet of things (iot) por
Internet of things (iot)Internet of things (iot)
Internet of things (iot)shubhamyadav613
227 vistas34 diapositivas
A Brief Review on Internet of Things por
A Brief Review on Internet of ThingsA Brief Review on Internet of Things
A Brief Review on Internet of ThingsIRJET Journal
68 vistas5 diapositivas
CHA_001_IOT.pptx por
CHA_001_IOT.pptxCHA_001_IOT.pptx
CHA_001_IOT.pptxvidhanPoddar1
18 vistas31 diapositivas

Similar a Internet of Things (IoT)(20)

A Brief Review on Internet of Things por IRJET Journal
A Brief Review on Internet of ThingsA Brief Review on Internet of Things
A Brief Review on Internet of Things
IRJET Journal68 vistas
Internet of things & its insights por Saswati
Internet of things & its insightsInternet of things & its insights
Internet of things & its insights
Saswati 237 vistas
IoT (Internet of Things) por TusharSoam
IoT (Internet of Things)IoT (Internet of Things)
IoT (Internet of Things)
TusharSoam1.2K vistas
Emerging chapter 4.pptx por AderawAlemie
Emerging chapter 4.pptxEmerging chapter 4.pptx
Emerging chapter 4.pptx
AderawAlemie52 vistas
WIRELESS SENSORS INTEGRATION INTO INTERNET OF THINGS AND THE SECURITY PRIMITIVES por csandit
WIRELESS SENSORS INTEGRATION INTO INTERNET OF THINGS AND THE SECURITY PRIMITIVESWIRELESS SENSORS INTEGRATION INTO INTERNET OF THINGS AND THE SECURITY PRIMITIVES
WIRELESS SENSORS INTEGRATION INTO INTERNET OF THINGS AND THE SECURITY PRIMITIVES
csandit152 vistas
Internet of Things - Recent developments and Trends por Dennis Jacob
Internet of Things - Recent developments and TrendsInternet of Things - Recent developments and Trends
Internet of Things - Recent developments and Trends
Dennis Jacob134 vistas
Evolution of Mobile Communication(1G-6G) and IoT por Md.Imtiaz Ahmed
Evolution of Mobile Communication(1G-6G) and IoTEvolution of Mobile Communication(1G-6G) and IoT
Evolution of Mobile Communication(1G-6G) and IoT
Md.Imtiaz Ahmed250 vistas

Último

information por
informationinformation
informationkhelgishekhar
10 vistas4 diapositivas
Building trust in our information ecosystem: who do we trust in an emergency por
Building trust in our information ecosystem: who do we trust in an emergencyBuilding trust in our information ecosystem: who do we trust in an emergency
Building trust in our information ecosystem: who do we trust in an emergencyTina Purnat
109 vistas18 diapositivas
PORTFOLIO 1 (Bret Michael Pepito).pdf por
PORTFOLIO 1 (Bret Michael Pepito).pdfPORTFOLIO 1 (Bret Michael Pepito).pdf
PORTFOLIO 1 (Bret Michael Pepito).pdfbrejess0410
9 vistas6 diapositivas
Marketing and Community Building in Web3 por
Marketing and Community Building in Web3Marketing and Community Building in Web3
Marketing and Community Building in Web3Federico Ast
14 vistas64 diapositivas
WEB 2.O TOOLS: Empowering education.pptx por
WEB 2.O TOOLS: Empowering education.pptxWEB 2.O TOOLS: Empowering education.pptx
WEB 2.O TOOLS: Empowering education.pptxnarmadhamanohar21
16 vistas16 diapositivas
How to think like a threat actor for Kubernetes.pptx por
How to think like a threat actor for Kubernetes.pptxHow to think like a threat actor for Kubernetes.pptx
How to think like a threat actor for Kubernetes.pptxLibbySchulze1
5 vistas33 diapositivas

Último(10)

Building trust in our information ecosystem: who do we trust in an emergency por Tina Purnat
Building trust in our information ecosystem: who do we trust in an emergencyBuilding trust in our information ecosystem: who do we trust in an emergency
Building trust in our information ecosystem: who do we trust in an emergency
Tina Purnat109 vistas
PORTFOLIO 1 (Bret Michael Pepito).pdf por brejess0410
PORTFOLIO 1 (Bret Michael Pepito).pdfPORTFOLIO 1 (Bret Michael Pepito).pdf
PORTFOLIO 1 (Bret Michael Pepito).pdf
brejess04109 vistas
Marketing and Community Building in Web3 por Federico Ast
Marketing and Community Building in Web3Marketing and Community Building in Web3
Marketing and Community Building in Web3
Federico Ast14 vistas
How to think like a threat actor for Kubernetes.pptx por LibbySchulze1
How to think like a threat actor for Kubernetes.pptxHow to think like a threat actor for Kubernetes.pptx
How to think like a threat actor for Kubernetes.pptx
LibbySchulze15 vistas
IETF 118: Starlink Protocol Performance por APNIC
IETF 118: Starlink Protocol PerformanceIETF 118: Starlink Protocol Performance
IETF 118: Starlink Protocol Performance
APNIC394 vistas
The Dark Web : Hidden Services por Anshu Singh
The Dark Web : Hidden ServicesThe Dark Web : Hidden Services
The Dark Web : Hidden Services
Anshu Singh5 vistas

Internet of Things (IoT)

  • 3. • It is the next stage of internet when “things” are connected to web /network • The Internet of Things (IoT) is a scenario in which objects, animals or people are provided with unique identifiers(IP address) and has the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction. IoT has evolved from the convergence of wireless technologies, micro-electromechanical systems (MEMS) and the Internet. • The ITU has described four dimensions in IoT: item identification (“tagging things”), sensors and wireless sensor networks (“feeling things”), embedded systems (“thinking things”) and nano-technology (“shrinking things”)
  • 4. History internet of computers 1969 Internet of peoples 1979 Internet of things 1999
  • 6. Technology used 1. Connectivity and networking 2. Protocols 3. Software 4. Hardware 5. Cloud and machine learning
  • 8. Protocols Constrained Application Protocol (CoAP) is a software protocol intended to be used in very simple electronics devices that allows them to communicate interactively over the Internet. It is particularly targeted for small low power sensors, switches, valves and similar components that need to be controlled or supervised remotely, through standard Internet networks. WebSocket standard simplifies much of the complexity around bi-directional web communication and connection management. IPv6 is an Internet Layer protocol for packet-switched internetworking and provides end-to-end datagram transmission across multiple IP networks. 6LoWPAN is a acronym of IPv6 over Low power Wireless Personal Area Networks. It is an adaption layer for IPv6 over IEEE802.15.4 links. This protocol operates only in the 2.4 GHz frequency range with 250 kbps transfer rate.
  • 9. Software Thingsquare Mist open source firmware is exceptionally lightweight, battle-proven, and works with multiple microcontrollers with a range of radios Contiki, Nodered, Thingspeak through which MATLAB can be used for data handling, Riot OS etc. All these provide software to log sensor generated data and to integrate sensors on gateway devices
  • 10. Using NodeRed and IBM Bluemix http://iotsimulation.mybluemix.net/red/# http://quickstart.internetofthings.ibmclou d.com/iotsensor
  • 13. [{"id":"588f19a5.a1db88","type":"iot","name":"IoT device","deviceId":"","messageType":"*","x":103,"y":195,"z":"11ea8b41.55 b0cd","wires":[["c5767134.51056"]]},{"id":"c5767134.51056","type":"functi on","name":"Extract temperature","func":"var data ={};nnif (!context.global.hasOwnProperty("device")) {ntcontext.global.device = "";n}nnvar events= msg.payload.d;nvar temperature = 0;nn// Raspberry Pi events have "myPi" name, n// so extract cputemp nif(events.myName == "myPi") {ntcontext.global.device = "Raspberry Pi";nttemperature= events.cputemp;n} else {n// IoT simulator sensor eventsn// so extract tempntcontext.global.device = "IoT sensor";nttemperature = events.temp;n}nndata.cputemp = temperature;nnmsg.payload = temperature;nnreturnmsg;","outputs":1,"x":293,"y":196,"z":"11ea8b41.5 5b0cd","wires":[["dec22b67.b2ea38"]]},{"id":"dec22b6 7.b2ea38","type":"switch","name":"Switch high and low temp","property":"payload","rules":[{"t":"gt","v":"50"},{"t":"lt","v":"10"}],"c heckall":"true","outputs":2,"x ":552,"y":196,"z":"11ea8b41.55b0cd","wires":[["975d7125.34bdc8"],["727d fdf1.29cfcc"]]},{"id":"975d712 5.34bdc8","type":"function","name":"High Temp","func":"var temperature = msg.payload;nnvar twitMessage = "HIGH temperature Alert @ "+context.global.device+"!! The temperature is "+temperature+" deg C at "+new Date();nnreturn {topic: "", payload: twitMessage};","outputs":1,"x":773,"y":111,"z":"11ea8b41.55b0cd","wires": [["824d6856.5bc698"]]},{"id":"727dfdf1.29cfcc","type":"function","name":" Low Temp","func":"var temperature = msg.payload;nnvar twitMessage = "LOW temperature Alert @ "+context.global.device+"!! The temperature is "+temperature+" deg C at "+new Date();nnreturn {topic: "", payload: twitMessage};","outputs":1,"x":772,"y":278,"z":"11ea8b41.55b0cd","wires": [["824d6856.5bc698"]]},{"id": "824d6856.5bc698","type":"twitter out","twitter":"","name":"Tweet temperature alerts","x":978,"y":189,"z":"11ea8b41.55b0cd","wires":[]}]
  • 14. Hardware • Wireless SOC(System on chip) manufactures like Gainspan , Wiznet , Nordic Semiconductor , TI and others are creating self-contained, RF-certified module solutions that have TCP, UDP and IP on chip. These solutions include built-in security features, can reduce certification times and allow companies to add communication to any microcontroller-based (MCU-based) product with little RF expertise. • Prototyping boards and platforms From the Arduino to the Raspberry Pi to the new BeagleBone Black , there are a large number of community DIY and prototyping platforms available that are making its possible to create your own Internet of Things project
  • 15. Cloud Platform and Machine Learning • Intel • IBM • Microsoft • Schneider • Cisco • GE labs • Sap Labs
  • 16. Architecture The layered architecture has two distinct divisions with an Internet layer in between to serve the purpose of a common media for communication. The two layers at the bottom con-tribute to data capturing while the two layers at the top are responsible for data utilization in applications Edge layer: this hardware layer consists of sensor networks, embedded systems, RFID tags and readers or other soft sensors in different forms. These entities are the primary data sensors deployed in the field. Many of these hardware elements provide identification and information storage (e.g. RFID tags), information collection (e.g. sensor networks), information processing (e.g. embedded edge processors), communication, control and actuation.
  • 17. Access gateway layer: the first stage of data handling happens at this layer. It takes care of message routing, publishing and subscribing and also performs cross platform communication, if required. Middleware layer: this is one of the most critical layers that operates in bidirectional mode. It acts as an interface between the hardware layer at the bottom and the application layer at the top. It is responsible for critical functions such as device management and information management and also takes care of issues like data filtering, data aggregation, semantic analysis, access control, information discovery such as EPC (Electronic Product Code) information service and ONS(Object Naming Service) Application layer: this layer at the top of the stack is responsible for delivery of various applications to different users in IoT. The applications can be from different industry verticals such as: manufacturing, logistics, retail, environment, public safety, healthcare, food and drug etc. With the increasing maturity of RFID technology, numerous applications are evolving which will be under the umbrella of IoT.
  • 20. • Smart Home/Buildings • Smart Cities • Smart Grids • Environmental monitoring • Healthcare • Smart Business/inventory and Product management • Security and Surveillance
  • 21. Smart Building /Home • Reducing the consumption of resources associated to buildings (electricity, water) • Both in economic terms (reduced operational expenditures) as well as societal ones (reducing the carbon footprint associated to buildings, which are a key contributors to the global greenhouse gas emissions • as well as in improving the satisfaction level of humans populating it.eg: optimum temperature using smart Hvac system Cybertecture mirror
  • 22. • Smart Parking Smart Cities Monitoring of parking spaces availability in the city. • Structural health Monitoring of vibrations and material conditions in buildings, bridges and historical monuments. • Noise Urban Maps Sound monitoring in bar areas and centric zones in real time. • Traffic Congestion Monitoring of vehicles and pedestrian levels to optimize driving and walking routes.eg: placemeter • Smart Lighting Intelligent and weather adaptive lighting in street lights. • Waste Management Detection of rubbish levels in containers to optimize the trash collection routes. • Smart Roads Intelligent Highways with warning messages and diversions according to climate conditions and unexpected events like accidents or traffic jams.
  • 24. Smart Grid • Power Internet of Things (PIoT) can be widely applied in every aspect of smart grid, such as power generation, transmission, distribution and consumption. AMR (auto meter reading) gives real time data. • IoT based online monitoring system of power lines for transmission tower leaning, conductor galloping, icing, temperature, wind deviation, micro meteorology and EV assistant management systems are some of the areas.
  • 25. Environmental monitoring • natural phenomena and processes (e.g., temperature, wind, rainfall, humidity, noise etc) can be monitored and such heterogeneous data can be seamlessly integrated into global applications. • The vast deployment of miniaturized devices may enable access to critical areas, whereby the presence of human operators might not represent a viable option (e.g., volcanic areas, oceanic abysses, remote areas), from where sensed information can be communicated to a decision point in order to detect anomalous conditions Netamo weather sensor
  • 26. • Sensors either wearable (e.g., accelerometers, gyroscopes) or fixed (proximity) will be used to gather data used to monitor patient activities in their living environments • The use of wearable sensors, together with suitable applications running on personal computing devices enables people to track their daily activities (steps walked, calories burned exercises performed, etc.), providing suggestions for enhancing their lifestyle and prevent the onset of health problems • Emergency situations Healthcare
  • 27. Smart Business/inventory and Product management • RFID are customarily used to monitor and manage the movement of products through a supply chain, while readers are placed throughout the facility to be monitored. IoT technologies can provide enhanced flexibility in terms of readers positions, while at the same time enabling seamless interoperability between RFID-based applications • real-time product availability and maintain accurate stock inventory. • after-market support, whereby users can automatically retrieve all data about the products they bought. • Also, identification technologies can help in limiting thefts and in fighting counterfeiting by providing products with a unique identifier • bio-sensor technologies in combination with RFID technology final product quality and possible shelf life deterioration of the product, e.g., in the food industry parameters such as temperature and bacterial composition in order to guarantee required quality of the final product.
  • 28. Security and Surveillance • Ambient sensors can be used to monitor the presence of dangerous chemicals. • Sensors monitoring the behaviour of people may be used to assess the presence of people acting in a suspicious way. • Personal identification by means of RFID or similar technologies is also an option. • Fire safety • Access control
  • 29. Challenges &Future Trends • Network Foundation—limitations of the current Internet architecture in terms of mobility, availability, manageability and scalability • Security, Privacy and Trust • Managing heterogeneity—managing and standardization of heterogeneous applications, environments and devices constitute a major challenge. • Managing and Mining large amount of information and data • Design of transducers to match small energy sources like irregular vibrations.
  • 30. References [1] ITU Internet report, 2005 [2] Lu Tang, Neng Wang, “Future Internet: The Internet of Things”, 2010 3rd International Conference on Advanced Computer Theory and Engineering (ICACTE) [3] Yen-Kuang Chen, “Challenges and Opportunities of Internet of Things”,2012 IEEE [4] Daniele Miorandi , Sabrina Sicari ,Francesco De Pellegrini ,Imrich Chlamtac,”Internet of things: Vision, applications and research challenges” [5] Yang Song, Bingjun Han, Xin Zhang, Dacheng Yang,” Modelling and Simulation of Smart Home Scenario Based On Internet Of Things” [6]Goldman Sachs, IoT Primer, “The Internet of Things: Making sense of the next mega Trend”, September 3,2014 [7]www.wikipedia.com [8] Louis Coetzee, Johan Eksteens, ”The Internet of Things – Promise for the Future? An Introduction”, IST-Africa 2011 Conference Proceedings [9] http://postscapes.com/internet-of-things-technologies [10] Iker Mayordomo, Peter Spies, Fritz Meier, Stephan Otto, Sebastian Lempert, Josef Bernhard and Alexander Pflaum ”Emerging technologies and challenges for internet of things” [11] Qinghai Ou, Yan Zhen, Xiangzhen Li, Yiying Zhang, Lingkang Zeng “Application of IoT in smart grid power transmission”,2012

Notas del editor

  1. Micro-electromechanical systems (MEMS) is a technology that combines computers with tiny mechanical devices such as sensors, valves, gears, mirrors, and actuators embedded in semiconductor chips
  2. 1999 - A big year for the IoT and MIT kevin ashton p&g supply cahin using rfid before that Carnegie melon in early 1980’s coke vending machine
  3. Ninja sphere monitors temp,lighting your pet,fireplace ,washing machine or anything you conect to your sphere
  4. Temp,hiumidity pollutants,noise
  5. hapifork
  6. Scout alarm t sense if someone has been your backyard or home while you were away