Difference between revisions of "LED Matrix Kit"

From LinkSprite Playgound
Jump to: navigation, search
(Specification of LED Matrix)
(Usege)
Line 125: Line 125:
  
 
''Schematics of the 8x8 LED Matrix''
 
''Schematics of the 8x8 LED Matrix''
 +
 +
===Testing Steps===
 +
 +
1.connecting
 +
 +
:*Connect Arduino pin8 to DIN on 8*8LED Matrix 
 +
:*Connect Arduino pin9 to CS on 8*8LED Matrix
 +
:*Connect Arduino pin10 to CLK on 8*8LED Matrix
 +
''Attention:8*8LED Matrix must be common-grounded with Arduino module.''
 +
 +
[[File:LED Matrix00.jpg]]
 +
 +
2.Check the corresponding interfaces are properly connected.
 +
 +
3.Powering up the Arduino demo board with AC adapter.
 +
 +
4.Observation:The LED matrix should circularly display the digits 0 to 9 on LED screen first, then the characters A to Z, as shown in the above figure.

Revision as of 09:24, 30 November 2012

Introduction

This product is a serially driven 8x8 LED Matrix kit powered by MAX7219.

It only needs three data lines and two power lines.

The 8x8 LED Matrix is easy to use and compatible with Arduino, and its LED brightness adjustment can be implemented in software.

LED Matrix Kit.jpg

This product comes in the form of a kit. It includes the following components:

  • MAX7219
  • Electrolytic cpaacitor:10uF/25V
  • Resistor:10K
  • Capacitance:0.1uF
  • Headers and receptacles.

After assembling, it will look as:

LED Matrix1.jpg


Specification of LED Matrix

  • Operating Voltage: DC 4.7V – 5.3V
Typical Voltage: 5V
  • Operating Current: 320mA
Max Operating Current: 2A
  • Operating Temperature: 0 ℃ – 50 ℃
Typical Temperature: 25 ℃

DIMENSIONS

Dimensions.jpg

Assembly Instruction

Step 1

STEP1.jpg

  • Install resistor R1.

Step 2

STEP2.jpg

  • Install capacitor C1.

Step 3

STEP3.jpg

  • Install capacitor C2.

Step 4

STEP4.jpg

  • Install header J2.

Step 5

STEP5.jpg

  • Install header J1.

Step 6

STEP6.jpg

  • Install LED matrix receptacle.

Step 7

STEP7.jpg

  • Install LED MAX7219 receptacle.

Step 8

STEP8.jpg

  • Lay down C2, and install the MAX7219 and LED matrix to their receptacles.

Finally, we get the finished LED matrix module:

Assembled.jpg

Usege

Hardware Preparation (Use Arduino as microcontroller)

  • LED matrix module

Assembled.jpg

  • Arduino

Cuhead 2.jpg

  • USB Cable

Cuhead 3.jpg

  • Jumper Wires

Jumper wires.jpg

  • Power supply 5V/2A.

Connection Wires

The schematics of the LED matrix is attached below.

Please follow the following instructions to connect hardwares.

  1. The 8x8 LED Matrix must be common-grounded with the Arduino module;
  2. Connect Arduino pin 8 to DIN on the LED Matrix;
  3. Connect Arduino pin 9 to CS on the LED Matrix;
  4. Connect Arduino pin 10 to CLK on the LED Matrix;
  5. Use independent power supply for the 8x8 LED Matrix Shield, and the supply voltage is 5V/2A.

Schmatic.jpg

Schematics of the 8x8 LED Matrix

Testing Steps

1.connecting

  • Connect Arduino pin8 to DIN on 8*8LED Matrix
  • Connect Arduino pin9 to CS on 8*8LED Matrix
  • Connect Arduino pin10 to CLK on 8*8LED Matrix

Attention:8*8LED Matrix must be common-grounded with Arduino module.

LED Matrix00.jpg

2.Check the corresponding interfaces are properly connected.

3.Powering up the Arduino demo board with AC adapter.

4.Observation:The LED matrix should circularly display the digits 0 to 9 on LED screen first, then the characters A to Z, as shown in the above figure.