Sunday 11 November 2018

noise - Should I ground the heatsink?


I am using an npn transistor in TO-220 package, and its collector is electrically connected to the metal part on it. I have checked it via a multimeter. I use a heatsink for that transistor, with isolator. So after mounting it to heatsink with isolators, it is no longor electricaly connected, I have checked again. However, when I inspect the signals in the circuit via oscilloscope, I see there is some noise on waveforms, while trying to understand where it comes from, I have touched the heatsink with a metal, to be precise with the tip of the following instrument:


enter image description here


It becomes much smooter. I didn't understand how touching it would affect the stability. After some reading on the web, I saw some say that heatsink itself should also be grounded. I wanted to have your thoughts on this.


By the way, transistors(npn&pnp) are used in a class B audio amplifier.


p.s : This doesn't answer my question.



Answer




By the way, transistors(npn&pnp) are used in a class B audio amplifier.




This is an important detail. The transistor tab is usually connected to the Collector pin, and your standard insulator will add about 15pF capacitance between the tab and the heat sink, so this is about knowing whether this capacitance can cause problems or not.


If the heat sink is grounded, then the collector will have 15pF to ground capacitance in series with the connection inductance. Then the heat sink will also capacitively couple to whatever traces or signals are around.


If your amp uses an emitter-follower output stage, then both power transistors collectors are connected to power supplies (or ground if it is a single supply amp). Since power supplies are decoupled to ground, there is already a low impedance HF path between collectors and ground, therefore grounding the heat sink should make no difference. However, if the heat sink is external, or part of the enclosure, and the enclosure is already grounded at another point, grounding the heat sink on the amp pcb will introduce a ground loop.


If your amp uses a common emitter output stage, then the collectors are connected to the output, and the capacitance will be between output and heat sink. Some amps omit the insulator for better thermal resistance and have the heat sink connected to the output voltage, but this requires it to be inside an enclosure and not accessible. Anyway, if you ground it, then you have to consider if the extra 15pF to ground could make your amp unstable. For an audio amp, this is unlikely.



when I inspect the signals in the circuit via oscilloscope, I see there is some noise on waveforms, while trying to understand where it comes from, I have touched the heatsink (...) It becomes much smooter.



If the output voltage appears fuzzy on the scope, your amp could have stability issues. You can try single shot mode and see if you observe oscillations or just noise. If the amp does have stability issues, they are probably not related to case-to-heatsink capacitance, the problem would come from somewhere else, like layout or decoupling.


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