-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bug : power on/off doesn't work #157
Comments
It should be a momentary switch, ie, you press to make contact and then it releases. It should work regardless of power saving though. Can you try with that kind of switch and let me know how it works? Also, if you could attach a log if it still doesn't work that would be great :-) Thanks |
Also not working for me. Power off works fine, but Power on seems to dont do anything. Used momentary switch. |
Great job @mrworf, you've produced something very cool and practical ! |
I think this is old info on my part. If you change the setting in the photoframe to 3 from 26, and then connect your power button to pin 5 (gpio 3) and pin 6 (gnd), it should work to power on/off. This is based on info from https://howchoo.com/g/mwnlytk3zmm/how-to-add-a-power-button-to-your-raspberry-pi Drawback with GPIO 3 is that it's also the I2C bus, which means you won't be able to use any I2C peripheral devices. Also, don't leave GPIO 3 continuously GNDed, since that will trigger safe mode (
to your config.txt, but I'd be weary of doing that. |
Thanks for a quick response! |
My photo frame has switch on GPIO 26.
Settings are :
switch off : works only with setting "Power saving measures should : Not be used"
switch on doesn't work at all.
Is it normal ?
Thanks
The text was updated successfully, but these errors were encountered: