-
LEDs on the microbit board start to flicker / switch off when the obstacle sensor is active.
-
Wiped my chromebook a while back, including all my Microbit hexes, which was not very smart.
Anyways, tried to recover one hex I had on my microbit, but the hex can't be accessed via the Makecode edi…
-
```
void MicroBitSerial::dataReceived()
{
//get the received character
//Note: always read from the serial to clear the RX interrupt
char c = getc();
if(!(status & MICROBIT_SER…
-
Using this command:
`uflash -r custom_runtime.hex my_script.py` (1)
I've tried to flash microbit using a custom runtime hex file you I created instead of the built in hex.
Microbit gets flashed …
-
I just bought myself a microbit (model V1.3B) and are fortunate enough to come across radiobit.
But after following the instructions and flashed your tools into my microbit (using uflash 1.2.4), none…
-
the Vendor2 command (0x82) which is used to set the line speed also sends a break:
https://github.com/microbit-foundation/DAPLink/blob/master/source/daplink/cmsis-dap/DAP_vendor.c#L93
this reset…
-
**Describe the bug**
[Mac Safari] **'Add comment' display wrong** when **resize the box**
**Steps to reproduce the behavior**
1.Navigate to [Microsoft MakeCode for micro:bit (microbit.org)](http…
-
I'm looking at the page for random https://microbit-micropython.readthedocs.io/en/latest/tutorials/random.html
there is this program example of a dice
```
from microbit import *
import random
d…
-
When the timer reaches 0, a push notification should go off on the phone; alert over UART(?)
-
In release rc10 and master, module.json says "version": "2.0.0-rc9".
Note also that lancaster-university/microbit has an rc11 which depends on microbit-dal rc10.
It's getting confusing!