esp32-c6 adc1 ch1 vs ch2
Posted: Fri Aug 25, 2023 8:28 pm
Hi, Using an esp32c6 and esp-idf version 5.1.1 I've set up a voltage divider with two 100k resistors to measure battery voltage. When I use adc1ch1 (gpio1) it pulls the voltage of the divider down throwing the measurement off. If I use adc1ch2 (gpio2) it does not. Is this something that can be disabled or is this intrinsic to that pin?