board icon indicating copy to clipboard operation
board copied to clipboard

Add a way to disconnect the power to the board through GPIO

Open spiccinini opened this issue 4 years ago • 3 comments

The idea is to provide a way to cut the power to the LibreRouter.

spiccinini avatar Feb 04 '20 19:02 spiccinini

Like a self reset? or like suicide?

xcancerberox avatar Feb 05 '20 10:02 xcancerberox

Like a self reset? or like suicide?

That functionality is already present through the watchdog that is also available at a GPIO.

This idea is to provide a way for an external board to use a GPIO ot cut the power of the board for longer periods of time. For example when connected to a solar panel and batteries in the night the LR can be turned on like for 2 minute each 10 minutes saving 80% of the battery power (even detecting if there is a station connected and keeping it on longer periods of time).

Ideally the voltage should be provided from the external source and the GPIO work from 3.3 to 24V.

spiccinini avatar Feb 06 '20 14:02 spiccinini

Ok, so the GPIO is an external GPIO. image We can add there a PMOS transistor like: image with the same transistors that we are using for POE.

xcancerberox avatar Feb 06 '20 16:02 xcancerberox