{"id":30734802,"url":"https://github.com/jbdesbas/armbot","last_synced_at":"2026-07-19T03:34:11.641Z","repository":{"id":305519323,"uuid":"677969864","full_name":"jbdesbas/armbot","owner":"jbdesbas","description":"ESP32 armbot","archived":false,"fork":false,"pushed_at":"2025-07-20T15:17:50.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T10:35:13.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbdesbas.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}},"created_at":"2023-08-13T08:52:42.000Z","updated_at":"2025-07-20T15:17:53.000Z","dependencies_parsed_at":"2025-07-20T16:29:18.331Z","dependency_job_id":null,"html_url":"https://github.com/jbdesbas/armbot","commit_stats":null,"previous_names":["jbdesbas/armbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jbdesbas/armbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbdesbas%2Farmbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbdesbas%2Farmbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbdesbas%2Farmbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbdesbas%2Farmbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbdesbas","download_url":"https://codeload.github.com/jbdesbas/armbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbdesbas%2Farmbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35640426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-19T02:00:06.923Z","response_time":112,"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-09-03T19:38:11.238Z","updated_at":"2026-07-19T03:34:11.626Z","avatar_url":"https://github.com/jbdesbas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Armbot\n\nA library to control a robotic arm with ESP32\n\n![arm](./arm.jpg)\n\n## Exemple\n\n```python\nfrom dev import Arm\n\narm = Arm()\nmotion = arm.motion\nbase = arm.motor['base']\nshoulder = arm.motor['shoulder']\nelbow = arm.motor['elbow']\nwrist = arm.motor['wrist']\nclamp = arm.motor['clamp']\n\n\n# Add motions to list\nmotion.append(wrist.goTo(6000))\nmotion.append(wrist.goToMin())\nmotion.append(clamp.goToMin())\nmotion.append(clamp.goToMax())\n\n# Execute all motions\nmotion.go()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbdesbas%2Farmbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbdesbas%2Farmbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbdesbas%2Farmbot/lists"}