{"id":21363164,"url":"https://github.com/firstteam102/arduinotshirttankbot","last_synced_at":"2026-04-19T03:02:36.057Z","repository":{"id":92308218,"uuid":"529608067","full_name":"FIRSTTeam102/ArduinoTshirtTankBot","owner":"FIRSTTeam102","description":"A tank robot with an air-powered t-shirt cannon, controlled by an Arduino","archived":false,"fork":false,"pushed_at":"2024-05-14T00:25:16.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-10T17:04:28.431Z","etag":null,"topics":["arduino","tank","tshirt-cannon"],"latest_commit_sha":null,"homepage":"","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/FIRSTTeam102.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-27T14:27:10.000Z","updated_at":"2022-08-27T14:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc1f3025-7621-4afb-b47f-51aeb433f65d","html_url":"https://github.com/FIRSTTeam102/ArduinoTshirtTankBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FIRSTTeam102/ArduinoTshirtTankBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIRSTTeam102%2FArduinoTshirtTankBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIRSTTeam102%2FArduinoTshirtTankBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIRSTTeam102%2FArduinoTshirtTankBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIRSTTeam102%2FArduinoTshirtTankBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FIRSTTeam102","download_url":"https://codeload.github.com/FIRSTTeam102/ArduinoTshirtTankBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIRSTTeam102%2FArduinoTshirtTankBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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","tank","tshirt-cannon"],"created_at":"2024-11-22T06:18:13.802Z","updated_at":"2026-04-19T03:02:35.709Z","avatar_url":"https://github.com/FIRSTTeam102.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# controller-robot communication\n\nThe two Arduinos communicate with two [ENCJ2860](https://github.com/JAndrassy/EthernetENC)s over an Ethernet cable (needs to be a crossover for a direct run). Messages/packets are sent over UDP.\n\n## message structure\n\nMessages begin with a 1 byte ID that determines the type of message.\n\n| ID   | purpose           |\n| ---- | ----------------- |\n| 0b00 |                   |\n| 0b01 | ping? (todo)      |\n| 0b10 | controller status |\n| 0b11 | robot status      |\n\nMessages also contain a timestamp from [millis](https://reference.arduino.cc/reference/en/language/functions/time/millis/). As of current, it's not needed as packets always seem to arrive in the proper order.\n\nThe rest of the message body is a struct determined by the ID.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstteam102%2Farduinotshirttankbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstteam102%2Farduinotshirttankbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstteam102%2Farduinotshirttankbot/lists"}