Skip to content
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

Free GPIO pins? #35

Open
alinanorakari opened this issue May 19, 2019 · 3 comments
Open

Free GPIO pins? #35

alinanorakari opened this issue May 19, 2019 · 3 comments
Labels

Comments

@alinanorakari
Copy link

I've got ideas for Badgy that require me to connect to a GPIO pin (e.g. a 1-wire digital temperature sensor). I see that GPIO9 seems to be free. Can I solder to it or is it used internally by the package? Are there other free pins that I'm missing? If there aren't any, I can sacrifice directions of the joystick, right?

@sqfmi sqfmi added the question label May 20, 2019
@sqfmi
Copy link
Owner

sqfmi commented May 22, 2019

GPIO9 is used by the ESP-12 for internal flash memory, so using it will cause resets. You can sacrifice the direction pins to use as GPIO, but note that GPIO1,3 are shared with TX/RX, so serial cannot be used concurrently with these pins. GPIO10 is also input only, so it cannot act as output.

@gerwitz
Copy link

gerwitz commented Jul 21, 2020

Curious if you went anywhere with this, I'd also like to add a temp sensor.

@sqfmi
Copy link
Owner

sqfmi commented Jul 21, 2020

You can sacrifice the direction pins to use as GPIO, but note that GPIO1,3 are shared with TX/RX, so serial cannot be used concurrently with these pins. GPIO10 is also input only, so it cannot act as output:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants