Saturday, 10 December 2016

identification - Help Identifying Weird Component


Attached you find photos of a Li-Ion battery's PCB. I'd like to know what this component is called and what its use is.


The component in question is the three pin stretched silver "bridge". The white blobs seem to be glue, while the black things you see are ICs. There is nothing beneath the brownish center of the component.


enter image description here enter image description here




Answer



This looks like a resettable PPTC fuse with an additional control terminal. The third terminal is used for external activation: when abnormal conditions like overcharge or overheat are detected by the battery controller, it can force the fuse to open even if the current stays within limits:


enter image description here


(source)


The component sits on the glue blob rather than the PCB because it needs to stay hot when latched up. PCB would act as a heatsink and could reset the fuse before the short circuit is removed.


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