{"id":19806670,"url":"https://github.com/timnew/omni_bit_car","last_synced_at":"2026-05-14T04:38:40.902Z","repository":{"id":145702559,"uuid":"415570489","full_name":"timnew/omni_bit_car","owner":"timnew","description":"A MakeCode project","archived":false,"fork":false,"pushed_at":"2021-10-10T12:22:17.000Z","size":372,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T06:24:35.386Z","etag":null,"topics":["microbit","omnibit","remote-control","remote-control-car","yahboom","yahboomtechnology"],"latest_commit_sha":null,"homepage":"http://timnew.me/omni_bit_car/","language":"TypeScript","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/timnew.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-10-10T11:49:05.000Z","updated_at":"2021-10-10T12:30:47.000Z","dependencies_parsed_at":"2023-04-07T23:47:17.915Z","dependency_job_id":null,"html_url":"https://github.com/timnew/omni_bit_car","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"4f0cc1092e04cce96dd0921443dc2789953363ff"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Fomni_bit_car","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Fomni_bit_car/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Fomni_bit_car/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Fomni_bit_car/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timnew","download_url":"https://codeload.github.com/timnew/omni_bit_car/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241150393,"owners_count":19918350,"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","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":["microbit","omnibit","remote-control","remote-control-car","yahboom","yahboomtechnology"],"created_at":"2024-11-12T09:08:08.629Z","updated_at":"2026-05-14T04:38:40.876Z","avatar_url":"https://github.com/timnew.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e Open this page at [https://timnew.github.io/omni_bit_car/](https://timnew.github.io/omni_bit_car/)\n\n## Introduction\n\nThis is project for to control a Mecanum Wheel robot car with a remote controller communicated via MicroBit bluetooth protocol.\n\nThe whole project requires:\n\n* 2 MicroBit controllers, one for the car, the other is fore the controller\n* [Yahboom Omni:Bit](https://category.yahboom.net/collections/micro-bit/products/omni-bit) as the car\n* [Yahboom GameHand](https://category.yahboom.net/collections/micro-bit/products/basicgamehandle) as the remote controller\n\nThe software part contains 2 projects:\n\n* Car: https://github.com/timnew/omni_bit_car\n* Controller: https://github.com/timnew/omni_bit_remote\n\n## What is the difference from the offical solution\n\n* It is similar to the offical solution at the core, but is more elegent and graceful.\n* It inherits the responsiveness from the official solution, no response delay.\n* It reads the joystick analog reading on the control pad, and control the car with analog signal. So you can control the speed or the car with joy stick, also allow you to move the car in any direction as joystick points.\n* This project redsign the communication protocol, it depends on MicrBit's built-in key value pair signal instead of the clucky string based protocol.\n* By dropping the clucky string protocol, code is hugely simplifed.\n* The right buttons also controls the car to move forward and backward at full speed.\n* Button control and joystick control can seamlessly works at the same time.\n\n## Use as Extension\n\nThis repository can be added as an **extension** in MakeCode.\n\n* open [https://makecode.microbit.org/](https://makecode.microbit.org/)\n* click on **New Project**\n* click on **Extensions** under the gearwheel menu\n* search for **https://github.com/timnew/omni_bit_car** and import\n\n## Edit this project ![Build status badge](https://github.com/timnew/omni_bit_car/workflows/MakeCode/badge.svg)\n\nTo edit this repository in MakeCode.\n\n* open [https://makecode.microbit.org/](https://makecode.microbit.org/)\n* click on **Import** then click on **Import URL**\n* paste **https://github.com/timnew/omni_bit_car** and click import\n\n## Blocks preview\n\nThis image shows the blocks code from the last commit in master.\nThis image may take a few minutes to refresh.\n\n![A rendered view of the blocks](https://github.com/timnew/omni_bit_car/raw/master/.github/makecode/blocks.png)\n\n#### Metadata (used for search, rendering)\n\n* for PXT/microbit\n\u003cscript src=\"https://makecode.com/gh-pages-embed.js\"\u003e\u003c/script\u003e\u003cscript\u003emakeCodeRender(\"{{ site.makecode.home_url }}\", \"{{ site.github.owner_name }}/{{ site.github.repository_name }}\");\u003c/script\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnew%2Fomni_bit_car","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimnew%2Fomni_bit_car","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnew%2Fomni_bit_car/lists"}