{"id":21989211,"url":"https://github.com/repcomm/arduino-cli-template","last_synced_at":"2026-04-20T10:02:49.703Z","repository":{"id":130853742,"uuid":"394157994","full_name":"RepComm/arduino-cli-template","owner":"RepComm","description":"A template for using arduino-cli, with some helpful bash scripts","archived":false,"fork":false,"pushed_at":"2021-08-09T05:28:59.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T03:15:25.520Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RepComm.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":"2021-08-09T05:15:15.000Z","updated_at":"2021-08-09T05:29:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"0eb4c446-8b46-438e-9c7b-6ef885bbb80c","html_url":"https://github.com/RepComm/arduino-cli-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RepComm/arduino-cli-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Farduino-cli-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Farduino-cli-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Farduino-cli-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Farduino-cli-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RepComm","download_url":"https://codeload.github.com/RepComm/arduino-cli-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Farduino-cli-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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-29T19:28:22.215Z","updated_at":"2026-04-20T10:02:49.676Z","avatar_url":"https://github.com/RepComm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arduino-cli-template\n\n## Requirements\n- [arduino-cli](https://arduino.github.io/arduino-cli/latest/getting-started/)\n- linux w/ bash\n\n## scripts\n```\n./go.sh\n```\nruns `project-info.sh`, `build.sh`, and `upload.sh`\n\u003cbr\u003e\nAka a one-stop-shop when writing code\n\n----\n\n```\nproject-info.sh\n```\nSpecify your project info here.\n\nTwo main things to set:\n\u003cbr\u003e\n`PROJECT_ID` needs to be set to the same name as the entry point file without .ino extension\nNOTE: the parent directory of your project must have the same name (pretty dumb requirement.. thanks arduino)\n`PROJECT_PRIMARY_BOARD` needs to be set to the FBQN of the board you wish to compile/upload to.\n\n----\n\n```\n./build.sh\n```\nRuns arduino-cli compile tools on your project\n\n----\n\n```\n./upload.sh\n```\nRuns arduino-cli upload tools on your compiled project\n\nNote that you will probably have errors on this step.\n\nFor me, adding my linux user to dialout group was necessary:\n```bash\nsudo usermod -a -G dialout MY_LINUX_USERNAME\n```\nAfter which a restart me be performed so your groups can update.\n\nTo see if your groups were updated, run:\n```bash\ngroups\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepcomm%2Farduino-cli-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepcomm%2Farduino-cli-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepcomm%2Farduino-cli-template/lists"}