Search found 3 matches
- Mon May 16, 2022 11:30 pm
- Forum: Hardware
- Topic: ESP32-MINI-1 single core at 240 MHz?
- Replies: 0
- Views: 1169
ESP32-MINI-1 single core at 240 MHz?
PCN-2021-021 changed the ESP32-U4WDH from a single core to a double core, with a max speed of 240 MHz instead of 160 MHz. I bought some ESP32-MINI-1 chips last fall, and some in April 2022. They are all single core (according to idf.py utility), but I can run them at 240 MHz. At flash, the features ...
- Wed Jan 05, 2022 7:30 am
- Forum: General Discussion
- Topic: How to run ADC two point calibration?
- Replies: 7
- Views: 18804
Re: How to run ADC two point calibration?
Since this is pretty much the only documentation on burning the eFuse for Two-Point calibration, here is a code excerpt you can run directly on the ESP32 to burn the eFuse once you have completed your measurements. /* Do some measurements here... */ int16_t A1 = round((A1_mean - 278.0f) / 4.0f); int...
- Thu Nov 04, 2021 12:21 am
- Forum: Hardware
- Topic: ESP32-MINI-1 ADC calibration, accuracy and repeatability
- Replies: 0
- Views: 1769
ESP32-MINI-1 ADC calibration, accuracy and repeatability
Hello! I am designing with the ESP32-MINI-1, and I have two questions regarding the ADC. I have already read the documentation and this thread: https://esp32.com/viewtopic.php?f=19&t=2881 1. Is the ESP32-MINI-1 ADC VREF value calibrated and burned in eFUSE during fabrication? Datasheet does not ment...