You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am struggling with getting enough GPIO pins mapped to the various inputs/outputs I need for an application.
For example, I have tried to set GPIO 25/26 as inputs with pullups, however, it appears that these two pins are also overloaded as DAC inputs. That being said, I have also read that the DAC either needs to be enabled or it can be disabled, and I should be able to use these as GPIO.
Setting a GPIO with input pullup is working for pin 27 but replicating that for other pins has been problematic. I have a lot of experience on the Arduino platform and Arduino IDE and am trying to develop with this board with the ESP IDF so I recognize that some things are new, and it's possibly pilot error.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am struggling with getting enough GPIO pins mapped to the various inputs/outputs I need for an application.
For example, I have tried to set GPIO 25/26 as inputs with pullups, however, it appears that these two pins are also overloaded as DAC inputs. That being said, I have also read that the DAC either needs to be enabled or it can be disabled, and I should be able to use these as GPIO.
Setting a GPIO with input pullup is working for pin 27 but replicating that for other pins has been problematic. I have a lot of experience on the Arduino platform and Arduino IDE and am trying to develop with this board with the ESP IDF so I recognize that some things are new, and it's possibly pilot error.
Thank you.
The text was updated successfully, but these errors were encountered: