#microPython
On Chip Debug for (Some) MicroPython
On Chip Debug for (Some) MicroPython
Hackaday Article
hackaday.com
September 19, 2026 at 2:02 AM
MicroPython is this Summer’s Hottest Title for the SNES, Thanks to Claude Fable
MicroPython is this Summer’s Hottest Title for the SNES, Thanks to Claude Fable
Hackaday Article
hackaday.com
July 11, 2026 at 8:09 PM
I’ve got MicroPython running on TinyQV - my RISC-V SoC that’s on #TinyTapeout 6.

Here it is bit banging (from MicroPython!) a rule 30 cellular automaton to an LED matrix display.
January 5, 2025 at 7:24 PM
MicroPython Now Requires AI Disclosure on Every Pull Request 🤖🧠

Somewhere between 'ban it all' and 'let the robots run free' there's a checkbox to help the team at MicroPython.

blog.adafruit.com/2026/02/19/m...
February 19, 2026 at 7:32 PM
I may have finally found the Python-in-a-sandbox solution I've been looking for... here's my latest experiment, this time running MicroPython in WebAssembly inside my Python applications simonwillison.net/2026/Jun/6/m...
Running Python code in a sandbox with MicroPython and WASM
I’ve been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characteristics …
simonwillison.net
June 6, 2026 at 4:32 AM
唐突に自分でまとめた MicroPython のページを貼るよ。
MicroPythonのコードなら、まだAIに勝てますw
コードを書く楽しみをAIにくれてやるなんてもったいないぞ!
M5Stackを使ってみる - Attic or Garret (MicroPython編)
M5Stack(各種)を使って超小さい2足歩行ロボット、モーターカーを作ります。MicroPythonを使ってDUALSHOCK3制御、動画再生などTip'sと解析もたっぷり掲載。
itoi.jp
August 14, 2026 at 3:51 AM
Rainbow life.

Powered by MicroPython running on an RP2350 (the chip from the Raspberry Pi Pico 2)
February 6, 2025 at 4:41 PM
If you are starting out with MicroPython, you need to know about Awesome MicroPython — awesome-micropython.com
It's a curated list of MicroPython libraries and resources. Maintainer Mike Causer has been doing an epic job of looking after it over the years
#MicroPython
Awesome MicroPython
A curated list of MicroPython libraries, frameworks, software and resources.
awesome-micropython.com
November 6, 2024 at 6:48 PM
Happy 13th birthday, @micropython 🎉

We’re really happy to be increasing our GitHub sponsorship to $500/month to help support the project and ensure its future.

If MicroPython’s been useful to you, it’s well worth supporting too: github.com/sponsors/mic...
Sponsor @micropython on GitHub Sponsors
MicroPython is a lean, efficient and robust implementation of the Python 3 programming language optimised to run on microcontrollers and in constrained environments. It includes a subset of the Py...
github.com
April 29, 2026 at 7:48 AM
There's now a Micropython experimental port for the Dabao, and they are looking for testers! Check it out:

github.com/orgs/micropy...
MicroPython experimental port for the Dabao (Baochip-1x RISC-V) · micropython · Discussion #19580
Overview The Dabao is an awesome RISC-V eval board built around the Baochip-1x SoC, both created by @bunnie. @andrewleech and I have been working on a port for MicroPython building on @ArmstrongSub...
github.com
August 5, 2026 at 5:16 PM
Just casually running MicroPython on my Pi500+ keyboard…
October 3, 2025 at 8:34 PM
My 20th and latest guide is live at Pimoroni. This time I show you how to create custom animations on #Badgeware to celebrate YouTube subscriber milestones. We use the YouTube API, #micropython and Blinky 2350 to celebrate our achievements! learn.pimoroni.com/article/cele...
September 25, 2026 at 12:54 PM
The video of my "MicroPython: The Best Bits!" talk from the recent PyCon AU is now online:

www.youtube.com/watch?v=EVRD...

Slides are also available:

docs.google.com/presentation...

As usual, PyCon AU was a great conf, thanks to the organisers and all the attendees!

#MicroPython #PyConAU
"MicroPython: The best bits!" - Matt Trentini (Pycon AU 2024)
YouTube video by PyCon AU
www.youtube.com
November 30, 2024 at 4:23 AM
MicroPython v1.25.0 has been released!

github.com/micropython/...

A *huge* update, particularly for the ROMFS feature, and the new Alif port. However, as with all MicroPython releases, there are hundreds of improvements and fixes. Such focus on refinement!
Release ROMFS, alif port, RISCV inline assembler, DTLS, mpremote recursive remove · micropython/micropython
After more than three years in development, the "ROMFS" feature has been finalised, its filesystem format specified, and the VFS driver and supporting code are included in this release of MicroPyth...
github.com
April 16, 2025 at 12:12 AM
Some great news for Python on microcontrollers: MicroPython is dropping the u prefix from their standard library modules, which will make it so much easier to share code across CPython, MicroPython, &
CircuitPython. A huge win for the ecosystem!
https://github.com/orgs/micropython/discussions/12078
August 7, 2023 at 3:33 PM
You can try it out like this:

uvx micropython-wasm -c 'print("Hello world")'
June 6, 2026 at 4:33 AM
Eight pass Gaussian blur with a 3x3 uint8 kernel, running in MicroPython Viper on an RP2350-
February 6, 2025 at 5:49 PM
Ahhh look at this sweet lil guy @pimoroni.com #pimoroni #presto #micropython
January 5, 2025 at 12:15 AM
Am I completely mad? Yes.
Do I want a MicroPython based simulator of a Sharp ZQ770 personal organiser? Also yes.
Working on a touchscreen? Why not!
Fully programmable. Fully functional. Fully bonkers. Not an emulator!

youtu.be/hhJmhNPXUHs
Sharp ZQ770 Simulator
YouTube video by Gadgetoid
youtu.be
September 25, 2026 at 11:52 AM
ViperIDE v0.5.2 is out:
viper-ide.org

#MicroPython #WebIDE
March 4, 2025 at 9:07 AM
Chased a MicroPython bug to the very depths of Pico SDK and found a "yeah we know this will break but aaahh whatever" comment... 🤦

github.com/micropython/...
RP2XXX: flash writes broken after starting core1 and performing a soft reset · Issue #16619 · micropython/micropython
Port, board and/or hardware rp2040, rp2350 (Pico, Pico 2, Pico W, Pico 2 W) MicroPython version N/A, but tested on MicroPython v1.25.0-preview.217.gb4f53a0e51.dirty and various stable releases. Rep...
github.com
January 21, 2025 at 7:12 PM
My GitHub universe badge is a raspberry pi running micropython.

Playing around was able to get my photo on it.

Now I’m wondering how to hook it up
To my webcam and receipt printer of course
October 30, 2024 at 5:05 PM
There's a patch release for MicroPython, v1.24.1, out now:

github.com/micropython/...

Pre-built firmware downloads are already available:

micropython.org/download/

Particularly useful for rp2 and ESP32 builds - and it's also a good idea to update mpremote:

docs.micropython.org/en/latest/re...
Release Patch release for mpremote, rp2 IGMP, esp32 PWM, SDCard, and AP channel · micropython/micropython
This is a patch release containing the following commits: tools/mpremote: fix UnboundLocalError in Transport.fs_writefile() esp32/machine_pwm: use IDF functions to calculate resolution correctly p...
github.com
November 30, 2024 at 6:14 AM