From c9dcdc3d54965f8438a11a27af6433123128721f Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Tue, 28 Nov 2023 21:53:23 +0000 Subject: [PATCH] Tools: Add micro:bit Explorer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e93c70e..79a2951 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ These languages do not program the micro:bit directly, but can be used to create - [micro:bit uploader](https://makecode.microbit.org/uploader) - Windows application that monitors your Downloads folder and flashes any new programs to the micro:bit. - [Hardware Simulation with QEMU](https://www.qemu.org/2019/05/22/microbit/) - Emulation support for the micro:bit is available from QEMU 4.0 and can be used for low-level software testing and development. - [WebUSB flashing tool](https://microbit.org/tools/webusb-hex-flashing/) - Tool to flash (program) any BBC micro:bit hex file using the WebUSB technology available in Chrome and Edge browsers. +- [micro:bit Explorer](https://microbit-explorer.ok-y.xyz) - Explore the BBC micro:bit sensor data and inputs over BLE with Web Bluetooth. ## 🧰 micro:bit Tools