Friday 3 July 2015

ups - Backup power for adsl modem


I want to create a circuitry for switching to backup power (small battery) in case of mains power failure for my ADSL modem (to avoid the internet going down in such scenario).


This is a basic circuitry however I have only very basic knowledge of electrical and electronics and hence need help.


The below diagram shows what I am trying to create. Request help on how to create this "instant switching circuitry".



Modem specs: Current=0.6A Voltage=9V


Modem Power Backup



Answer



The most simple backup source selector involves just two diodes


enter image description here


The problem with this kind of circuit is that there is always a voltage drop on the diode so the voltage that reaches the load is Vsupply - Vf where Vf is the diode forward voltage drop.
Also the backup voltage should be lower than the main supply or both the diodes will be on simultaneously and both sources will share the output current.


A circuit that would work better (untested) would include the addition of a mosfet (it's a P-mosfet) that operates as a switch and connects/disconnects the battery depending on the availability of the main supply voltage.
Note that the main supply voltage shouldn't be higher than the max Vgs which is about 20v (check the datasheet of your specific device). The battery voltage level is not a problem in this case, it can even be higher than the main voltage source.


enter image description here



Apart fro the mentioned solutions you can always design a circuit that involves a comparator and drives a switching device to connect he appropriate source or even use a commercial chip intended for supply monitoring.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...