Power On With Voltage #723
-
Hi there, Just wondering if there is an existing way to immediately power on the system when external power is applied? Would be nice to include it with the Wakeup Alarm config. First wake on external power with subsequent wakes on RTC time. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Exists already as a Work In Progress. See the discussion in #701. |
Beta Was this translation helpful? Give feedback.
-
Forget what I wrote about #701. I just ran my Pi on battery and shut it down with battery level at 90% (Pi power led off and PiJuice in low power mode, wakeup on charge enabled at 1%), then when connecting external power to the PiJuice USB my Pi boots immediately. Make sure you are running the 1.5 firmware and the 1.7 software with the Restore option for the wakeup-on-charge setting enabled. This stores the wakeup-on-charge setting in non-volatile memory. |
Beta Was this translation helpful? Give feedback.
Forget what I wrote about #701.
The 'power' event in #701 is executed by the pijuice service which requires that the Pi is running, which is obviously not the case when the Pi is off.
The wakeup on charge should work also when the charge level is above 1%.
I just ran my Pi on battery and shut it down with battery level at 90% (Pi power led off and PiJuice in low power mode, wakeup on charge enabled at 1%), then when connecting external power to the PiJuice USB my Pi boots immediately.
Make sure you are running the 1.5 firmware and the 1.7 software with the Restore option for the wakeup-on-charge setting enabled. This stores the wakeup-on-charge setting in non-volatile memory.