-
Currently, the only way to stop audio recording is with the playback block:
> makecode.microbit.org version: [5.1.26](https://github.com/Microsoft/pxt-microbit/releases/tag/v5.1.26)
> Microso…
-
After installing the microbit offline app for windows, the app is not discoverable from the start menu search. It is nowhere to be found.
App link: https://makecode.com/api/release/microbit/v6.0.5/…
-
Running each simulation to establish a baseline and to verify reproducible results. In the single family prototypes ran into the following errors. Also ran into multiple errors in the mobile home prot…
-
With this programme, the `[audio is [playing]]` block doesn't seem to work. The animation inside the while loop never executes, but the display is cleared immediately after the recording starts playin…
-
Hi Galen, can you help us add code validation to a few of the micro:bit tutorials?
@kiki-lee and @thsparks know how to do this and can show you...
-
To be able to record sound with the micro:bit and play it back with the on-board speaker.
Desired features:
* Record audio
* playback recorded audio
* Change sample rate of playback
* change sa…
-
**Describe the bug**
A problem was found in the beta version of makecode micro: bit. The translation was switched to "catalan", and an extension was added and the interface was stuck
**To Reproduc…
-
Es wird diese Fehlermeldung beim verwenden der Blöcke ausgegeben. Wahrscheinlich ist das font_matrix-Array zu lang, und das Programm zu groß, um es in den Preozessorspeicher des minis zu laden:
![i…
-
- The CODAL tag to deploy to MakeCode beta is v0.2.50: https://github.com/lancaster-university/codal-microbit-v2/releases/tag/v0.2.50
- Would be good to update the microbit-v2-samples tag to v0.2.12 …
-
This programme records sound and then attempts to change the sampling rate with the accelerometer as it plays:
```ts
input.onButtonPressed(Button.A, function () {
record.startRecording()
…