{"id":19242284,"url":"https://github.com/hashfx/arduino-programming","last_synced_at":"2026-04-30T06:32:01.748Z","repository":{"id":116637238,"uuid":"544724251","full_name":"hashfx/arduino-programming","owner":"hashfx","description":"Programs for Arduino Circuits in Tinkercad","archived":false,"fork":false,"pushed_at":"2023-05-25T10:31:09.000Z","size":453,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T21:38:42.184Z","etag":null,"topics":["arduino","autodesk","tinkercad"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashfx.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-10-03T05:34:51.000Z","updated_at":"2022-10-03T06:28:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c452759f-5c9e-4661-b170-dca4a872c464","html_url":"https://github.com/hashfx/arduino-programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hashfx/arduino-programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2Farduino-programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2Farduino-programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2Farduino-programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2Farduino-programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashfx","download_url":"https://codeload.github.com/hashfx/arduino-programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2Farduino-programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["arduino","autodesk","tinkercad"],"created_at":"2024-11-09T17:13:52.145Z","updated_at":"2026-04-30T06:32:01.743Z","avatar_url":"https://github.com/hashfx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino Programming 👨🏻‍💻🔋🔌\n\n### Virtual Arduino at [TinkerCad](https://www.tinkercad.com)\n\n## Getting Started with [TinkerCad](https://www.tinkercad.com)\n\n1. Sign Up for a **Personal Account**\n2. Once Signed in, Click on **Circuits** in Left Navbar\n3. Click on **Create new Circuit** button\n4. Buttons Overview: \n\t1. **Code** to code in Blocks or Text or Both\n\t2. **Start Simulation** to run code on Arduino\n\t3. **Send To** to share code or download _.brd_ file\n\t4. **Components** and **Search** bar to select and use variety of circuits and their components\n\n## General Knowledge about Arduino\n+ Arduino is a company, open source hardware manufactured by an Italian Company to test circuits before implementing them on hardware\n+ Arduino IDE _(written in Java and CLI in GO)_ is used for coding [Download Here](https://www.arduino.cc/en/software)\n+ C or C++ code using Arduino API _(inspired by Processing Language and Wiring Libraries)_\n+ Arduino Program Structure _(aka **Sketch**)_\n\t```c++\n\tvoid setup(){\n\t\t// called when a sketch starts, used to initialise variables and hardware components, setup communication, I/O modes for digital pins\n\t\t// runs only once after each power up or reset of the Arduino board\n\t}\n\t```\n\t\n\t```c++\n\tvoid loop(){\n\t\t// allows program to change and respond, actively controls Arduino board\n\t}\n\t```\n\t\n## Repository Structure\nRepo contains directories with a **Circuit Diagram**, \u003ckbd\u003e\u003cb\u003e.brd\u003c/b\u003e\u003c/kbd\u003e _file for Autodesk PCB designs_, and \u003ckbd\u003e\u003cb\u003e.ino\u003c/b\u003e\u003c/kbd\u003e _file for Arduino code in C++_\n\n### Contribution\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n### License\n#### [GNU Lesser General Public License v2.1](https://github.com/hashfx/arduino-programming/blob/main/LICENSE)\n\n\u003ch2 align=\"center\"\u003e\nThanks for Visiting the \u003ca href=\"https://github.com/hashfx\"\u003eProfile\u003c/a\u003e, and Repository of \u003ca href=\"https://github.com/hashfx/arduino-programming\"\u003eArduino Programming\u003c/a\u003e 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashfx%2Farduino-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashfx%2Farduino-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashfx%2Farduino-programming/lists"}