- https://ferryzhou.github.io/nezha-ble/hands/index.htm
- https://ferryzhou.github.io/nezha-ble/ble/index.htm
- https://ferryzhou.github.io/nezha-ble/hands-ble/index.htm
For Makecode bluetooth extension, remember add the following code to pxt.json:
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"pairing_mode": 0,
"whitelist": 0
}
}
}
}
To find pxt.json, first add Bluetooth extension, then turn on js mode, click Explorer button in left panel.
Micro:bit Bluetooth
- https://gist.github.com/kotobuki/7c67f8b9361e08930da1a5cfcfb0653f
- https://cardboard.lofirobot.com/control-microbit/
MediaPipe
VSCode Web