08-22-2022, 03:52 AM
(08-08-2022, 01:15 PM)bavay Wrote: Hi!
If I understand what you wrote, you've made a system able to automatically restart your RockPro64 when recovering power after a power loss?! I'm looking for something to do this (I have now a UPS so short power losses would not even stop it and it would cleanly shutdown after longer power losses but I would like to be able to automatically restart if the power went down). Could you tell me more about what you've done?
Thanks!
Mathias
Hi Mathias,
Thank you for your comment ! I used a small development module that simulate a manually push of the power button when the power is restored.
For that it detects if the board is up through the 3.5v pin of the Rpi conector and if not, it shunt the button pins.
I'll upload all the stuff on my github account. Just let me a little time.
Best regards