I have an RGB LED present in an EV charging station. The RGB LED uses a digital serial protocol to receive colour information from the MCU. The cable length between the two is 1.5 m and it's all enclosed within the charging station.
The RGB LED protocol uses a fixed frequency (with a tolerance) to signal a '1' or '0'. The frequency mark/space times are: 0.8/0.45 us for a '1'; 0.4/0.85 us for a '0'.
My questions are:
- Will this 1.5 m wire cause any EMI/EMC issues?
- Do we need to take any precautions?
EDIT:1 My calculations
I calculated the frequency of the serial protocol waveform and it is 833 Khz. I calculated its wavelength to be approx. 360 m.
The (wavelength/4) value is 90 m. My maximum length is 1.5 m only. So I believe this wire won't make any issues.