Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.4 KB

ESP8266 Smart Phone Garage Door Opener

An Arduino Sketch for the Adafruit Feather Huzzah board that uses the Blynk Framework to open a garage door.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Blynk and WiFi Authentication

You must recreate the sensitiveData.h file in your includes path. This should contain your Blynk authentication token and your WiFi SSID and password as follows:

// Your Blynk auth token
//char auth[] = "";

// Your WiFi SSID
//char ssid[] = "";

// Your WiFi password
//char pass[] = "";

Contributing

Feel free to submit pull requests here

Versioning

This project uses SemVer for versioning. For the versions available, see the releases on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments