Page 1 of 1

How to get ESP-32 Features coding?

Posted: Thu Nov 24, 2022 2:53 am
by shpalma
I'm pretty new to the ESP32 board.
So, I'm using Arduino IDE with ESP to get Temperature and humidity with a DHT11 sensor (it is not the best, I know), compiling with the verbose enabled (just for debugging), and notice that whenever upload the sketch, I see some really good information that I'd love to use to print it (because it's real data):
- Chip model
code: ESP.getChipModel()
- ESP Features (example: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None)
code: ???
Would be great if anybody can help me out with this doubt!

Re: How to get ESP-32 Features coding?

Posted: Thu Nov 24, 2022 1:45 pm
by ESP_Minatel
Hi,

Take a look here.

Re: How to get ESP-32 Features coding?

Posted: Fri Nov 25, 2022 12:31 pm
by chegewara
https://github.com/espressif/esp-idf/bl ... .c#L19-L40
yes, you can copy/paste it to arduino code.