{"id":19218582,"url":"https://github.com/sitespeedio/raspberrypi","last_synced_at":"2026-03-19T08:45:23.335Z","repository":{"id":142003446,"uuid":"524345695","full_name":"sitespeedio/raspberrypi","owner":"sitespeedio","description":"Pre-made raspberry pi image to drive Android phones","archived":false,"fork":false,"pushed_at":"2022-09-12T18:38:31.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-09T03:29:16.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/sitespeedio.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}},"created_at":"2022-08-13T08:42:45.000Z","updated_at":"2024-08-25T05:41:57.000Z","dependencies_parsed_at":"2023-09-24T07:15:38.896Z","dependency_job_id":null,"html_url":"https://github.com/sitespeedio/raspberrypi","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"9a14798e91a48084ea0c8b094d5b2707d1acf59d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sitespeedio/raspberrypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitespeedio%2Fraspberrypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitespeedio%2Fraspberrypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitespeedio%2Fraspberrypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitespeedio%2Fraspberrypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitespeedio","download_url":"https://codeload.github.com/sitespeedio/raspberrypi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitespeedio%2Fraspberrypi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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-11-09T14:27:17.076Z","updated_at":"2026-03-02T05:02:17.528Z","avatar_url":"https://github.com/sitespeedio.png","language":null,"readme":"# Raspberry Pi setup for Android phones\n\nUse your Raspberry Pi 4 to run tests on your Android phones. The images comes with the following pre installed:\n* adb\n* NodeJS\n* Chromedriver and Geckodriver\n* Gnirenhet so you can reverse the traffic from your phone back to your Raspberry Pi and throttle your connection\n* scrcpy and vnc so you can watch the desktop on you Raspberry Pi from your computer\n* sitespeed.io and dependencies to record a video\n\n\n## Install using the pre-made image\n1. Download the pre-made image from [releases](https://github.com/sitespeedio/raspberrypi/releases).\n2. Burn the image on a SD card using [Raspberry Pi Imager](https://www.raspberrypi.com/software/).\n3. Insert the SD card into the Raspberry Pi 4.\n4. Connect your Raspberry Pi with your router through a Ethernet cable and turn on your Raspberry Pi.\n5. Connect your phone to the Raspberry Pi through USB and *“Allow USB debugging”* on your phone in the popup.\n\nWhen you checked that everything works you should [change the SSH password](#change-ssh-login-password) and [update sitespeed.io and NodeJS](#update-your-device).\n\n### Log into the device\nUse the user `pi` and password `tearsofaclown` to log into the device using SSH.\n\n### Change SSH login password\nLogin to the device and change the password to your new password using `passwd`.\n\n### Run tests\nYou can run the test on the phone:\n```\nsitespeed.io https://www.sitespeed.io --android\n```\n\nIf you want to use the internet connection of your Rapsberry Pi and throttle it (in this example as a 4g network) you run your test like this:\n\n```\nsitespeed.io https://www.sitespeed.io --android --connectivity.engine throttle -c 4g --gnirehtet\n```\n\n### Connect using vnc\n\nOn your Mac, open “Screen Sharing” and then use *raspberrypi.local* as the hostname and the password *browsertime*. You will then be able to see the Raspberry PI screen on your Mac. \n\nOn your Raspberry Pi you can start *scrcpy* (open a terminal and write  *scrcpy*) and you will see the phone screen on the Raspberry Pi desktop.\n\n### Update your device\nThere's probably a newer version of sitespeed.io:\n\n```\nnpm install -g sitespeed.io\n```\n\nThere's also probably a newer version of NodeJS. Use [latest LTS](https://nodejs.org/en/):\n```\ncurl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -\nsudo apt install nodejs\n```\n\n## Install from scratch\nYou can [follow the instructions](https://www.sitespeed.io/documentation/sitespeed.io/installation/#raspberry-pi) in the sitespeed.io documentation if you want to install the dependencies yourself.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitespeedio%2Fraspberrypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitespeedio%2Fraspberrypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitespeedio%2Fraspberrypi/lists"}