News

MicroPython v1.24 firmware adds support for Raspberry Pi RP2350 and Espressif ESP32-C6 microcontrollers, RISC-V improvements, and more.
I recently got one of the new RP2040-based Bus Pirate 5 (BP5), a multi-purpose interface debugging and testing tool. Scanning the various such tools in my toolbox already: an Analog Discovery 2, a … ...
Flipper Zero hacking tool gets MicroPython support 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 ...
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 ...
This interactivity is known as REPL – Read, Evaluate, Print, Loop. The REPL alone makes MicroPython amazing for board bringup, building devices quickly, reverse-engineering, debugging device ...
It is now possible to run Arduino and MicroPython side-by-side on multi-core microcontrollers. Opening up a wealth of new applications across ...
With the development of wearable sensor technologies, traceability of sports and health data has become widespread. Electrocardiography (ECG) is an important data in the detection of heart diseases ...
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 ...
Model checking has often been used for verifying Cyber-Physical Systems (CPS). A major challenge is how to capture a model that represents the actual behavior of the software. Model extraction can ...
The differences between the Python and MicroPython programming languages are minute, but they make a powerful difference.