Wednesday 30 October 2019

Mosfets as a switch for batteries in series


I am contemplating a way to build a new battery pack for a project that I am working on. However I think that I have run into a problem, but I am not sure.



I have a battery pack with about 27 batteries in series and 15 strings in parallel, as seen in the picture below (just a small sample), My goal, is to isolate (at least down to a small leakage current) a single battery in the pack in case it falls out of safe operating range.


enter image description here


I am thinking about using N-channel mosfets for this job, but I don't know how well they will work in this type of circuit.


Will this work? If not, what would?



Answer





  • why do you want to switch both legs? Switching a single leg is sufficient to block all current.





  • You do know that power MOSFETs have a 'body diode'?




  • Have you thought about how you want to produce the gate voltage to drive you MOSFET switches? A typical power MOSFET needs ~ 8V at its gate.




  • I think your FETs are placed the wrong way round.




Summary: my answer would be that this probably is not going to work.



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