element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Power & Energy
  • Technologies
  • More
Power & Energy
Forum Lead acid protection circuit
  • Blog
  • Forum
  • Quiz
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 10 replies
  • Answers 6 answers
  • Subscribers 287 subscribers
  • Views 3031 views
  • Users 0 members are here
Related

Lead acid protection circuit

zagene
zagene over 6 years ago

Hi everyone,

I'm always looking for alternatives for a DC supply, as we have a constant problem with mains supply failure.

Add to this that I am a Ham operator who like to keep things up and running, even on DC power if required.

For DC supply I have the normal AC to DC switch mode supplies but the problem is with a suitable protection for my (very expensive according to me) AGM 12VDC batteries.

If you fail to constantly monitor the AGM battery output voltage or with swapping batteries accidentally (and it do happens if you are in a hurry at night) connect it reverse polarity you have a problem.

I have read many articles on battery protection especially with RPP and current flow back prevention as well as a battery low voltage cut-off so I'm starting a project that is compact and cost efficient enough to add to all my SLA's and AGM (and also all flooded cells for that matter) 12V batteries.

So my circuit is more a combination of several other circuits combining an efficient RPP without to many heat losses as well as combining it with a ATTiny ADC to read the voltage to cut off the battery at a preset low voltage, nothing very extravagant or to large or difficult to populate on a single sided PCB and fit it on the battery output.

My requirements would be to feed a radio or other load with DC at a maximum of 30A @ 13.8VDC (as required by my radio when transmitting.

The circuit area I'm not very sure of is the cut-off feed from the ATTiny45 via the 2N7000 that will cut the ground from the main P-ch MOSFET as a high side switch with a maximum current of 55A, Maximum gate voltage of 20V and a RDS(on) of 20mOhm at Vgs of -10VDC.

The second problem may be an Inrush current needed by the load which I do not totally want to limit as in certain instances my radio may require but I have to protect the MOSFET.

The other thing maybe to place a uni directional TVS at the battery poles of the circuit e.g. 1N6377 to clamp high voltage peaks etc.

Please advise me on the following circuit: (its available on PDF format here https://drive.google.com/drive/folders/1jG2ML2XMi52CiVaMMP-QXK-w0ViSZoYC?usp=sharing ) as well as the IRF4905 datasheet

image

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 6 years ago +3 suggested
    Interesting application. You could also use something like an LTC4352 to create an ideal diode which also has under voltage protection. An alternative is LM74700.
  • jw0752
    jw0752 over 6 years ago +2 suggested
    Hi Eugene, You may want to check and verify the polarity of the IRF4905 as in its current config the internal Schottky will conduct current battery to load. As far as the rest of the design I will defer…
  • jw0752
    jw0752 over 6 years ago +2
    Hi Eugene, After reviewing the polarity protection application I believe I was wrong to question the polarity of the IRF 4905. It is correct as you have it. Sorry for the confusion but I have a little…
Parents
  • ldjohn
    0 ldjohn over 6 years ago

    Hi there Eugene, one scenario is when you try to switch off the load, the internal diode will conduct inside the mosfet, thereby continuing to conduct despite your efforts to stop it.

    1) consider placing back to back mosfets in your design to isolate the load, because of the diodes.

    2) consider adding another circuit in to allow a PSU to be connected as well as managed.

    3) in certain scenarios where you have equipment that fails ( radio, charger, PSU) it may be good to allow under and over voltage protection. Sometiems a charger gets stuck and takes the battery over 16V. In your scenario, simply add another channel to the A/D to read input voltage for PSU and another set of back to back mosfets to control the output.

    4) during high transient cut over currents, it may be pertinent to investigate limiting of inrush current by adapting the resistive load between Pchan gate and transistor pulling the circuit to ground for activation. This will create a small ramp time. Once engaged, no more ramp needed so thats good.

    5) make sure that you put protection on the inputs of the A/D converters. i usually place a 5v1 Zener Diode (assuming 5v logic) between the A/D input and ground so that it limits maximum input to the A/D. This is also a great trick as if things go really wrong, the A/D pin is protected from over-voltage as well as limits negative voltage to around -0.5V which should be in the micro's safe area.

    Keep going. You have the makings of a great project.

     

    On choice of mosfet.... under full conduction at 30A, the 0.02R resistance will add about 18W worth  of dissipation and what looks like 0.6V drop over the device. Not bad at all

    1) put more in parallel, making it a great deal cooler ( by putting in parallel, you can reduce power dissipation

    2) put more in parallel, making the total on resistance better

    2) put a decent strip of heat-sink on the devices. Aluminium U-channel / whatever you have will be great. If you can use an aluminium enclosure, that will work as well. Remember to put a small fan on it to keep it cool. Don't waste too much energy.

     

    Regards

    John

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • ldjohn
    0 ldjohn over 6 years ago

    Hi there Eugene, one scenario is when you try to switch off the load, the internal diode will conduct inside the mosfet, thereby continuing to conduct despite your efforts to stop it.

    1) consider placing back to back mosfets in your design to isolate the load, because of the diodes.

    2) consider adding another circuit in to allow a PSU to be connected as well as managed.

    3) in certain scenarios where you have equipment that fails ( radio, charger, PSU) it may be good to allow under and over voltage protection. Sometiems a charger gets stuck and takes the battery over 16V. In your scenario, simply add another channel to the A/D to read input voltage for PSU and another set of back to back mosfets to control the output.

    4) during high transient cut over currents, it may be pertinent to investigate limiting of inrush current by adapting the resistive load between Pchan gate and transistor pulling the circuit to ground for activation. This will create a small ramp time. Once engaged, no more ramp needed so thats good.

    5) make sure that you put protection on the inputs of the A/D converters. i usually place a 5v1 Zener Diode (assuming 5v logic) between the A/D input and ground so that it limits maximum input to the A/D. This is also a great trick as if things go really wrong, the A/D pin is protected from over-voltage as well as limits negative voltage to around -0.5V which should be in the micro's safe area.

    Keep going. You have the makings of a great project.

     

    On choice of mosfet.... under full conduction at 30A, the 0.02R resistance will add about 18W worth  of dissipation and what looks like 0.6V drop over the device. Not bad at all

    1) put more in parallel, making it a great deal cooler ( by putting in parallel, you can reduce power dissipation

    2) put more in parallel, making the total on resistance better

    2) put a decent strip of heat-sink on the devices. Aluminium U-channel / whatever you have will be great. If you can use an aluminium enclosure, that will work as well. Remember to put a small fan on it to keep it cool. Don't waste too much energy.

     

    Regards

    John

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube