this post was submitted on 23 Nov 2025
455 points (99.8% liked)

Open Source

42250 readers
1005 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lauha@lemmy.world 17 points 4 days ago (3 children)

Micropython is a software project, not hardware

Imo, arduino is also mostly a software project nowadays. While they did make a bunch of avr boards that were quite novel and interesting at the time, now they are not as good in terms of both price and performance compared to various arm-based boards.

What keeped arduino alive is a bunch of libs and arduino ide cores for various boards ppl have written over time.

[–] franzbroetchen@feddit.org 6 points 3 days ago

The MicroPython pyboard is a compact electronic circuit board that runs MicroPython on the bare metal, giving you a low-level Python operating system that can be used to control all kinds of electronic projects.

Literally the second paragraph

[–] tate@lemmy.sdf.org 2 points 4 days ago

Yep, I see that now. When I bought my first pyboard theirs was the only one. It's great to see how it spread!