How TM1812 Chip Works
TM1812 Internal Block Diagram |
The chip uses a single-wire communication method called non-return-to-zero (NRZ) for communication. After the chip is powered on and reset, it receives data through DIN pin from the pixel LED controller .
After receiving 4 sets of 24 bits of data (total of 96 bits), the DOUT port will forward data next data to the next chip to provide input data for other TM1812 chips. Before forwarding, DOUT pin kept in pull down state. If the input signal at DIN is the RESET signal,The chip will not receive new data, The chip will set the FET's gate voltages of each output channel according to the received data . Chip will receive new data after the signal ends until the next reset signal .
After receiving the first 4 sets of 24bit data, the chip will communicate Data is forwarded through the DOUT port.The chip adopts automatic shaping and forwarding technology, which can completely avoid signal attenuation and distortion when transmitting more points over long distances, making the number of chips in the network is not limited by signal transmission, but only limited by the speed of the data transmission.
Features of TM1812 Chip
• CMOS Technology .
• Input voltage support up tp 24v (with the help of external resistor)
• Brightness adjustment circuit ( 256 levels of brightness)
• Single-wire communication (NRZ).
• Built-in signal reshape circuit.
• Built-in RC oscillation and clock synchronization circuit.
• Built-in power-on reset circuit
• The PWM control terminal can achieve 256-level adjustment.
• Data transmission speed up to 800Kbps
• Package form: SOP16, DIP16 .
TM1812 Circuit Diagram
TM1812 Circuit Diagram 5v
TM1812 Circuit Diagram 5v |
In this circuit , TM1812 IC powered by a 5v supply.Three common anode RGB LEDs being connected to the output pins of the TM1812 IC you can also use RGB LEDs without common pins. The 104 (0.1uf) non-polarize capacitor work as a bypass capacitor to ground any AC components in the power rail , Two resistors (R2,R3) are connected at the data input and output pins to match the impedance (Optional) ,You can use a resistor between 100Ohm - 200Ohm.
TM1803 Circuit Diagram High voltage
TM1803 pixel LED Diagram HV |
In this circuit diagram the supply voltage is grater than 5v (6v-24v). Since the three RGB LEDs are connected to voltage over 5v ,current limitting resistors (R1,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14) in series with the RGB LED pins being used.The value of these resistors can be calculated using the equation.
Rled = VRled / Iled
In order to protect the IC from higher supply voltages a resistor (R2) in series with the (VDD) pin is being used .The value of that resistor can be calculated using the below equation .
R1 = VR1 / I
Where "VR1" is [ Vs (supply voltage) - 5v ] and "I" equals 1mA . eg - If the supply voltage is 6v the R2 value should be 1Kohm , if the supply voltage is 9v the R2 value should be 4Kohm .Here is a list of resistor values for different supply voltage levels.
TM1812 pixel led resistor values |
The
104 (0.1uf) non-polarize
capacitor.It work as a bypass capacitor to ground any AC components in
the
power rail , Two resistors (R2,R3) are connected at the data input and
output pins to match the impedance (Optional) You can use a resistor
between 100Ohm - 200Ohm.
TM1812 Pixel LED PCB
TM1812 Pixel LED PCB |
• Q1 - TM1809 IC (SOP16)
• R2 ,R3 - 0.1 W (8050)
• C1 - 0.1uf (Ceramic Non-polarized Capacitor 1206 )
This is a 21mm x 16mm (WxH) PCB designed only using SMD components. IC package is SOP16 .The resisters (R2,R3) are 0.1 watt 8050 package. SMD pads are being used for the input , output and RGB LED connections."COM" pads are where the common pin of the RGB LED should be soldered .Use the Gerber files if you wants the PCB to be manufactured by a PCB manufacturer like JLPCB.
[ Download the Proteus Project and Gerber Files ]
5050 RGB LED with TM1812 IC
TM1812 5050 RGB LED PCB |
5050 RGB LED PCB layout |
How to use TM1812 PCB
TM1812 5V Wiring Diagram |
As you can see in the diagram each TM1812 pixel led unit soldered with three RGB LED's .The pixel LED controller connects to the first pixel LED unit , Data terminal of the controller connects to the Data IN of the first pixel led unit.The 5v and ground of the controller connects to the +5v and GND of the first pixel LED unit respectively.
2 comments:
Am I understanding this correctly? The 1812 controls each LED as it's own pixel and not as a single pixel. Meaning when the controller wants a LED pixel count this would actually be 4 pixels since the 1812 is using all 96 bits instead of the normal 24. So this allows each LED to person separately from the others.?
Yes Single TM1812 IC works as 4 pixel LEDs (Not as a single pixel LED), It uses 96 bits and controls 4 pixel LEDs connected to it.Then, pass the other data to the next TM1812 IC .
Post a Comment