Page 1 of 1

ESP32-S3 ADC calibration

Posted: Wed Jan 26, 2022 1:21 pm
by daniSi
Dear,

In the ADC examples I have seen the ESP32-S3 should also support the ADC calibration, where it can be checked over the value of ESP_ADC_CAL_VAL_EFUSE_TP_FIT if this is set. By default this is disabled, but neither I cant find the corresponding efuse value in the "summary" using the efuse tool. Also if I run the espefuse.py command with "adc_info" the result is not as in the documentation.

neither in the datasheet/TRM I could find something regarding this. Maybe some suggestions?

best regards, Danijel

Re: ESP32-S3 ADC calibration

Posted: Sat Feb 19, 2022 9:55 pm
by jgustavoam
Hi Danisi,

I suggest you read this documentation:

https://docs.espressif.com/projects/esp ... s/adc.html

Re: ESP32-S3 ADC calibration

Posted: Tue Feb 22, 2022 7:28 am
by MikeLemon
I find that post about ADC calibration of the ESP32 by espressif quite not understandable as to how the one time efuse calculation and burning suppose to be done as well at the meaning of the values and numbers you need to extract for it,

Someone should realy make a tutorial to show how can it be done and how it improves the ESP32 both in offset, accuracy, and linearity.