{"id":15163253,"url":"https://github.com/dadleyy/xiao-runner","last_synced_at":"2026-01-30T21:02:39.624Z","repository":{"id":146516542,"uuid":"540406645","full_name":"dadleyy/xiao-runner","owner":"dadleyy","description":"line wobbler clone using esp32c3 + neopixels","archived":false,"fork":false,"pushed_at":"2022-10-31T02:13:39.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T00:05:28.770Z","etag":null,"topics":["cpp17","esp32","esp32c3"],"latest_commit_sha":null,"homepage":"https://youtu.be/LCHULixg3cw","language":"C++","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/dadleyy.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":"2022-09-23T11:24:19.000Z","updated_at":"2024-04-09T06:54:46.000Z","dependencies_parsed_at":"2023-04-27T07:04:41.436Z","dependency_job_id":null,"html_url":"https://github.com/dadleyy/xiao-runner","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"ba706c9d320dac2da594f54faa262d873243913f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dadleyy/xiao-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadleyy%2Fxiao-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadleyy%2Fxiao-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadleyy%2Fxiao-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadleyy%2Fxiao-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadleyy","download_url":"https://codeload.github.com/dadleyy/xiao-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadleyy%2Fxiao-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"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":["cpp17","esp32","esp32c3"],"created_at":"2024-09-27T02:22:04.665Z","updated_at":"2026-01-30T21:02:39.607Z","avatar_url":"https://github.com/dadleyy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XIAO Runner\n\nA project incoporating the [xiao esp32c3 microcontroller][xiao] and some neopixel\nlights. [Demo on youtube](https://youtu.be/LCHULixg3cw).\n\n| |\n| --- |\n| \u003cimg width=\"400px\" src=\"https://user-images.githubusercontent.com/1545348/194978649-c66d7afd-d38d-4184-83a0-80cc86937910.jpg\" /\u003e |\n\n## Hardware\n\n| Quantity | Name | Price (per each) |\n| --- | --- | --- |\n| 2 | [xiao esp32c3][xiao] | ~$5.00 |\n| 1 | [adafruit rugged metal pushbutton][pushbutton] | ~$5.00 |\n| 1 | [adafruit thumbstick][thumbstick] | ~$2.50 |\n| 1 | [adafruit thumbstick breakout][breakout] | ~$1.50 |\n| 1 | [ws2812b led light strip][led] | ~$15.00 |\n\n## Compiling\n\nThis project uses [platformio] for compilation and dependency management. Once installed, the project's two main\napplications can be compiled and flashed onto esp32c3 devices using the cli:\n\n```\n$ pio run -t upload\n```\n\n\u003e Note: there are two separate platformio projects in this repository -\n\u003e 1. the controller code @ [`src/xiao-controller`]\n\u003e 1. the \"sever\"/light code @ [`src/xiao-lights`]\n\n## Inspiration\n\nSee [`inspiration.md`][insp]\n\n[xiao]: https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html\n[platformio]: https://platformio.org/\n[pushbutton]: https://www.adafruit.com/product/481\n[thumbstick]: https://www.adafruit.com/product/2765\n[breakout]: https://www.adafruit.com/product/3246\n[led]: https://www.amazon.com/gp/product/B09PBJ92FV\n[variant]: https://en.cppreference.com/w/cpp/utility/variant\n[`src/xiao-controller`]: ./src/xiao-controller\n[`src/xiao-lights`]: ./src/xiao-lights\n[insp]: https://gist.github.com/dadleyy/edc6ead991f363764fc5f1a3a47fb630#file-inspiration-md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadleyy%2Fxiao-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadleyy%2Fxiao-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadleyy%2Fxiao-runner/lists"}