Search found 1 match

by bikerbill
Mon Jan 25, 2021 4:34 pm
Forum: ESP32 Arduino
Topic: Is there anything to do to make the adc2_vref_to_gpio () function work?
Replies: 5
Views: 5982

Re: Is there anything to do to make the adc2_vref_to_gpio () function work?

Hi, i was testing this too and i was able to run your code (thanks for posting, it helped educate me). I don't think this is a bug, if you add a 10sec delay after esp_err_t status = adc2_vref_to_gpio(GPIO_NUM_25) before you do anything else with the ADC2 then it works fine. i read my Vref as 1.115v....