-
Hi
I have microbit v1.5 hardware. I have created a sample BLE program using Makecode for UART (keeping only bluetooth UART service block in onstart; do UART read till EOL and display in LED; write ac…
-
For running different cargo commands, I extracted what laze calls by running
```
$ laze -C examples/application build -v -b microbit-v2 -s probe-rs-run run
laze: project root: /home/chrysn/git/cr…
-
**Is your feature request related to a problem? Please describe.**
When using the radio function in a classroom setting with the simulator, it is intuitive to use the https://makecode.microbit.org/--…
-
This caught me by surprised and it's a MakeCode specific limitation, as CODAL returns a 32 bit unsigned int and MakeCode drops the 2 most significant bits:
https://github.com/microsoft/pxt-microbit/b…
-
A range of IDs is reserved for jacdac...
https://github.com/lancaster-university/codal-core/blob/master/inc/core/CodalComponent.h#L99
// jacadac reserved from 3000 - 4000
#define DEVICE_ID_JD_DYN…
-
When I look here
https://github.com/lancaster-university/microbit-dal/tree/v2.0.0-rc10
the following API is used
```
#include "MicroBitDisplay.h"
MicroBitDisplay display;
int main()
…
-
On my device, microbit_serial_number() returns 2117738716 but the Bluetooth device information service, due to the function used to set it, contains 841232314.
The Bluetooth Device Information Serv…
-
**Describe the bug**
In getting started, we link via bit.ly to a knowledgebase article on support.microbit.org
This link no longer exists and should go to https://microbit.org/guide/swift-playgrou…
-
#### Description
The current microbit module takes a somewhat odd role in being a driver that is specific to a group of boards, and in that it has a top block of defines that pick based on the boar…
-
Seen this problem when trying to extract code from a microbit where we have lost the source.
> ~/ Downloads/ubittool-0.6.0-mac-cli read-code
> Executing: Extract the MicroPython code to a file …