vincesp / pebblegaragedoor-tessel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garage door opener for your Pebble watch

This is the application for a Tessel board.

It uses a Relay module to "push" the button of your garage door.

The original Tessel's WiFi module has an instable firmware. For that reason, the code reboots the Tessel on an interval. For this feature to work, you have to connect the G3 pin with the reset pin.

The garage door connects to the Heroku instance through a websocket.

Before installing on the board, make sure you configure the URL your Heroku instance:

// INSERT IP ADDRESS HERE. 
// Always prepend with 'ws://' to indicate websocket
var webSocketUrl = 'ws://your-instance.herokuapp.com';

About

License:MIT License


Languages

Language:JavaScript 100.0%