mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

811
active users

#micropython

1 post1 participant0 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

If you would like to experiment with #ComputerVision, but don't feel like putting an entire PC with a beefy graphics card onto your #robot, there is a great project out there that has been alive for a decade. It's called OpenMV (openmv.io) and it's a microcontroller board with a built-in camera, running #MicroPython, with a whole lot of vision algorithms built-in. I have several project ongoing using early versions of it, but now they have a Kickstarter for two new models.

OpenMVSmall - Affordable - ExpandableThe OpenMV project is about creating low-cost, extensible, Python powered, machine vision modules and aims at becoming the “Arduino of Machine Vision“.

I just backed this project on Kickstarter: kickstarter.com/projects/openm

OpenMV LLC makes some incredibly powerful, small-form-factor #IoT cameras perfect for tinkering, prototyping, and making slick projects. I taught my Computer Vision with #AI course using their cameras. I'm excited about this new series: full object detection for a few mW. #EdgeAI #ComputerVision #Arduino #MicroPython #embedded #microcontroller

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.