Espressif has been eating their lunch, the boards are way more capable and much cheaper. Why would anyone pick an Uno over an ESP32?
They're more fun. The programming is easier (although you can get an Arduino like experience on a ESP32). They have 5V options, which make some projects easier without having to add additional components. The ESP32 API (and the Pico for that matter) are better suited professional programmers. An Arduino is better if you're doing something and want a quick, easy, simple to program controller. It started as a way for a…
Qualcomm to acquire Arduino
51–60 of 553 posts
Re: Qualcomm to acquire Arduino
#52Re: Qualcomm to acquire Arduino
#53Earlier quoted context omitted.
STM32 MCUs are 3V3, not 5V right? Arduino really isn't great with naming, a Uno can be an AVR or ARM based board, now either 3V3 or 5V based and also a SBC rather than just a MCU.
I think to Arduino, Uno just means 'Uno form factor, with shield pins in the same place'
Re: Qualcomm to acquire Arduino
#54Espressif has been eating their lunch, the boards are way more capable and much cheaper. Why would anyone pick an Uno over an ESP32?
The fact we don't have viable western competition for Espressif is likely to become far more of a headache than all the angst about AI GPU production. Where can you get a half decent microcontroller with wifi integrated on it? Espressif. All the others are flat out bad in some very important dimension, which isn't to say the Espressif products are perfect, but they fit in the important ways.
Re: Qualcomm to acquire Arduino
#55ESP stuff is so damn cheap and capable now I'm not sure what you would use Arduino for these days.
Re: Qualcomm to acquire Arduino
#56ESP stuff is so damn cheap and capable now I'm not sure what you would use Arduino for these days.
Community inertia / maker content.
Re: Qualcomm to acquire Arduino
#57theyre going to push "AI on the edge" and "IoT" nonsense again absolutely unbelievably cooked. anyone pushing that nonsense, short with leverage. low latency connectivity + goliath data centres will always beat on-device inference/training.
I love it when my device stays dumb (or at least connect-local) and not become abadonware 6 months after release because the cloud provider felt it a chore to keep running.
Re: Qualcomm to acquire Arduino
#58Earlier quoted context omitted.
privacy is a thing people care about.
> privacy is a thing people care about. Sadly, it seems that privacy is something that HN readers care about, but precious few others. Look at the success of Facebook. The covers have been off that stinker for years , yet people still regularly use it; often to the exclusion of more traditional media. I have quite a few friends that I don't get invited to their occasions, because they only advertise them on FB. They…
Re: Qualcomm to acquire Arduino
#59theyre going to push "AI on the edge" and "IoT" nonsense again absolutely unbelievably cooked. anyone pushing that nonsense, short with leverage. low latency connectivity + goliath data centres will always beat on-device inference/training.
Re: Qualcomm to acquire Arduino
#60ESP stuff is so damn cheap and capable now I'm not sure what you would use Arduino for these days.
Don't look at just the specs. You also need to look at the board design and programming environment. I've used the ESP32 native tools and they are a lot more complex than Arduino. But I'm an embedded firmware developer, so it's kind of what I expect. But I used an Arduino, with 5V tolerant outputs, to light up Halloween costumes for years. I do it in 1 page of code that's I write in their IDE. I don't have to set up…