Page 1 of 1

Which shipset do I have?

Posted: Tue Mar 14, 2023 8:00 pm
by RollingRocker
I have multiple ESP32-Devkitc-V4 units. Is that board considered ESP32-C2, C3, ESP, ESP32-S2 or what? Need to know what chipset I have to know the limits of which AT command set and ESP-IDF that i can use.

Thanks

Re: Which shipset do I have?

Posted: Wed Mar 15, 2023 12:15 am
by ESP_Sprite
It's an ESP32, as in the original chip, without suffix. Our devkits tend to have the name of the chip in their name, e.g. an ESP32-C3-DevKitC-02 has an ESP32-C3 on it.

Re: Which shipset do I have?

Posted: Wed Mar 15, 2023 2:17 am
by RollingRocker
Excellent, thank you