Saturday, 11 April 2015

power supply - Prevent overcurrent while filter capacitor is charged


I have this circuit:


enter image description here


On start-up, the power supply experiences an overcurrent condition, because when the capacitor is charged, it looks like a short circuit as seen from the power supply. How can I prevent this?


Adding a current-limiting resistor before the capacitor is not suitable for me, because of the load-dependent voltage drop - the load, of course, will look smaller once the capacitor has charged at the maximum current of about 2 A. Maybe there is a simple circuit to temporarily enable a current-limiting resistor? Or another simple solution?


ADDED. I have these ideas. Please feel free to comment.



enter image description here


enter image description here


enter image description here


enter image description here




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...