Skip to content

vincesp/pebblegaragedoor-tessel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published