-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analog pins? #4
Comments
Nope. Only GPIO35, GPIO39 (EXT2 p.3, p.1) |
So on GPIO35 which is HSPI and GPIO39 we can connect analog signal to measure??? |
I am using an current sensor, to measure current. I used GPIO 39 and it is not working properly. Which pins should i use for this example? the other pins like 39 etc. are measuring voltage as i understood. |
If by "analog pins" you mean ADC, it is like 12 pins that can be used for ADC, basically all pins that have the ADC function can be used, use this picture as a reference: https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/resources/ESP32-POE-GPIO.png It is another question whether all of these 12 pins are free to use, some of them are probably used for one of their functions. |
On the ESP32 POE, which are the analog pins? They are not mentioned in the connector on your website.
Am I correct to assume that GPIO pins 39, 36, 35 and 34 can be used for measuring analog voltages?
The text was updated successfully, but these errors were encountered: