-
Notifications
You must be signed in to change notification settings - Fork 36
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
No connection through GPIO pins #26
Comments
Hi, I would maybe try http://wiringpi.com/the-gpio-utility/ and see if you can manually read/write to the gpio pins |
Thanks for the reply! I used WiringPi to run
In addition, a
It seems the pins are functioning? Suggestions on where else to look? |
Do the values in the "V" column change, when you open/close the magnetic switches? |
Did you figure this out? I am thinking of building using a Pi Zero W as well. |
Nope, I never did. I gave up and moved onto other projects. |
I have this installed on Raspberry Pi Zero, no issues with the installation.
Regardless of my magnetic switch (I have the same ones you documented), it's not registering in GarageQTPi correctly. In other words, if I have the switches in contact, it still thinks the garage is open. If I switch the
state_mode
, the state never changes regardless of the state of magnetic switches.Furthermore, the commands to open and close are registering (as evidenced by the logs), but the signal never makes it to the garage door.
I don't think this is a software issue (at least not with GarageQTPi), it feels more like a GPIO issue. However, this is a brand new board with the headers soldered on professionally at the factory.
Do you have any suggestions on how to troubleshoot connectivity issues?
The text was updated successfully, but these errors were encountered: