Hacker News new | ask | show | jobs
by fr0sty 1808 days ago
That is the bare module only, no breakout board, and is out-of-stock for at least another two months.
1 comments

The bare module isn't too bad, there are some excellent breakouts that are only for bare modules.

But I can't recommend 16MB WROVER based boards enough for people making one-off projects.

https://www.digikey.com/en/products/detail/espressif-systems...

16MB of flash lets you use sooo many "creature comforts", and as an added bonus, a lot of them tend to be a more breadboard friendly width since the module itself is thinner and longer than the WROOM.

Like with 4MB of flash, even something as simple a <sstream> is off limits, because that pulls in locale data, and that in turn blows up your binary size budget unless you turn off OTA

(If you're making an actual product, then yeah obviously trading some creature comforts for a simpler codebase and a cheaper product is on the table)