SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Internet of things
ADNYESH DALPATI
this
Technologist with 10+yrs experience in
? Audience
1. Software Developers ?
2. Hardware Engineers ?
3. Web Developers ?
4. Understanding IOT first time ?
5. Worked on IOT products ?
?What is Internet of Things (IOT)
“You are not just a person but the OBJECT of the internet ”
Things
network
Interpretation
$ The Thing
Not him...
$ Things - Example
$ Things - Example
$ Things - Example
> Network
~ Interpretation
>> Use Case
OBD 2 Device
• Real-time
Information
• Fuel Economy
• Speed Heat
Map
• Error Codes
{ IOT was there way before }
“When wireless is perfectly applied, the whole earth will be converted into a huge brain, which in
fact it is, all things being particles of a real and rhythmic whole… A man will be able to carry one
in his vest pocket.” - NikolaTesla (1926)
1969 ARPANET
1974 TCP/IP Beginning
1982 DNS
{ IOT was there way before }
2000 LG announces Internet Refrigerator
2003 RFID & fleet mgmt. used by
Walmart
2008 IOT was born
: IOT Architecture
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
<-- IOT getting started -->
Step 1 : Choose or build your Hardware
Step 2: Choose required Communication Standards
Step 3: Get or Code the Software
> Step 1 : Choose or build your Hardware
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 1 : Choose or build your Hardware
Sensors
Light Sensors Motion Detecting Sensors Temperature
LDR04 Ultrasonic (HC-SR04) PIR (HC-SR501) DHT11 LM35
Gas and Chemical Sensor Accelerometer Heartbeat Detector
MQ2 MQ13 ADXL 345 KG011
◦
◦ .
> Step 1 : Choose or build your Hardware
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communi
cation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 1 : Choose or build your Hardware
Microcontrollers
Arduino (ATMEL) - Uno, Mega, Nano, Lilypad, Micro, Netduino Raspberry Pi (Broadcom) 1A /A+/B, 2 B/B+, 3 B
Beagle Bone (ARM) Intel Texas Instruments
Black, Green, X-15 Galileo, Edison, Minnow Board MSP 430, C2000, TM4C
. Arduino - Demo
// IDE & Libraries
Arduino SDK
https://www.arduino.cc/en/Main/Software
Arduino Studio (IDE)
A free IDE to code Arduino
Comes with Arduino Libraries & Examples
Visual Studio Extension for Arduino
Visual Micro (http://www.visualmicro.com)
/* Software */
Blynk (http://www.blynk.cc/)
Blynk Library which connects Arduino and Blynk
Cloud servers
It provides generic interface
(Android/ Iphone app) for many
microcontrollers
// Circuit Diagram
: IOT Architecture
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 1 : Choose or build your Hardware
Connectivity Hardware
◦ Ethernet Module (ENC28J60)
◦ Wi-Fi Module (ESP8266)
◦ Bluetooth Module (HC-05)
◦ RF Module (RF433)
◦ Xigbee Module (Xbee Series 2)
◦ GSM (SIM 800, SIM 900)
> Step 2: Choose the Communication
Standards
Most Popular
Ethernet (802.3)
Bluetooth
Wi-Fi (803.11)
Zigbee (802.15)
Wi-Max (802.16)
NFC
Cellular
: IOT Architecture
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 3: Get or Code your software
Software Required
Operating Systems & Programming Languages
◦ Tiny OS ( C )
◦ Free RTOS ( C )
◦ Oracle Java ME Embedded (Java)
◦ TI RTOS ( C )
◦ Windows 10 IOT Core (C#)
: IOT Architecture
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 3: Get or Code your software
Communication Protocols
◦ Hyper Text Transfer Protocol (HTTP / S)
◦ Web Socket (WS)
◦ Messaging Queue Telemetry Transport (MQTT / S)
◦ Constrained Application Protocol (COAP)
{[Raspberry pi, Mod B+]}
%Use Case%
{[Raspberry pi, Mod B+]}
40 GPIO
@Windows IOT Core Installation
https://ms-iot.github.io
Prerequisites?
• Windows 10
• Visual Studio 2015 Community Edition
• Raspberry Pi 2-3
• Micro SD card min. 8 GB class 10
• Card Reader
= Circuit Diagram
: IOT Architecture
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 3: Get or Code your software
Front End Integration
◦ Cloud Platforms
◦ Amazon Web Services (AWS)
◦ Microsoft Azure
◦ Google Cloud Platform
◦ Apache Cloud Stack
◦ SAP Hana
◦ Web Technologies
◦ HTML5, JQuery, Ajax
◦ Frameworks – Device.Js, IOT.js, Jerry script
◦ Web Sockets – Socket.IO
◦ Rest Services
◦ Mobile Technologies
◦ Android
◦ IOS
◦ Hybrid Apps
◦ Native Applications
: IOT Architecture
Microcontroller
Operating System
Sensor Libraries
Sensor
Interface
Light
Motion
Temperature
Pressure
Ethernet
Wi Fi
Xigbee
Bluetooth
Network
Interface
Network
Drivers
API
Communic
ation
Protocols
HTTP
MQTT
Web
Sockets
COAP
Cloud Technologies
Mobile Technologies
Native Applications
N
e
t
w
o
r
k
S
e
n
s
o
r
Web Technologies
A
n
a
l
y
t
i
c
s
> Step 3: Get or Code your software
Analytics
◦ Intel Cloud Analytics Platform
◦ Sap Big Data Analytics
◦ Microsoft Azure Analytics , Power BI
◦ Teradata Analytics
◦ Pentaho
◦ Google Big Query
◦ Qlikview Analytics
C:/Analytics Companies/
-> Is IOT the future ->
NO
IOT is the Present & the Future
/* Industry Penetration */
Home Lifestyle Health
Education
MobilityRetail Energy
Public and Services
Infra Hospitality
Manufacturing
Agri Military
Auto
$ Investments
../ Jobs Trends
>ls IOT Products
LIFX: Color 1000 connected light
bulb
The team at Lifx has released their
latest connected light bulb with
Color 1000. Lifx has managed to
reduce the size and cost of the
bulb while keeping the amazing
brilliant spectrum color we have
come to expect from Lifx.
>ls IOT Products
Amazon Dash Button: Smart home
shopping
Amazon has been to great job of
moving into the smart home over
the past year. The Dash Button is
not exception. A consumer can
place a button anywhere in the
home/business and simply push the
button when the product needs to
be refilled.
>ls IOT Products
Fitbit Surge: Fitness tracker
With all the hype around
smartwatches we thought it would
be good to take another look at
Fitbit Surge which does a great job
of combining fitness tracking and
smartwatch. We used it for about
a week and it was great for all our
fitness needs.
>ls IOT Products
Bluesmart: Connected carry-On
Lock, weigh and track your
Bluesmart carry-on with your
phone. Also recharge your devices.
>ls IOT Products
MaxMyTV: Home automation on
your TV
Android based MaxMyTV Smart
Hub automates your home and
Overlays alerts from Sensors, IP
camera and Social Media on TV
broadcast video.
Join Us
www.facebook.com/iotians
iotiansgroup@gmail.com
@iotians
:wq!
(Questions)

Weitere ähnliche Inhalte

Was ist angesagt?

IOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect MarriageIOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect MarriageDr. Mazlan Abbas
 
Presentacion Wim Elfrink IoT World Forum Chicago
Presentacion Wim Elfrink IoT World Forum ChicagoPresentacion Wim Elfrink IoT World Forum Chicago
Presentacion Wim Elfrink IoT World Forum ChicagoFelipe Lamus
 
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)MicheleNati
 
The Internet of Things and You - A Developers Guide to IoT
The Internet of Things and You - A Developers Guide to IoTThe Internet of Things and You - A Developers Guide to IoT
The Internet of Things and You - A Developers Guide to IoTJim McKeeth
 
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...Year of the X
 
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1usman sarwar
 
Addressing Global Chanllenges Through IoT
Addressing Global Chanllenges Through IoTAddressing Global Chanllenges Through IoT
Addressing Global Chanllenges Through IoTDr.Vetrivelan Pandu
 
Defining the IoT Stack
Defining the IoT StackDefining the IoT Stack
Defining the IoT StackPubNub
 
Inria | White paper Internet of Things (November 2021)
Inria | White paper Internet of Things (November 2021)Inria | White paper Internet of Things (November 2021)
Inria | White paper Internet of Things (November 2021)Inria
 
Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}
Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}
Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}Lviv Startup Club
 
The Internet of Things: Tutorial for students
The Internet of Things: Tutorial for studentsThe Internet of Things: Tutorial for students
The Internet of Things: Tutorial for studentsDaeyoung Kim
 
Open Source IoT- Timm McShane
Open Source IoT- Timm McShaneOpen Source IoT- Timm McShane
Open Source IoT- Timm McShaneInman News
 
Arduino, Open Source and The Internet of Things Landscape
Arduino, Open Source and The Internet of Things LandscapeArduino, Open Source and The Internet of Things Landscape
Arduino, Open Source and The Internet of Things LandscapeJustin Grammens
 
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AITechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AIAndri Yadi
 
Watson IoT @Ryerson University - IEEE Chapter
Watson IoT  @Ryerson University - IEEE Chapter  Watson IoT  @Ryerson University - IEEE Chapter
Watson IoT @Ryerson University - IEEE Chapter Markus Van Kempen
 
IoT Convention Europe - Mechelen June 15th 2017
IoT Convention Europe - Mechelen June 15th 2017IoT Convention Europe - Mechelen June 15th 2017
IoT Convention Europe - Mechelen June 15th 2017AllBits BVBA (freelancer)
 
Data Value Creation in the Industrial IoT
Data Value Creation in the Industrial IoTData Value Creation in the Industrial IoT
Data Value Creation in the Industrial IoTSemyon Teplisky
 
Track 3 session 5 - st dev con 2016 - microsoft - from sensors to business ...
Track 3   session 5 - st dev con 2016 - microsoft - from sensors to business ...Track 3   session 5 - st dev con 2016 - microsoft - from sensors to business ...
Track 3 session 5 - st dev con 2016 - microsoft - from sensors to business ...ST_World
 
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...Alex G. Lee, Ph.D. Esq. CLP
 

Was ist angesagt? (20)

IOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect MarriageIOT and Big Data - The Perfect Marriage
IOT and Big Data - The Perfect Marriage
 
Presentacion Wim Elfrink IoT World Forum Chicago
Presentacion Wim Elfrink IoT World Forum ChicagoPresentacion Wim Elfrink IoT World Forum Chicago
Presentacion Wim Elfrink IoT World Forum Chicago
 
Iot
IotIot
Iot
 
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
 
The Internet of Things and You - A Developers Guide to IoT
The Internet of Things and You - A Developers Guide to IoTThe Internet of Things and You - A Developers Guide to IoT
The Internet of Things and You - A Developers Guide to IoT
 
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
 
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
Architecting IoT by Mathew - Alcatel Lucent @ MIMOS IoT TWG Day1
 
Addressing Global Chanllenges Through IoT
Addressing Global Chanllenges Through IoTAddressing Global Chanllenges Through IoT
Addressing Global Chanllenges Through IoT
 
Defining the IoT Stack
Defining the IoT StackDefining the IoT Stack
Defining the IoT Stack
 
Inria | White paper Internet of Things (November 2021)
Inria | White paper Internet of Things (November 2021)Inria | White paper Internet of Things (November 2021)
Inria | White paper Internet of Things (November 2021)
 
Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}
Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}
Андрій Озгович “IoT Cypress solution. Low cost, low power” {R0boCamp}
 
The Internet of Things: Tutorial for students
The Internet of Things: Tutorial for studentsThe Internet of Things: Tutorial for students
The Internet of Things: Tutorial for students
 
Open Source IoT- Timm McShane
Open Source IoT- Timm McShaneOpen Source IoT- Timm McShane
Open Source IoT- Timm McShane
 
Arduino, Open Source and The Internet of Things Landscape
Arduino, Open Source and The Internet of Things LandscapeArduino, Open Source and The Internet of Things Landscape
Arduino, Open Source and The Internet of Things Landscape
 
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AITechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
 
Watson IoT @Ryerson University - IEEE Chapter
Watson IoT  @Ryerson University - IEEE Chapter  Watson IoT  @Ryerson University - IEEE Chapter
Watson IoT @Ryerson University - IEEE Chapter
 
IoT Convention Europe - Mechelen June 15th 2017
IoT Convention Europe - Mechelen June 15th 2017IoT Convention Europe - Mechelen June 15th 2017
IoT Convention Europe - Mechelen June 15th 2017
 
Data Value Creation in the Industrial IoT
Data Value Creation in the Industrial IoTData Value Creation in the Industrial IoT
Data Value Creation in the Industrial IoT
 
Track 3 session 5 - st dev con 2016 - microsoft - from sensors to business ...
Track 3   session 5 - st dev con 2016 - microsoft - from sensors to business ...Track 3   session 5 - st dev con 2016 - microsoft - from sensors to business ...
Track 3 session 5 - st dev con 2016 - microsoft - from sensors to business ...
 
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
 

Ähnlich wie Internet of things - The Present & The Future

Fullstack IoT Development
Fullstack IoT DevelopmentFullstack IoT Development
Fullstack IoT DevelopmentAndri Yadi
 
Iot presentation
Iot presentationIot presentation
Iot presentationhuma742446
 
Road to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine LearningRoad to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine LearningAndri Yadi
 
Overview of the Intel® Internet of Things Developer Kit
Overview of the Intel® Internet of Things Developer KitOverview of the Intel® Internet of Things Developer Kit
Overview of the Intel® Internet of Things Developer KitIntel® Software
 
Internet of Things Conference - Bogor city
Internet of Things Conference - Bogor cityInternet of Things Conference - Bogor city
Internet of Things Conference - Bogor cityAndri Yadi
 
Internet of Things 101 - Part II
Internet of Things 101 - Part IIInternet of Things 101 - Part II
Internet of Things 101 - Part IIYoonseok Hur
 
Internet of things
Internet of thingsInternet of things
Internet of thingsBrockanurag
 
IT Solution through IoT Development
IT Solution through IoT DevelopmentIT Solution through IoT Development
IT Solution through IoT DevelopmentAndri Yadi
 
Hack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGSHack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGSDevFest DC
 
Pre meetup intel® roadshow london
Pre meetup intel® roadshow londonPre meetup intel® roadshow london
Pre meetup intel® roadshow londonHugo Espinosa
 
Simple things about Internet of Things
Simple things about Internet of ThingsSimple things about Internet of Things
Simple things about Internet of ThingsMuhammad Nasr
 
Meetup 4/2/2016 - Functionele en technische architectuur IoT
Meetup  4/2/2016 - Functionele en technische architectuur IoTMeetup  4/2/2016 - Functionele en technische architectuur IoT
Meetup 4/2/2016 - Functionele en technische architectuur IoTDigipolis Antwerpen
 
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...Andri Yadi
 
AIoT: Intelligence on Microcontroller
AIoT: Intelligence on MicrocontrollerAIoT: Intelligence on Microcontroller
AIoT: Intelligence on MicrocontrollerAndri Yadi
 
Internet of things (IoT) with Azure
Internet of things (IoT) with AzureInternet of things (IoT) with Azure
Internet of things (IoT) with AzureVinoth Rajagopalan
 
BKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End StoryBKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End StoryLinaro
 
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015SenZations Summer School
 
Get in Touch with Internet of Things
Get in Touch with Internet of ThingsGet in Touch with Internet of Things
Get in Touch with Internet of ThingsCodePolitan
 

Ähnlich wie Internet of things - The Present & The Future (20)

Fullstack IoT Development
Fullstack IoT DevelopmentFullstack IoT Development
Fullstack IoT Development
 
Iot presentation
Iot presentationIot presentation
Iot presentation
 
Road to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine LearningRoad to Republic of IoT - IoT Technologies & Machine Learning
Road to Republic of IoT - IoT Technologies & Machine Learning
 
Overview of the Intel® Internet of Things Developer Kit
Overview of the Intel® Internet of Things Developer KitOverview of the Intel® Internet of Things Developer Kit
Overview of the Intel® Internet of Things Developer Kit
 
Internet of Things Conference - Bogor city
Internet of Things Conference - Bogor cityInternet of Things Conference - Bogor city
Internet of Things Conference - Bogor city
 
Internet of Things 101 - Part II
Internet of Things 101 - Part IIInternet of Things 101 - Part II
Internet of Things 101 - Part II
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
IT Solution through IoT Development
IT Solution through IoT DevelopmentIT Solution through IoT Development
IT Solution through IoT Development
 
Hack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGSHack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGS
 
Pre meetup intel® roadshow london
Pre meetup intel® roadshow londonPre meetup intel® roadshow london
Pre meetup intel® roadshow london
 
IoT
IoTIoT
IoT
 
Simple things about Internet of Things
Simple things about Internet of ThingsSimple things about Internet of Things
Simple things about Internet of Things
 
Meetup 4/2/2016 - Functionele en technische architectuur IoT
Meetup  4/2/2016 - Functionele en technische architectuur IoTMeetup  4/2/2016 - Functionele en technische architectuur IoT
Meetup 4/2/2016 - Functionele en technische architectuur IoT
 
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
Global Azure Bootcamp 2016 - Real-world Internet of Things Backend with Azure...
 
AIoT: Intelligence on Microcontroller
AIoT: Intelligence on MicrocontrollerAIoT: Intelligence on Microcontroller
AIoT: Intelligence on Microcontroller
 
Internet of things (IoT) with Azure
Internet of things (IoT) with AzureInternet of things (IoT) with Azure
Internet of things (IoT) with Azure
 
BKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End StoryBKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End Story
 
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
Using Java Script and COMPOSE to build cool IoT applications, SenZations 2015
 
Get in Touch with Internet of Things
Get in Touch with Internet of ThingsGet in Touch with Internet of Things
Get in Touch with Internet of Things
 
Java & IoT
Java & IoTJava & IoT
Java & IoT
 

Kürzlich hochgeladen

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
 
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
 
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
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
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
 
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
 

Kürzlich hochgeladen (20)

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
 
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...
 
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 🐘
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
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
 
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
 

Internet of things - The Present & The Future

  • 3. ? Audience 1. Software Developers ? 2. Hardware Engineers ? 3. Web Developers ? 4. Understanding IOT first time ? 5. Worked on IOT products ?
  • 4. ?What is Internet of Things (IOT) “You are not just a person but the OBJECT of the internet ” Things network Interpretation
  • 6. $ Things - Example
  • 7. $ Things - Example
  • 8. $ Things - Example
  • 11. >> Use Case OBD 2 Device • Real-time Information • Fuel Economy • Speed Heat Map • Error Codes
  • 12. { IOT was there way before } “When wireless is perfectly applied, the whole earth will be converted into a huge brain, which in fact it is, all things being particles of a real and rhythmic whole… A man will be able to carry one in his vest pocket.” - NikolaTesla (1926) 1969 ARPANET 1974 TCP/IP Beginning 1982 DNS
  • 13. { IOT was there way before } 2000 LG announces Internet Refrigerator 2003 RFID & fleet mgmt. used by Walmart 2008 IOT was born
  • 14. : IOT Architecture Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 15. <-- IOT getting started --> Step 1 : Choose or build your Hardware Step 2: Choose required Communication Standards Step 3: Get or Code the Software
  • 16. > Step 1 : Choose or build your Hardware Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 17. > Step 1 : Choose or build your Hardware Sensors Light Sensors Motion Detecting Sensors Temperature LDR04 Ultrasonic (HC-SR04) PIR (HC-SR501) DHT11 LM35 Gas and Chemical Sensor Accelerometer Heartbeat Detector MQ2 MQ13 ADXL 345 KG011 ◦ ◦ .
  • 18. > Step 1 : Choose or build your Hardware Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communi cation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 19. > Step 1 : Choose or build your Hardware Microcontrollers Arduino (ATMEL) - Uno, Mega, Nano, Lilypad, Micro, Netduino Raspberry Pi (Broadcom) 1A /A+/B, 2 B/B+, 3 B Beagle Bone (ARM) Intel Texas Instruments Black, Green, X-15 Galileo, Edison, Minnow Board MSP 430, C2000, TM4C
  • 20. . Arduino - Demo
  • 21. // IDE & Libraries Arduino SDK https://www.arduino.cc/en/Main/Software Arduino Studio (IDE) A free IDE to code Arduino Comes with Arduino Libraries & Examples Visual Studio Extension for Arduino Visual Micro (http://www.visualmicro.com)
  • 22. /* Software */ Blynk (http://www.blynk.cc/) Blynk Library which connects Arduino and Blynk Cloud servers It provides generic interface (Android/ Iphone app) for many microcontrollers
  • 24. : IOT Architecture Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 25. > Step 1 : Choose or build your Hardware Connectivity Hardware ◦ Ethernet Module (ENC28J60) ◦ Wi-Fi Module (ESP8266) ◦ Bluetooth Module (HC-05) ◦ RF Module (RF433) ◦ Xigbee Module (Xbee Series 2) ◦ GSM (SIM 800, SIM 900)
  • 26. > Step 2: Choose the Communication Standards Most Popular Ethernet (802.3) Bluetooth Wi-Fi (803.11) Zigbee (802.15) Wi-Max (802.16) NFC Cellular
  • 27. : IOT Architecture Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 28. > Step 3: Get or Code your software Software Required Operating Systems & Programming Languages ◦ Tiny OS ( C ) ◦ Free RTOS ( C ) ◦ Oracle Java ME Embedded (Java) ◦ TI RTOS ( C ) ◦ Windows 10 IOT Core (C#)
  • 29. : IOT Architecture Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 30. > Step 3: Get or Code your software Communication Protocols ◦ Hyper Text Transfer Protocol (HTTP / S) ◦ Web Socket (WS) ◦ Messaging Queue Telemetry Transport (MQTT / S) ◦ Constrained Application Protocol (COAP)
  • 33. {[Raspberry pi, Mod B+]} 40 GPIO
  • 34. @Windows IOT Core Installation https://ms-iot.github.io Prerequisites? • Windows 10 • Visual Studio 2015 Community Edition • Raspberry Pi 2-3 • Micro SD card min. 8 GB class 10 • Card Reader
  • 36. : IOT Architecture Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 37. > Step 3: Get or Code your software Front End Integration ◦ Cloud Platforms ◦ Amazon Web Services (AWS) ◦ Microsoft Azure ◦ Google Cloud Platform ◦ Apache Cloud Stack ◦ SAP Hana ◦ Web Technologies ◦ HTML5, JQuery, Ajax ◦ Frameworks – Device.Js, IOT.js, Jerry script ◦ Web Sockets – Socket.IO ◦ Rest Services ◦ Mobile Technologies ◦ Android ◦ IOS ◦ Hybrid Apps ◦ Native Applications
  • 38. : IOT Architecture Microcontroller Operating System Sensor Libraries Sensor Interface Light Motion Temperature Pressure Ethernet Wi Fi Xigbee Bluetooth Network Interface Network Drivers API Communic ation Protocols HTTP MQTT Web Sockets COAP Cloud Technologies Mobile Technologies Native Applications N e t w o r k S e n s o r Web Technologies A n a l y t i c s
  • 39. > Step 3: Get or Code your software Analytics ◦ Intel Cloud Analytics Platform ◦ Sap Big Data Analytics ◦ Microsoft Azure Analytics , Power BI ◦ Teradata Analytics ◦ Pentaho ◦ Google Big Query ◦ Qlikview Analytics
  • 41. -> Is IOT the future -> NO IOT is the Present & the Future
  • 42. /* Industry Penetration */ Home Lifestyle Health Education MobilityRetail Energy Public and Services Infra Hospitality Manufacturing Agri Military Auto
  • 45. >ls IOT Products LIFX: Color 1000 connected light bulb The team at Lifx has released their latest connected light bulb with Color 1000. Lifx has managed to reduce the size and cost of the bulb while keeping the amazing brilliant spectrum color we have come to expect from Lifx.
  • 46. >ls IOT Products Amazon Dash Button: Smart home shopping Amazon has been to great job of moving into the smart home over the past year. The Dash Button is not exception. A consumer can place a button anywhere in the home/business and simply push the button when the product needs to be refilled.
  • 47. >ls IOT Products Fitbit Surge: Fitness tracker With all the hype around smartwatches we thought it would be good to take another look at Fitbit Surge which does a great job of combining fitness tracking and smartwatch. We used it for about a week and it was great for all our fitness needs.
  • 48. >ls IOT Products Bluesmart: Connected carry-On Lock, weigh and track your Bluesmart carry-on with your phone. Also recharge your devices.
  • 49. >ls IOT Products MaxMyTV: Home automation on your TV Android based MaxMyTV Smart Hub automates your home and Overlays alerts from Sensors, IP camera and Social Media on TV broadcast video.
  • 51. :wq!