How to get ESP-32 Features coding?
Posted: Thu Nov 24, 2022 2:53 am
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!
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!