Demonstration of reading the micro:bit serial number via WebUSB and determining the friendly name for subsequent Web Bluetooth connections.
https://thegecko.github.io/microbit-serial/
Node.js >= v12, which includes npm
.
yarn via:
> npm i -g yarn
Commands which can be run in the cloned repo folder:
Build
> yarn
Clean
> yarn clean
Watch, serve and reload
> yarn watch