|
|
|
|
|
by synergy20
1226 days ago
|
|
Just got into IOT devices and I am using RP2040 boards(with wifi and without wifi, bluetooth is enabled now I think), what's the advantage of ESP32 to RP2040 these days? It's $4 ~ $6 a piece and also is solder-able to your base-board if you need make your own, it of course runs on its own without any base-board perfectly fine. |
|
For most IoT devices the ESP32-S3 is overkill unless running a large display, and you could use the cheaper ESP32-C3, which has 1 core instead of 2, no RGB interface, and less GPIO. These run about $2 each for a solder-able module with built in antenna: https://www.digikey.com/short/cttthh0h
Or $6 for a dev board with USB built in: https://www.digikey.com/short/9rp1zbb3
I'd compare the RP2040 more to your classic STM32 arduino dev board, with the ESP series in another class above those.