Electronic – LED + PWM EMC concerns

emcled strippwm

I'm building a light device with LEDs connected in series. One device could hold up to 200 LEDs in a strip of 1.5m.

I'm also supposed to take care about the good choice of a PWM frequency (using a microcontroller) to drive the LEDs (via LED driver) as if it's to low you may have flickering (show up easily with video cameras) but if it's to high I'm afraid of EMC so it cannot be certified for selling. Two questions arises then:

1) Who is the biggest problem here? Should I be concerned with EM wave generation somehow or just EMI via circuit?

2) Who should be the main EMI generator? The LED driver (switching), the LED itself, some other component or all together?

Thanks

Best Answer

1) EMI is caused by switching currents. Look at the edge of your PWM signal, sharp, fast edges cause higher spike in current, and worse EMI issues. The frequency is pretty much irrelevant. If each LED is routed well so there is a good current path (low induction for the frequency used), there will be no issues with EMI. If you need to know how to design a good current path, I would need a lot more than this answer to explain it to you.

2) The EMI will be caused by current. Look at the current loop, check the full current path to and from every current source, which includes capacitors, ICs and the LEDs themselves.

I'm pretty sure you're over thinking this EMI issue. At low frequencies (10kHz when looking at distances of <50mm) the current path is pretty predictable, as long as there is reasonable decoupling and good PCB traces, you shouldn't have an issue.