Skip to content

A simple ESP8266 WiFi Web Server that opens a garage door

License

Notifications You must be signed in to change notification settings

cdemi/ESP8266-Gate-Opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 Gate Opener

This sketch is for a simple ESP8266 WiFi Web Server that listens for requests to /gate/press and triggers a relay for 750ms. The ESP8266 is a low-cost Wi-Fi microchip, with a full TCP/IP stack and microcontroller capability. This means it's an ideal microchip for IoT Devices.

The sketch is found in esp8266_gate_press.ino

Components Used

How it works

The way this works is by taking a spare Garage Remote Controller (that works) and unsoldering the push button that opens the garage gate and instead soldering two wires; a red one from the + side of the circuit and the a black one on the - common side: Soldering wires on remote control

Connect the Relay Shield to the D1 mini and connect the Red + wire to the NO (Normally Open) pin and the black - wire to the COM (Common) pin. Connected to the Relay Shield Connected to the Relay Shield 2 Connected to the Relay Shield 3

About

A simple ESP8266 WiFi Web Server that opens a garage door

Topics

Resources

License

Stars

Watchers

Forks

Languages