From 19d65c7b2e287223113ab916e103638c5c5003f5 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 11 Jan 2021 13:36:28 +0100 Subject: :tada: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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 +``` -- cgit v1.2.3