SlideShare a Scribd company logo
1 of 31
Download to read offline
The Internet of Things and You:
A Developers Guide to IoT
Jim McKeeth
jim.mckeeth@embarcadero.com
@JimMcKeeth
Slides: http://embt.co/iot-you
About your presenter ā€“ Jim McKeeth
ā€¢ Lead World Wide Developer Evangelist & Engineer
ā€¢ Longtime developer
ā€¢ Object Pascal, C++ Java, JavaScript, C#, Objective-C, etc.
ā€¢ Invented and patented swipe to unlock in 2000
ā€¢ US Patent # 8352745 & 6766456, etc.
ā€¢ Improvisational performer with ComedySportz Boise
Embarcadero Technologies
ā€¢ Founded 1993
ā€¢ Provides Architect, Database and Developer Tools
ā€¢ 3.2 Million Customers including 97% of Fortune 2000
ā€¢ 35+ Product Awards ā€“ Consistent Innovation
ā€¢ 500+ Employees in 29 Countries
ā€¢ www.embarcadero.com
About Appmethod
ā€¢ Integrated Development Environment
ā€¢ Multi-platform visual designer
ā€¢ Native compiler for Win32, Win64, OS X, iOS & Android
ā€¢ Framework for rapid prototyping and accelerated
development with C++ or Object Pascal
ā€¢ Architecture allowing shared code & UI across
platforms
ā€¢ Advanced language features like ARC, Generics, etc.
www.appmethod.com
Starts at
$25/mo
per platform
or
C++ Android
Phone for
Free
What is IoT?
ā€¢ Everyday devices go online
ā€¢ Smart objects & Wearable
computing
ā€¢ Information sharing &
Interoperability
ā€¢ Ubiquitous computing, connectivity
& automation
ā€¢ APIs & services everywhere
By Wilgengebroed on Flickr used under CC
Internet of Things
Metcalfe's law states that the value
of a network is proportional to the
square of the number of
connections in the system (n2).
So the more ā€œthingsā€ we connect, the
more value the internet provides.
Image by Woody993 at en.wikipedia
Converging Trends
IoT$
Computer$
Miniaturiza1on$
&$
Commodi1za1on$$
Ubiquitous$
Connec1vity$
The$Cloud$
&$AI$
Smart$Devices$
Programmability$
&$Queryability$
As of July 2014
Wearable User Interfaces
Brain-Computer Interface
Internet of Things
Autonomous Vehicles
expectations
Speech-to-Speech Translation
http://www.gartner.com/newsroom/id/2819918
time
Plateau of
ProductivitySlope of Enlightenment
Trough of
Disillusionment
Peak of
Inflated
Expectations
Innovation
Trigger
Plateau will be reached in:
more than 10 years5 to 10 years2 to 5 yearsless than 2 years
obsolete
before plateau
Gartner's 2014 Hype Cycle
for Emerging Technologies
August 11, 2014
Hype Cycle
Technology Roadmap: The Internet of Things
SRI Consulting Business Intelligence/National Intelligence Council
Where is IoT
ā€¢ Healthcare
ā€¢ Fitness
ā€¢ Home automation
ā€¢ Industrial
ā€¢ Connected / autonomous car
ā€¢ Wearable computing
ā€¢ Shipping / Transportation
ā€¢ Travel
ā€¢ Shopping / Retail
ā€¢ Smart Appliances
ā€¢ Entertainment
Smart Devices
ā€¢ Beacons
ā€¢ Android Wear
ā€¢ Apple Watch
ā€¢ Google Glass
ā€¢ Raspberry Pi
ā€¢ Arduino
ā€¢ Set top boxes
ā€¢ FitBit
ā€¢ Ninja Blocks
ā€¢ Emotiv EPOC
ā€¢ Nest Thermostat
ā€¢ PTZ Web Cam
ā€¢ Existing computers,
smartphones, tablets. etc.
What are Beacons?
ā€¢ Broadcast only Bluetooth LE device
ā€¢ Provides signal strength for range
estimate
ā€¢ Useful to enhance location data
(indoors and speciļ¬c proximity)
ā€¢ Big brother of RFID and NFC
Computer Miniaturization & Commoditization
ā€¢ Small and Everywhere
ā€¢ Ardunio, Raspberry Pi, etc.
ā€¢ Sub $50 consumer project devices
ā€¢ Arduino deļ¬nes standard with
multiple manufacturers
ā€¢ Smart Devices
Arduino
Gemma
Rasp Pi 2
BeagleBoard Black
Electric Imp
Device Characteristics
ā€¢ Sensors
ā€¢ Data Collection
ā€¢ Data Analysis
ā€¢ Miniaturization
ā€¢ Discoverability
TI CC2541 SensorTag
Development Kit - $25
Connectivity
ā€¢ Internet everywhere!
ā€¢ Bluetooth LE (Smart)
ā€¢ Z-Wave & Zigbee, etc.
ā€¢ LiFi
ā€¢ Google Thread
ā€¢ IPv6
ā€¢ Beacons
ā€¢ NFC
ā€¢ WiFi Direct
http://www.businessinsider.com/growth-in-the-internet-of-things-market-2-2014-2
Bluetooth Low Energy / Smart
ā€¢ Part of Bluetooth 4.0 standard
ā€¢ Deļ¬nes standard characteristics (GATT)
ā€¢ Device and functionality discoverability
ā€¢ Does not require pairing
ā€¢ Use utilities like ā€œLightBlueā€ to interrogate
Development Considerations
ā€¢ Watch Emerging standards
ā€¢ Avoid Network lock-in
ā€¢ Avoid Platform lock-in
ā€¢ Privacy
ā€¢ Security
ā€¢ Legal
Avoiding Network Lock-in
ā€¢ Donā€™t let someone else own your data
ā€¢ Use BaaS like Parse
ā€¢ Use self storage or custom cloud (Amazon, etc.)
ā€¢ Never use iCloud
ā€¢ Imagine if you had a different Twitter or email account for each
phone, tablet, computer, etc.
Avoid Platform Lock-in
ā€¢ Users have multiple devices & platforms
ā€¢ You canā€™t only be on one platform
ā€¢ Avoid platform centric development tools
ā€¢ Maintaining multiple codebases means feature leapfrog
ā€¢ Know advantages over native vs. web technologies
Privacy
ā€¢ Be clear with your users about privacy
ā€¢ Users getting more comfortable with data sharing
ā€¢ Follow your privacy policy
Security
ā€¢ Encrypt your transmissions
ā€¢ Encrypt your storage
ā€¢ Use proven security standards
ā€¢ Be educated about security
Legal
ā€¢ Understand how the law relates to your product and service
ā€¢ There are legal standards around ā€œmedical devicesā€
ā€¢ Legal compliance is important
Common APIs
ā€¢ Direct Bluetooth
ā€¢ Direct REST / JSON
ā€¢ Indirect REST / JSON
ā€¢ Custom SDK
ā€¢ Ondevice execution (Linux or Android)
ā€¢ IFTTT, Tasker, WebSockets, PubNub, etc.
Challenges
ā€¢ Switching from IPv4 to IPv6
ā€¢ Battery life
ā€¢ Interoperability & connectivity
ā€¢ ā€œA basket of remotesā€
ā€¢ Privacy & Security
Personal Digital Assistants
ā€¢ Cloud and AI powered
ā€¢ Amazon Echo
ā€¢ Xbox One
ā€¢ Smart Phones & Tablets
ā€¢ Siri, etc.
212BB Connected Devices by 2020
6.6
*CISCO
IoT DEVICES
27.9
*IDC
IoT DEVICES
1.2
MOBILE DEVICESMOBILE DEVICES
IoT DEVICES * I D C
IoT DEVICES * C I S C O
2010 2015 2020
B I L L I O N S
2 1 2 B
5 0 B
9 B P E R P E R S O N
P E R P E R S O N
P E R P E R S O N
ā€œAs much as $19 trillion (USD) in economic
value will be up for grabs over the next
decade for businesses and institutions.ā€
ā€” CISCO, ON THE INTERNET OF THINGS
The Future is the Connected User Experiences
Build Secure, Connected Device Environments
The Internet of Things and You:
A Developers Guide to IoT
Jim McKeeth
jim.mckeeth@embarcadero.com
@JimMcKeeth
Slides: http://embt.co/iot-you

More Related Content

What's hot

What is next for IoT and IIoT
What is next for IoT and IIoTWhat is next for IoT and IIoT
What is next for IoT and IIoTAhmed Banafa
Ā 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsRobert Greiner
Ā 
Intro to IoT-23Sep2015
Intro to IoT-23Sep2015Intro to IoT-23Sep2015
Intro to IoT-23Sep2015Vincent Lefebvre
Ā 
IoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceIoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceAshu Joshi
Ā 
Connected Things, IoT and 5G
Connected Things, IoT and 5GConnected Things, IoT and 5G
Connected Things, IoT and 5GEueung Mulyana
Ā 
Successful Industrial IoT patterns
Successful Industrial IoT patterns Successful Industrial IoT patterns
Successful Industrial IoT patterns John Mathon
Ā 
IOT - Internet of Things - September 2017
IOT - Internet of Things - September 2017IOT - Internet of Things - September 2017
IOT - Internet of Things - September 2017paul young cpa, cga
Ā 
A management introduction to IoT - Myths - Pitfalls - Challenges
A management introduction to IoT - Myths - Pitfalls - ChallengesA management introduction to IoT - Myths - Pitfalls - Challenges
A management introduction to IoT - Myths - Pitfalls - ChallengesSven Beauprez
Ā 
IoT Basics, current trends, the future
IoT Basics, current trends, the futureIoT Basics, current trends, the future
IoT Basics, current trends, the futureCharalampos Doukas
Ā 
internet of things : 2021 perspective
internet of things : 2021 perspectiveinternet of things : 2021 perspective
internet of things : 2021 perspectiveRoberto Siagri
Ā 
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...Bosnia Agile
Ā 
Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014
Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014
Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014Ahmed Mahmoud
Ā 
Top Internet of Things Predictions for 2017
Top Internet of Things Predictions for 2017Top Internet of Things Predictions for 2017
Top Internet of Things Predictions for 2017Brian K. Buntz
Ā 
IoT Landscape and its Key Trends in Deployment
IoT Landscape and its Key Trends in DeploymentIoT Landscape and its Key Trends in Deployment
IoT Landscape and its Key Trends in DeploymentVincent Lau
Ā 
IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...
IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...
IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...Vijay Pullannagari
Ā 
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
Ā 
IoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoTIoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoTrICh morrow
Ā 

What's hot (20)

What is next for IoT and IIoT
What is next for IoT and IIoTWhat is next for IoT and IIoT
What is next for IoT and IIoT
Ā 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIs
Ā 
Intro to IoT-23Sep2015
Intro to IoT-23Sep2015Intro to IoT-23Sep2015
Intro to IoT-23Sep2015
Ā 
IoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceIoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & Performance
Ā 
Connected Things, IoT and 5G
Connected Things, IoT and 5GConnected Things, IoT and 5G
Connected Things, IoT and 5G
Ā 
Successful Industrial IoT patterns
Successful Industrial IoT patterns Successful Industrial IoT patterns
Successful Industrial IoT patterns
Ā 
IOT - Internet of Things - September 2017
IOT - Internet of Things - September 2017IOT - Internet of Things - September 2017
IOT - Internet of Things - September 2017
Ā 
A management introduction to IoT - Myths - Pitfalls - Challenges
A management introduction to IoT - Myths - Pitfalls - ChallengesA management introduction to IoT - Myths - Pitfalls - Challenges
A management introduction to IoT - Myths - Pitfalls - Challenges
Ā 
IoT Basics, current trends, the future
IoT Basics, current trends, the futureIoT Basics, current trends, the future
IoT Basics, current trends, the future
Ā 
internet of things : 2021 perspective
internet of things : 2021 perspectiveinternet of things : 2021 perspective
internet of things : 2021 perspective
Ā 
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
Ā 
The Internet of Things ā€“ Shaping the Future
The Internet of Things ā€“ Shaping the FutureThe Internet of Things ā€“ Shaping the Future
The Internet of Things ā€“ Shaping the Future
Ā 
Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014
Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014
Talk on Industrial Internet of Things @ Intelligent systems tech forum 2014
Ā 
Top Internet of Things Predictions for 2017
Top Internet of Things Predictions for 2017Top Internet of Things Predictions for 2017
Top Internet of Things Predictions for 2017
Ā 
Iot Overview
Iot Overview Iot Overview
Iot Overview
Ā 
IoT Landscape and its Key Trends in Deployment
IoT Landscape and its Key Trends in DeploymentIoT Landscape and its Key Trends in Deployment
IoT Landscape and its Key Trends in Deployment
Ā 
IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...
IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...
IoT Technology: Why to Choose Internet of Things Services-Latest Technology u...
Ā 
Future of IoT at IoTCOK
Future of IoT at IoTCOKFuture of IoT at IoTCOK
Future of IoT at IoTCOK
Ā 
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
Ā 
IoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoTIoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoT
Ā 

Viewers also liked

The Analytics Value Chain - Key to Delivering Business Value in IoT
The Analytics Value Chain - Key to Delivering Business Value in IoTThe Analytics Value Chain - Key to Delivering Business Value in IoT
The Analytics Value Chain - Key to Delivering Business Value in IoTPeter Nguyen
Ā 
Internet of Things
Internet of ThingsInternet of Things
Internet of ThingsSuriya Prabha
Ā 
Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...
Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...
Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...Onyx Beacon
Ā 
5G Cloud RAN & IoT Architecture
5G Cloud RAN & IoT Architecture5G Cloud RAN & IoT Architecture
5G Cloud RAN & IoT ArchitectureSathiya keerthi
Ā 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)Ankur Pipara
Ā 
Security Everywhere in the Digital Economy
Security Everywhere in the Digital EconomySecurity Everywhere in the Digital Economy
Security Everywhere in the Digital EconomyConnected Futures
Ā 
Report on Strategic partners
Report on Strategic partnersReport on Strategic partners
Report on Strategic partnersAnkur Gupta
Ā 
EY Aerospace & Defence Budget alert
EY Aerospace & Defence Budget alertEY Aerospace & Defence Budget alert
EY Aerospace & Defence Budget alertAnkur Gupta
Ā 
Expert committee report on DPP 2013
Expert committee report on DPP 2013Expert committee report on DPP 2013
Expert committee report on DPP 2013Ankur Gupta
Ā 
DPP 2011 amendments
DPP 2011 amendmentsDPP 2011 amendments
DPP 2011 amendmentsAnkur Gupta
Ā 
Eye on Defense June 2015
Eye on Defense June 2015Eye on Defense June 2015
Eye on Defense June 2015Ankur Gupta
Ā 
Eye on Defence July 2014
Eye on Defence July 2014Eye on Defence July 2014
Eye on Defence July 2014Ankur Gupta
Ā 
Multi Role Carrier Borne Fighter Aircraft
Multi Role Carrier Borne Fighter AircraftMulti Role Carrier Borne Fighter Aircraft
Multi Role Carrier Borne Fighter AircraftAnkur Gupta
Ā 
Eye on Defense March 2015
Eye on Defense March 2015Eye on Defense March 2015
Eye on Defense March 2015Ankur Gupta
Ā 
Eye on Defence January 2014
Eye on Defence January 2014Eye on Defence January 2014
Eye on Defence January 2014Ankur Gupta
Ā 
DPP 2016 Chapter 1
DPP 2016 Chapter 1DPP 2016 Chapter 1
DPP 2016 Chapter 1Ankur Gupta
Ā 
Indian Aerospace & Defence Budget 2016-17 analysis
Indian Aerospace & Defence Budget 2016-17 analysisIndian Aerospace & Defence Budget 2016-17 analysis
Indian Aerospace & Defence Budget 2016-17 analysisAnkur Gupta
Ā 
DOMW Structure
DOMW StructureDOMW Structure
DOMW StructureAnkur Gupta
Ā 
Eye On Defense - October 2012
Eye On Defense - October 2012Eye On Defense - October 2012
Eye On Defense - October 2012Ankur Gupta
Ā 

Viewers also liked (20)

The Analytics Value Chain - Key to Delivering Business Value in IoT
The Analytics Value Chain - Key to Delivering Business Value in IoTThe Analytics Value Chain - Key to Delivering Business Value in IoT
The Analytics Value Chain - Key to Delivering Business Value in IoT
Ā 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
Ā 
Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...
Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...
Beacons for next-level Banking: 12 functionalities for a Tailored Customer Ex...
Ā 
5G Cloud RAN & IoT Architecture
5G Cloud RAN & IoT Architecture5G Cloud RAN & IoT Architecture
5G Cloud RAN & IoT Architecture
Ā 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)
Ā 
Security Everywhere in the Digital Economy
Security Everywhere in the Digital EconomySecurity Everywhere in the Digital Economy
Security Everywhere in the Digital Economy
Ā 
Report on Strategic partners
Report on Strategic partnersReport on Strategic partners
Report on Strategic partners
Ā 
EY Aerospace & Defence Budget alert
EY Aerospace & Defence Budget alertEY Aerospace & Defence Budget alert
EY Aerospace & Defence Budget alert
Ā 
Expert committee report on DPP 2013
Expert committee report on DPP 2013Expert committee report on DPP 2013
Expert committee report on DPP 2013
Ā 
DPP 2011 amendments
DPP 2011 amendmentsDPP 2011 amendments
DPP 2011 amendments
Ā 
Eye on Defense June 2015
Eye on Defense June 2015Eye on Defense June 2015
Eye on Defense June 2015
Ā 
Eye on Defence July 2014
Eye on Defence July 2014Eye on Defence July 2014
Eye on Defence July 2014
Ā 
Multi Role Carrier Borne Fighter Aircraft
Multi Role Carrier Borne Fighter AircraftMulti Role Carrier Borne Fighter Aircraft
Multi Role Carrier Borne Fighter Aircraft
Ā 
DPP 2016
DPP 2016DPP 2016
DPP 2016
Ā 
Eye on Defense March 2015
Eye on Defense March 2015Eye on Defense March 2015
Eye on Defense March 2015
Ā 
Eye on Defence January 2014
Eye on Defence January 2014Eye on Defence January 2014
Eye on Defence January 2014
Ā 
DPP 2016 Chapter 1
DPP 2016 Chapter 1DPP 2016 Chapter 1
DPP 2016 Chapter 1
Ā 
Indian Aerospace & Defence Budget 2016-17 analysis
Indian Aerospace & Defence Budget 2016-17 analysisIndian Aerospace & Defence Budget 2016-17 analysis
Indian Aerospace & Defence Budget 2016-17 analysis
Ā 
DOMW Structure
DOMW StructureDOMW Structure
DOMW Structure
Ā 
Eye On Defense - October 2012
Eye On Defense - October 2012Eye On Defense - October 2012
Eye On Defense - October 2012
Ā 

Similar to The Internet of Things and You - A Developers Guide to IoT

Developers Safari into the Internet of Things (IoT) with Pi
Developers Safari into the Internet of Things (IoT) with PiDevelopers Safari into the Internet of Things (IoT) with Pi
Developers Safari into the Internet of Things (IoT) with PiChris Pietschmann (Microsoft MVP)
Ā 
IoTSummit: Create iot devices connected or on the edge using ai and ml
IoTSummit: Create iot devices connected or on the edge using ai and mlIoTSummit: Create iot devices connected or on the edge using ai and ml
IoTSummit: Create iot devices connected or on the edge using ai and mlMarco Dal Pino
Ā 
The Internet of Things and You
The Internet of Things and YouThe Internet of Things and You
The Internet of Things and YouTechWell
Ā 
Azure iot edge and AI enabling the intelligent edge
Azure iot edge and AI  enabling the intelligent edgeAzure iot edge and AI  enabling the intelligent edge
Azure iot edge and AI enabling the intelligent edgeMarco Dal Pino
Ā 
Internet of Things - AMECSE
Internet of Things - AMECSEInternet of Things - AMECSE
Internet of Things - AMECSEAhmed Sayed
Ā 
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS  IoT Core and MQTTGustavo Zastrow - Introduction to AWS  IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS IoT Core and MQTTGustavoRuizZastrow
Ā 
NDC Minnesota 2019 - Fundamentals of Azure IoT
NDC Minnesota 2019 - Fundamentals of Azure IoTNDC Minnesota 2019 - Fundamentals of Azure IoT
NDC Minnesota 2019 - Fundamentals of Azure IoTJustin Grammens
Ā 
Internet of Things 101 - Part II
Internet of Things 101 - Part IIInternet of Things 101 - Part II
Internet of Things 101 - Part IIYoonseok Hur
Ā 
Octoblu, the IoT platform
Octoblu, the IoT platformOctoblu, the IoT platform
Octoblu, the IoT platformLudovic Bouvier
Ā 
Without App Standards, There's No Internet of Anything
Without App Standards, There's No Internet of AnythingWithout App Standards, There's No Internet of Anything
Without App Standards, There's No Internet of AnythingOpen Interconnect Consortium
Ā 
Business Transformation with IoT
Business Transformation with IoTBusiness Transformation with IoT
Business Transformation with IoTKevin Jones
Ā 
IoTSummit: Design and architect always disconnected iot system
IoTSummit: Design and architect always disconnected iot systemIoTSummit: Design and architect always disconnected iot system
IoTSummit: Design and architect always disconnected iot systemMarco Dal Pino
Ā 
Internet of Things & Co.
Internet of Things & Co.Internet of Things & Co.
Internet of Things & Co.Damir Dobric
Ā 
HOME AUTOMATION USING INTERNET OF THINGS.pptx
HOME AUTOMATION USING INTERNET OF THINGS.pptxHOME AUTOMATION USING INTERNET OF THINGS.pptx
HOME AUTOMATION USING INTERNET OF THINGS.pptxKhanArshidIqbal
Ā 
Hacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT CoreHacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT CoreNick Landry
Ā 
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
Ā 
Build an azure connected io t device in 45 minutes (or less)
Build an azure connected io t device in 45 minutes (or less)Build an azure connected io t device in 45 minutes (or less)
Build an azure connected io t device in 45 minutes (or less)Marco Dal Pino
Ā 
Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...
Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...
Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...Microsoft Tech Community
Ā 
WKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with Intel
WKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with IntelWKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with Intel
WKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with IntelAmazon Web Services
Ā 

Similar to The Internet of Things and You - A Developers Guide to IoT (20)

Developers Safari into the Internet of Things (IoT) with Pi
Developers Safari into the Internet of Things (IoT) with PiDevelopers Safari into the Internet of Things (IoT) with Pi
Developers Safari into the Internet of Things (IoT) with Pi
Ā 
IoTSummit: Create iot devices connected or on the edge using ai and ml
IoTSummit: Create iot devices connected or on the edge using ai and mlIoTSummit: Create iot devices connected or on the edge using ai and ml
IoTSummit: Create iot devices connected or on the edge using ai and ml
Ā 
The Internet of Things and You
The Internet of Things and YouThe Internet of Things and You
The Internet of Things and You
Ā 
Azure iot edge and AI enabling the intelligent edge
Azure iot edge and AI  enabling the intelligent edgeAzure iot edge and AI  enabling the intelligent edge
Azure iot edge and AI enabling the intelligent edge
Ā 
Internet of Things - AMECSE
Internet of Things - AMECSEInternet of Things - AMECSE
Internet of Things - AMECSE
Ā 
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS  IoT Core and MQTTGustavo Zastrow - Introduction to AWS  IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
Ā 
NDC Minnesota 2019 - Fundamentals of Azure IoT
NDC Minnesota 2019 - Fundamentals of Azure IoTNDC Minnesota 2019 - Fundamentals of Azure IoT
NDC Minnesota 2019 - Fundamentals of Azure IoT
Ā 
Internet of Things 101 - Part II
Internet of Things 101 - Part IIInternet of Things 101 - Part II
Internet of Things 101 - Part II
Ā 
Octoblu, the IoT platform
Octoblu, the IoT platformOctoblu, the IoT platform
Octoblu, the IoT platform
Ā 
Without App Standards, There's No Internet of Anything
Without App Standards, There's No Internet of AnythingWithout App Standards, There's No Internet of Anything
Without App Standards, There's No Internet of Anything
Ā 
Io t solutions world congress 2018 review Henk Jan van Wijk Conclusion Connect
Io t solutions world congress 2018 review Henk Jan van Wijk  Conclusion Connect Io t solutions world congress 2018 review Henk Jan van Wijk  Conclusion Connect
Io t solutions world congress 2018 review Henk Jan van Wijk Conclusion Connect
Ā 
Business Transformation with IoT
Business Transformation with IoTBusiness Transformation with IoT
Business Transformation with IoT
Ā 
IoTSummit: Design and architect always disconnected iot system
IoTSummit: Design and architect always disconnected iot systemIoTSummit: Design and architect always disconnected iot system
IoTSummit: Design and architect always disconnected iot system
Ā 
Internet of Things & Co.
Internet of Things & Co.Internet of Things & Co.
Internet of Things & Co.
Ā 
HOME AUTOMATION USING INTERNET OF THINGS.pptx
HOME AUTOMATION USING INTERNET OF THINGS.pptxHOME AUTOMATION USING INTERNET OF THINGS.pptx
HOME AUTOMATION USING INTERNET OF THINGS.pptx
Ā 
Hacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT CoreHacking with the Raspberry Pi and Windows 10 IoT Core
Hacking with the Raspberry Pi and Windows 10 IoT Core
Ā 
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
Ā 
Build an azure connected io t device in 45 minutes (or less)
Build an azure connected io t device in 45 minutes (or less)Build an azure connected io t device in 45 minutes (or less)
Build an azure connected io t device in 45 minutes (or less)
Ā 
Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...
Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...
Azure IoT Edge: a breakthrough platform and service running cloud intelligenc...
Ā 
WKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with Intel
WKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with IntelWKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with Intel
WKS420 Create an IoT Gateway & Establish a Data Pipeline to AWS IoT with Intel
Ā 

More from Jim McKeeth

Smart Contracts - The Blockchain Beyond Bitcoin
Smart Contracts - The Blockchain Beyond BitcoinSmart Contracts - The Blockchain Beyond Bitcoin
Smart Contracts - The Blockchain Beyond BitcoinJim McKeeth
Ā 
Rapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
Rapid Prototyping Mobile IoT Projects with Arduino and Open HardwareRapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
Rapid Prototyping Mobile IoT Projects with Arduino and Open HardwareJim McKeeth
Ā 
Day 3 of C++ Boot Camp - C++11 Language Deep Dive
Day 3 of C++ Boot Camp - C++11 Language Deep DiveDay 3 of C++ Boot Camp - C++11 Language Deep Dive
Day 3 of C++ Boot Camp - C++11 Language Deep DiveJim McKeeth
Ā 
Day 5 of C++ Boot Camp - Stepping Up to Mobile
Day 5 of C++ Boot Camp - Stepping Up to MobileDay 5 of C++ Boot Camp - Stepping Up to Mobile
Day 5 of C++ Boot Camp - Stepping Up to MobileJim McKeeth
Ā 
Android Services Skill Sprint
Android Services Skill SprintAndroid Services Skill Sprint
Android Services Skill SprintJim McKeeth
Ā 
Creating Android Services with Delphi and RAD Studio 10 Seattle
Creating Android Services with Delphi and RAD Studio 10 SeattleCreating Android Services with Delphi and RAD Studio 10 Seattle
Creating Android Services with Delphi and RAD Studio 10 SeattleJim McKeeth
Ā 
Building a Thought Controlled Drone
Building a Thought Controlled DroneBuilding a Thought Controlled Drone
Building a Thought Controlled DroneJim McKeeth
Ā 
Deep Dive into Futures and the Parallel Programming Library
Deep Dive into Futures and the Parallel Programming LibraryDeep Dive into Futures and the Parallel Programming Library
Deep Dive into Futures and the Parallel Programming LibraryJim McKeeth
Ā 
Embarcadero's Connected Development
Embarcadero's Connected DevelopmentEmbarcadero's Connected Development
Embarcadero's Connected DevelopmentJim McKeeth
Ā 
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...Jim McKeeth
Ā 
Android voice skill sprint
Android voice skill sprintAndroid voice skill sprint
Android voice skill sprintJim McKeeth
Ā 
Exploring the Brain Computer Interface
Exploring the Brain Computer InterfaceExploring the Brain Computer Interface
Exploring the Brain Computer InterfaceJim McKeeth
Ā 
Introduction to Android Development with Java
Introduction to Android Development with JavaIntroduction to Android Development with Java
Introduction to Android Development with JavaJim McKeeth
Ā 
Hacking iBooks and ePub3 with JavaScript!
Hacking iBooks and ePub3 with JavaScript!Hacking iBooks and ePub3 with JavaScript!
Hacking iBooks and ePub3 with JavaScript!Jim McKeeth
Ā 
Inventing merit badge
Inventing merit badgeInventing merit badge
Inventing merit badgeJim McKeeth
Ā 

More from Jim McKeeth (15)

Smart Contracts - The Blockchain Beyond Bitcoin
Smart Contracts - The Blockchain Beyond BitcoinSmart Contracts - The Blockchain Beyond Bitcoin
Smart Contracts - The Blockchain Beyond Bitcoin
Ā 
Rapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
Rapid Prototyping Mobile IoT Projects with Arduino and Open HardwareRapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
Rapid Prototyping Mobile IoT Projects with Arduino and Open Hardware
Ā 
Day 3 of C++ Boot Camp - C++11 Language Deep Dive
Day 3 of C++ Boot Camp - C++11 Language Deep DiveDay 3 of C++ Boot Camp - C++11 Language Deep Dive
Day 3 of C++ Boot Camp - C++11 Language Deep Dive
Ā 
Day 5 of C++ Boot Camp - Stepping Up to Mobile
Day 5 of C++ Boot Camp - Stepping Up to MobileDay 5 of C++ Boot Camp - Stepping Up to Mobile
Day 5 of C++ Boot Camp - Stepping Up to Mobile
Ā 
Android Services Skill Sprint
Android Services Skill SprintAndroid Services Skill Sprint
Android Services Skill Sprint
Ā 
Creating Android Services with Delphi and RAD Studio 10 Seattle
Creating Android Services with Delphi and RAD Studio 10 SeattleCreating Android Services with Delphi and RAD Studio 10 Seattle
Creating Android Services with Delphi and RAD Studio 10 Seattle
Ā 
Building a Thought Controlled Drone
Building a Thought Controlled DroneBuilding a Thought Controlled Drone
Building a Thought Controlled Drone
Ā 
Deep Dive into Futures and the Parallel Programming Library
Deep Dive into Futures and the Parallel Programming LibraryDeep Dive into Futures and the Parallel Programming Library
Deep Dive into Futures and the Parallel Programming Library
Ā 
Embarcadero's Connected Development
Embarcadero's Connected DevelopmentEmbarcadero's Connected Development
Embarcadero's Connected Development
Ā 
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
Accessing REST & Backend as a Service (BaaS) - Developer Direct - Mobile Summ...
Ā 
Android voice skill sprint
Android voice skill sprintAndroid voice skill sprint
Android voice skill sprint
Ā 
Exploring the Brain Computer Interface
Exploring the Brain Computer InterfaceExploring the Brain Computer Interface
Exploring the Brain Computer Interface
Ā 
Introduction to Android Development with Java
Introduction to Android Development with JavaIntroduction to Android Development with Java
Introduction to Android Development with Java
Ā 
Hacking iBooks and ePub3 with JavaScript!
Hacking iBooks and ePub3 with JavaScript!Hacking iBooks and ePub3 with JavaScript!
Hacking iBooks and ePub3 with JavaScript!
Ā 
Inventing merit badge
Inventing merit badgeInventing merit badge
Inventing merit badge
Ā 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
Ā 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
Ā 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
Ā 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
Ā 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
Ā 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
Ā 
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
Ā 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
Ā 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
Ā 
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
Ā 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...gurkirankumar98700
Ā 
šŸ¬ 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
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĆŗjo
Ā 
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
Ā 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
Ā 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
Ā 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
Ā 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
Ā 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Ā 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
Ā 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
Ā 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Ā 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
Ā 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
Ā 
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
Ā 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
Ā 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
Ā 
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
Ā 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Ā 
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...
Ā 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
Ā 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
Ā 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
Ā 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
Ā 

The Internet of Things and You - A Developers Guide to IoT

  • 1. The Internet of Things and You: A Developers Guide to IoT Jim McKeeth jim.mckeeth@embarcadero.com @JimMcKeeth Slides: http://embt.co/iot-you
  • 2. About your presenter ā€“ Jim McKeeth ā€¢ Lead World Wide Developer Evangelist & Engineer ā€¢ Longtime developer ā€¢ Object Pascal, C++ Java, JavaScript, C#, Objective-C, etc. ā€¢ Invented and patented swipe to unlock in 2000 ā€¢ US Patent # 8352745 & 6766456, etc. ā€¢ Improvisational performer with ComedySportz Boise
  • 3. Embarcadero Technologies ā€¢ Founded 1993 ā€¢ Provides Architect, Database and Developer Tools ā€¢ 3.2 Million Customers including 97% of Fortune 2000 ā€¢ 35+ Product Awards ā€“ Consistent Innovation ā€¢ 500+ Employees in 29 Countries ā€¢ www.embarcadero.com
  • 4. About Appmethod ā€¢ Integrated Development Environment ā€¢ Multi-platform visual designer ā€¢ Native compiler for Win32, Win64, OS X, iOS & Android ā€¢ Framework for rapid prototyping and accelerated development with C++ or Object Pascal ā€¢ Architecture allowing shared code & UI across platforms ā€¢ Advanced language features like ARC, Generics, etc. www.appmethod.com Starts at $25/mo per platform or C++ Android Phone for Free
  • 5. What is IoT? ā€¢ Everyday devices go online ā€¢ Smart objects & Wearable computing ā€¢ Information sharing & Interoperability ā€¢ Ubiquitous computing, connectivity & automation ā€¢ APIs & services everywhere By Wilgengebroed on Flickr used under CC
  • 6. Internet of Things Metcalfe's law states that the value of a network is proportional to the square of the number of connections in the system (n2). So the more ā€œthingsā€ we connect, the more value the internet provides. Image by Woody993 at en.wikipedia
  • 8. As of July 2014 Wearable User Interfaces Brain-Computer Interface Internet of Things Autonomous Vehicles expectations Speech-to-Speech Translation http://www.gartner.com/newsroom/id/2819918 time Plateau of ProductivitySlope of Enlightenment Trough of Disillusionment Peak of Inflated Expectations Innovation Trigger Plateau will be reached in: more than 10 years5 to 10 years2 to 5 yearsless than 2 years obsolete before plateau Gartner's 2014 Hype Cycle for Emerging Technologies August 11, 2014 Hype Cycle
  • 9. Technology Roadmap: The Internet of Things SRI Consulting Business Intelligence/National Intelligence Council
  • 10. Where is IoT ā€¢ Healthcare ā€¢ Fitness ā€¢ Home automation ā€¢ Industrial ā€¢ Connected / autonomous car ā€¢ Wearable computing ā€¢ Shipping / Transportation ā€¢ Travel ā€¢ Shopping / Retail ā€¢ Smart Appliances ā€¢ Entertainment
  • 11. Smart Devices ā€¢ Beacons ā€¢ Android Wear ā€¢ Apple Watch ā€¢ Google Glass ā€¢ Raspberry Pi ā€¢ Arduino ā€¢ Set top boxes ā€¢ FitBit ā€¢ Ninja Blocks ā€¢ Emotiv EPOC ā€¢ Nest Thermostat ā€¢ PTZ Web Cam ā€¢ Existing computers, smartphones, tablets. etc.
  • 12. What are Beacons? ā€¢ Broadcast only Bluetooth LE device ā€¢ Provides signal strength for range estimate ā€¢ Useful to enhance location data (indoors and speciļ¬c proximity) ā€¢ Big brother of RFID and NFC
  • 13. Computer Miniaturization & Commoditization ā€¢ Small and Everywhere ā€¢ Ardunio, Raspberry Pi, etc. ā€¢ Sub $50 consumer project devices ā€¢ Arduino deļ¬nes standard with multiple manufacturers ā€¢ Smart Devices Arduino Gemma Rasp Pi 2 BeagleBoard Black Electric Imp
  • 14. Device Characteristics ā€¢ Sensors ā€¢ Data Collection ā€¢ Data Analysis ā€¢ Miniaturization ā€¢ Discoverability TI CC2541 SensorTag Development Kit - $25
  • 15. Connectivity ā€¢ Internet everywhere! ā€¢ Bluetooth LE (Smart) ā€¢ Z-Wave & Zigbee, etc. ā€¢ LiFi ā€¢ Google Thread ā€¢ IPv6 ā€¢ Beacons ā€¢ NFC ā€¢ WiFi Direct
  • 17. Bluetooth Low Energy / Smart ā€¢ Part of Bluetooth 4.0 standard ā€¢ Deļ¬nes standard characteristics (GATT) ā€¢ Device and functionality discoverability ā€¢ Does not require pairing ā€¢ Use utilities like ā€œLightBlueā€ to interrogate
  • 18. Development Considerations ā€¢ Watch Emerging standards ā€¢ Avoid Network lock-in ā€¢ Avoid Platform lock-in ā€¢ Privacy ā€¢ Security ā€¢ Legal
  • 19. Avoiding Network Lock-in ā€¢ Donā€™t let someone else own your data ā€¢ Use BaaS like Parse ā€¢ Use self storage or custom cloud (Amazon, etc.) ā€¢ Never use iCloud ā€¢ Imagine if you had a different Twitter or email account for each phone, tablet, computer, etc.
  • 20. Avoid Platform Lock-in ā€¢ Users have multiple devices & platforms ā€¢ You canā€™t only be on one platform ā€¢ Avoid platform centric development tools ā€¢ Maintaining multiple codebases means feature leapfrog ā€¢ Know advantages over native vs. web technologies
  • 21. Privacy ā€¢ Be clear with your users about privacy ā€¢ Users getting more comfortable with data sharing ā€¢ Follow your privacy policy
  • 22. Security ā€¢ Encrypt your transmissions ā€¢ Encrypt your storage ā€¢ Use proven security standards ā€¢ Be educated about security
  • 23. Legal ā€¢ Understand how the law relates to your product and service ā€¢ There are legal standards around ā€œmedical devicesā€ ā€¢ Legal compliance is important
  • 24. Common APIs ā€¢ Direct Bluetooth ā€¢ Direct REST / JSON ā€¢ Indirect REST / JSON ā€¢ Custom SDK ā€¢ Ondevice execution (Linux or Android) ā€¢ IFTTT, Tasker, WebSockets, PubNub, etc.
  • 25. Challenges ā€¢ Switching from IPv4 to IPv6 ā€¢ Battery life ā€¢ Interoperability & connectivity ā€¢ ā€œA basket of remotesā€ ā€¢ Privacy & Security
  • 26. Personal Digital Assistants ā€¢ Cloud and AI powered ā€¢ Amazon Echo ā€¢ Xbox One ā€¢ Smart Phones & Tablets ā€¢ Siri, etc.
  • 27. 212BB Connected Devices by 2020 6.6 *CISCO IoT DEVICES 27.9 *IDC IoT DEVICES 1.2 MOBILE DEVICESMOBILE DEVICES IoT DEVICES * I D C IoT DEVICES * C I S C O 2010 2015 2020 B I L L I O N S 2 1 2 B 5 0 B 9 B P E R P E R S O N P E R P E R S O N P E R P E R S O N
  • 28. ā€œAs much as $19 trillion (USD) in economic value will be up for grabs over the next decade for businesses and institutions.ā€ ā€” CISCO, ON THE INTERNET OF THINGS
  • 29. The Future is the Connected User Experiences
  • 30. Build Secure, Connected Device Environments
  • 31. The Internet of Things and You: A Developers Guide to IoT Jim McKeeth jim.mckeeth@embarcadero.com @JimMcKeeth Slides: http://embt.co/iot-you