mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.7K
active users

#micropython

2 posts2 participants0 posts today

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

The project I started around 5pm on Friday is now a working solution that works without crashing and has the three major features I wanted working ready for when I #WFH tomorrow.

Thanks #Pimoroni for the #Presto device.

1) Now playing Artist and now Playing Track
2) Play/Pause
3) Skipping!

Feels so good to get some coding done again!

Write up coming soon with full instructions on getting it setup, and working.

github.com/vwillcox/Presto-now

#Spotify#Music#FOSS

Back on my remote control for #Mopidy, now the hardware buttons are working for basic music controls.

It was hard to break out of polling for updates because #Micropython doesn't seem to have a file-like object I can pass to the Poll object and write to from the interrupt handler. Instead I just reduced the timeout to 50ms, but that means more CPU activity, albeit it only connects to the server on an update. Any better suggestions are welcome.