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!
How to get ESP-32 Features coding?
-
- Posts: 364
- Joined: Mon Jan 04, 2021 2:06 pm
Re: How to get ESP-32 Features coding?
https://github.com/espressif/esp-idf/bl ... .c#L19-L40
yes, you can copy/paste it to arduino code.
yes, you can copy/paste it to arduino code.
Who is online
Users browsing this forum: No registered users and 69 guests