jumpwire.io - iot platform for makers

14

Upload: jumpwireio

Post on 28-Jul-2015

4.333 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: jumpwire.io - IoT platform for Makers
Page 2: jumpwire.io - IoT platform for Makers

Quick start

Page 3: jumpwire.io - IoT platform for Makers

Setup hardware

● Arduino UNO● ESP8266 wifi module

Page 4: jumpwire.io - IoT platform for Makers

Download the framework

● https://github.com/jumpwire-io/Arduino-ESP8266/archive/master.zip● Unzip and rename it to Arduino-ESP8266

Page 5: jumpwire.io - IoT platform for Makers

Open Arduino-ESP8266.ino

Page 6: jumpwire.io - IoT platform for Makers

Copy & paste sample code

● https://gist.github.com/028a705e7bc4be59f76b

Page 7: jumpwire.io - IoT platform for Makers

Get your secret token

● https://console.jumpwire.io/

Page 8: jumpwire.io - IoT platform for Makers

Set token, wifi ssid, wifi password

Page 9: jumpwire.io - IoT platform for Makers

When uploading the code, temporarily disconnect PIN 0 (Arduino's RX pin) to avoid error.

Upload the code to Arduino

Page 10: jumpwire.io - IoT platform for Makers

Cut off power and reconnect

● This means resetting Arduino and ESP8266 at the same time● It will be connected to the jumpwire.io server within 15 seconds.

Page 11: jumpwire.io - IoT platform for Makers

● Throw “1” from the console, LED will turn ON.● Throw “0” from the console, LED will turn OFF.

Test it

Page 12: jumpwire.io - IoT platform for Makers

Blinking?

Page 13: jumpwire.io - IoT platform for Makers

Congrats!

Page 14: jumpwire.io - IoT platform for Makers

● http://docs.jumpwire.io/○ How it works○ How to Throw a message from Arduino○ Troubleshooting

For more info

Thanks