{"id":18352181,"url":"https://github.com/farmergreg/garage-door-remote","last_synced_at":"2025-04-10T00:38:02.110Z","repository":{"id":142172738,"uuid":"542629874","full_name":"farmergreg/garage-door-remote","owner":"farmergreg","description":"raspberry pi garage door remote control","archived":false,"fork":false,"pushed_at":"2022-09-28T14:25:10.000Z","size":1038,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T00:37:58.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farmergreg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-28T14:21:24.000Z","updated_at":"2024-05-13T22:05:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"3663c6da-eb6f-4fc4-a7d8-492a833ed165","html_url":"https://github.com/farmergreg/garage-door-remote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Fgarage-door-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Fgarage-door-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Fgarage-door-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Fgarage-door-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farmergreg","download_url":"https://codeload.github.com/farmergreg/garage-door-remote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138008,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:35:11.214Z","updated_at":"2025-04-10T00:38:02.087Z","avatar_url":"https://github.com/farmergreg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry PI Garage Door Remote\n## Why\nMost Raspberry PI Garage Door remote control solutions are complicated and sometimes costly. Here is a simple, low cost alternative.\n\n![Finished Product](img/Final-Product.jpg)\n\n## How\n1. Getting Ready\n    * Find a garage door remote that runs on a 3.3v battery. I used a 371LM Liftmaster Remote Control.\n    * Program it to your garage door if it isn't already.\n    * Remove the PCB from the plastic case and remove the battery.\n2. Powering It Up\n    * Solder wires to the positive and negative (ground) battery connections.\n    * Connect the positive and ground wires to your Raspberry PI. I used PIN 1 (3.3V power) and PIN 6 (Ground)\n    * Test your connections by pressing the button on the garage door remote. It should... work.\n3. Pressing Buttons\n    * Solder a wire to the PCB that will simulate a button press.\n    * Connect the button pressing wire to a GPIO on your Raspeberry PI. I used pin 40 (GPIO 21) because it defaults to normally open.\n4. Remote Control Web API\n    * Compile and run the golang garage-door-remote program. If you used a different wiring scheme than I did, please be sure to change the code!\n    * Visit http://raspberrypi:8081/ to press your garage door button programatically.\n5. Tasker\n    * Put a NFC sticker inside your garage door keypad\n    * Program Tasker to recogonize this sticker and GET http://raspberrypi:8081/.\n    * Enjoy being able to tap your phone to your garage door keypad and watch as the door opens... instantly.\n\n## Building \n```\ngo get\ngo build\n\n./garage-door-remote \u0026\n```\n\n## Pictures\n![PCB Top](img/pcb-top.jpg)\n![PCB Bottom](img/pcb-bottom.jpg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarmergreg%2Fgarage-door-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarmergreg%2Fgarage-door-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarmergreg%2Fgarage-door-remote/lists"}