{"id":21710250,"url":"https://github.com/rhthomas/avr-pi-zero","last_synced_at":"2026-04-15T20:03:12.038Z","repository":{"id":81147450,"uuid":"76134982","full_name":"rhthomas/avr-pi-zero","owner":"rhthomas","description":"Programming AVR devices using a Raspberry Pi Zero.","archived":false,"fork":false,"pushed_at":"2017-01-27T11:09:03.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T21:33:57.634Z","etag":null,"topics":["avr","avr-gcc","avr-pi","avr-programming","avrdude"],"latest_commit_sha":null,"homepage":null,"language":"C","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/rhthomas.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":"2016-12-10T20:07:35.000Z","updated_at":"2023-03-31T06:21:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d326aa05-845c-421a-835d-5df2fef4283c","html_url":"https://github.com/rhthomas/avr-pi-zero","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhthomas/avr-pi-zero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhthomas%2Favr-pi-zero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhthomas%2Favr-pi-zero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhthomas%2Favr-pi-zero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhthomas%2Favr-pi-zero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhthomas","download_url":"https://codeload.github.com/rhthomas/avr-pi-zero/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhthomas%2Favr-pi-zero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279091732,"owners_count":26101572,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["avr","avr-gcc","avr-pi","avr-programming","avrdude"],"created_at":"2024-11-25T23:14:19.842Z","updated_at":"2025-10-15T16:18:43.080Z","avatar_url":"https://github.com/rhthomas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# avr-pi-zero\n\n## Required packages\n```\nsudo apt-get update; sudo apt-get upgrade -y\nsudo apt-get dist-upgrade \nsudo apt-get install bison gcc flex gcc-avr avr-libc\n```\n\n## avrdude\n```\nwget http://download.savannah.gnu.org/releases/avrdude/avrdude-6.2.tar.gz\ntar xfv avrdude-6.2.tar.gz\ncd avrdude-6.2/\n./configure -enable-linuxgpio\nmake\nsudo make install\nsudo nano /usr/local/etc/avrdude.conf \n```\n\n## Changes to `/usr/local/etc/avrdude.conf`\n```\nprogrammer\n  id    = \"linuxgpio\";\n  desc  = \"Use the Linux sysfs interface to bitbang GPIO lines\";\n  type  = \"linuxgpio\";\n  reset = 26;\n  sck   = 6;\n  mosi  = 19;\n  miso  = 13;\n;\n```\n\n## Check all is working\n```\nsudo avrdude -c linuxgpio -p attiny85 -v\n```\n\n## Pin connections\n```\n              1 -\u003e PB5 (~RESET)\n 8  7  6  5   2 -\u003e PB3\n+----------+  3 -\u003e PB4\n|   tiny85 |  4 -\u003e GND\n|o         |  5 -\u003e PB0 (MOSI)\n+----------+  6 -\u003e PB1 (MISO)\n 1  2  3  4   7 -\u003e PB2 (SCK)\n              8 -\u003e VCC\nRaspberry Pi\n1  -\u003e VCC\n6  -\u003e GND\n37 -\u003e GPIO26 (RESET)\n35 -\u003e GPIO19 (MOSI)\n33 -\u003e GPIO13 (MISO)\n31 -\u003e GPIO06 (SCK)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhthomas%2Favr-pi-zero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhthomas%2Favr-pi-zero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhthomas%2Favr-pi-zero/lists"}