mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9.1K
active users

#micropython

8 posts7 participants0 posts today

🌘 MicroPython 1.25.0 版本發布:ROMFS、alif 移植、RISC-V 組譯器等新功能
➤ 效能、安全性和硬體支援全面升級
github.com/micropython/micropy
MicroPython 1.25.0 版本帶來了多項重大更新,包括新推出的 ROMFS 檔案系統,大幅提升檔案讀取速度和降低記憶體使用量;支援 Alif Ensemble MCU 的全新 "alif" 移植;RISC-V 組譯器,允許在 Python 程式碼中嵌入 RISC-V 機器碼;以及 DTLS 協定支援,增強了安全性。此外,mpremote 工具也獲得了改進,例如新增了遞迴移除功能。本次更新還針對多個平臺進行了優化和錯誤修復,例如 ESP32、mimxrt 和 rp2。
+ 這個 ROMFS 功能太棒了,以前導入檔案速度慢又佔記憶體,現在終於能解決這個問題了!
+ Alif 移植支援了更多 ARM 核心,而且還有機器學習處理器,這意味著
#MicroPython #嵌入式系統 #開源專案 #版本更新

🐍📅✨ 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":
2025.pycon.it/en/event/program

🤝 >>> Hope_to_see_you_there() 👍

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

2025.pycon.itProgramming hardware displays the easy way - using MicroPython and LVGL | PyCon ItaliaJoin PyCon Italia May 28th to May 31st 2025 in Bologna, Italy!

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

codeberg.org/xsk/sfc-cartridge

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 😈

Summary card of repository xsk/sfc-cartridge-pico
Codeberg.orgsfc-cartridge-picoSuper Famicom Cartridge reader implemented in Micropython, for use with a pico ( rp2040 ) and 3x 74HC595 8-Bit Shift Registers.