Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atotto/mibot
https://github.com/atotto/mibot
microbit microbit-ble
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atotto/mibot
- Owner: atotto
- License: mit
- Created: 2020-05-29T12:56:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T13:14:32.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:30:31.768Z (6 months ago)
- Topics: microbit, microbit-ble
- Language: Go
- Size: 813 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pion - atotto/mibot - Home Rover Robot control (DataChannel)
README
# micro:bit robot with BLE control
[![video](https://img.youtube.com/vi/Z31ZHTtBVgU/0.jpg)](https://www.youtube.com/watch?v=Z31ZHTtBVgU)
## micro:bit code
![code](./microbit/code.png)
https://makecode.microbit.org/#pub:_E248Ej3awP8J
## controller
```
$ go get github.com/atotto/mibot
$ sudo mibot
```Now, you can control command with:
| code | description |
| --- | --- |
| w | forward |
| a | left |
| d | right |
| s | backward |