It's freebie Friday!!

I've updated my #MicroPython LCD driver for BEAPER Nano and BEAPER Pico with my new font file, and created a bar-graph module that lets you create solid or segmented bars, with or without borders! Find all the files in the BEAPER Nano and BEAPER Pico LCD repositories: https://github.com/mirobotech

Untangled and calibrated the little cube. Now it's time to port the firmware to Rust. Surely that will give me some more fps compared to Micropython.
#rust #micropython #esp32 #revision2026 #revision

I've been working on a simple font that I can build into a #MicroPython LCD driver to make it super easy for beginners to use! 🀩

Here's a view of all of the glyphs, and a second pic of the font doing work in a bar graph module I'm working on for BEAPER Pico and BEAPER Nano. 😎

all the milestone issues are closed, roll on #MicroPython 1.28.0 ...
https://github.com/micropython/micropython/milestone/12

FUCKING FINALLY!

Been banging my head for about a week on this.

Solved with MicroPython, for now...

Display is based on ST7789.

#micropython #raspberrypipico

New video dropping at 7pm GMT today,
How to add Speech to your #Micropython (or #circuitpython) projects on #RaspberryPi Pico.

https://youtu.be/S0djkk-CtBY

I also make a plant talk and a pico sing. Not to be missed!

I made it talk - Add speech to your MicroPython projects with SAM

YouTube
Just added particle sensor sds011 to the #micropython #reticulum firmware. On the image below you can see a #nomadnet page showing both bme280 and sds011 readings. I need a custom PCB to get rid of these jumper wires 😁 The lxmf node example can also return the value of the sensors, when it receives keyword β€œsensor”.

25yo got a programmable rgb array and is writing #micropython programs to display #uspol #dataviz. Those are mildly interesting, but I don't know why anyone cares about polls after 2016, let alone 2024.

The interesting thing is the first contact with #embedded #software

The first Real Problem is an intermittent out-of-memory condition that happens on the House, but not the Senate. (obvs more people, but both loop endlessly so it's not that simple.)

I'm walking thru how to find the leak, but socratically. Like "hmmmm.....I wonder what objects get created in each iteration?" and "If only there were some means of printing the mem usage."

SparkFun Thing Plus – ESP32-C5 board offers dual-band WiFi 6, Adafruit Feather pinout, LiPo battery support

https://fed.brid.gy/r/https://www.cnx-software.com/2026/03/27/sparkfun-thing-plus-esp32-c5-board-offers-dual-band-wifi-6-adafruit-feather-pinout-lipo-battery-support/

SparkFun Thing Plus – ESP32-C5 board offers dual-band WiFi 6, Adafruit Feather pinout, LiPo battery support

Espressif has recently released the ESP-IDF v6.0 framework with support for ESP32-C5 and ESP32-C61, so we can expect more ESP32-C5 boards. Following the launch of boards like DFRobot FireBeetle 2 and the Espressif DevKitC-1, SparkFun has now launched its Thing Plus - ESP32-C5, an Adafruit Feather-compatible board based on the ESP32-C5. The timing is no coincidence. Although the ESP32-C5 dual-band WiFi 6 SoC was announced back in 2022, hardware makers have been waiting for stable software support. With the release of ESP-IDF v6.0, the ESP32-C5 moves from β€œpreview” to β€œstable” and adds key features, such as Safe Bootloader OTA updates. This enables the ROM bootloader to fall back to a recovery partition if an update fails, making it reliable enough for companies like SparkFun to launch hardware for remote deployments and Matter-compatible smart home applications. SparkFun Thing Plus - ESP32-C5 specifications: Wireless module –  ESP32-C5-WROOM-1 SoC – Espressif Systems ESP32-C5 CPU Single-core

CNX Software - Embedded Systems News

I've ported the Software Automatic Mouth (SAM) speech synthesis to the #Raspberry Pi Pico and #MicroPython - it uses Programmable IO as well. No fancy components or hardware required, just an 8ohm speaker on a GPIO pin and GND. It can even sing!

https://github.com/kevinmcaleer/sam