Page 1 of 1

ESP32 ADC2 & WiFi

Posted: Wed Jun 02, 2021 3:57 pm
by ger2mau
I understand that ADC2 functions can not be used when WiFi is enabled. My question is: are the GPIOs associated with the ADC2 functions available ? (as long as they are not configured for ADC2). I've mistakenly used a couple of the GPIOs associated with ADC2 for other functions (like digital in/out) while also using WiFi and haven't encountered any obvious issues.

Re: ESP32 ADC2 & WiFi

Posted: Thu Jun 03, 2021 1:47 am
by ESP_Sprite
Yes, they are. Only the ADC functionality of the pins are affected, digital/interrupt/etc still works.