(no title)
bierjunge | 2 years ago
The hardware itself is fine, but the biggest pain was getting stable WiFi and BLE connections simultaneously, because of only one antenna/radio. RAM was also a problem, it would be great to have at least 512kb. The SDK from Espressif is sometimes a little bit weird, but usable and bugs are fixed quickly. The build system is ok, nothing special.
mardifoufs|2 years ago
tredre3|2 years ago
That said both the original ESP32 and the S3 support external PSRAM (4MB* for the og, 32MB for the S3).
You can buy modules with such RAM already (which you would likely do for most deployment), but if you really need a single chip solution they also sell the ESP32 chips with that "external" RAM embedded in it (albeit in smaller qty, like 2MB).
* The OG actually supports 8MB but only the first 4MB is directly addressable, you have to handle bankswitching yourself to access more.