-
On the ESP32 you have to use ADC1 if you are using WiFi. Which pins are available on an ESP32-CAM, in Micropython, to use as an ADC.
However, on the ESP32 all of these are ADC_2. External ADC? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Looks like external ADC is the only way, if there are any pins left to hook something up |
Beta Was this translation helpful? Give feedback.
-
Here is the complete list of pins https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/gpio.html There should be ADC 1 pins available, but that depends on the board you are using. |
Beta Was this translation helpful? Give feedback.
Looks like external ADC is the only way, if there are any pins left to hook something up