среда, 16 сентября 2026 г.

ICYMI Python on Microcontrollers Newsletter: Better MicroPython Garbage Collection, Python in 1024 Bytes and More!

If you missed this week’s Python on Microcontrollers Newsletter, here is the ICYMI (in case you missed it) version.

To never miss another issue, subscribe now! – You’ll get a terrific newsletter each Monday (which is out before this post). 12,382 subscribers worldwide!

The next newsletter goes out Monday morning and subscribing is the best way to keep up with all things Python for hardware. No ads or spam, no selling lists, leave any time.


From the Editor:

Welcome to the latest Python on Microcontrollers newsletter! Having just concluded her second Vintage Computing Federation gathering near Chicago, your editor is exhausted, having brought all of her IBM gear (minus a nice Model M keyboard) to sell to the next generation. Why divest? I have so much to do otherwise, so the IBMs were sitting idle.

Not sitting idle is the Python on hardware community. Many of us have run into issues with a project stalling due to Python garbage collection. New work helps to avoid stutters in programs. A new Visual Studio Code extension helps with CircuitPython work. And so much more this issue. Thank you for being a reader. – Anne Barela, Editor

We’re on Discord, Twitter/X, BlueSky and for past newsletters – view them all here. If you’re reading this on the web, please subscribe here. Here’s the news this week:

An Incremental Garbage Collector For MicroPython

Incremental Garbage Collector

nunomo/raspy135 has added incremental garbage collection for MicroPython. It eliminates stop-the-world garbage collection which is one of the disadvantages of using MicroPython. It can keep high FPS in graphics applications with massive data allocations – GitHub. Via X.

  • ATB expanded to 4bit
  • GC skips scanning for ‘data’ type such as bytearray.
  • GC can run partially in background, for scan and sweep.
  • ESP32 and unix port are available, easy to port to other boards.

CircuitPython Remote

CircuitPython Remote

CircuitPython Remote 0.0.2 is an early beta VS Code extension for browsing and editing files on CircuitPython Web Workflow devices over WiFi. It is designed around the standard CircuitPython Web Workflow API, but other boards, operating systems, firmware versions, and network configurations have not yet been verified. The author is looking for community feedback – Adafruit Forums, code Visual Studio Marketplace and GitHub.

These Are The Programming Languages Developers Want To Learn The Most

The Programming Languages Developers Want To Learn The Most

New programming languages pop up seemingly every day, but despite a sea of options, a few figures routinely stand out as the most sought-after. According to Stack Overflow’s Developer Survey, the three most in-demand programming languages in order of developer popularity are Python, JavaScript, and Rust – BGR.

Refinements in the Centauri Quadcopter System

Centauri Quadcopter System

Tim Hanewich continues to refine Centauri, a fully custom quadcopter system with a custom MicroPython‑based flight controller, running efficiently on a low‑power Raspberry Pi Pico. Unlike most quadcopter projects that rely on off‑the‑shelf flight controllers, Centauri is entirely original – Blog, GitHub and YouTube. Via X.

Snakie Now Allows Picking a Microcontroller Board From a List of Nearly 240 Devices

Kevin McAleer's Snakie editor

Kevin McAleer’s Snakie editor / integrated development environment (IDE) for MicroPython and CircuitPython now lets you pick the board to code for and flash from a catalog of nearly 240 boards – X and Snakie app.

Making a Python Interpreter in 1024 Bytes

Making a Python interpreter in 1024 bytes

Austin Z. Henley set himself a weekend challenge to write a Python interpreter in 1024 bytes of C, with no macro tricks and no libraries – austinhenley.com and GitHub. Via the Adafruit Blog.

CPython Officially Adds RISC-V Support As a Tier 3 Platform

CPython Officially Adds RISC-V Support

The Python core development team has announced that the open instruction set architecture RISC-V is now officially supported by CPython as a Tier 3 platform. The announcement was shared on the Python Insider blog by contributor Stan Ulbrych, following sustained efforts across the community to stabilize and validate the implementation on real silicon – InfoQ and Hacker News.

This Week’s Python Streams

Python Streams

Python on Hardware is all about building a cooperative ecosphere which allows contributions to be valued and to grow knowledge. Below are the streams within the last week focusing on the community.

CircuitPython Deep Dive Stream

Deep Dive

Last Friday, Scott streamed work on Zephyr pin muxing.

You can see the latest video and past videos on the Adafruit YouTube channel under the Deep Dive playlist – YouTube.

Deep Dive with Tim

Deep Dive with Tim

Last week, Tim streamed work on pico-faces Image Gen Model Running on RP2350 Outputting DVI.

You can see the latest video and past videos on the Adafruit YouTube channel under the Deep Dive playlist – YouTube.

CircuitPython Weekly Meeting

CircuitPython Weekly Meeting for September 8, 2026 (notes) on YouTube.

Project of the Week: Rebuilding a 1995 GPS Time Server with Raspberry Pi and Python

Rebuilding a 1995 GPS Time Server with Raspberry Pi and Python

A 1995 TrueTime XL-AK GPS time server has been rebuilt around a Raspberry Pi 5 by maker Jeff Geerling. The original unit was bought in June to learn about the history of GPS-based time. Sixteen days later, a similar GPS time server took down Australia’s cell service for 12 hours.

The restomod drops a Pi 5 and a GNSS HAT with a u-blox NEO-M9N into the chassis, then drives a vintage Densitron 16×2 LCD and the bicolor status LED from the Pi’s GPIO. Chrony and gpsd handle stratum 1 NTP duty using PPS. The build is reversible: two connectors swap the original TrueTime hardware back in – Jeff Geerling, YouTube and GitHub.

Popular Last Week

What was the most popular, most clicked link, in last week’s newsletter? The $15 Raspberry Pi Zero line board everyone recommends now costs $60, so here’s what to buy instead.

Did you know you can read past issues of this newsletter in the Adafruit Daily Archive? Check it out.

Notes from Adafruit Playground

Adafruit Playground is a place for the community to post their projects and other making tips/tricks/techniques. Ad-free, it’s an easy way to publish your work in a safe space for free.

Bringing new conveniences to an old CNC

Bringing new conveniences to an old CNC (v1 – unmodified machine) – Adafruit Playground.

News From Around the Web

Keyboard

A Compaq Portable II keyboard rebuild using a Raspberry Pi Pico and CircuitPython – YouTube.

Ruff vs Black vs Flake8

Ruff vs Black vs Flake8: 389x faster linting – Tech Insider.

LED reaction game with the XIAO ESP32-C6 in MicroPython

An LED reaction game with the XIAO ESP32-C6 in MicroPython – draeger-it.blog and YouTube. (German)

Voicebox FX

Voicebox FX is a blueprint for CircuitPython I2S audio – Hackaday.

Visual Studio Code documentary

The new full length Visual Studio Code documentary – YouTube. Via X.

Token optimization using Python for prompt development

Token optimization using Python for prompt development – opensourceforu.com. Via Adafruit Blog.

Five ESP32 projects

Five ESP32 projects that punch way above their weight – XDA.

Re-Bound

RE-BOUND is a feature-rich, high-speed brick-breaking arcade game engineered specifically for the 72×40 monochrome OLED display of the Thumby micro-console, coded in MicroPython – itch.io. Via X.

How to Change the Bluetooth Name on Your Raspberry Pi Pico 2W Using MicroPython

How to change the Bluetooth name on a Raspberry Pi Pico 2W using MicroPython – YouTube.

GPS tracker

A 10-feature GPS tracker with Raspberry Pi Pico 2 W, NEO-6M and MicroPython – YouTube and GitHub.

Pimoroni Tiny FX LED Effects Controller for model LED lighting

Using the Pimoroni Tiny FX LED Effects Controller for model LED lighting with MicroPython – maker.io.

Not all ESP32 boards are the same

Not all ESP32 boards are the same, and picking the wrong one wastes weeks of your project time – XDA.

MicroPython _thread

Testing the behavior of MicroPython _thread, specifically for Raspberry Pi Pico series – coXXect.

An $8 ESP32 beats Raspberry Pi for these 4 DIY smart home projects

An $8 ESP32 beats Raspberry Pi for these 4 DIY smart home projects – How-To Geek.

How to use Python code in Simulink

How to use Python code in Simulink – YouTube.

New

YuzukiNeko

YuzukiNeko is a Raspberry Pi Pico-sized single board computer powered by a new Allwinner F101 RISC-V SoC. The processor features a single 1.008 GHz C907 RISC-V core, 8 MB or 16 MB PSRAM, and support for various display interfaces such as MIPI DSI, 24-bit RGB, and LVDS. The YuzukiNeko board itself features the F101 SoC, an SPI NOR flash, a microSD card for storage, a USB-C port, and two 20-pin GPIO headers – CNX.

Waveshare ESP32-C5 Pico

Waveshare ESP32-C5 Pico board brings the ESP32-C5 dual-band WiFi 6, Bluetooth LE, and 802.15.4 (Zigbee/Thread) SoC to the Raspberry Pi Pico form factor.

The board features an ESP32-C5-MINI-1 Series module with PCB or external antenna, two 20-pin GPIO headers, a USB-C port for power and programming, Reset and Boot buttons, and a few LEDs. It also supports Li-Ion battery charging and discharging – CNX.

New Boards Supported by CircuitPython

The number of supported microcontrollers and Single Board Computers (SBC) grows every week. This section outlines which boards have been included in CircuitPython or added to CircuitPython.org.

This week there was one new board added:

Note: For non-Adafruit boards, please use the support forums of the board manufacturer for assistance, as Adafruit does not have the hardware to assist in troubleshooting.

Looking to add a new board to CircuitPython? It’s highly encouraged! Adafruit has four guides to help you do so:

New Adafruit Learning System Guides

New Learn Guides

The Adafruit Learning System has over 3,200 free guides for learning skills and building projects including using Python.

Adafruit Monster Eyes from Liz Clark

CircuitPython Libraries

CircuitPython Libraries

The CircuitPython library numbers are continually increasing, while existing ones continue to be updated. Here we provide library numbers and updates!

To get the latest Adafruit libraries, download the Adafruit CircuitPython Library Bundle. To get the latest community contributed libraries, download the CircuitPython Community Bundle.

If you’d like to contribute to the CircuitPython project on the Python side of things, the libraries are a great place to start. Check out the CircuitPython.org Contributing page. If you’re interested in reviewing, check out Open Pull Requests. If you’d like to contribute code or documentation, check out Open Issues. We have a guide on contributing to CircuitPython with Git and GitHub, and you can find us in the #help-with-circuitpython and #circuitpython-dev channels on the Adafruit Discord.

You can check out this list of all the Adafruit CircuitPython libraries and drivers available.

The current number of CircuitPython libraries is 585!

New Libraries

Here are this week’s new CircuitPython libraries:

Updated Libraries

Here are this week’s updated CircuitPython libraries:

What’s the CircuitPython team up to this week?

What is the team up to this week? Let’s check in:

Dan

I’m finishing up working on BLE workflow bugs. There were multiple bugs and multiple causes for the bugs, depending on the microcontroller chip and also the operating system of the host computer. Then I’ll start becoming familiar with the Zephyr port and working on its issues and desired features.

Tim

Tim

The SP-1 and watchdog guides are both published. Next up for me is porting pico-faces to run on the Fruit Jam and output via HSTX/DVI. I’ve got it working, and added an optional 2×2 colored grid effect inspired by Andy Warhol. Now I’m working on getting it cleaned up and writing a guide for it.

Scott

Last week I merged a fix to the Zephyr continuous tests and proposed another test using address sanitizer to catch issues. That PR is nearly merged. Now I’m catching up on reviews from the long US weekend. Next, I’m wrapping up the Adaboot bootloader that is built on Zephyr and MCUboot. It’ll make it easy to update CircuitPython based on Zephyr and establish standard partition layouts for new boards.

Liz

The Monster Eyes guide was published this week. Since the code has grown, I’m going to refactor it into an Arduino library, that way folks can use it alongside projects more easily. I’ve also been documenting the TMF8801 time of flight sensor. There is a CircuitPython driver available for it.

Upcoming Events

MicroPython Meetup

The next MicroPython Meetup in Melbourne will be on September 23 – Luma. You can see recordings of previous meetings on YouTube.

Maker Faire Bay Area

Maker Faire Bay Area is September 26-28 at Mare Island, California.

Other Events This Year

  • PyConZA 2026, South Africa’s Python conference, will be 14–18 Oct at Belmont Square, Cape Town, South Africa.
  • Espressif DevCon 2026 will be November 3-4 in Milan, Italy and online.

If you know of virtual events or upcoming events, please let us know via email to cpnews(at)adafruit(dot)com.

Latest Releases

CircuitPython’s stable release is 10.3.0. New to CircuitPython? Start with our Welcome to CircuitPython Guide.

20260910 is the latest Adafruit CircuitPython library bundle.

20260910 is the latest CircuitPython Community library bundle.

v1.29.0 is the latest MicroPython release. Documentation for it is here.

3.14.7 is the latest Python release. The latest pre-release version is 3.15.0rc2.

4,551 Stars Like CircuitPython? Star it on GitHub!

Call for Help – Translating CircuitPython is now easier than ever

CircuitPython translation statistics on weblate

One important feature of CircuitPython is translated control and error messages. With the help of fellow open source project Weblate, we’re making it even easier to add or improve translations.

Sign in with an existing account such as GitHub, Google or Facebook and start contributing through a simple web interface. No forks or pull requests needed! As always, if you run into trouble join us on Discord, we’re here to help.

38,892 Thanks

38,892 THANKS

Adafruit Discord

The Adafruit Discord community, where we do all our CircuitPython development in the open, reached 38,892 humans – thank you! Adafruit believes Discord offers a unique way for Python on hardware folks to connect. Join today at https://adafru.it/discord.

ICYMI – In case you missed it

ICYMI

Python on hardware is the Adafruit Python video-newsletter-podcast! The news comes from the Python community, Discord, Adafruit communities and more and is broadcast on ASK an ENGINEER Wednesdays. The complete Python on Hardware weekly videocast playlist is here. The video podcast is on iTunes, YouTube, Instagram, and XML.

The weekly community chat on Adafruit Discord server CircuitPython channel – Audio / Podcast edition – Audio from the Discord chat space for CircuitPython, meetings are usually Mondays at 2pm ET, this is the audio version on iTunes, Pocket Casts, Spotify, and XML feed.

Contribute

The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Monday. To contribute your content, please email your news to cpnews (at) adafruit (dot) com with information and link(s) to your content.

Join the Adafruit Discord or post to the forum if you have questions.



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/O05GYAF
via IFTTT

Комментариев нет:

Отправить комментарий

Know us

Our Team

Tags

Video of the Day

Contact us

Имя

Электронная почта *

Сообщение *