jumpwire.io - IoT platform for Makers

Post on 28-Jul-2015

4.333 views 1 download

Tags:

Transcript of jumpwire.io - IoT platform for Makers

Quick start

Setup hardware

● Arduino UNO● ESP8266 wifi module

Download the framework

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

Open Arduino-ESP8266.ino

Copy & paste sample code

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

Get your secret token

● https://console.jumpwire.io/

Set token, wifi ssid, wifi password

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

Upload the code to Arduino

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.

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

Test it

Blinking?

Congrats!

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

For more info

Thanks