Electronics Forums

Electronics Forums > Electronics Forums > Electronic Projects > Circuit design aid

Reply
Thread Tools Display Modes

Circuit design aid

 
 
Junior Member
Join Date: Feb 2010
Posts: 1
 
      02-24-2010, 05:22 PM
I need a circuit that will charge a cap. then allow me to switch over to an output to discharge a 4.3 amp pulse through a 1 ohm resistor for 20 msec. I have to use a 6 vDC power supply. Not sure how to calculate the cap. size I need. Thanks.
 
Reply With Quote
 
 
 
 
Super Moderator
Join Date: Jul 2009
Posts: 1,009
 
      02-25-2010, 07:32 PM
Capacity = Current * time / (Vstart - Vend)

Start voltage = 6V, end voltage = 0V?
If so then you need 14333uF.
 
Reply With Quote
 
Senior Member
55pilot's Avatar
Join Date: Feb 2010
Location: USA
Posts: 434
 
      02-26-2010, 11:40 PM
If you charge the cap to 6V, run a low drop-out 4.3V linear regulator and connect the output to your 1 ohm load, you can only maintain the 4.3A as long as the cap voltage is above the input voltage for the linear regulator. It is realistic to get a linear regulator that will produce 4.3A at an overhead of 500mV. This means the end voltage in the above equation goes to 4.8V:

Cap = 4.3 * 20,000/(6-4.8) = 71,667uF

While doable, that is not exactly a small setup. If you were to use 6.3V caps (way too close for my comfort level), you can get 15,000uF caps in 0.75" x 1.5" package. You will need 5 of those in parallel.

If you wanted a safety margin, I would use 6 of 15,000uF, 10V caps (0.75" x 1.75" size) in parallel, feeding a MIC29502 set to operate at 4.3V. The MIC29502's enable input will enable/disable the output current.

---55p
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
question about previous circuit design by john fields Wayne Electronic Basics 7 04-21-2006 07:45 PM
Automation Studio - Circuit Design and Simulation Software, AUTOMATION STUDIO V5.0 PRO EDITION, CADENCE ORCAD 2004 - 2000, Altium P-CAD V2002, DXP SUITE V2004, WEBSPHERE EVERYPLACE MOBILE PORTAL v5.0 (c) ALTIUM [2 CDs], ModelSim.SE.v6.0, AutoTRAX.E Zorba.GR Electronic Basics 0 09-16-2004 07:18 PM
Re: Circuit design advice crusty@lsmo.sytes.net Electronic Design 0 09-03-2003 03:14 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93