this post was submitted on 07 Oct 2025
7 points (100.0% liked)

Technology

999 readers
48 users here now

Tech related news and discussion. Link to anything, it doesn't need to be a news article.

Let's keep the politics and business side of things to a minimum.

Rules

No memes

founded 4 months ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] fubarx@lemmy.world 2 points 18 hours ago

Original Arduinos were easy to get going and flash, but you would eventually hit the limits of the 'giant loop' system.

What made ESP32s attractive was that they supported Wifi/BT, a metric-ton of programmable IO, and the same ArduinoCore model (and IDE and ecosystem). Plus, you could switch over to the FreeRTOS event-based model (in the same IDE) and get a nice boost. If you needed even more juice, you could just switch over to the plain FreeRTOS toolchain and go nuts.

Those needing true multiprocessing could jump up to the RPi and head over to linux. Or for realtime, over to VxWorks, Zephyr, ThreadX, or QNX. From there, there is Android/AOSP. A nice on-ramp and a progression.

Regular Arduino hardware has always been stuck in Arduino-land. Not much of an upgrade path. This new platform is trying to create a pathway to linux, but they're going to come up against the massive RPi and Raspbian/Ubuntu/Arch ecosystem.

I just don't get why Qualcomm has decided to get into this. This is low-end, piddly stuff, and little to do with their high-end SoCs. Waiting to hear more about their roadmap.

[–] Deflated0ne@lemmy.world 8 points 1 day ago (1 children)

It means Arduino gets buried. Or enshitified to the point of irrelevance. Replaced by Chinese clones.

[–] scintilla@crust.piefed.social 3 points 20 hours ago

Arguably it already has been for most makers. Unless you need the official hardware for some reason there are better products available for less.

[–] IcedRaktajino@startrek.website 5 points 1 day ago* (last edited 1 day ago)
#include <Arduino.h>
...

Qualcomm: Whoa there! Please see the compiler error for a link to the NDA and licensing agreement that are now mandatory to use this library. Also, this board is more than 18 months old, so you might as well throw it in the trash.