aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2e034e69aec37581371d2b70cc2d360666eb9d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# HOVER:BIT Bluetooth Controller software
This is software for controlling the HOVER:BIT kit with a progressive web app.

The web app lives in the `controller` branch, it uses the [micro:bit Web Bluetooth](https://github.com/thegecko/microbit-web-bluetooth) library.

## Usage
First you need to flash your micro:bit with the hex-file on the releases-page, or you can
compile it yourself. I have been using the docker image provided by [Lancaster university](https://github.com/lancaster-university/microbit-v2-samples/blob/master/Dockerfile), because it is rather convenient.

```
    # Build the image on your machine
    docker build -t microbit-tools .
    # Build the hex-file
    docker run -v $(pwd):/app --rm microbit-tools
```

## Credits
- Current icon [made by strip](https://www.flaticon.com/authors/srip) from [Flaticon](https://www.flaticon.com/)