SlideShare a Scribd company logo
1 of 46
IoT Commerce
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Steven Cooper
PayPal/Braintree Developer Advocate
@DeveloperSteve
@DeveloperSteve#IoTCommerce
Millions of people around the world use PayPal
for one simple reason: it’s simple.
$485,000
Payments processed by PayPal each minute.
Accept payments faster with integrations in
as little as 12 lines of code
By vaulting credit cards you allow users
to transact securely and easily
Through the v.zero SDK companies such as Uber, airbnb and Github are able
to accept PayPal and Credit Card seamlessly
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Braintree Live Demo
I’m giving it all I’ve got captain
V.Zero Ruby demo using Sinatra
This is a really basic example of the Braintree Dropin
JS Client Library in Sinatra to make a CreditCard or
PayPal payment
Github.com/developersteve/vzero-ruby-demo
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
1969 ARPANET
A revolution begins
"We set up a telephone connection between us and
the guys at SRI ...", Leonard Kleinrock said in an
interview: "We typed the L and we asked on the
phone, "Do you see the L?" "Yes, we see the L," came
the response. We typed the O, and we asked, "Do you
see the O." "Yes, we see the O."Then we typed theG,
and the system crashed ...Yet a revolution had begun"
Digital Universe
Limitation
we cant touch our vast digital universe
900+ Million
2014 Total
number of Websites
3 Billion
2014 Total
number of Users
Source: internetlivestats.com
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Mobile makes the internet portable
Augmented reality gives us a world we can see but cant touch
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Virtual Reality makes the internet immersive
Fooling the brain is one thing but the body knows better
WELCOME
TO THE INTERNET OF THINGS
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 14
“The three most dangerous things in the
world are a programmer with a soldering
iron, a hardware engineer with a software
patch, and a user with an idea.”
The Wizardry Compiled - Rick Cook
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
The Nixie
A wearable drone created for an Intel IoT wearables hackathon
No fly zones
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Brad theToaster
Created to demonstrate IoT will be all around us
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Internet ofThings table
Even something as simple as a table can become more useful
50 Billion
IoT devices on this planet
there will be
By 2020
Source Cisco
40.2% Business
ManufacturingBy 2020 there
will be 26 smart
objects for every
person on
Earth Opportunities in every
industry
Source Intel
30.3%
Health Care
8.3%
Retail
7.7%
Security
4.1%
Transport
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 21
“Apps like Uber change the whole workflow
and it changes the way we think about these
things. You empower workers, and they can
have more flexibility.”
- Tim O’Reilly
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
IoT Apps
More Opportunities
Uber isn’t what most people would think of as an IoT
company — and that is the problem.
The alternative cab company represents the kind of
systematic change that interests him, a change that
doesn’t just focus on sticking a sensor in a gadget.
Source: http://venturebeat.com/2015/03/04/tim-oreilly-silicon-valley-
is-massively-underestimating-the-impact-of-iot-interview/
In the Internet
of Things
No one will know
you are a
FRIDGE
IoT Commerce
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Candy Dispenser
Alberto Lopez (@AlbertusLM)
IoT project, using a common Candy dispenser
machine, a Spark core (www.spark.io) and Braintree
v.zero SDK
Github.com/albertuslm/CandyMachine
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Brasilino
Jeff Prestes (@jeffprestes)
Using a Raspberry Pi the project uses a Java client to
receive commands via Socket from Mobile Remote
control andAndroid controller that will commands the
car and receive streaming from Car's camera.
The name means a mix between Brasilia (very popular
old brazilian car) andArduino.
Github.com/jeffprestes/brasilino
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
IoT Receipt Printer
Steven Cooper (@developersteve)
Using an ArduinoYun to power a thermal receipt
printer that retrieves new orders from the Braintree
BraintreeTransaction SDK call, orders are stored in
the custom order variable which needs to be setup via
the sandbox and can be populated with JSON order
data at time of order.
Github.com/developersteve/IoTCart
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
IoT Receipt Printer
Enables merchants to automatically print when a new order is received on a website
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 29
The Website
• PHP Cron
• C++ Sketch
• Braintree Transaction Search
Project Overview
Receipt Printer
The Hardware
• HTML/JS
• Ruby / PHP
• Braintree Client Token
• Braintree Transaction
The
Website
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Step 1 -TheV.Zero
Powered by Ruby using Sinatra
31
Generate a token for the dropin UI
Add the token to the Javascript
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Step 2 -TheTransaction
Powered by Ruby using Sinatra
32
Ajax Submit the Payment_Method_Nonce
Transacting the Payment Method_Nonce
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Custom Fields
Powered by Ruby using Sinatra
33
Braintree Sandbox -> Settings -> Processing
Transaction stores the custom field if populated
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Step 3 - Profit
Powered by Ruby using Sinatra
34
The
Hardware
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Arduno yun
A microcontroller board based on the ATmega32u4 (datasheet) and the Atheros AR9331
LINUX SQLITE BRIDGE ARDUINO
Code on the Yun
• A PHP Cron checks
Braintree for new
transactions not already
listed in the bridge
referenced by the
transaction id, stores
transaction json in a file
using the transaction id as
the filename
• Stores transactions with
transaction id as the
primary key and a printed
indicator
• Checks the SQLITE
bridge to see if theres any
new transactions, if found
opens a matching
transaction id file prints
and marks as done
The demo
Possibilities of
Future Tech
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Wearables
Its still early days and smart watches are only the beginning
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
E-Textiles
IoT Clothing creates a whole new industry
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Nightrider
2015 BattleHack Melbourne Winner
Be more visible while you ride. Let cars know when
you are turning and slowing down.Get the best route,
decide if you want the faster route or safer route.
Materials used ….
• 2ADAFruit Flora’s
• 1 Sparkcore
• 2Accelerometers
• 3 meters of wiring
• LED strip lights
• 2 Lipo Batteries
Nightrider.org
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Thinkables
Peripherals to a whole new level
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Internet of CarThings
IoT is really going places
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Possibilities
Where we are going we don’t need roads
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Thank you
Questions?
Steven Cooper (@DeveloperSteve)

More Related Content

What's hot

AI, Blockchain, IoT Convergence Insights from Patents
AI, Blockchain, IoT Convergence Insights from PatentsAI, Blockchain, IoT Convergence Insights from Patents
AI, Blockchain, IoT Convergence Insights from PatentsAlex G. Lee, Ph.D. Esq. CLP
 
IoT–smart contracts in data trusted exchange supplied chain based on block ch...
IoT–smart contracts in data trusted exchange supplied chain based on block ch...IoT–smart contracts in data trusted exchange supplied chain based on block ch...
IoT–smart contracts in data trusted exchange supplied chain based on block ch...IJECEIAES
 
inside IOT BCX 2015v3
inside IOT BCX 2015v3inside IOT BCX 2015v3
inside IOT BCX 2015v3Andy Brauer
 
The IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch DeckThe IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch DeckThe IoT Suitcase
 
Iceas presen- innovative business model development base on service design - ...
Iceas presen- innovative business model development base on service design - ...Iceas presen- innovative business model development base on service design - ...
Iceas presen- innovative business model development base on service design - ...Jimmy Fu
 
IoT digest. February 2018
IoT digest. February 2018IoT digest. February 2018
IoT digest. February 2018ElifTech
 
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...Alex G. Lee, Ph.D. Esq. CLP
 
IoT the Smart Citizen and and the Sensitive City
IoT the Smart Citizen and and the Sensitive City IoT the Smart Citizen and and the Sensitive City
IoT the Smart Citizen and and the Sensitive City Paul Manwaring
 
API World 2018 - 7 Global Movements Evolving the Story of APIs
API World 2018 - 7 Global Movements Evolving the Story of APIsAPI World 2018 - 7 Global Movements Evolving the Story of APIs
API World 2018 - 7 Global Movements Evolving the Story of APIsBill Doerrfeld
 
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
 
Blockchain 2Gether - EthEDU Training & Education
Blockchain 2Gether - EthEDU Training & EducationBlockchain 2Gether - EthEDU Training & Education
Blockchain 2Gether - EthEDU Training & EducationSlideCentral
 
Top 10 Trending Technologies To Master In 2021
Top 10 Trending Technologies To Master In 2021Top 10 Trending Technologies To Master In 2021
Top 10 Trending Technologies To Master In 2021LokeshLusifer
 
Polar - India's Smartest House Hold Safe Vault
Polar - India's Smartest House Hold Safe VaultPolar - India's Smartest House Hold Safe Vault
Polar - India's Smartest House Hold Safe VaultPolarSensing
 
One huge milestone for digital identity: Keyp is live
One huge milestone for digital identity: Keyp is liveOne huge milestone for digital identity: Keyp is live
One huge milestone for digital identity: Keyp is liveKeyp GmbH
 

What's hot (15)

AI, Blockchain, IoT Convergence Insights from Patents
AI, Blockchain, IoT Convergence Insights from PatentsAI, Blockchain, IoT Convergence Insights from Patents
AI, Blockchain, IoT Convergence Insights from Patents
 
IoT–smart contracts in data trusted exchange supplied chain based on block ch...
IoT–smart contracts in data trusted exchange supplied chain based on block ch...IoT–smart contracts in data trusted exchange supplied chain based on block ch...
IoT–smart contracts in data trusted exchange supplied chain based on block ch...
 
inside IOT BCX 2015v3
inside IOT BCX 2015v3inside IOT BCX 2015v3
inside IOT BCX 2015v3
 
The IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch DeckThe IoT Suitcase - Pitch Deck
The IoT Suitcase - Pitch Deck
 
Iceas presen- innovative business model development base on service design - ...
Iceas presen- innovative business model development base on service design - ...Iceas presen- innovative business model development base on service design - ...
Iceas presen- innovative business model development base on service design - ...
 
IoT
IoTIoT
IoT
 
IoT digest. February 2018
IoT digest. February 2018IoT digest. February 2018
IoT digest. February 2018
 
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
 
IoT the Smart Citizen and and the Sensitive City
IoT the Smart Citizen and and the Sensitive City IoT the Smart Citizen and and the Sensitive City
IoT the Smart Citizen and and the Sensitive City
 
API World 2018 - 7 Global Movements Evolving the Story of APIs
API World 2018 - 7 Global Movements Evolving the Story of APIsAPI World 2018 - 7 Global Movements Evolving the Story of APIs
API World 2018 - 7 Global Movements Evolving the Story of APIs
 
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 ...
 
Blockchain 2Gether - EthEDU Training & Education
Blockchain 2Gether - EthEDU Training & EducationBlockchain 2Gether - EthEDU Training & Education
Blockchain 2Gether - EthEDU Training & Education
 
Top 10 Trending Technologies To Master In 2021
Top 10 Trending Technologies To Master In 2021Top 10 Trending Technologies To Master In 2021
Top 10 Trending Technologies To Master In 2021
 
Polar - India's Smartest House Hold Safe Vault
Polar - India's Smartest House Hold Safe VaultPolar - India's Smartest House Hold Safe Vault
Polar - India's Smartest House Hold Safe Vault
 
One huge milestone for digital identity: Keyp is live
One huge milestone for digital identity: Keyp is liveOne huge milestone for digital identity: Keyp is live
One huge milestone for digital identity: Keyp is live
 

Viewers also liked

Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gMohan Kumar G
 
PayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideasPayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideasCristiano Betta
 
FinalPresentation_FINAL
FinalPresentation_FINALFinalPresentation_FINAL
FinalPresentation_FINALJames McKenna
 
Building a Dream Team
Building a Dream TeamBuilding a Dream Team
Building a Dream TeamMike Aparicio
 
101 Ways to Elevate Yourself and Demand Higher Fees
101 Ways to Elevate Yourself and Demand Higher Fees101 Ways to Elevate Yourself and Demand Higher Fees
101 Ways to Elevate Yourself and Demand Higher FeesTroy Dean
 
Comprehensive Support for Self Management of Medications by a Networked Robot...
Comprehensive Support for Self Management of Medications by a Networked Robot...Comprehensive Support for Self Management of Medications by a Networked Robot...
Comprehensive Support for Self Management of Medications by a Networked Robot...Health Informatics New Zealand
 
Direct Purposeful Experience
Direct Purposeful ExperienceDirect Purposeful Experience
Direct Purposeful ExperienceRenalyn Advincola
 
Have you been vaccinated
Have you been vaccinatedHave you been vaccinated
Have you been vaccinatedoakke01
 
WordPress Visual Editor Mastery
WordPress Visual Editor MasteryWordPress Visual Editor Mastery
WordPress Visual Editor MasteryAnthony Hortin
 
Have you been vaccinated
Have you been vaccinatedHave you been vaccinated
Have you been vaccinatedoakke01
 
The Future of Identification
The Future of IdentificationThe Future of Identification
The Future of IdentificationJonathan LeBlanc
 
Rapyuta a cloud robotics platform
Rapyuta a cloud robotics platformRapyuta a cloud robotics platform
Rapyuta a cloud robotics platformieeepondy
 
Internet of Things With PHP
Internet of Things With PHPInternet of Things With PHP
Internet of Things With PHPAdam Englander
 
Teaching with Visual Symbols
Teaching with Visual SymbolsTeaching with Visual Symbols
Teaching with Visual SymbolsRenalyn Advincola
 
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...National Charter Schools Institute
 
Timo Sirainen - Dovecot Story - Mindtrek 2016
Timo Sirainen - Dovecot Story - Mindtrek 2016Timo Sirainen - Dovecot Story - Mindtrek 2016
Timo Sirainen - Dovecot Story - Mindtrek 2016Mindtrek
 

Viewers also liked (20)

Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
 
PayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideasPayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideas
 
Securing API data models
Securing API data modelsSecuring API data models
Securing API data models
 
FinalPresentation_FINAL
FinalPresentation_FINALFinalPresentation_FINAL
FinalPresentation_FINAL
 
IoTMelb
IoTMelbIoTMelb
IoTMelb
 
Building a Dream Team
Building a Dream TeamBuilding a Dream Team
Building a Dream Team
 
101 Ways to Elevate Yourself and Demand Higher Fees
101 Ways to Elevate Yourself and Demand Higher Fees101 Ways to Elevate Yourself and Demand Higher Fees
101 Ways to Elevate Yourself and Demand Higher Fees
 
Comprehensive Support for Self Management of Medications by a Networked Robot...
Comprehensive Support for Self Management of Medications by a Networked Robot...Comprehensive Support for Self Management of Medications by a Networked Robot...
Comprehensive Support for Self Management of Medications by a Networked Robot...
 
Unihack2016 closing
Unihack2016 closingUnihack2016 closing
Unihack2016 closing
 
Container Days
Container DaysContainer Days
Container Days
 
Direct Purposeful Experience
Direct Purposeful ExperienceDirect Purposeful Experience
Direct Purposeful Experience
 
Have you been vaccinated
Have you been vaccinatedHave you been vaccinated
Have you been vaccinated
 
WordPress Visual Editor Mastery
WordPress Visual Editor MasteryWordPress Visual Editor Mastery
WordPress Visual Editor Mastery
 
Have you been vaccinated
Have you been vaccinatedHave you been vaccinated
Have you been vaccinated
 
The Future of Identification
The Future of IdentificationThe Future of Identification
The Future of Identification
 
Rapyuta a cloud robotics platform
Rapyuta a cloud robotics platformRapyuta a cloud robotics platform
Rapyuta a cloud robotics platform
 
Internet of Things With PHP
Internet of Things With PHPInternet of Things With PHP
Internet of Things With PHP
 
Teaching with Visual Symbols
Teaching with Visual SymbolsTeaching with Visual Symbols
Teaching with Visual Symbols
 
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
 
Timo Sirainen - Dovecot Story - Mindtrek 2016
Timo Sirainen - Dovecot Story - Mindtrek 2016Timo Sirainen - Dovecot Story - Mindtrek 2016
Timo Sirainen - Dovecot Story - Mindtrek 2016
 

Similar to IoT Commerce using Ruby, PHP and Arduino

Accelerate IoT Development with KnowThings.io
Accelerate IoT Development with KnowThings.ioAccelerate IoT Development with KnowThings.io
Accelerate IoT Development with KnowThings.ioCA Technologies
 
AI Blockchain IoT Convergence System Development
AI Blockchain IoT Convergence System DevelopmentAI Blockchain IoT Convergence System Development
AI Blockchain IoT Convergence System DevelopmentAlex G. Lee, Ph.D. Esq. CLP
 
2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetupMichael Leppitsch
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...Alex G. Lee, Ph.D. Esq. CLP
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyInternet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyAlex G. Lee, Ph.D. Esq. CLP
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyInternet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyAlex G. Lee, Ph.D. Esq. CLP
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyInternet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyAlex G. Lee, Ph.D. Esq. CLP
 
internet of things : 2021 perspective
internet of things : 2021 perspectiveinternet of things : 2021 perspective
internet of things : 2021 perspectiveRoberto Siagri
 
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCOEl IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCODomotys
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offEd Donahue
 
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...DevClub_lv
 
Eseminar – Internet delle Cose
Eseminar – Internet delle CoseEseminar – Internet delle Cose
Eseminar – Internet delle CoseInSide Training
 
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...gogo6
 
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...apidays
 
Visa Europe Drives Innovation in Commerce and Payments with API Management
Visa Europe Drives Innovation in Commerce and Payments with API ManagementVisa Europe Drives Innovation in Commerce and Payments with API Management
Visa Europe Drives Innovation in Commerce and Payments with API ManagementCA Technologies
 
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM France Lab
 
IBM BC2015 - Internet of Things - from hype to reality
IBM BC2015 - Internet of Things - from hype to realityIBM BC2015 - Internet of Things - from hype to reality
IBM BC2015 - Internet of Things - from hype to realityIBM Sverige
 
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...Markus Van Kempen
 

Similar to IoT Commerce using Ruby, PHP and Arduino (20)

Accelerate IoT Development with KnowThings.io
Accelerate IoT Development with KnowThings.ioAccelerate IoT Development with KnowThings.io
Accelerate IoT Development with KnowThings.io
 
AI Blockchain IoT Convergence System Development
AI Blockchain IoT Convergence System DevelopmentAI Blockchain IoT Convergence System Development
AI Blockchain IoT Convergence System Development
 
2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyInternet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyInternet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
 
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated StrategyInternet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
 
internet of things : 2021 perspective
internet of things : 2021 perspectiveinternet of things : 2021 perspective
internet of things : 2021 perspective
 
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCOEl IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-off
 
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
 
Ibm iot overview
Ibm   iot overviewIbm   iot overview
Ibm iot overview
 
Eseminar – Internet delle Cose
Eseminar – Internet delle CoseEseminar – Internet delle Cose
Eseminar – Internet delle Cose
 
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
 
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
 
Visa Europe Drives Innovation in Commerce and Payments with API Management
Visa Europe Drives Innovation in Commerce and Payments with API ManagementVisa Europe Drives Innovation in Commerce and Payments with API Management
Visa Europe Drives Innovation in Commerce and Payments with API Management
 
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
 
IBM BC2015 - Internet of Things - from hype to reality
IBM BC2015 - Internet of Things - from hype to realityIBM BC2015 - Internet of Things - from hype to reality
IBM BC2015 - Internet of Things - from hype to reality
 
Fiware overview3
Fiware overview3Fiware overview3
Fiware overview3
 
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
 

More from Steven Cooper

Scaling the Stack and Yourself with it
Scaling the Stack and Yourself with itScaling the Stack and Yourself with it
Scaling the Stack and Yourself with itSteven Cooper
 
All a flutter about Flutter.io
All a flutter about Flutter.ioAll a flutter about Flutter.io
All a flutter about Flutter.ioSteven Cooper
 
APIDays Australia - Openresty for scale
APIDays Australia - Openresty for scaleAPIDays Australia - Openresty for scale
APIDays Australia - Openresty for scaleSteven Cooper
 
Building the future as a full stack dev
Building the future as a full stack devBuilding the future as a full stack dev
Building the future as a full stack devSteven Cooper
 
Compcon 2016 Workshop
Compcon 2016 WorkshopCompcon 2016 Workshop
Compcon 2016 WorkshopSteven Cooper
 
The Robot and the Cloud
The Robot and the CloudThe Robot and the Cloud
The Robot and the CloudSteven Cooper
 
PHPConf.Asia - The Sound of PHP
PHPConf.Asia - The Sound of PHPPHPConf.Asia - The Sound of PHP
PHPConf.Asia - The Sound of PHPSteven Cooper
 
Textual Interface - the rise of the chatbot
Textual Interface - the rise of the chatbotTextual Interface - the rise of the chatbot
Textual Interface - the rise of the chatbotSteven Cooper
 
Bootstrapping Startup
Bootstrapping StartupBootstrapping Startup
Bootstrapping StartupSteven Cooper
 
Time Travelling E-Commerce
Time Travelling E-CommerceTime Travelling E-Commerce
Time Travelling E-CommerceSteven Cooper
 
The Wizardry of Braintree hosted fields - PHP
The Wizardry of Braintree hosted fields - PHPThe Wizardry of Braintree hosted fields - PHP
The Wizardry of Braintree hosted fields - PHPSteven Cooper
 
The PayPal Here symphony
The PayPal Here symphonyThe PayPal Here symphony
The PayPal Here symphonySteven Cooper
 
Holographic Payments
Holographic PaymentsHolographic Payments
Holographic PaymentsSteven Cooper
 
MongoDB - The database strikes back
MongoDB - The database strikes back MongoDB - The database strikes back
MongoDB - The database strikes back Steven Cooper
 
Drupal South - IoT Commerce
Drupal South - IoT CommerceDrupal South - IoT Commerce
Drupal South - IoT CommerceSteven Cooper
 
E-Commerce Melbourne
E-Commerce Melbourne E-Commerce Melbourne
E-Commerce Melbourne Steven Cooper
 
BattleHack Melbourne
BattleHack MelbourneBattleHack Melbourne
BattleHack MelbourneSteven Cooper
 

More from Steven Cooper (20)

Scaling the Stack and Yourself with it
Scaling the Stack and Yourself with itScaling the Stack and Yourself with it
Scaling the Stack and Yourself with it
 
All a flutter about Flutter.io
All a flutter about Flutter.ioAll a flutter about Flutter.io
All a flutter about Flutter.io
 
APIDays Australia - Openresty for scale
APIDays Australia - Openresty for scaleAPIDays Australia - Openresty for scale
APIDays Australia - Openresty for scale
 
Building the future as a full stack dev
Building the future as a full stack devBuilding the future as a full stack dev
Building the future as a full stack dev
 
Compcon 2016 Workshop
Compcon 2016 WorkshopCompcon 2016 Workshop
Compcon 2016 Workshop
 
The Robot and the Cloud
The Robot and the CloudThe Robot and the Cloud
The Robot and the Cloud
 
PHPConf.Asia - The Sound of PHP
PHPConf.Asia - The Sound of PHPPHPConf.Asia - The Sound of PHP
PHPConf.Asia - The Sound of PHP
 
Textual Interface - the rise of the chatbot
Textual Interface - the rise of the chatbotTextual Interface - the rise of the chatbot
Textual Interface - the rise of the chatbot
 
Bootstrapping Startup
Bootstrapping StartupBootstrapping Startup
Bootstrapping Startup
 
Unihack2016 opening
Unihack2016 openingUnihack2016 opening
Unihack2016 opening
 
Time Travelling E-Commerce
Time Travelling E-CommerceTime Travelling E-Commerce
Time Travelling E-Commerce
 
The Wizardry of Braintree hosted fields - PHP
The Wizardry of Braintree hosted fields - PHPThe Wizardry of Braintree hosted fields - PHP
The Wizardry of Braintree hosted fields - PHP
 
The PayPal Here symphony
The PayPal Here symphonyThe PayPal Here symphony
The PayPal Here symphony
 
Holographic Payments
Holographic PaymentsHolographic Payments
Holographic Payments
 
MongoDB - The database strikes back
MongoDB - The database strikes back MongoDB - The database strikes back
MongoDB - The database strikes back
 
PHP Australia
PHP AustraliaPHP Australia
PHP Australia
 
Drupal South - IoT Commerce
Drupal South - IoT CommerceDrupal South - IoT Commerce
Drupal South - IoT Commerce
 
E-Commerce Melbourne
E-Commerce Melbourne E-Commerce Melbourne
E-Commerce Melbourne
 
APIDays Sydney
APIDays SydneyAPIDays Sydney
APIDays Sydney
 
BattleHack Melbourne
BattleHack MelbourneBattleHack Melbourne
BattleHack Melbourne
 

Recently uploaded

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
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 

Recently uploaded (20)

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...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 

IoT Commerce using Ruby, PHP and Arduino

  • 2. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Steven Cooper PayPal/Braintree Developer Advocate @DeveloperSteve
  • 3. @DeveloperSteve#IoTCommerce Millions of people around the world use PayPal for one simple reason: it’s simple.
  • 4. $485,000 Payments processed by PayPal each minute.
  • 5. Accept payments faster with integrations in as little as 12 lines of code By vaulting credit cards you allow users to transact securely and easily Through the v.zero SDK companies such as Uber, airbnb and Github are able to accept PayPal and Credit Card seamlessly
  • 6. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Braintree Live Demo I’m giving it all I’ve got captain V.Zero Ruby demo using Sinatra This is a really basic example of the Braintree Dropin JS Client Library in Sinatra to make a CreditCard or PayPal payment Github.com/developersteve/vzero-ruby-demo
  • 7. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
  • 8. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 1969 ARPANET A revolution begins "We set up a telephone connection between us and the guys at SRI ...", Leonard Kleinrock said in an interview: "We typed the L and we asked on the phone, "Do you see the L?" "Yes, we see the L," came the response. We typed the O, and we asked, "Do you see the O." "Yes, we see the O."Then we typed theG, and the system crashed ...Yet a revolution had begun"
  • 10. Limitation we cant touch our vast digital universe 900+ Million 2014 Total number of Websites 3 Billion 2014 Total number of Users Source: internetlivestats.com
  • 11. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Mobile makes the internet portable Augmented reality gives us a world we can see but cant touch
  • 12. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Virtual Reality makes the internet immersive Fooling the brain is one thing but the body knows better
  • 14. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 14 “The three most dangerous things in the world are a programmer with a soldering iron, a hardware engineer with a software patch, and a user with an idea.” The Wizardry Compiled - Rick Cook
  • 15. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. The Nixie A wearable drone created for an Intel IoT wearables hackathon
  • 17. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Brad theToaster Created to demonstrate IoT will be all around us
  • 18. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Internet ofThings table Even something as simple as a table can become more useful
  • 19. 50 Billion IoT devices on this planet there will be By 2020 Source Cisco
  • 20. 40.2% Business ManufacturingBy 2020 there will be 26 smart objects for every person on Earth Opportunities in every industry Source Intel 30.3% Health Care 8.3% Retail 7.7% Security 4.1% Transport
  • 21. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 21 “Apps like Uber change the whole workflow and it changes the way we think about these things. You empower workers, and they can have more flexibility.” - Tim O’Reilly
  • 22. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. IoT Apps More Opportunities Uber isn’t what most people would think of as an IoT company — and that is the problem. The alternative cab company represents the kind of systematic change that interests him, a change that doesn’t just focus on sticking a sensor in a gadget. Source: http://venturebeat.com/2015/03/04/tim-oreilly-silicon-valley- is-massively-underestimating-the-impact-of-iot-interview/
  • 23. In the Internet of Things No one will know you are a FRIDGE
  • 25. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Candy Dispenser Alberto Lopez (@AlbertusLM) IoT project, using a common Candy dispenser machine, a Spark core (www.spark.io) and Braintree v.zero SDK Github.com/albertuslm/CandyMachine
  • 26. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Brasilino Jeff Prestes (@jeffprestes) Using a Raspberry Pi the project uses a Java client to receive commands via Socket from Mobile Remote control andAndroid controller that will commands the car and receive streaming from Car's camera. The name means a mix between Brasilia (very popular old brazilian car) andArduino. Github.com/jeffprestes/brasilino
  • 27. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. IoT Receipt Printer Steven Cooper (@developersteve) Using an ArduinoYun to power a thermal receipt printer that retrieves new orders from the Braintree BraintreeTransaction SDK call, orders are stored in the custom order variable which needs to be setup via the sandbox and can be populated with JSON order data at time of order. Github.com/developersteve/IoTCart
  • 28. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. IoT Receipt Printer Enables merchants to automatically print when a new order is received on a website
  • 29. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 29 The Website • PHP Cron • C++ Sketch • Braintree Transaction Search Project Overview Receipt Printer The Hardware • HTML/JS • Ruby / PHP • Braintree Client Token • Braintree Transaction
  • 31. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Step 1 -TheV.Zero Powered by Ruby using Sinatra 31 Generate a token for the dropin UI Add the token to the Javascript
  • 32. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Step 2 -TheTransaction Powered by Ruby using Sinatra 32 Ajax Submit the Payment_Method_Nonce Transacting the Payment Method_Nonce
  • 33. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Custom Fields Powered by Ruby using Sinatra 33 Braintree Sandbox -> Settings -> Processing Transaction stores the custom field if populated
  • 34. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Step 3 - Profit Powered by Ruby using Sinatra 34
  • 36. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Arduno yun A microcontroller board based on the ATmega32u4 (datasheet) and the Atheros AR9331
  • 37. LINUX SQLITE BRIDGE ARDUINO Code on the Yun • A PHP Cron checks Braintree for new transactions not already listed in the bridge referenced by the transaction id, stores transaction json in a file using the transaction id as the filename • Stores transactions with transaction id as the primary key and a printed indicator • Checks the SQLITE bridge to see if theres any new transactions, if found opens a matching transaction id file prints and marks as done
  • 40. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Wearables Its still early days and smart watches are only the beginning
  • 41. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. E-Textiles IoT Clothing creates a whole new industry
  • 42. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Nightrider 2015 BattleHack Melbourne Winner Be more visible while you ride. Let cars know when you are turning and slowing down.Get the best route, decide if you want the faster route or safer route. Materials used …. • 2ADAFruit Flora’s • 1 Sparkcore • 2Accelerometers • 3 meters of wiring • LED strip lights • 2 Lipo Batteries Nightrider.org
  • 43. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Thinkables Peripherals to a whole new level
  • 44. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Internet of CarThings IoT is really going places
  • 45. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Possibilities Where we are going we don’t need roads
  • 46. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Thank you Questions? Steven Cooper (@DeveloperSteve)

Editor's Notes

  1. MD5, SHA-1, 2, 3
  2. Device fragmentation
  3. Creating Tomorrow’s Mobile Payment Experiences: 25 countries with live PayPal fingerprint authentication on Samsung devices.
  4. Our mission has been clear from the start. In 1999 our founder Peter Thiel proclaimed that PayPal was going to revolutionize payments to give people more power.