Build Your Own Arcade Controls Forum
Main => Raspberry Pi & Dev Board => Topic started by: Major on December 27, 2018, 01:08:48 pm
-
Hello all!
I am making a bartop arcade for my kids and have concerns about shutting off the pi correctly. (they will inevitably forget to either exit correctly or push the shutoff button before killing power to the whole arcade)
I have thinking of ordering one of these:
https://www.crowdsupply.com/silicognition/lifepo4wered-pi-plus (https://www.crowdsupply.com/silicognition/lifepo4wered-pi-plus)
It's a tad expensive though (and doesn't ship until later in January) and wonder if I couldn't accomplish the same thing with this:
https://www.amazon.com/Makerfocus-Raspberry-Pi-3-Remote-Power-Button-for-RPi/dp/B01LAEX7J0/ref=cm_cr_arp_d_rvw_txt?ie=UTF8&th=1 (https://www.amazon.com/Makerfocus-Raspberry-Pi-3-Remote-Power-Button-for-RPi/dp/B01LAEX7J0/ref=cm_cr_arp_d_rvw_txt?ie=UTF8&th=1)
In the questions the Seller states that it can't (currently) send a loss of power signal to the pi but couldn't I send one from the cabinet switch?
So when power to the cabinet is switched off it also sends a shutdown command to the pi while the Makerfocus keeps the pi up until it completes it shutdown sequence.
Would that work or would it be more hassle than its worth?
Thanks in advance!
Major
-
Those items you linked seem to be more focused on handoff between AC and battery power.
Maybe a shutdown switch module is more what you're after? Something like this?
https://othermod.com/product/advanced-onoff-board/
Here's another version that doesn't require soldering, but appears to be out of stock...
https://othermod.com/product/onoff-board-with-usb-connectors/
-
Hello all!
I am making a bartop arcade for my kids and have concerns about shutting off the pi correctly. (they will inevitably forget to either exit correctly or push the shutoff button before killing power to the whole arcade)
I have thinking of ordering one of these:
https://www.crowdsupply.com/silicognition/lifepo4wered-pi-plus (https://www.crowdsupply.com/silicognition/lifepo4wered-pi-plus)
It's a tad expensive though (and doesn't ship until later in January) and wonder if I couldn't accomplish the same thing with this:
https://www.amazon.com/Makerfocus-Raspberry-Pi-3-Remote-Power-Button-for-RPi/dp/B01LAEX7J0/ref=cm_cr_arp_d_rvw_txt?ie=UTF8&th=1 (https://www.amazon.com/Makerfocus-Raspberry-Pi-3-Remote-Power-Button-for-RPi/dp/B01LAEX7J0/ref=cm_cr_arp_d_rvw_txt?ie=UTF8&th=1)
In the questions the Seller states that it can't (currently) send a loss of power signal to the pi but couldn't I send one from the cabinet switch?
So when power to the cabinet is switched off it also sends a shutdown command to the pi while the Makerfocus keeps the pi up until it completes it shutdown sequence.
Would that work or would it be more hassle than its worth?
Thanks in advance!
Major
Get one of these: https://blog.petrockblock.com/2015/07/04/powerblock-another-power-switch-for-the-raspberry-pi/ (https://blog.petrockblock.com/2015/07/04/powerblock-another-power-switch-for-the-raspberry-pi/) or https://blog.petrockblock.com/2014/12/29/controlblock-power-switch-and-io-for-the-raspberry-pi/ (https://blog.petrockblock.com/2014/12/29/controlblock-power-switch-and-io-for-the-raspberry-pi/) or http://mausberrycircuits.com/ (http://mausberrycircuits.com/)
You will power down the RPi safely. If you use a master-slave power strip to power your other devices within your cab, you'll be fine. Everything will be powered up and down by one switch. The only switch your kids can (mis)use. I don't even use the power strip as I will leave everything in stand-by anyway. Marquee lights etc. are switched by a separate switch as I like to keep them on sometimes when the cabinet is off.
-
I have been trying to get this to work too.
I ended up getting this. (https://www.amazon.com/Uninex-White-Grounded-Power-Switch/dp/B077H5LWW9/ref=zg_bs_6291359011_47?_encoding=UTF8&psc=1&refRID=N5F9N6X33MT26CEXVY6F)
So simple now.
-
Do you need savestates and the ability to change config settings?
If you don't, then IMHO it's better to make the root filesystem read-only. If you do that, then there's no danger of corrupting the SD card if you cut the power without doing a clean shutdown.
I've tried the following tutorial with my Retropie image, and I can confirm it works.
https://github.com/janztec/empc-arpi-linux-readonly
-
Hello all!
I am making a bartop arcade for my kids and have concerns about shutting off the pi correctly. (they will inevitably forget to either exit correctly or push the shutoff button before killing power to the whole arcade)
I have thinking of ordering one of these:
https://www.crowdsupply.com/silicognition/lifepo4wered-pi-plus (https://www.crowdsupply.com/silicognition/lifepo4wered-pi-plus)
It's a tad expensive though (and doesn't ship until later in January) and wonder if I couldn't accomplish the same thing with this:
https://www.amazon.com/Makerfocus-Raspberry-Pi-3-Remote-Power-Button-for-RPi/dp/B01LAEX7J0/ref=cm_cr_arp_d_rvw_txt?ie=UTF8&th=1 (https://www.amazon.com/Makerfocus-Raspberry-Pi-3-Remote-Power-Button-for-RPi/dp/B01LAEX7J0/ref=cm_cr_arp_d_rvw_txt?ie=UTF8&th=1)
In the questions the Seller states that it can't (currently) send a loss of power signal to the pi but couldn't I send one from the cabinet switch?
So when power to the cabinet is switched off it also sends a shutdown command to the pi while the Makerfocus keeps the pi up until it completes it shutdown sequence.
Would that work or would it be more hassle than its worth?
Thanks in advance!
Major
Get one of these: https://blog.petrockblock.com/2015/07/04/powerblock-another-power-switch-for-the-raspberry-pi/ (https://blog.petrockblock.com/2015/07/04/powerblock-another-power-switch-for-the-raspberry-pi/) or https://blog.petrockblock.com/2014/12/29/controlblock-power-switch-and-io-for-the-raspberry-pi/ (https://blog.petrockblock.com/2014/12/29/controlblock-power-switch-and-io-for-the-raspberry-pi/) or http://mausberrycircuits.com/ (http://mausberrycircuits.com/)
You will power down the RPi safely. If you use a master-slave power strip to power your other devices within your cab, you'll be fine. Everything will be powered up and down by one switch. The only switch your kids can (mis)use. I don't even use the power strip as I will leave everything in stand-by anyway. Marquee lights etc. are switched by a separate switch as I like to keep them on sometimes when the cabinet is off.
Thank you!
I had no idea they had power strips like that!
I'll give that a shot and see how it works.
Thanks again,
Major
-
This board looks promising, quite a bit cheaper than the mausberry. I may give it a test drive on my next project.
https://www.adafruit.com/product/3581 (https://www.adafruit.com/product/3581)