{"id":16473585,"url":"https://github.com/guumaster/raspberry-pi","last_synced_at":"2026-06-08T18:32:30.162Z","repository":{"id":67988997,"uuid":"172241470","full_name":"guumaster/raspberry-pi","owner":"guumaster","description":"Tinkering with Rpi","archived":false,"fork":false,"pushed_at":"2019-02-24T10:53:04.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T12:43:33.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/guumaster.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-23T17:16:06.000Z","updated_at":"2019-02-24T10:53:05.000Z","dependencies_parsed_at":"2023-02-24T18:15:42.291Z","dependency_job_id":null,"html_url":"https://github.com/guumaster/raspberry-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guumaster/raspberry-pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Fraspberry-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Fraspberry-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Fraspberry-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Fraspberry-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guumaster","download_url":"https://codeload.github.com/guumaster/raspberry-pi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Fraspberry-pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34075956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-10-11T12:27:29.430Z","updated_at":"2026-06-08T18:32:30.144Z","avatar_url":"https://github.com/guumaster.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi \n\nThis repo contains notes on how to setup and work with Raspberry Pi remotely.\n\n## Prerequisites\n\n### Setup SD Card\n\n- Download an image from [RaspberryPi.org](https://www.raspberrypi.org/downloads/)\n-  Download [Etcher app](https://www.balena.io/etcher/) and flash it into an SD\n- **Important**: Add an empty file called `ssh` to enable remote ssh connections.\n\n### Setup SSH\n- On your ssh config set an alias to your Pi address on file `$HOME/.ssh/config`  with this content:\n\n```\nHost rpi\n    HostName \u003cYOUR_RASPBERRY_IP\u003e\n``` \n\n- Then copy your ssh credentials to the Pi:\n```\nssh-copy-id pi@rpi\n```\nNow you can log into your Pi without a password prompt when you ssh into it:\n```\nssh pi@rpi\n```\n\n\n**NOTE**: If you don't have ssh keys already generated, check this guide [Generating ssh keys](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)\n\n\n## Once your Pi boot\n\n### Install development software\n\n- Install [Node.js](https://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/)\n- Install [Berryconda](https://github.com/jjhelmus/berryconda)\n- Install [Golang 1.11](http://www.elliotmaincourt.com/blog/running-go-1.11-on-raspberry-pi-3-with-raspbian/)\n\n### Install extra software\n\nTo add common used software run this cmd:\n\n```\n$\u003e install-extras.sh\n```\n\n\n## GPIO Info\n\n### Pinout for Raspberry Pi 2 Model B 1.1\n\n\n![pinouts](images/rpi-2-model-b-pinouts.png)\n\n![image pinouts](https://raspberry-projects.com/pi/wp-content/uploads/2015/03/rpi2_model_b_plus_io_pinouts.jpg)\n\n\n\u003c!--stackedit_data:\neyJoaXN0b3J5IjpbLTIzMzU2ODA4MSwtMTczNzUzMjM4MCwxNT\nQ3NzIzOTY3LC0xOTk2MDUyMTQxXX0=\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguumaster%2Fraspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguumaster%2Fraspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguumaster%2Fraspberry-pi/lists"}