Skip to content

Webserver on an ESP8266 that can control a remote garage door relay

License

Notifications You must be signed in to change notification settings

robineco/Garage-Door-Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Garage-Door-Webserver

Hacking a garage door remote to control it with a website on an esp8266

Captured signal from garage door remote control

Signal

Decoded signals in Universal-Radio-Hacker

Signals

Bits sent to trigger the relay A

011110100111000000100001

Bits sent to trigger the relay B

011110100111000000100010

Bits sent to trigger the relay C

011110100111000000100100

Bits sent to trigger the relay D

011110100111000000101000

Webserver interface to control the garage door with the esp8266

Webserver