diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-06-08 00:59:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 00:59:02 +0200 |
commit | 26d844c4149af823cd84e68417a5722352346ba7 (patch) | |
tree | 551cb9c8ebb59a676c04ee4a05993d112491f231 /README.md | |
parent | 4d417f386472502636fe8e3e9b9be5ae8442aa77 (diff) | |
parent | ba195268ca0778fccc30d13356c40b0f0c7fe848 (diff) | |
download | hoverbit-ble-26d844c4149af823cd84e68417a5722352346ba7.tar.gz hoverbit-ble-26d844c4149af823cd84e68417a5722352346ba7.zip |
Merge pull request #8 from JakobST1n/dev1.0.0
Dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,13 +1,15 @@ # 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](https://github.com/JakobST1n/hoverbit-ble/tree/controller) branch, you can access it [here](http://jakobst1n.github.io/hoverbit-ble/). It works the best if you install it on your device, usually you should get a prompt to install it when accessing the site. +The web app lives in the [controller](https://github.com/JakobST1n/hoverbit-ble/tree/controller) branch, you can access it [here](http://jakobst1n.github.io/hoverbit-ble/). It works the best if you install it on your device, usually you should get a prompt to install it when accessing the site. -Only tested on __Google Chrome__! Will __NOT__ work on Safari (as apple doesn't allow web bluetooth). I have not tested on IOS, but it should work with chrome there as well. +> Only tested on __Google Chrome__! Will __NOT__ work on Safari (as apple doesn't allow web bluetooth). I have not tested on IOS, but it should work with chrome there as well. + +The Micro:bit code for this project is not the most efficient, object oriented and readable code is highly prioritized instead. ## Usage ### Flashing the micro:bit -Get the last [hex file](https://github.com/JakobST1n/hoverbit-ble/releases/latest) from Releases, and flash your micro:bit with this file. +Get the last [hex file](https://github.com/JakobST1n/hoverbit-ble/releases/latest) from Releases, and flash your micro:bit with this file. To do this, plug the micro:bit into your computer. The micro:bit will then appear as a removable flash drive, then simply copy (drag-drop) the hex-file into the flash-drive folder. @@ -37,3 +39,4 @@ Take a look at [active issues](https://github.com/JakobST1n/hoverbit-ble/issues) ## Credits - Joysticks on webapp is from the [nipplejs](https://yoannmoi.net/nipplejs/) library. +- [micro:bit V2 Runtime (Docs)](https://rneacy.dev/mbv2/ble/) |