MicroPython is one of the most popular firmware for microcontrollers due to its ease of use. The MicroPython v1.27 release adds support for some interesting microcontrollers, namely Espressif Systems ...
The "Differences with other LEGO MicroPython Implementations" section of the https://github.com/pybricks/pybricks-micropython readme has a broken link to https ...
What exactly is Python and what is MicroPython? The major differences between both languages. Some use cases for each. As difficult as it is to imagine, the Python programming language made its ...
MicroPython has become one of the most popular ways of programming microcontrollers, and the just-released MicroPython v1.24 adds support for the widely-used Raspberry Pi RP2350 and Espresif ESP32-C6 ...
In case you haven’t heard, about a month ago MicroPython has celebrated its 11th birthday. I was lucky that I was able to start hacking with it soon after pyboards have shipped – the first tech talk I ...
The world of microcontrollers is set to experience a significant shift with the upcoming release of MicroPython v1.23, which will introduce support for Asymmetric Multiprocessing (AMP) on multi-core ...
Since pybricks/pybricks-micropython@2e97a74 and related commits, there are 4 different places where maximum size is defined/constrained and with different values, when it used to be just 1. This ...
The first article in this series about MicroPython for the ESP32 focused on the development interface and simple commands. Now we present practical applications. Using suitable program libraries, for ...