Python script that communicates with an Arduino to open garage doors. The Arduino will control a relay or a servo motor that operates the door mechanism. Python will be used to send commands to the ...
This project was designed to detect a change in status of a garage door of a household. There are only two possible statuses reported by the ESP8266, whether it is closed or open. My first version of ...