News

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 ...
Developer and engineer Oliver Fabel has developed a port that is designed to run MicroPython on the Flipper Zero. This port allows users to write programs for Flipper Zero in Python, instead of ...
Originally, lv_micropython was created as an example of how to use lv_binding_micropython on a Micropython fork. Eventually it turned out that many people prefer using lv_micropython directly and only ...
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 ...
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 ...
This is work in progess based on micropython v1.21.0 (tagged version, 1.22.0 works too) SPI flash works in soft spi mode only (both single and quad (octospi)). Octospi needs modification of octospi.c ...
Micropython is very similar to python 3, only it is targeted for microcontrollers. So, if you know how to program in python, you will find it easy to start with micropython. Micropython also comes ...
The Raspberry Pi Pico microcontroller was released at the start of the year, and this book may be of interest if you are looking to programme it in MicroPython: yes, its Programming the Raspberry Pi ...