Daily tips and tricks from the experts at Adafruit!
View this email in your browser

View this email in your browser. Warning: Flashing Imagery

Welcome to the latest Python on Microcontrollers newsletter! The Python community roars to life this week! We have a number of features as folks return from their summer vacations. This included some new news on CircuitPython 8, Damien and Matt’s talks on MicroPython, and Microsoft’s announcement of Python in Excel – Anne Barela, Editor.

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

Open-Source Communities and Ten Years of MicroPython – Damien George (PyCon AU 2023)

Damien George (PyCon AU 2023)

Damien George’s talk “Open-Source Communities and Ten Years of MicroPython” at PyCon AU 2023 is now available online, with very interesting insights into the language and community – YouTube.

You Can’t Do That in MicroPython! – Matt Trentini (PyCon AS 2023)

You Can't Do That in MicroPython! - Matt Trentini

Matt Trentini’s talk at PyCon AU 2023: MicroPython is great for hobbyists! You can control LEDs and motors, it’s so easy! But you wouldn’t use it for anything serious. Right? Surely not! It’s too slow. You can’t use all the features of a micro. It consumes too much power. You don’t have control over memory… (Hint: all wrong, you can do soooo much – Ed.) – YouTube.

Python in Excel: Microsoft Combines the Power of Python and the Flexibility of Excel

Python in Excel

Microsoft has announced new analytical capabilities available within Excel with the release of a Public Preview of Python in Excel. Python in Excel makes it possible to natively combine Python and Excel analytics within the same workbook – with no setup required. With Python in Excel, you can type Python directly into a cell, the Python calculations run in the Microsoft Cloud, and results are returned to the worksheet, including plots and visualizations – Microsoft Excel Blog and The Verge.

Python creator Guido van Rossum states he helped the Excel team with this initiative – Twitter/X.

CircuitPython 8.2.4 Released

CircuitPython 8.2.4 Released

CircuitPython 8.2.4 is the latest bugfix revision of CircuitPython, and is a new stable release. It now appears that minor changes will be going into the 8.x branch as version 9.0 is expected to take some time due to significant changes and updates from MicroPython are being incorporated – Adafruit Blog.

Notable changes to 8.2.4 since 8.2.3

  • New and fixed boards.
  • Improved messages and documentation.

Getting to Grips with Bluetooth on the Raspberry Pi Pico W

Getting to grips with Bluetooth on Pico W

Pico W now supports Bluetooth both with MicroPython and C. But what is this, and why should you care? – Raspberry Pi.

aioble

aioble is a library providing an object-oriented, asyncio-based wrapper for MicroPython’s Bluetooth API – GitHub.

Google Launches MediaPipe for Raspberry Pi, Offering a Python SDK for Simplified On-Device ML

Google Launches MediaPipe for Raspberry Pi, Offering a Python SDK for Simplified On-Device ML

Google has announced the launch of MediaPipe for Raspberry Pi, offering a Python-based software development kit (SDK) for machine learning (ML) tasks complete with examples for audio classification, text classification, gesture recognition, and more. – hackster.io.

Over-the-Air Software Updating for MicroPython

Over-the-Air Software Updating for MicroPython

If you’ve ever had a software update pop up on your smartphone or smart TV, you’ve encountered an OTA update, even if you didn’t know it by name. OTA, or Over-The-Air, refers to the method of transmitting data across a network without any wired connection. Kevin McAleer has created a simple OTA module for MicroPython so you can now add OTA to your own projects – Kev’s Robots, GitHub and YouTube.

What to do when CircuitPython 8.2.0 or later cannot be installed properly on a board with an nRF52840

What to do when CircuitPython 8.2.0 or later cannot be installed properly on a board with nRF52840

Starting with CircuitPython 8.2.0, UF2 bootloader version 0.4.1 or higher is required for microcontroller boards with a nRF52840. For nRF52840 boards with older UF2 bootloaders, CircuitPython 8.2.0 and above cannot be successfully installed. This guide explains the precautions and the procedure for updating the UF2 bootloader – Steam Tokyo.

Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 are now available

Python Software Foundation

Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 are all now available from python.org/downloads/. Security and bug fixes, so do upgrade if needed – Python Insider Blog.

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 ESP Hacking.

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

CircuitPython Parsec

CircuitPython Parsec

John Park’s CircuitPython Parsec this week is on reading a Circuit Playground’s Temperature – Adafruit Blog and YouTube.

Catch all the episodes in the YouTube playlist.

Project of the Week: The Smallest Possible RP2040 Development Board

RPDot

William Herr’s RPDot is just about the smallest Raspberry Pi RP2040 development board possible. Measuring barely larger than the RP2040 chip itself, the RPDot makes all other development boards look like cumbersome giants – hackster.io and hackaday.io.

News from around the web!

Adafruit MatrixPortal S3 with 4 panels

Using an Adafruit MatrixPortal S3 with 4 LED matrix panels with CircuitPython – Mastodon.

Phew

Kevin demonstrates how a Raspberry Pi Pico W can host websites using the new Phew web server and templating library from Pimoroni. You can build interactive and useful sites into your projects – YouTube, GitHub and Phew can be found on GitHub.

Writing MicroPython code in modern development environments

Writing MicroPython code in modern development environments with Micropy Cli – Adafruit Blog.

New Board

Jeremy Cook is bringing up a custom Raspberry Pi RP2040-based board. CircuitPython is being installed. If you have a custom board and are looking to have a board definition for CircuitPython, you can refer to this CircuitPython team guide with details – X, formerly known as Twitter.

Raspberry Pi Pico Powers DIY E Ink Train Departure Board

Raspberry Pi Pico and Python power a DIY eInk train departure board – Tom’s Hardware.

PicoCray

Make a multicore Raspberry Pi Pico computing device – HackSpace Magazine (PDF, Page 32).

Floppy Birb

“Floppy Birb. Rendered by two Raspberry Pi RP2040s, one standalone serving as GPU and a Pico W serving as the CPU running MicroPython. Using all the tricks in the book here: scanline scrolling, sprites, PNG decoding, vector graphics… quite the spaghetti” – X, formerly known as Twitter.

Portable temperature, humidity and pressure sensor using a Raspberry Pi Pico W

Portable temperature, humidity and pressure sensor using a Raspberry Pi Pico W – recantha.co.uk.

Digital weather station

A digital weather station showing live Humidity, pressure, and temperature on OLED Breakout using BME280 and MicroPython – hackster.io.

Raspberry Pi RP2040: development platform for PlatformIO

A Raspberry Pi RP2040 development environment for PlatformIO – GitHub.

Keyboard Builders' Digest

The latest Keyboard Builders’ Digest – kbd.net.

CircuitPython Weekly Meeting for August 21, 2023 (notes) on YouTube.

#ICYDNCI What was the most popular, most clicked link, in last week’s newsletter? Communicating Between Devices With The MQTT Protocol.

New

The ethernet4pizero - Ethernet for Raspberry Pi Zero hat

The ethernet4pizero – Ethernet for Raspberry Pi Zero hat – hackster.io via X, formerly known as Twitter.

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 were no new boards added, but several are in development!

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 Learn Guides!

New Learn Guides

Ahsoka Lightsaber Prop-Maker RP2040 retrofit from Noe and Pedro

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 448!

New Libraries!

Here’s this week’s new CircuitPython libraries:

Updated Libraries!

Here’s this week’s updated CircuitPython libraries:

Library PyPI Weekly Download Stats

Total Library Stats

  • 122622 PyPI downloads over 312 libraries

Top 10 Libraries by PyPI Downloads

  • Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 7835
  • Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 7151
  • Adafruit CircuitPython Register (adafruit-circuitpython-register): 1743
  • Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1424
  • Adafruit CircuitPython Motor (adafruit-circuitpython-motor): 1397
  • Adafruit CircuitPython ADS1x15 (adafruit-circuitpython-ads1x15): 1356
  • Adafruit CircuitPython Display Text (adafruit-circuitpython-display-text): 1014
  • Adafruit CircuitPython Wiznet5k (adafruit-circuitpython-wiznet5k): 970
  • Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt): 923
  • Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685): 882

What’s the CircuitPython team up to this week?

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

Dan

Jeff and I finished the MicroPython v1.19.1 merge into CircuitPython early last week. The next step is to merge MicroPython v1.20. v1.21 might be coming out relatively soon, and so we might include that when it’s ready, or when significant parts are ready.

MicroPython v1.21 will include the removal of the “u” prefix on most of MicroPython’s modules that correspond to CPython modules. For instance, MicroPython’s utime will become time. We made this change in CircuitPython a long time ago, but there were still remnants of the “u” prefix in the code base. I finished removing most of these traces in advance of v1.21. That solved some remaining issues we were seeing with running the test suite, and will reduce the merge differences when we get to v1.21.

Kattni

This week I’ve been working on the Metro ESP32-S3 guide. It will be live by the time this newsletter is published. So if you picked up one of these boards, check out the guide.

CircuitPython Day was a complete success. Thank you to everyone who livestreamed content, and a special thank you to everyone who watched. The synthio panel went extremely well, and I even learned a few new things. Jeff, Dan and I chatted about CircuitPython features you may not know about but probably should, and answered questions from the folks watching. I had a lot of fun, and I hope everyone who participated did too!

Melissa

This week has been a bit shorter due to being out sick, but I’ve been working on finishing up a guide for my message board project that I showed on CircuitPython Day. Keep an eye out for it as it should soon be in moderation.

Tim

This week I streamed work on a CircuitPython implementation of Chip’s Challenge on CircuitPython days and a few times over the following weekend. Working on the game has also initiated some re-writing and improvements to the Tiled map library that I wrote in order to load maps exported by Tiled into dispalyio TileGrid objects for drawing on a display. The other main item on my plate for the week was submitting OSHWA requests for the remaining products that weren’t in their system yet. These are caught up and I’ll be getting back into more Library work next week.

Jeff

As Dan mentioned, together we finished merging MicroPython 1.19.1. This version of MicroPython doesn’t bring any big headline features, but it’s a good way to keep up with bug fixes from upstream.

Right now there’s no pre-built bundle for the “main” branch build of CircuitPython. This is because the merge of 1.19 made the mpy library module format incompatible with CircuitPython 8.x, but we know that 1.20 will create another incompatibility. Once we believe we’re past any incompatible mpy file format changes, we’ll update the bundle.

This means that when installing libraries, you will need to use the “py” format and not the “mpy” format; if you use circup to install libraries, you can use pass the --py flag, for example: circup install --py nepixel.

Scott

I’m just back from vacation.  I was working on USB host testing and the ESP-IDF 5.0 merge before I left. The rest of this week will be catch up and starting to get back into it.

Liz

This past week I worked on documenting using Docker to compile Linux for an ESP32-S3. Ladyada had been working on this during some of her livestreams and created a Docker file to compile the Linux kernel. I learned a lot working on this. I’m also excited to try creating Docker files for other processes that can sometimes be tricky using WSL on Windows.

Upcoming Events!

Espressif Developer Conference - DevCon23

The supplier of popular ESP32 and ESP8266 microcontrollers, Espressif, announces their yearly Developers Conference. During the two-day online event, there will be nearly 30 talks created by Espressif technical experts and its partners, covering a wide range of topics, including Thread, the low-power features of ESP32-C6 and Wi-Fi 6, ESP-Mesh-Lite + ESP RainMaker Cloud solution, ESP-IDF, RUST, SquareLine Studio, AWS IoT, and more. September 12-13, 10:00-19:00 CEST – devcon.espressif.com.

PYCON UK 2023

PyCon UK will be returning to Cardiff City Hall from Friday 22nd September to Monday 25th September 2023 – PyCon UK.

MicroPython Meetup

The next MicroPython Meetup in Melbourne will be on September 27th – Meetup.

Maker Faire Bay Area

Maker Faire Bay Area will be October 13-15 & October 20-22, 2023 – Eventbright.

Hackaday Supercon 2023

Hackaday has announced that the Hackaday Supercon is on for 2023, and will be taking place November 3 – 5 in Pasadena, California, USA – Adafruit Blog and Hackaday.

Pyjamas 2023

The Pyjamas Conference, the 24-hour online Python conference, will be returning for a fifth year. The Call for Papers will begin on September 2nd – Twitter.

Send Your Events In

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 8.2.4. New to CircuitPython? Start with our Welcome to CircuitPython Guide.

20230824 is the latest Adafruit CircuitPython library bundle.

20230822 is the latest CircuitPython Community library bundle.

v#1.20.0 is the latest MicroPython release. Documentation for it is here.

3.11.5 is the latest Python release. The latest pre-release version is 3.12.0rc1.

3,644 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.

37,751 Thanks!

37,751 THANKS

Adafruit Discord

The Adafruit Discord community, where we do all our CircuitPython development in the open, reached over 37,751 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 Reels, 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 Tuesday. The complete archives are here. It highlights the latest CircuitPython related news from around the web including Python and MicroPython developments. To contribute, edit next week’s draft on GitHub and submit a pull request with the changes. You may also tag your information on Twitter with #CircuitPython.

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