Controlling networked LEDs using a smartwatch

Published: Monday, May 4th 2015

The ESP8266 is a capable device in its own right and can run a simple web server. Couple this with a smartwatch for control and you have some interesting remote control options.

The ESP8266 has definitely become the hackers darling device, albeit with a crazy learning curve on the tool chain. Once you get over that initial curve, however, you can do some interesting things with the device pretty quickly.

For this post, I put together a demo of some different things I had been working on, making a strip of NeoPixel LEDs controllable via the ESP8266 using effectively a ReSTful API. In terms of control, what better way to set your lighting mood than to control the lights from your smartwatch - especially when you can do it using JavaScript.

I could build a simple web application that gets your latest train times or

Yelp reviews, but where’s the fun in that? Instead I’m going to pair a Pebble with one of the other current darlings of the hacker community, the ESP8266 WiFi module.

The full post is over at Packt: Using your smartwatch to control networked LEDs

If you want to dive into the code, there's a gist

Similar posts you might like

About this post

Title
"Controlling networked LEDs using a smartwatch"
Published on
Monday, May 4th 2015
Tags
physical computing ESP8266 pebble javascript development ubicomp IoT hardware
Author
ajfisher
License
CC BY-NC-SA 4.0 International License
Permanent source
https://www.ajfisher.me/2015/05/04/pebble-controlled-leds/