SlideShare a Scribd company logo
1 of 30
DIY Wireless Sensor Networks
18 Nov 2013, 9:00am, Dreamforce
Reid Carlberg, Salesforce.com, Director - Evangelism
@ReidCarlberg(Link)

Update: 30 Jan 2014 (a)
Safe harbor
Safe harbor statement under the Private Securities Litigation Reform Act of 1995:
This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties
materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results
expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be
deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other
financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any
statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.
The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new
functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our
operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any
litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our
relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our
service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to
larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is
included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent
fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor
Information section of our Web site.
Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently
available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions
based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these
forward-looking statements.
We’re Building a Wireless Sensor Network

REST API
XBee
Streaming API
Node JS

http://github.com/ReidCarlberg/DF13_WirelessSensorNetwork
Hands on making is the best way to learn
connected device app development.
Arduino – Open Source Prototyping Board.
ATmega328 Controller
32k of RAM
Easy to program (~C++)
No SSL.
Arduino Classes here Tues & Thurs
XBee
Cheap, easy
Serial communication
Self configuring
Stop by the Etherios table to learn more!
Raspberry Pi
Single board computer
Education focused
Runs Linux/Python/Node
Network Aware
SSL Capable
Salesforce Platform
APIs make it dead easy
Free developer edition
We all know how to use it
Bill Of Materials
Arduino Experimenter’s Kit: $85
Arduino XBee Shield: $25

XBee Pro Series 1 (2): $76
Raspberry Pi Starter Pack: $105
Xbee Adapter Kit: $10
Salesforce Developer Edition: FREE
9V Battery: $2
Total: $303
Breadboards
+/- conduct up and down.
#’s conduct side to side
A,b,c,d,e, etc don’t matter
Voltage goes to + (red)
Ground goes to – (blue)
Put component leads in different #
rows – up and down, not side to side
Wires
Red or Orange – Positive
Black or Green – Negative
Otherwise doesn’t matter
Polarity Sometimes Matters
Positive is voltage in.
Negative is voltage out.
Matters on: LED, TMP36

Doesn’t matter on: RESISTORS,
PIEZO

On an LED, the long lead
is POSITIVE.
Know Your Voltage
3.3V or 5.0V
Everything today is 5.0V
safe.
**Connect to 5V
Get Everything Out
It’s in a bag on top.
You can dig through the
explorer kit later.
Assemble the Shield
Stack the wireless shield
on top of the Arduino.
Be careful not to bend any
pins!
Add the XBee
Don’t force it.
Make sure all the pins are
in.
Add Components to Breadboard
LED: Positive lead up

Positive Leads

TMP36: Flat side, right.
Put things in the F column
toward the center.

+

+

+
Add Components to Breadboard (optional view)
“Fritzing” Style illustration
Note the vertical bars on
right – polarity reversed!

Careful:
RED & BLUE
REVERSED
Add Resistors to Negative LED leads
Resistors connect
negative LED leads with
GROUND.
Remember Fritzing may
not match your board!
Connect Power
+/Red to 5V
-/Blue to Ground
Connect Positive LED leads to Arduino
Purple LED to Digital 2
Green LED to Digital 3
Red LED to Digital 4
Connect Piezo Speaker
Top pin to Arduino Digital 5
Bottom pin to to -/Blue
(Ground)
Connect TMP36 – PLEASE DOUBLE CHECK
Middle to A0
Top to - / Blue (Ground)
Bottom to + / Red
Polarity Matters here –
reversed wiring will result in a
VERY HOT TMP36.
Plug In The Battery!
Purple & Green Light = initializing.
Purple (flashing) = Xbee activity

Green = ready
Red = alarm
Disco Lights = DISCO
If you smell something burning your
TMP36 is wired wrong. Disconnect your
battery, wait for it to cool & try again.
Raspberry Pi in action
Connected to the network.
GPIO cable to breadboard
XBee to TTYAMA0
Org Configuration

Apex REST

Streaming API
Communication Protocol
To Arduino

To Raspberry Pi

^Address:Messagen

REST format (single line)

Address = 2 char

{

Message = 5 char

“addr”:”A1”,

Specific Unit Ex: ^A1:ALARMn

“msg”:”hello”,

All Units Ex: ^00:DISCOn

“detail”:”tmp36,alarm,disco”
}
System Flow
Lessons Learned
Prototype, not production.
Test with a meaningful # of devices.

Easy to set up race conditions.
Arduino is limited.
Simple communication protocols are better.
@ReidCarlberg(Link)
http://github.com/ReidCarlberg/DF13_WirelessSensorNetwork

More Related Content

Similar to IoT Projects - DIY Wireless Sensor Network at Dreamforce 2013 #DevZoneLab

ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...
ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...
ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...
ReidCarlberg
 

Similar to IoT Projects - DIY Wireless Sensor Network at Dreamforce 2013 #DevZoneLab (20)

IoT, M2M: Three Events, Three Takeaways, Three To-Dos (IoT & The Connected De...
IoT, M2M: Three Events, Three Takeaways, Three To-Dos (IoT & The Connected De...IoT, M2M: Three Events, Three Takeaways, Three To-Dos (IoT & The Connected De...
IoT, M2M: Three Events, Three Takeaways, Three To-Dos (IoT & The Connected De...
 
#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform
 
Dreamforce18 update platform
Dreamforce18 update platformDreamforce18 update platform
Dreamforce18 update platform
 
CodeLive with Cynthia Thomas - Refactoring data dependent code.
CodeLive with Cynthia Thomas - Refactoring data dependent code.CodeLive with Cynthia Thomas - Refactoring data dependent code.
CodeLive with Cynthia Thomas - Refactoring data dependent code.
 
Create Lightning from Salesforce Lightning & IoT
Create Lightning from Salesforce Lightning & IoTCreate Lightning from Salesforce Lightning & IoT
Create Lightning from Salesforce Lightning & IoT
 
Developer Preview Live – Release Readiness LIVE, Spring '18
Developer Preview Live – Release Readiness LIVE, Spring '18Developer Preview Live – Release Readiness LIVE, Spring '18
Developer Preview Live – Release Readiness LIVE, Spring '18
 
Create Lightning with Lightning & IoT
Create Lightning with Lightning & IoTCreate Lightning with Lightning & IoT
Create Lightning with Lightning & IoT
 
Salesforce Essentials Helsinki 10.5.2017 ExtendCRM Track1
Salesforce Essentials Helsinki 10.5.2017 ExtendCRM Track1Salesforce Essentials Helsinki 10.5.2017 ExtendCRM Track1
Salesforce Essentials Helsinki 10.5.2017 ExtendCRM Track1
 
API Design for Your Packaged App
API Design for Your Packaged AppAPI Design for Your Packaged App
API Design for Your Packaged App
 
Live Coding with Salesforce Developers: Adding CI to Your Salesforce Project
Live Coding with Salesforce Developers: Adding CI to Your Salesforce ProjectLive Coding with Salesforce Developers: Adding CI to Your Salesforce Project
Live Coding with Salesforce Developers: Adding CI to Your Salesforce Project
 
Three Simple Steps to Create a Thriving Mobile Community
Three Simple Steps to Create a Thriving Mobile CommunityThree Simple Steps to Create a Thriving Mobile Community
Three Simple Steps to Create a Thriving Mobile Community
 
パートナーオフィスアワー (Partner Office Hour) -Monthly- ALMとDX事例
パートナーオフィスアワー (Partner Office Hour) -Monthly- ALMとDX事例パートナーオフィスアワー (Partner Office Hour) -Monthly- ALMとDX事例
パートナーオフィスアワー (Partner Office Hour) -Monthly- ALMとDX事例
 
Real-time Salesforce1 Dashboards with Raspberry-pi & Heroku
Real-time Salesforce1 Dashboards with Raspberry-pi & HerokuReal-time Salesforce1 Dashboards with Raspberry-pi & Heroku
Real-time Salesforce1 Dashboards with Raspberry-pi & Heroku
 
ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...
ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...
ThingsExpo: Enterprise Internet of Things (IoT) Patterns, Opportunities and P...
 
API Design for Your Packaged App
API Design for Your Packaged AppAPI Design for Your Packaged App
API Design for Your Packaged App
 
Salesforce for Platform
Salesforce for PlatformSalesforce for Platform
Salesforce for Platform
 
Guidewire Connections 2023 DE-4 Using AI to Accelerate Application Integration
Guidewire Connections 2023 DE-4 Using AI to Accelerate Application IntegrationGuidewire Connections 2023 DE-4 Using AI to Accelerate Application Integration
Guidewire Connections 2023 DE-4 Using AI to Accelerate Application Integration
 
SAP Booth Showcase Overview at HMUSA - IMTS 2018
SAP Booth Showcase Overview at HMUSA - IMTS 2018SAP Booth Showcase Overview at HMUSA - IMTS 2018
SAP Booth Showcase Overview at HMUSA - IMTS 2018
 
Monitor your car from the cloud! DIY Telematics and the Internet of Things
Monitor your car from the cloud! DIY Telematics and the Internet of ThingsMonitor your car from the cloud! DIY Telematics and the Internet of Things
Monitor your car from the cloud! DIY Telematics and the Internet of Things
 
Gesture Controlled Interactions with Platform Events and IoT Explorer
Gesture Controlled Interactions with Platform Events and IoT ExplorerGesture Controlled Interactions with Platform Events and IoT Explorer
Gesture Controlled Interactions with Platform Events and IoT Explorer
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 

IoT Projects - DIY Wireless Sensor Network at Dreamforce 2013 #DevZoneLab

  • 1. DIY Wireless Sensor Networks 18 Nov 2013, 9:00am, Dreamforce Reid Carlberg, Salesforce.com, Director - Evangelism @ReidCarlberg(Link) Update: 30 Jan 2014 (a)
  • 2. Safe harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site. Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
  • 3. We’re Building a Wireless Sensor Network REST API XBee Streaming API Node JS http://github.com/ReidCarlberg/DF13_WirelessSensorNetwork
  • 4. Hands on making is the best way to learn connected device app development.
  • 5. Arduino – Open Source Prototyping Board. ATmega328 Controller 32k of RAM Easy to program (~C++) No SSL. Arduino Classes here Tues & Thurs
  • 6. XBee Cheap, easy Serial communication Self configuring Stop by the Etherios table to learn more!
  • 7. Raspberry Pi Single board computer Education focused Runs Linux/Python/Node Network Aware SSL Capable
  • 8. Salesforce Platform APIs make it dead easy Free developer edition We all know how to use it
  • 9. Bill Of Materials Arduino Experimenter’s Kit: $85 Arduino XBee Shield: $25 XBee Pro Series 1 (2): $76 Raspberry Pi Starter Pack: $105 Xbee Adapter Kit: $10 Salesforce Developer Edition: FREE 9V Battery: $2 Total: $303
  • 10. Breadboards +/- conduct up and down. #’s conduct side to side A,b,c,d,e, etc don’t matter Voltage goes to + (red) Ground goes to – (blue) Put component leads in different # rows – up and down, not side to side
  • 11. Wires Red or Orange – Positive Black or Green – Negative Otherwise doesn’t matter
  • 12. Polarity Sometimes Matters Positive is voltage in. Negative is voltage out. Matters on: LED, TMP36 Doesn’t matter on: RESISTORS, PIEZO On an LED, the long lead is POSITIVE.
  • 13. Know Your Voltage 3.3V or 5.0V Everything today is 5.0V safe. **Connect to 5V
  • 14. Get Everything Out It’s in a bag on top. You can dig through the explorer kit later.
  • 15. Assemble the Shield Stack the wireless shield on top of the Arduino. Be careful not to bend any pins!
  • 16. Add the XBee Don’t force it. Make sure all the pins are in.
  • 17. Add Components to Breadboard LED: Positive lead up Positive Leads TMP36: Flat side, right. Put things in the F column toward the center. + + +
  • 18. Add Components to Breadboard (optional view) “Fritzing” Style illustration Note the vertical bars on right – polarity reversed! Careful: RED & BLUE REVERSED
  • 19. Add Resistors to Negative LED leads Resistors connect negative LED leads with GROUND. Remember Fritzing may not match your board!
  • 20. Connect Power +/Red to 5V -/Blue to Ground
  • 21. Connect Positive LED leads to Arduino Purple LED to Digital 2 Green LED to Digital 3 Red LED to Digital 4
  • 22. Connect Piezo Speaker Top pin to Arduino Digital 5 Bottom pin to to -/Blue (Ground)
  • 23. Connect TMP36 – PLEASE DOUBLE CHECK Middle to A0 Top to - / Blue (Ground) Bottom to + / Red Polarity Matters here – reversed wiring will result in a VERY HOT TMP36.
  • 24. Plug In The Battery! Purple & Green Light = initializing. Purple (flashing) = Xbee activity Green = ready Red = alarm Disco Lights = DISCO If you smell something burning your TMP36 is wired wrong. Disconnect your battery, wait for it to cool & try again.
  • 25. Raspberry Pi in action Connected to the network. GPIO cable to breadboard XBee to TTYAMA0
  • 27. Communication Protocol To Arduino To Raspberry Pi ^Address:Messagen REST format (single line) Address = 2 char { Message = 5 char “addr”:”A1”, Specific Unit Ex: ^A1:ALARMn “msg”:”hello”, All Units Ex: ^00:DISCOn “detail”:”tmp36,alarm,disco” }
  • 29. Lessons Learned Prototype, not production. Test with a meaningful # of devices. Easy to set up race conditions. Arduino is limited. Simple communication protocols are better.