Remix.run Logo
mort96 5 hours ago

This looks like the long-awaited replacement for the original ESP32. The S and C series have been relatively low performance (the S better than the C but stuck on the outgoing Xtensa architecture), the P4 is powerful but lacks wireless. This is a relatively high performance, dual core MCU with wireless; a nice default option for low volume designs where being able to copy a previous implementation is more important than saving a few cents. Just like the ESP32. Nice.

swiftcoder 5 hours ago | parent [-]

Can it cope with TLS? The esp32 having a viable TLS stack has been a big win

flowerthoughts 2 hours ago | parent | next [-]

Has TLS been an issue since ESP32? I know ESP8266 had to increase CPU speed to be able to do RSA without timing out the watchdog. Wonderful hack. Didn't think ESP32 had the same issue.

Anyway, the S31 has SHA, AES, ECC, RSA, and ECDSA accelerators, so that should be fine. https://documentation.espressif.com/esp32-s31_datasheet_en.p...

bobmcnamara 3 hours ago | parent | prev [-]

It looks like they've been adding more hardware crypto offloads too!