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 ...
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 ...
The differences between the Python and MicroPython programming languages are minute, but they make a powerful difference.
micropython-webserver for ESP-12F A simple HTTP server on your MCU, designed to use in ESP-12F Wifi module, but it may work with antoher micropython MCU-s (e.g ESP32). There is an opportunity to run ...