Skip to main content
MicroPython

MicroPython

SoftwareWikipedia

Search complete. 44 mentions across 16 episodes found for "MicroPython".

Sep 8, 2026

JohnHOST
3:19
This newsletter's reach highlights how powerful community-driven education can be.
JohnHOST
3:23
with contributors worldwide sharing guides, project ideas, and news about the latest tools in CircuitPython, MicroPython, and beyond.
JohnHOST
3:30
The fact that so many people turn to these newsletters for their regular dose of updates really strengthens the community and ensures that programming stays open, accessible, and exciting for all skill levels.
JohnHOST
3:41
Security, of course, is never far from anyone's mind, and the Linux ecosystem continues to lead the way in rapid, transparent patching of vulnerabilities, with new kernel releases targeting stability and reliability.
LizHOST
2:26
And then there are a bunch of build failures that were fixed as well.
LizHOST
2:30
And then for projects, a robot operating system, ROS2 library from MicroPython.
LizHOST
2:36
Kevin McCallier is making Snake ROS, a pure Python ROS2 client from MicroPython.
LizHOST
2:42
Snake ROS lets a MicroPython board, a Pico2W, a PicoW in ESP32, publish and subscribe to real ROS2 topics.
LizHOST
2:50
No C toolchain, no custom firmware, no reflashing to add a message type.
LizHOST
2:54
And that's linked on GitHub and X. Kevin does really cool projects, so definitely check his work out if you haven't.
LizHOST
3:01
and then another project building a custom prusa print companion app with micropython use a tufty 2350 with the prusa 3d printer api to create prusa companion to monitor 3d prints while away from the desk with this app you can see the print progress monitor temperatures and see the state of a print directly from tufty 2350 that is with you or worn around your neck And then finally, another really cool project, MP3 player stuffed into a cassette using MicroPython, and
Mikey SklarPANELIST
3:32
that's over on Instructables.
Paul CutlerHOST
4:32
So after 10.0, we then saw 10.1 in February and 10.2 this past April.
Paul CutlerHOST
4:37
10.2 included the latest ESP IDF as well as the MicroPython 1.27 merge.
Paul CutlerHOST
4:42
So thanks to Dan for keeping up with Upstream.
Todd KurtHOST
4:45
Yeah, thank you to MicroPython, which made all this possible.
Todd KurtHOST
4:49
I like that CircuitPython is still merging in updates to MicroPython as time goes on.
Todd KurtHOST
4:55
I think that's pretty hard to do because CircuitPython has... deviated a bit so i so i think dan's been the one who's mostly responsible for the merges so thank you jeez that must be a really hard task so paul what's your first one for this for this uh show
Paul CutlerHOST
5:10
If there was another theme over the last year is that it was the year of the fruit jam.
Paul CutlerHOST
4:25
So after 10.0, we then saw 10.1 in February and 10.2 this past April.
Paul CutlerHOST
4:30
10.2 included the latest ESP IDF as well as the MicroPython 1.27 merge.
Paul CutlerHOST
4:35
So thanks to Dan for keeping up with Upstream.
Tod KurtHOST
4:38
Yeah, thank you to MicroPython, which made all this possible.
Tod KurtHOST
4:42
I like that CircuitPython is still merging in updates to MicroPython as time goes on.
Tod KurtHOST
4:48
I think that's pretty hard to do because CircuitPython has... deviated a bit.
Tod KurtHOST
4:53
So I think Dan's been the one who's mostly responsible for the merges.
Guy SwannHOST
7:49
CoinKite wanted the wallet to use its own high-security hardware, random number generator, TRNG.
Guy SwannHOST
7:53
To do this, they told the underlying software system, MicroPython, to turn off its built-in generator by setting a switch to zero.
Guy SwannHOST
8:00
A new security library, LibNGU, checked this switch using a command, if in-depth, that only asks, does the switch exist? It did not ask, is it turned on? Because the switch existed, even though it was set to zero or off, the library assumed the hardware was ready.
Guy SwannHOST
8:18
It proceeded to call a standard function, rng-get.
Den OdellGUEST
72:51
I think I actually probably mentioned it before on the show.
Den OdellGUEST
72:53
But when Simon Willison was talking about combining MicroPython with Wasm and running sandboxes in the browser.
Den OdellGUEST
73:00
I had
Christopher BaileyHOST
73:00
that on the show recently.
JohnHOST
1:35
This week, the debut of the Python for Microcontrollers newsletter reflects just how big Python's reach in hardware has become.
JohnHOST
1:42
The newsletter gathers insights, recent updates, and showcases on Python's application in embedded hardware, especially CircuitPython and MicroPython.
JohnHOST
1:50
It's quickly emerging as a go-to resource for both developers and enthusiasts who want to keep up with community news, project highlights and upcoming events.
JohnHOST
1:58
One reason Python keeps gaining ground in this area is its beginner-friendly nature and active community, making it a favorite for quick experimentation and prototyping.
JohnHOST
1:46
Now, let's step into the heart of the hardware hacking community, the Python for Microcontrollers newsletter, which is rapidly becoming a must-read for developers working hands-on with embedded Python.
JohnHOST
1:56
Whether you're tinkering with CircuitPython or MicroPython on microcontrollers, or even single-board computers, this newsletter offers a steady stream of insights.
JohnHOST
2:05
It carefully curates major updates, highlights community projects, and inspires new initiatives, really fostering an active culture of sharing and learning.
JohnHOST
2:13
In fact, it's thanks to communities like this that open-source hardware projects continue to thrive, and that developers feel empowered to experiment, collaborate, and solve real-world problems in hardware.
Dan HalbertHOST
2:40
So we'll start.
Dan HalbertHOST
2:43
First of all, MicroPython version 129.0 has been released.
Dan HalbertHOST
2:51
There's a more detailed description in the Python and Microcontrollers newsletter.
Dan HalbertHOST
2:57
You can also look at the release notes.
Dan HalbertHOST
6:13
There's a pointer to the archives in the notes document.
Dan HalbertHOST
6:17
It highlights the latest Python on hardware news.
Dan HalbertHOST
6:20
from around the web, including CircuitPython and Python and MicroPython developments.
Dan HalbertHOST
6:24
It's got all kinds of projects and everything.
Calvin Hendryx-ParkerHOST
18:06
So there's not necessarily support yet for those embedded processors.
Calvin Hendryx-ParkerHOST
18:10
You're still gonna wanna use, you know, MicroPython or CircuitPython for those kinds of applications.
Calvin Hendryx-ParkerHOST
18:15
But if you're using something like the Vision Five, um, board, there's a couple other boards out there on the market that are more like Raspberry Pis.
Calvin Hendryx-ParkerHOST
18:22
You'll now have support.
Michael KennedyHOST
19:31
As well.
Michael KennedyHOST
19:32
I, I'm as well.
Michael KennedyHOST
19:33
My experience working with effectively MicroPython, it's super cool and the language is Python, but there's a lot of stuff like, "You want this library? No, no, no, no, no." You don't get that library.
Calvin Hendryx-ParkerHOST
19:41
You don't.

6 more episodes mention MicroPython.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.