Control Garage Remotely with WIFI and Smart Phones

Watch this video to configure your software using Windows or Mac. Software needed: , , //arduino.esp8266.com/stable/package_esp8266com_index.json

Make sure to select the correct board and port to communicate through USB – Also go to manage library and install esp8266 microgear library.

preferences - board url wemos d1 board select

Manage Library      esp8266 microgear library



.

For using with Low Level Active 5V Relay, we need to redefine the pinMode for the relay pin.

pinMode(relayPin, OUTPUT_OPEN_DRAIN);

digitalWrite(relayPin, HIGH);

Control Garage Door with WIFI using Wemos D1 Mini. Will have full details during or after the holidays

Garage Opener


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.