What does the s behind ESP32s2 mean and how can I find out what I have?
Posted: Thu Jan 07, 2021 1:55 pm
This is a stupid question I know, but I'm not able to find the precise answer anywhere. I'm guessing it means series. But according to Wikipedia, it is complicated: The chip is packed into an FQN. The FQN is wrapped into a module. And the module is wrapped into a development board (correct me if I'm wrong). Which leaves me with the following questions:
1) What does the series reference? Is it the chip series, the series of the FQN or the series of the module?
2) What is the difference to the chip revision?
3) How can I read out the series from my esp32?
My guess is that series hints to the module itself while the revision only concerns the chip.
EDIT: Another question just popped up: 4) Does the esp-idf automatically detect which series esp32 is connected and then launch the corresponding compiler (xtensa-esp32-elf, xtensa-esp32s2-elf, xtensa-esp32s3-elf) or do I have to input that manually?
1) What does the series reference? Is it the chip series, the series of the FQN or the series of the module?
2) What is the difference to the chip revision?
3) How can I read out the series from my esp32?
My guess is that series hints to the module itself while the revision only concerns the chip.
EDIT: Another question just popped up: 4) Does the esp-idf automatically detect which series esp32 is connected and then launch the corresponding compiler (xtensa-esp32-elf, xtensa-esp32s2-elf, xtensa-esp32s3-elf) or do I have to input that manually?