This is my first post in esp32 forum, so if I'm doing anything wrong please let me know.
I have an ESP32-DevKitC-V4 with ESP32-WROOM-32U on it. I was wondering that can I use the GPIO's labeled with ADC2 while I'm using WI-FI. I won't use them for ADC purposes, some I will use as digital inputs, some as Software Serial Rx and Tx.
Following statement https://docs.espressif.com/projects/esp ... gpio.html# isn't really clear in my opinion:
When I searched this, other people usually asked can they use the pins for ADC purposes.ADC2: ADC2 pins cannot be used when Wi-Fi is used. So, if you are having trouble getting the value from an ADC2 GPIO while using Wi-Fi, you may consider using an ADC1 GPIO instead, which should solve your problem. For more details, please refer to Hardware Limitations of ADC Continuous Mode and Hardware Limitations of ADC Oneshot Mode.
I hope I made sense.
Thank you all in advance.