Active cell balancing with LTC3300-2

  • Thread starter Thread starter Reynald
  • Start date Start date
  • Tags Tags
    Cell
AI Thread Summary
The discussion focuses on using the LTC3300-2 IC for active cell balancing in an electric vehicle project involving a stack of six cells. Participants seek advice on selecting an appropriate microcontroller that can manage two stacks totaling 12 cells and 48 volts. Recommendations include reviewing the LTC3300 datasheet and considering the LTC3300-1 for better stacking capabilities. Suggestions for microcontroller options range from Texas Instruments to Micromint, emphasizing the importance of choosing a platform with longevity and ease of use. Overall, hands-on experimentation is encouraged to understand the system better.
Reynald
Messages
2
Reaction score
0
Hi everyone good day to all who will read this!

We have a project about active cell balancing that will be put inside an electric-car. We are planning to use LTC3300-2 IC that can perform charge transfer. However, our question is that, How to choose the right microcontroller for our project considering we are about to create 6cells in a stack, and it must be stackable. Also we want to ask for guidance in implementing the connection between the chosen microcontroller and LTC3300-2. And if we want to stack another LTC3300-2 two extend the capacity of the cell balancer, how can we do that? Any advice even a little bit will be much appreciated, Thanks and god bless everyone have a nice day!
 
  • Like
Likes Reynald
jim hardy said:
I never used one of those

but the datasheet and appnote look pretty self explanatory

http://cds.linear.com/docs/en/datasheet/33002fa.pdf
http://cds.linear.com/docs/en/lt-journal/LTJournal-V23N1-01-df-LTC3300-1-Drew.pdf
and if i read them right the -1 might be better adapted to stacking . Will you have more than 36 volts ?You'll learn fastest by doing

patch together an experimental one to learn its tricks.
thank you for answering, our plan for 1 stack is about 6cells = 24volts and we need 2 stacks so it will be about 48volts in total when we stack another 6cells. overall it will be 12cells. Thank you, much appreciated.
 
Reynald said:
How to choose the right microcontroller for our project

i'd be talking through my hat if i claimed any expertise.
Last one i used was a Domino-II by Micromint about fifteen tears ago. I chose it because we had 5 days to get a project going, including ordering the parts. The Domino you program in Basic so there was no learning curve to stumble up. The company was small enough then i got personal help from its founder.
I used both its serial(RS232) and I2C communication ports, and a few bits of parallel I/O .

I recently bought an Arduino just to see what they're about. Its language i found harder to learn than Basic
but it's compiled so runs many times faster.

I'd advise pick one that'll likely still be around twenty years from now. Your first one is hardest to learn.
I;d probably look at Texas Instruments just because of who they are. And at Micromint because they're still growing and have a heritage of practicality..
But I'm way back in the dust behind the young folks on this subject. Ask some hobbyists in your outfit.

Sorry can't do more

old jim
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top