I raised the question of whether PWM on the power board "dim" pin would be a reasonable assumption for controlling the backlight of a Philips TV (55put6101/12): https://www.badcaps.net/forum/troubl...d-tv-backlight. I didn't receive any insights there so I went ahead and tried it.
The setup is basically:
Rpi3 hardware PWM → 220 Ohm → NPN transistor → dim pin
Transistor is switching the 3.5 V supply on the power board.
The brightness and power draw increases significantly with frequency, so I'm sure I'm missing something. Here's my measured power draw:
1 % duty [Hz] [W]:
What's going on here? Is PWM the wrong assumption?
PS. I don't own an oscilloscope unfortunately, so I'm relying on the duty and frequency values used in code. Since the values aren't extreme I'm assuming they're reasonably accurate.
The setup is basically:
Rpi3 hardware PWM → 220 Ohm → NPN transistor → dim pin
Transistor is switching the 3.5 V supply on the power board.
The brightness and power draw increases significantly with frequency, so I'm sure I'm missing something. Here's my measured power draw:
- PSU on, backlight off: 7 W
1 % duty [Hz] [W]:
- 15 10
- 30 11
- 60 13
- 120 17
- 240 27
- 480 46
- 600 55
- 39
- 40
- 42
- 45
- 52
- 65
- 71
- 68
- 71
- 72
- 75
- 82
- 94
- Didn't measure 600 Hz
What's going on here? Is PWM the wrong assumption?
PS. I don't own an oscilloscope unfortunately, so I'm relying on the duty and frequency values used in code. Since the values aren't extreme I'm assuming they're reasonably accurate.
Comment