diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-01-11 13:36:28 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-01-11 13:36:45 +0100 |
commit | 19d65c7b2e287223113ab916e103638c5c5003f5 (patch) | |
tree | 28bb4078c49f0529e65e3c411d8a62625054a53a | |
download | hoverbit-ble-19d65c7b2e287223113ab916e103638c5c5003f5.tar.gz hoverbit-ble-19d65c7b2e287223113ab916e103638c5c5003f5.zip |
:tada: Initial commit
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..629b622 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# HOVER:BIT Bluetooth Controller software + + + + +## 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 +``` |