From 3e9688b20937cdd10524cf6f79183620ec1d1732 Mon Sep 17 00:00:00 2001 From: Adam Orczyk Date: Fri, 25 Oct 2024 12:09:44 +0200 Subject: [PATCH] my micro:bit - url and description (#635) * Changing the description and the url of mymicro:bit application. * Changing the description and the url of mymicro:bit application - 2. * New description of MyMicro:bit. TweetMe! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143c538..476c83d 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ These languages do not program the micro:bit directly, but can be used to create - [MakeCode Streamer Beta](https://makecode.com/streamer/docs) - Web app that simplifies the creation of interactive, high quality coding videos. Designed for teachers, students, or anyone who would want to do online MakeCode coding. - [micro:bit USB Grapher](https://github.com/bsiever/microbit-usb-grapher) - A web page using WebUSB to graph, manipulate, and save data collected on the micro:bit. - [Fab Connect](https://beta.tfabconnect.com/en/) - Online tool & dashboard to bridge multiple micro:bits together via the internet using a WebUSB connection to the browser. -- [My micro:bit](https://medlight.pl/mymicrobit) - Web app that communicates with the micro:bit via WebUSB or Web Bluetooth. You can control the micro:bit from your computer keyboard, send commands, and analyse sensor data in charts and gauges. +- [my micro:bit](https://mymicrobit.glitch.me) - Web app to control the micro:bit from your computer keyboard or smartphone, send commands, program, and analyze sensor data on charts and gauges. - [midi2ubit](https://github.com/63rabbits/midi2ubit) - Convert MIDI notes to notes-string for micro:bit. The notes-string can then be played using a MakeCode extention. - [HOVER:BIT Bluetooth Controller](https://github.com/JakobST1n/microbit-gamepad) - A web app for sending DPAD events to micro:bit devices over Bluetooth. - [micro:bit Explorer](https://microbit-explorer.ok-y.xyz) - Explore the BBC micro:bit sensor data and inputs over BLE with Web Bluetooth.