date of production ESP32
Posted: Thu Mar 01, 2018 1:56 pm
Hi everybody,
I have just discovered that ADC calibration has a step forward for its solution.
Infact, it seems Vref or two point calibration is stored in EFUSE blocks. However this depends on the date of production as stated in documentation.
For example I have some ESP-WROOM-32 modules bought probably one year ago and if I ask the status of EFUSE with
and they are not supported.
We have also bougth one month ago 100 ESP-WROOM-32 for pre-series of our product and I can't test them because they need to be soldered on PCB.
The question: Which is the starting date of production which guarantees that EFUSE are written with Vref or 2-point calibration? How can I know this on ESP-WROOM-32?
Thanks.
I have just discovered that ADC calibration has a step forward for its solution.
Infact, it seems Vref or two point calibration is stored in EFUSE blocks. However this depends on the date of production as stated in documentation.
For example I have some ESP-WROOM-32 modules bought probably one year ago and if I ask the status of EFUSE with
Code: Select all
esp_adc_cal_check_efuse
We have also bougth one month ago 100 ESP-WROOM-32 for pre-series of our product and I can't test them because they need to be soldered on PCB.
The question: Which is the starting date of production which guarantees that EFUSE are written with Vref or 2-point calibration? How can I know this on ESP-WROOM-32?
Thanks.