Introduction
For my project, I decided to use an old 17 inch Samsung Syngmaster 173p monitor as a display. The backlights on this monitor have failed, so I'll have to replace them with LED backlights. To do this, I will use the usual 12v cold glow LED strip with the number of LEDs 120 per meter. I will also have to modify the main monitor board a little, since the monitor and backlights worked from 14v and convert the DVI input to a MicroHDMI plug.
Led backlight
In order to get to the backlights, I disassembled the plastic case, then pulled out and untwisted the metal frame. There is a matrix under the metal frame, I carefully removed it so as not to damage the cables, and under it there are various reflective films, I also carefully took them out in the order in which they lay. Next, there is glass on top and bottom of which there are metal cases in which there are those very burnt lamps that need to be replaced. To do this, I removed them from the cases and installed the LED strip there and put everything back together.
{gallery}Led backlight |
---|
Modification of the monitor board
There are two boards installed in the monitor, one main board with a controller and a second inverter board for controlling the backlight lamps. But since I replaced the lamps with a 12v LED strip, the inverter board for controlling the LEDs is not suitable. I found the manual for this monitor and began to figure out how the backlight control works. The inverter board is controlled by only three wires, the first is a 14V power supply for lamps, the second is 5V (BL_EN) turning on the backlight when the monitor is turned on, and the third is a PWM signal (BL_ADJ) to adjust the backlight brightness.
When connecting 12V, the main board works and the monitor turns on, but there is no signal on the 5v(BL_EN), BL_ADJ pins. I began to look at the circuit and saw that the 5v(BL_EN) signal goes through a comparator that compares two 3.3V and 3.7V signals (14v which goes through a voltage divider). But since I connected 12v on the divider, it became 3.2V, so the 5v(BL_EN) signal did not appear. I replaced one of the resistors on the divider so that the voltage became 3.6V and the 5v(BL_EN) signal appeared. Unfortunately, the PWM signal on the BL_ADJ contact did not appear, I do not know what the reason is, who knows, write in the comments. Therefore, you will have to do it without adjusting the backlight (On the other hand, how often do you have to adjust the backlight).
I made the LED backlight switch-on board based on an N-channel field-effect transistor, which I soldered from an old motherboard, with a maximum drain-source voltage of 20 volts, and a current of 10 amps. Each of the tape segments consumes approximately 190 milliamps, so you can use almost any field-effect transistor with a current of at least 0.5 amperes. A signal is sent to the field gate from the +5 V output through a small 100ohm resistor. I decided to supply +12V power to the LED strip through a 10ohm resistor in order to limit the current a little and extend their service life.
DVI to MicroHDMI
Digital Visual Interface (DVI) is a digital interface that allows you to transfer video images to digital devices, usually a video card monitor. In fact, the difference between HDMI and DVI is a large bandwidth, audio transmission and design differences in the direction of reducing the overall dimensions of the connectors. In the case of the DVI-D modification, only a digital video signal is transmitted, while there is no analog channel. HDMI digital interface, respectively, it will be possible to connect a device to it only with a digital DVI-D connector. If you have a DVI of another modification, then remaking it to HDMI by simply soldering the wires will most likely not work and you will have to make a converter board. I was lucky to use a DVI-D modification in my monitor, so in order not to suffer with adapters, I decided to take the wire that went into the monitor and connected to the main board, cut off the DVI connector and soldered the microHDMI connector according to the pinout.
Next, I filled the contacts with PCB varnish and sealed them with a glue gun. Then I heated it with a soldering dryer so that the glue spread well and put on heat shrink.
A small digression. Once upon a time I bought a cheap adapter from DVI to HDMI and wanted to output a picture from a DVI computer to an HDMI TV. But when connected, the picture was with a greenish tinge. I then thought that the adapter was not working properly and did not deal with it for a long time, I threw it into the drawer. After some time, when I began to prepare this project and understand the DVI connector, I remembered about it and decided to check why it was not working properly. When connecting the Raspberry PI through this adapter to the DVI monitor, there was no image at all. I began to ring the contacts and it turned out that this adapter did not have four wires soldered, which are designated as a shield and a common wire to the housing. After I opened it and soldered the necessary wires, the adapter worked. I've seen this problem very often on forums, so keep that in mind. |
Demonstration