uninterrupted power supplie for boe
firealarmfreak
Posts: 105
hey i have the board of education and i am making a fire alarm control panel. I was wondering if there was a way of making power supervision.
This means that when the power goes out, the board of education immiditaly switches to battery power and the basic stamp goes to my trouble section of code to indicate its running on backup, so the alarm system is still active even though the powers out.
Thanks,
Chris.
Post Edited (firealarmfreak) : 9/20/2008 9:03:12 PM GMT
This means that when the power goes out, the board of education immiditaly switches to battery power and the basic stamp goes to my trouble section of code to indicate its running on backup, so the alarm system is still active even though the powers out.
Thanks,
Chris.
Post Edited (firealarmfreak) : 9/20/2008 9:03:12 PM GMT
Comments
2) Look at Tracy Allen's website for some discussion of voltage monitoring with a Stamp, particularly for monitoring battery voltage.
(www.emesystems.com).
3) Both the input supply and the battery would be connected through diodes (like Shottky power diodes) to the BOE so that the highest voltage supply would provide current for the BOE. When the input supply voltage drops below the battery voltage, the BOE would automatically be powered by the battery. The Stamp could monitor both the input supply voltage and the battery voltage to warn when the input supply is gone and to warn when the backup battery voltage drops below some threshold.
thanks.
chris.
There are all sorts of supervisory IC's depending on exactly what you want them to do. Here are are a few from Maxim:
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2649/t/al
http://www.maxim-ic.com/products/supervisors/battery_backup/
Most voltage monitors expect to see 5 VDC which means checking the voltage regulator output, and not directly at the battery. Certainly both can be done but by two different means.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When all else fails, try inserting a new battery.
Post Edited (Bruce Bates) : 9/20/2008 9:39:20 PM GMT