{"id":24303084,"url":"https://github.com/ericmiguel/arduino-notes","last_synced_at":"2025-08-30T14:09:14.278Z","repository":{"id":214640259,"uuid":"736625164","full_name":"ericmiguel/arduino-notes","owner":"ericmiguel","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-02T17:31:12.000Z","size":499,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T14:53:07.019Z","etag":null,"topics":[],"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/ericmiguel.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":"2023-12-28T12:14:24.000Z","updated_at":"2023-12-29T14:42:07.000Z","dependencies_parsed_at":"2024-01-02T18:52:29.065Z","dependency_job_id":null,"html_url":"https://github.com/ericmiguel/arduino-notes","commit_stats":null,"previous_names":["ericmiguel/arduino-notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericmiguel/arduino-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmiguel%2Farduino-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmiguel%2Farduino-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmiguel%2Farduino-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmiguel%2Farduino-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericmiguel","download_url":"https://codeload.github.com/ericmiguel/arduino-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmiguel%2Farduino-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272858542,"owners_count":25005092,"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-08-30T02:00:09.474Z","response_time":77,"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":"2025-01-17T00:35:06.890Z","updated_at":"2025-08-30T14:09:14.123Z","avatar_url":"https://github.com/ericmiguel.png","language":"C++","readme":"# Arduino Notes\n\n## WSL notes\n\n```bash\n# install USBIPD-WIN\n# https://learn.microsoft.com/pt-br/windows/wsl/connect-usb#attach-a-usb-device\n\n# at WSL\nsudo apt install linux-tools-generic hwdata\nsudo update-alternatives --install /usr/local/bin/usbip usbip /usr/lib/linux-tools/*-generic/usbip 20\n\n# at windows\nusbipd list\nusbipd bind -b {BUSID}\nusbipd attach --busid {BUSID} --wsl\n\n# at wsl\nlsusb\n```\n\n## Fresh install\n\n```bash\narduino config init\n# The first thing to do upon a fresh install is to update the local cache of available platforms and libraries by running:\narduino core update-index\narduino lib update-index\n```\n\n## CLI workflow\n\n```bash\n\n# https://arduino.github.io/arduino-cli/0.35/getting-started/\n\narduino sketch new {name}\n\n# After connecting the board to your PC by using the USB cable, you should be able to check whether it's been recognized by running:\narduino board list\n\n# installing an Arduino UNO R3 compatible board\narduino core search uno\narduino core install arduino:avr\narduino compile --fqbn arduino:avr:uno {sketch name here}\n\n# get USB port from \"arduino-cli board list\"\narduino upload --port /dev/ttyUSB0 --fqbn arduino:avr:uno {sketch name here}\n\n# search for libs\narduino lib search {lib name}\narduino lib install {lib name}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericmiguel%2Farduino-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericmiguel%2Farduino-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericmiguel%2Farduino-notes/lists"}