Skip to content

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

License

Notifications You must be signed in to change notification settings

bluearcher-bc/SmartPhoneGarageDoorOpener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%