this post was submitted on 20 Jul 2023
37 points (100.0% liked)

Arduino

861 readers
46 users here now

All about Arduino boards and programming.

founded 4 years ago
MODERATORS
 

This is a big deal. Arduino has accepted 32 million in VC money and the new "Pro" boards are not open source,so they won't be as easily cloned, and code and libraries in the ide could be unavailable to see or modify!

And I won't be using any of these boards.

all 11 comments
sorted by: hot top controversial new old
[–] DrDeadCrash@programming.dev 10 points 2 years ago

I really like adafruit products, in this space. They're open source hw and sw, too.

[–] M_Reimer@lemmy.world 8 points 2 years ago (1 children)

Arduino was what brought me into microcontroller programming. I used it during my studies and in a lot of private projects.

When seeing their "Pro" boards for the first time my first thought was "This is not the Arduino how it used to be".

So far I bought original boards from time to time to donate a bit of money that way, but with their recent decisions I'll probably focus on cheap clones, now. Arduino is no longer alone in this segment. The Raspberry Pi Pico is a nice and cheap open source platform which is a pretty interesting alternative.

[–] Cybermass@lemmy.world 2 points 2 years ago (1 children)

Raspberry pi also uses C++ right?

[–] M_Reimer@lemmy.world 1 points 2 years ago

Exactly. The Pico can be programmed in C++. But if you like, you can also program it using MicroPython.

[–] ElectroVagrant@lemmy.world 7 points 2 years ago

That sucks...For those interested, here's a direct link to the article mentioned by the person in OP's link: https://blog.adafruit.com/2023/07/12/when-open-becomes-opaque-the-changing-face-of-open-source-hardware-companies/

[–] Bishma@social.fossware.space 6 points 2 years ago

This is bleak.

[–] baascus@lemmy.world 4 points 2 years ago (1 children)

Corporate greed is eyeing the digital commons of FOSS. The ethos of FOSS is under attack, as the ‘public parks’ of coding are being sold to the highest bidder. A land grab on our shared digital resources, reflecting the worst of unchecked capitalism. We must resist this commodification of communal knowledge and innovation, in defense of a truly democratic digital world.

[–] azimir@lemmy.ml 5 points 2 years ago

This sell out to a proprietary group is nothing new in the FOSS world. There's plenty of examples like MySQL going to Oracle. Fork the last open version and continue marching.

[–] hoodlem@hoodlem.me 4 points 2 years ago

Say what? Well it is sorry to see this but other boards are available.

[–] rasterweb@kbin.social 4 points 2 years ago

I've been doing Arduino things for the past dozen years or so, and I was a huge supporter of the Arduino organization, and I still use the Arduino IDE, but I've mostly moved away from their boards in the past five years. I've used a lot of Teensy boards over the years (hundreds, actually) and the occasional UNO, Nano, and Micro, but the Raspberry Pi Pico has been my go-to board in the past few years, and I work in education where the micro:bit seems to really be taking off. It's a shame, because I'd love to see Arduino continue, but not as a closed-source company.