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.
.
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