Comment by horsawlarway

5 hours ago

It's much more difficult to buy the ESP32 as an MCU than it is to buy it as a SBC, with ports for power and I/O already on a PCB (often with through pins, to land on another PCB, like the arduino hats). And I don't mean "it's difficult because you have to solder" - I mean "it's difficult to find many places that sell it".

Ex - go check amazon, they're all the "dev kit" versions of ESP32.

Hell - even Alibaba has an overwhelming majority of the kits in the SBC form, rather than the straight MCU (although they at least exist in that form there, unlike amazon).

Even on digikey... there are like 4 listing for the straight MCU, and hundreds of listings for PCB board versions.

So I think for most consumers purchasing these... functionally they end up buying a form factor that is much closer to SBC than MCU.

---

From my perspective... I'm old enough to remember when Arduinos were the hot shit in this space, and now ESP32 is basically the same value prop at 1/10 the price point (or better, if you are actually willing to solder it to the PCB yourself... then you get down to 1/50th the price point).

>It's much more difficult to buy the ESP32 as an MCU than it is to buy it as a SBC, with ports for power and I/O already on a PCB (often with through pins, to land on another PCB, like the arduino hats). And I don't mean "it's difficult because you have to solder" - I mean "it's difficult to find many places that sell it".

1. Go to mouser.com

2. Type ESP32 into the search bar

3. There's your part.

Its difficult to buy a very specific nut or bolt from Amazon (their nut/bolt search interface doing precisely nothing it appears to be intended to do). That doesn't mean McMaster-Carr doesn't exist. You're just going to the wrong store.

If you're in particular referring to how hard it is to find a PDIP package (that is, a through-hole package) for an ATMEGA MCU, that's because they don't make them anymore. Insofar as I'm aware, Espressif has never made a through-hole ESP32 module, but maybe they made one with castellated edges?

But an ESP32 module is as easy to come by as a surface-mount ATMEGA328P. Which is to say, very easy.

A few notes: if you buy non-module package (i.e MCU itself) then you would need to certify it with FCC (or you local FCC alternative) yourself, so most of vendors buy modules. Those vendors don't go to amazon to buy those because these make sense only if they manufacturing their own boards.

Last time I checked digikey had every module version avaiable for every version. You get hundreds of other versions because there are more variations of those.

It's not "difficult" at all if you aren't looking in the wrong places. Espressif has sold billions of them so apparently everyone else is figuring it out just fine.