Is there an optimal frequency for PWM?
Is there an optimal frequency for PWM?
(OP)
Hello all,
I am using PWM in my solar charge controller and by default the frequency is 900 Hz of the micro controller?
with 900Hz you and hear the MOSFETs making noise when not full on. I tried setting the frequency to 9kHz which makes the sound not audible any more.
Is there an optimal frequency?
Markus
I am using PWM in my solar charge controller and by default the frequency is 900 Hz of the micro controller?
with 900Hz you and hear the MOSFETs making noise when not full on. I tried setting the frequency to 9kHz which makes the sound not audible any more.
Is there an optimal frequency?
Markus





RE: Is there an optimal frequency for PWM?
Most people will not hear 18kHz.
... but you need to look at your waveforms to see how fast you can go and still get clean switching; you might need more gate voltage, or different reactance in the load.
... and there's a limit to how fast a microcontroller can toggle a switch, given all the other stuff it may be doing simultaneously.
Mike Halloran
Pembroke Pines, FL, USA
RE: Is there an optimal frequency for PWM?
You should put in some effort to figure out exactly what is making the noise, likely it is not really the transistors.
Keith Cress
kcress - http://www.flaminsystems.com
RE: Is there an optimal frequency for PWM?
I'd suggest it's the inductors on the board that are singing, not the FETs, and Keith's suggestion is sound (pun intended).
Dan - Owner
http://www.Hi-TecDesigns.com
RE: Is there an optimal frequency for PWM?
On SMD boards the most likely candidates are the capacitors. They actually get larger and smaller every cycle. Routing a gap in the board dividing it beneath the singer often stops the noise.
Keith Cress
kcress - http://www.flaminsystems.com
RE: Is there an optimal frequency for PWM?
There is not a lot that you can do about it except placing dampening material around the cores or filling them with epoxy or equivalent.
A better solution is to move the switching frequency above 50 kHz, then you won't annoy your dog or other pets in the vicinity.
Cheers,
Benta.
RE: Is there an optimal frequency for PWM?
Is there a low end of the PWM frequency where it becomes more or less useless for regulation purpose?