veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#micropython

0 posts0 participants0 posts today

Python Torino riprende il 9 aprile alle 18:30 presso Toolbox Coworking con “Oh my Board, I Shrunk Python!” ⚡

In collaborazione con Arduino, si scoprirà come usare la versione ridotta di Python, chiamata MicroPython, per programmare i propri robot 🤖

meetup.com/it-IT/python-torino

MeetupOh my Board, I Shrunk Python!, mer 9 apr 2025, 18:30 | MeetupIn collaborazione con [Arduino](https://www.arduino.cc) nasce il primo incontro rivolto a tutti i Pythonisti che vogliono scoprire come possono usare la versione ridotta di

🎶 Behold, the groundbreaking revolution in #audio technology: a Raspberry Pi #Pico audio player that *almost* sounds good enough for your grandma's attic. If mediocre sound is what you're after, rejoice! 🎧 But don't worry, the programming is in #MicroPython, so you'll be up and running in just a few weeks... or months. 😂
lucstechblog.blogspot.com/2025 #RaspberryPi #TechRevolution #AudioPlayer #HackerNews #ngated

lucstechblog.blogspot.comRaspberry Pi Pico audio playerA weblog about technology including Arduino, Raspberry, Attiny, 3D printing, Electronics, tinkering and all kinds of diy projects.

Just published two blog posts about #micropython on #zephyr. I needed small patches to get it to run with latest and greatest Zephyr, but apart from that, things work pretty smooth. I can even use either SD cards or internal flash to store the Python scripts 🍾

blog.lazy-evaluation.net/posts

blog.lazy-evaluation.net/posts

I am not sure how to get the changes into MicroPyhton upstream, as I do not see how to specialize the code with respect to the target Zephyr version. Any thoughts?

Dzu's Blog · MicroPython on Zephyr - i.MXRT1060Not having looked at the MicroPython "port" for the Zephyr operating system, I decided to check the current state of it. Having an MIMXRT1060-EVK on my desk, I decided to try it on this platform.

I realized that light strip I installed some time ago used an ESP8266 microcontroller, so instead of buying and waiting for a new Raspberry Pi for a project, I tried to use that instead. I got MicroPython running on it, and wow, this thing is cool! I was able to connect to the internet, and even run a server on it. Using the GPIO pins to control an LED was simple. Setting up a button was slightly more work since there wasn't a helper class, but fairly easy in the end.