Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.03 KB

SmartPhoneGarageDoorOpener

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

I've updated the code to be compatible with blynk.cloud, as the blynk app is no longer available for new users.

Updates:

  • Moved doorStatePin from 2 to pin 13. If the door was closed and the unit reset, it would not boot because pin 2 would be pulled down
  • Updated the formatting and deleted unused code
  • Changed the pinMode of the new doorStatePin to INPUT_PULLUP

Setting up datastreams in Blynk.cloud

You only need 3, please see the screen shot

Screen Shot 2021-10-13 at 12 47 43 AM

**Note that you can only disable the warnings if the door is open

If I get around to adding more error checking, I will, but the original is pretty good. I'd like to try and log the actions if possible but that may require some separate fanciness that I just don't care about.