🐍📅✨ Looking forward to attending PyCon Italia 2025 in Bologna, Italy, later this month... 🐍+🍕=😄

This time, I'll talk on something completely different than my usual architecture oriented topics: using your Python skills to program small embedded devices.

📅 The talk is on Friday, May 30, in room "Passatelli":
https://2025.pycon.it/en/event/programming-hardware-displays-the-easy-way-using-micropython-and-lvgl

🤝 >>> Hope_to_see_you_there() 👍

💬 Please drop me a PM if you want to meet up at the conference.

#python #embedded #micropython #cyd #talk #conference #pyconit

Programming hardware displays the easy way - using MicroPython and LVGL | PyCon Italia

Join PyCon Italia May 28th to May 31st 2025 in Bologna, Italy!

I can now read files from the Amstrad NC100 over serial with Python and OpenBSD; next stop is to parse ProText, then port it all to #micropython on #ESP32 and then hook it all up to WiFi, and I will have a dedicated #geminiprotocol writing machine 

Finally had some time to clean up and upload my code for the Micropython + rp2040 Super Famicom/ SNES cartridge reader 😇

https://codeberg.org/xsk/sfc-cartridge-pico

Even though it might not be a problem you have, it definitely worth checking the optimizations micropython can do in order to make things run fast.

Definitely learned a lot, and I can use these learnings on the ZXSpectrum ULA Project 😈

#micropython #supernes #rp2040

sfc-cartridge-pico

Super Famicom Cartridge reader implemented in Micropython, for use with a pico ( rp2040 ) and 3x 74HC595 8-Bit Shift Registers.

Codeberg.org

This is good, and I have greatly misused the author's MIDI parser many, many times

A MIDI controlled acoustic crank organ · micropython · Discussion #17278 — https://github.com/orgs/micropython/discussions/17278

#midi #MicroPython #PipeOrgan

🧠 Neuer Beitrag: Vom ATmega32 zum ESP8266: Mikrocontroller damals und heute
📌 Ein einfacher Temperatursensor, vier Umsetzungen und zwei Jahrzehnte Technikgeschichte: Vom klassischen ATmega32 über Arduino und MicroPython bis hin zum ESP8266 – dieser Beitrag zeigt, wie sich Mikrocontroller-Projekte seit den 2
🔗 https://prokrastinerd.de/vom-atmega32-zum-esp8266/

#DamalsHeute #Arduino #Assembler #ATmega32 #C #define #ESP #ESP32 #ESP8266 #include #MicroPython #Mikrocontroller

Vom ATmega32 zum ESP8266: Mikrocontroller damals und heute

Ein einfacher Temperatursensor, vier Umsetzungen und zwei Jahrzehnte Technikgeschichte: Vom klassischen ATmega32 über Arduino und MicroPython bis hin zum ESP8266 – dieser Beitrag zeigt, wie sich Mikrocontroller-Projekte seit den 2000ern verändert haben.

Prokrastinerd
Interfacing different sensors DHT11, DHT22, SHTC3, DS18B20 for temperature and humidity measurements with MicroPython and ESP32-EVB https://olimex.wordpress.com/2025/05/07/interfacing-different-sensors-with-esp32-evb-and-micropython-dht11-dht22-shtc3-and-ds18b20/ #dht11 #dht22 #shtc3 #ds18b20 #esp32 #micropython
Interfacing different sensors with ESP32-EVB and MicroPython: DHT11, DHT22, SHTC3 and DS18B20

In our previous post we show you how to install MicroPython on ESP32-EVB and to drive the board’s relays from the web server. Now we will show you how easy is to interface different sensors w…

olimex
BEAPER Nano 1.0: the Beginner Electronics and Programming Educational Robot circuit for Arduino Nano ESP32 - Share Project - PCBWay

When the Arduino Nano ESP32 was released with a combination of a fast, powerful microcontroller, lots of memory, built-in wireless capability, and all of its features squeezed in the tiny Nano form fa...

Hey high school teachers, I've got four circuits to enable your students to learn microcontroller programming and build robots by mid-June:

• ARPS and ARPS-2 for Arduino UNO
• BEAPER Pico for Raspberry Pi Pico
• BEAPER Nano for Arduino Nano ESP32

See them all here: https://lectronz.com/products/search?q=mirobo

#STEM #STEMeducation #electronics #robotics #Arduino #MicroPython

Searching for mirobo

ESP32-EVB relays driven by web interface with MicroPython – so you can switch on and off loads from anywhere with internet connection

With this small project we will show how easy is to setup web server and control the ESP32-EVB relays with simple web interface. All you need is ESP32-EVB board and USB cable! First we have to inst…

olimex
Python sub-micro GPIO – PyXL Benchmark

PyXL runs Python directly in hardware. GPIO toggle in sub-micro. See how it works.