Microcontroller vs CPU Updated 2025-08-08
Micro Bit simulator Updated 2025-07-16
Micro Bit getting started Updated 2025-07-16
When plugged into Ubuntu 22.04 via the USB Micro-B the Micro Bit mounts as:e.g.:for username
/media/$USER/MICROBIT//media/ciro/MICROBIT/ciro.Loading the program is done by simply copying a The file name does not matter, only the
.hex binary into the image e.g. with:cp ~/Downloads/microbit_program.hex /media/$USER/MICROBIT/.hex extension. Compile MicroPython code for Micro Bit locally Updated 2025-07-27
To use a prebuilt firmware, you can just use What that does is:
uflash, tested on Ubuntu 22.04:git clone https://github.com/bbcmicrobit/micropython
cd micropython
git checkout 7fc33d13b31a915cbe90dc5d515c6337b5fa1660
uflash examples/led_dance.py- convert the MicroPython code to bytecode
- join it up with a prebuilt firmware that ships with uflash which contains the MicroPython interpreter
- flashes that
To build your own firmware see: Compile MicroPython code for Micro Bit locally on Ubuntu 22.04 with your own firmware
Program the Micro Bit in C Updated 2025-07-27
Official support is abysmal, very focused on MicroPython and their graphical UI.
The setup impossible to achieve as it requires setting up the Yotta, just like the impossible to setup Compile MicroPython code for Micro Bit locally on Ubuntu 22.04 with your own firmware setup.
So we just use github.com/lancaster-university/microbit-samples + github.com/carlosperate/docker-microbit-toolchain:.hex file size for the hello world was 447 kB, much better than the MicroPython hello world downloaded from the website which was about 1.8 MB!
docker pull ghcr.io/carlosperate/microbit-toolchain:latest
git clone https://github.com/lancaster-university/microbit-samples
cd microbit-samples
git checkout 285f9acfb54fce2381339164b6fe5c1a7ebd39d5
# Select a sample, builds one at a time. The default one is the hello world.
cp source/examples/hello-world/* source
# Build and flash.
docker run -v $(pwd):/home --rm ghcr.io/carlosperate/microbit-toolchain:latest yotta build
cp build/bbc-microbit-classic-gcc/source/microbit-samples-combined.hex "/media/$USER/MICROBIT/"If you try it again for a second time from a clean tree, it fails with:presumably because after Yotta died it started using GitHub as a registry... sad. When will people learn. Apparently we were at 5000 API calls per hour. But if you don't clean the tree, you will be just fine.
warning: github rate limit for anonymous requests exceeded: you must log in Yotta (build system) Updated 2025-07-27
Micro Bit version Updated 2025-07-16
Identification: kitronik.co.uk/blogs/resources/explore-micro-bit-v1-microbit-v2-differences The easiest thing is perhaps the GPIO notches.
nRF51 series Updated 2025-07-16
Micro Bit example Updated 2025-07-16
- microbit/micropython/uart.py: the Micro BIt comes with a UART simulator via the USB connection, it is very convenient: support.microbit.org/support/solutions/articles/19000022103-outputing-serial-data-from-the-micro-bit-to-a-computer To output data to the computer simply use Python
print. To receive you can e.g. use GNU screen:It appears to be very unreliable however, some times it shows up, sometimes it doesn't.screen /dev/ttyACM0 115200
Micro Bit GPIO Updated 2025-07-16
Metric signature matrix Updated 2025-07-16
Micrometer Updated 2025-07-16
Nanometer Updated 2025-07-16
Angstrom Updated 2025-07-16
Picometer Updated 2025-07-16
Ingot Updated 2025-07-16
Alternative splicing Updated 2025-07-16
Quantum mechanical re-interpretation of kinematic and mechanical relations by Heisenberg (1925) Updated 2025-07-16
This Heisenberg's breakthrough paper on matrix mechanics which later led to the Schrödinger equation, see also: history of quantum mechanics.
Published on the Zeitschrift für Physik volume 33 page pages 879-893, link.springer.com/article/10.1007%2FBF01328377
Modern overview: www.mat.unimi.it/users/galgani/arch/heisenberg25amer_j_phys.pdf
Heisenberg picture Updated 2025-07-16
k-transitive group Updated 2025-07-16
There are unlisted articles, also show them or only show them.