|
|
|
|
|
by Saris
1226 days ago
|
|
Compared to the ESP32-S3, the RP2040 doesn't have Wifi/BT, doesn't have an RGB display controller, has slower clocks, and has less RAM and Flash. 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. |
|
https://www.adafruit.com/product/5526
Bluetooth support is supposed to be added in the next version of the SDK.