Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atotto/mibot


https://github.com/atotto/mibot

microbit microbit-ble

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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 |