{"id":15290594,"url":"https://github.com/madhurjain/burglarm","last_synced_at":"2026-04-22T23:35:33.580Z","repository":{"id":34586793,"uuid":"38533852","full_name":"madhurjain/burglarm","owner":"madhurjain","description":"Raspberry Pi + Go + PIR + Buzzer + IR = Burglarm !","archived":false,"fork":false,"pushed_at":"2015-07-06T14:12:48.000Z","size":508,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T08:48:24.346Z","etag":null,"topics":["burglar-alarm","iot","raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madhurjain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-04T12:55:22.000Z","updated_at":"2015-07-04T13:05:33.000Z","dependencies_parsed_at":"2022-09-26T20:01:16.152Z","dependency_job_id":null,"html_url":"https://github.com/madhurjain/burglarm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madhurjain/burglarm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fburglarm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fburglarm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fburglarm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fburglarm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhurjain","download_url":"https://codeload.github.com/madhurjain/burglarm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fburglarm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["burglar-alarm","iot","raspberry-pi"],"created_at":"2024-09-30T16:08:44.154Z","updated_at":"2026-04-22T23:35:33.560Z","avatar_url":"https://github.com/madhurjain.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Burglarm\n========\n\nBurglar Alarm using RaspberryPi + Go\n\n##### Schematic\n\nSchematic                             |  Shield on Perfboard with Raspberry Pi\n:------------------------------------:|:----------------------------------------:\n![Burglarm Schematic](schematic.png)  |  ![Burglarm with RaspberryPi](board.jpg)\n\nI know Raspberry Pi is an overkill for this project but I've been wanting to build a simple burglar alarm since long and also wanting to try Go on Raspberry Pi.\n\n#### Installing Go on RaspberryPi\n\nYou can ofcourse build from source but the process is time consuming. Dave Cheney has been generous enough to provide pre-compiled tarballs on his blog.\n\n```sh\ncd /usr/local\nwget http://dave.cheney.net/paste/go1.4.2.linux-arm~multiarch-armv6-1.tar.gz\ntar -xvzf go1.4.2.linux-arm~multiarch-armv6-1.tar.gz\n```\n\nAdd Go bin to PATH\n\n```sh\nvim ~/.profile\nexport PATH=$PATH:/usr/local/go/bin\n```\n\n#### Configuring LIRC [[1]]\n\n```sh\n# Stop LIRC daemon\nsudo /etc/init.d/lirc stop\n\n# Create remote control config file\ncd ~\nirrecord -d /dev/lirc0 lircd.conf\n\n# Copy configuration\nsudo cp ~/lircd.conf /etc/lirc/lircd.conf\n\n# Start LIRC daemon\nsudo /etc/init.d/lirc start\n```\n\n[1]: http://alexba.in/blog/2013/01/06/setting-up-lirc-on-the-raspberrypi/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhurjain%2Fburglarm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhurjain%2Fburglarm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhurjain%2Fburglarm/lists"}