Automatic Power Off Shutdown For Raspberry Pi
First
2
3
4
Last
Next >>
Automatic Power Off Shutdown For Raspberry Pi Power Off Delay Circuit Relay Driver Circuit Power Failure Detection Circuit DCDC Buck Converter
Automatic orderly power off for microcontrollers
Microcontrollers need to be shutdown properlyMicrocomputers like the Raspberry Pi and the Beaglebone are now affordable enough to use in all kinds of situations that they would previously never be considered for. Not so long ago a lot of the applications that these computers are being used in would have been built using a cheap microcontroller or even non-smart electronic components. Neither of these approaches need special measures to be applied when power is removed but microcomputers do, like most other computers do.
What happens if you don't do an orderly shutdown?Computer operating systems tend to make extensive use of files stored on hard drives or SD flash cards. Some of these files are important operating system files and if they get damaged in some way the whole system may be affected. The easiest way to corrupt a file is to remove the power from the computer while it is writing a new version of the file. This is why most computers come with a shutdown procedure that must be followed before the power is removed. Now that's all well and good if you are dealing with a desktop computer and the user knows how to shut it down properly as most of us do. It's a different story if the computer is monitoring a weather station or controlling the lights. Who is going to be bothered with shutting it down properly? I certainly will not so what can we do about it?
Power fail detection and automatic shutdownThe task is in fact quite simple to define. We need to detect when the power has failed and use a battery to keep the computer alive long enough to complete the shutdown procedure. The power fail signal can be fed to the computer via a GPIO pin to alert it to the power fail and start the shutdown.
The Power off delay circuitIn this article I'm going to go over the circuit that I'm currently using to provide the delay following a failure of the mains power. The output of the circuit is used to hold a relay energized which applies battery power to the computer until the delay expires. ![]() In the circuit above I'm using a 12V power supply applied top left and a 9V battery supply to the right. The two supplies are seperated by diodes D2 and D9 which ensure that no current is drawn from the battery while the 12V supply is present and that the 9V supply does not feed into the 12V power supply when the mains power is removed. The diode D7 and resistor R12 provide a small 'trickle-charge' current for the battery whenever the mains is applied. The DC/DC device is a 'Buck' converter which supplies 5V for the Raspberry Pi if either the 12V or 9V supply is available. This will be the case until the mains power is removed and the power off delay time has elapsed. On the following pages I will describe the circuitry starting with the power off delay circuit.
First
2
3
4
Last
Next >>
Automatic Power Off Shutdown For Raspberry Pi Power Off Delay Circuit Relay Driver Circuit Power Failure Detection Circuit DCDC Buck Converter |
Now subscribe to our newsletter and don't miss a thing |
|
Comments (1)
Add Comment