3 Door Garage Opener via ESP8266 #1626
nickjmassa
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The hardware setup is a bit janky, but works great. I eventually plan to 3d print a bracket in the box for the relays and ESP8266. Garage doors are triggered by a simple close of the wire loop via relays. Microcontroller is a HiLetGo ESP8266 NodeMCU 12E.
GPIO
D1 GPIO5 - North Trigger
D5 GPIO14 - North Sensor
D2 GPIO4- Center Trigger
D6 GPIO12 - Center Sensor
D7 GPIO13 - South Trigger
RX GPIO3 - South Sensor
{"c":{"l":16,"b":[{"g":0,"t":5}]},
"a":[
{"t":40,"d":15,
"0":{"r":[{"g":5,"v":1,"i":0.5}]},"1":{"a":0},
"2":{"r":[{"g":5,"v":1,"i":0.5},{"g":5,"i":1},{"g":5,"v":1,"i":0.5}]},"3":{"a":2},
"f3":[{"g":14,"t":0}],
"f4":[{"g":14,"t":1}]},
{"t":40,"d":15,
"0":{"r":[{"g":4,"v":1,"i":0.5}]},"1":{"a":0},
"2":{"r":[{"g":4,"v":1,"i":0.5},{"g":4,"i":1},{"g":4,"v":1,"i":0.5}]},"3":{"a":2},
"f3":[{"g":12,"t":0}],
"f4":[{"g":12,"t":1}]},
{"t":40,"d":15,
"0":{"r":[{"g":13,"v":1,"i":0.5}]},"1":{"a":0},
"2":{"r":[{"g":13,"v":1,"i":0.5},{"g":13,"i":1},{"g":13,"v":1,"i":0.5}]},"3":{"a":2},
"f3":[{"g":3,"t":0}],
"f4":[{"g":3,"t":1}]}
]}
Beta Was this translation helpful? Give feedback.
All reactions