on/off push button for RevPi5

Topics about the Hardware of Revolution Pi
Post Reply
Thomas_S
Posts: 3
Joined: 17 Nov 2025, 10:38

on/off push button for RevPi5

Post by Thomas_S »

Hi everyone,

I am looking for a solution to use a push button to power on and off my RevPi.
The idea is to perform a clean shutdown now by pressing it (the easy part), and turning it back on with the same button.
It can either be a momentary or latching button.

The main goal is to mimic the behavior of a standard desktop PC or industrial one.

I believe this can be done natively with a standard RPi.
User avatar
nicolaiB
KUNBUS
Posts: 1131
Joined: 21 Jun 2018, 10:33
Location: Berlin
Contact:

Re: on/off push button for RevPi5

Post by nicolaiB »

Hi Thomas,

unfortunately there is no power button on the RevPi. The only way to mimic such functionality would be with a DIO card (for the shutdown trigger) and some external relay logic.

best regards
Nicolai
rcosenza
Posts: 2
Joined: 26 Feb 2026, 09:02

Re: on/off push button for RevPi5

Post by rcosenza »

nicolaiB wrote: 03 Dec 2025, 12:34 Hi Thomas,

unfortunately there is no power button on the RevPi. The only way to mimic such functionality would be with a DIO card (for the shutdown trigger) and some external relay logic.

best regards
Hi, can you explain the "for the shutdown trigger", there is a shutdown command che we can send via DIO card for graceful shutdown?

in my opinion, the "brutal/worst" way to power on the device is a trigger on the alwaysOn power supply for power on (i think) , and relative sudo command for shutdown, but my trouble is that anyone can press the power button accidentally and cut the power supply instantly..

Thanks!!
Riccardo
rcosenza
Posts: 2
Joined: 26 Feb 2026, 09:02

Re: on/off push button for RevPi5

Post by rcosenza »

nicolaiB wrote: 03 Dec 2025, 12:34 Hi Thomas,

unfortunately there is no power button on the RevPi. The only way to mimic such functionality would be with a DIO card (for the shutdown trigger) and some external relay logic.

best regards

anyway it was enough to bring out the pins near the USB C connector..
Post Reply