The Python on Microcontrollers Newsletter: subscribe for free
blog.adafruit.com/2026/03/06/t...
The Python on Microcontrollers Newsletter: subscribe for free
blog.adafruit.com/2026/03/06/t...
ICYMI Python on Microcontrollers Newsletter
ICYMI Python on Microcontrollers Newsletter: Resources for Learning Python, Handy Projects, and Much More! #CircuitPython #Python #micropython @raspberrypi.com
blog.adafruit.com/2026/03/04/i...
ICYMI Python on Microcontrollers Newsletter: MicroPython AI Disclosure, Overclocking, Teensyβs Story and More! #CircuitPython #Python #micropython @raspberrypi.com
blog.adafruit.com/2026/02/25/i...
The Python on Microcontrollers Newsletter: subscribe for free
blog.adafruit.com/2026/02/25/t...
CircuitPython 10.1.3 released!
blog.adafruit.com/2026/02/20/c...
Highlights of this release:
- Adafruit MagTag: auto-detect different versions of e-ink display on 2025 MagTag.
- Espressif: fix board I2C object deinit(). Fixes crash with Adafruit Qualia library.
CircuitPython 10.2.0-alpha.1
blog.adafruit.com/2026/02/18/c...
Highlights of this release
- Include 10.1.1 fix for performance regression.
- Better entropy for RP2350 os.urandom().
- Add supervisor.get_setting(), which retrieves a string, boolean, or integer typed value from settings.toml.
CircuitPython 10.1.1 released blog.adafruit.com/2026/02/17/c...
This is CircuitPython 10.1.1, the latest minor revision of CircuitPython, and is a new stable release.
CircuitPython 10.1.1 released blog.adafruit.com/2026/02/17/c...
This is CircuitPython 10.1.1, the latest minor revision of CircuitPython, and is a new stable release.
ICYMI Python on Microcontrollers Newsletter: CircuitPython 10.1 Release Candidate, AI on Microcontrollers, and Much More!
If you missed this weekβs Python on Microcontrollers Newsletter, here is the ICYMI (in case you missed it) version.
blog.adafruit.com/2026/02/16/i...
Was this a USB board? A secondary serial port, separate from the REPL, is availabl to use for serial data: learn.adafruit.com/customizing-...
CircuitPython 10.1.0-rc.1 released!
blog.adafruit.com/2026/02/11/c...
Highlights of this release:
- Fix long-standing Thonny disconnect issues.
- Add hashlib.new("sha256").
- Add bitmaptools.replace_color().
Got my first board approved for @circuitpython.org:
circuitpython.org/board/m5stac...
The process was easy and the automated test gates let me know exactly what I needed to fix before approval.
Everything works but the SD card which needs some upstream fixes before it can be functional.
The CircuitPython Show returns this Monday, February 9th with guest @deckerego.net!
An e-ink macropad for improved productivity
blog.adafruit.com/2026/01/29/a...
Having Claude Code write MQTT test code for a Raspberry Pi 2W in Python @raspberrypi.com
blog.adafruit.com/2026/01/28/h...
ICYMI Python on Microcontrollers Newsletter: #CircuitPython2026 Results, picoβ‘flash, Storage Shortages Spread and More! #CircuitPython #Python #micropython @ThePSF @raspberrypi.com
blog.adafruit.com/2026/01/27/i...
a quiz program for CircuitPython & Circuit Playground questions
Making a quiz program for CircuitPython & Circuit Playground questions #CircuitPython @gallaugher.bsky.social
blog.adafruit.com/2026/01/21/m...
ICYMI Python on Microcontrollers Newsletter: Python and CircuitPython in 2026, Fake Raspberry Pi Picos on AliExpress and More! #CircuitPython #Python #micropython @Raspberry.com
ICYMI Python on Microcontrollers Newsletter: Python and CircuitPython in 2026, Fake Raspberry Pi Picos on AliExpress and More! #CircuitPython #Python #micropython @raspberrypi.com
blog.adafruit.com/2026/01/20/i...
ICYMI Python on Microcontrollers Newsletter: CircuitPython2026, ML Comes to CircuitPython, RISC-V Gaining and More! #CircuitPython #Python #micropython
@raspberrypi.com
blog.adafruit.com/2026/01/13/i...
The Python on Microcontrollers Newsletter: subscribe for free
blog.adafruit.com/2026/01/12/t...
Happy New Year everyone! CircuitPython turns 9 years old next week (first beta post) and once again we're thinking about the next year of CircuitPython's growth. We'd like to hear from you how we can improve CircuitPython this year. Hashtag #CircuitPython2026
CircuitPython in 2026 #CircuitPython2026 #Python @circuitpython.org @adafruit.com
Weβd like to hear from you how we can improve CircuitPython this year.
blog.adafruit.com/2026/01/02/c...
Python on Microcontrollers Newsletter Quarterly Statistics
Statistics on the Python on Microcontrollers Newsletter for 2025 Q4 #CircuitPython #Python #MicroPython
@adafruit.com
blog.adafruit.com/2026/01/05/s...
The Python on Microcontrollers Newsletter: subscribe for free
blog.adafruit.com/2025/12/31/t...
The Python on Microcontrollers Newsletter: subscribe for free
blog.adafruit.com/2025/12/23/t...
ICYMI Python on Microcontrollers Newsletter: Year End Special, Cheat Sheets, Internet of Things, Projects and More! #CircuitPython #Python #micropython @raspberrypi.com
blog.adafruit.com/2025/12/23/i...
ADABOX 022 UNBOXING LIVE on Ask an Engineer 12/17/25
blog.adafruit.com/2025/12/17/a...
ICYMI Python on Microcontrollers Newsletter: MicroPython v1.27 Released, Model Context Protocol, and Much More!
ICYMI Python on Microcontrollers Newsletter: MicroPython v1.27 Released, Model Context Protocol, and Much More! #CircuitPython #Python #micropython @raspberrypi.com
blog.adafruit.com/2025/12/16/i...
Did you get an #Adabox022? The full learning guide with all the info is now up at learn.adafruit.com/adabox022
Challenge: code a classic arcade game in a single day. πΎπΉοΈ
The hardware is a @seeedstudio.com Wio Terminal, which comes with a nice 320x240 display, joystick, and a small piezo buzzer for sound effects. The game code is written in @circuitpython.org.
github.com/scarolan/pac...