Introduction: Assembling the 8x8 LED Board Kit

About: Father of two active toddlers desperately trying to find the time to build every interesting project from Instructables. Slowly training the kids to love building things. The wife? She thinks we are all crazy.…

These are step by step instructions for assembling the 8x8 LED Board kit from moderndevice.com.

I had never played with LED displays before using this kit. I suggest reading through all the assembly steps BEFORE starting to solder because assembly order DOES matter with this kit.

Overall, this is a very simple assembly. It does have a few points which require special attention.

Step 1: Solder the LEDs

This is, by far, the most time consuming part of assembly.

Pay special attention to the polarity of each LED and make certain you have no cold solder joints.

You will be placing IC sockets over several of the solder joints and, if you get something wrong, it will make repair very difficult.

I chose green LEDs as they were the cheapest I could find. You may use other colors, but be aware of current requirements both in resistor choices and power supply.

The LEDs are placed on the NON-printed side of the board. I got ahead of myself when I first started and put a couple of rows on the wrong side of the board. De-soldering is NOT fun!

Moderndevice.com describes the following testing procedure for the LEDs. Truth be know, I just went through and closely examined the solder joints and orientation of each LED before the next step. If you skip testing, be aware you may find yourself with a complicated de-soldering project if something goes wrong.

Testing:

Clip a 470 - 1000 ohm resistor into a black alligator-clip test lead. Connect the other end of this test lead to the ground side of a 5-6V power supply. Next connect one end of a red colored alligator clip test lead to the positive, +5V side of your power supply. Clip the other end of this red, positive lead to one of the "+5V" labeled holes on the side of the 8x8LED board. Looping a piece of wire through the hole and twist it back on itself, will make a convenient terminal to which to clip the positive test lead.

Using the far end of the ground-lead resistor as a probe, carefully light up each LED in order. This can be done conveniently from the pads on which the driver chips will eventually mount.

Step 2: The Capacitors

Observing correct orientation, solder in the three 47 ufd, 25 volt electrolytic capacitors.

Step 3: The IC Sockets

Place the IC sockets on the board and solder just two leads. Check the positioning of the sockets. The notches on the sockets should face the capacitors.

When you are happy with the placement of the sockets, finish soldering the leads.

Step 4: The Resistors

Solder in the four 1k ohm resistors. Orientation does not matter.

1k resistors are provided with the kit and used for 20mA LEDs. If you use LEDs with a different current draw, different resistors will be needed.

Step 5: More Capacitors

Solder in the four .1 ufd (104) monolithic capacitors. Orientation does not matter.

Step 6: The ICs

Insert the ICs in the sockets paying close attention to correct orientation. The notch in each chip should face the capacitors. You will likely need to bend the leads a bit to get them to fit in the sockets.

Step 7: Cut the Headers

You will need at least on set of female headers where you can plug in the arduino controller.

Trim off 9 female headers.

Step 8: Solder the Headers

Since I was piggybacking a BBB I soldered the headers to the right hand side of the board. The pinouts here are, from top to bottom, Data Out (DO), Data In(DI), Clock (CLK), Output Enable (OE), Latch (LE), 2 unused pins, +5 volts(+5v), and Ground (GND).

You are able to power a single 8x8 board via the BBB. If you choose to daisy chain boards, I suggest reading the Instructions (PDF warning) for the board. You must be sure to choose the correct power supply for your project. I can attest to the fact an underpowered array will show wildly erratic behavior. You may notice a jumper wire shown on the BBB in the pictures in the board instructions. Ignore the jumper unless you have an older Rev. C BBB.

Step 9: Array Your Boards

As previously mentioned, you may array the boards simply by connecting the DO of one board to the DI of the next, as well as the CLK. OE, LE, +5v and GND lines. I simply used trimmed component leads as jumpers.

The biggest factor here is an appropriate power supply. You will not be able to power this via a USB port. A 5-6 volt REGULATED power supply can handle a 6 board array.

Step 10: Programming

I get a big kick out of the arduino sketch provided by moderndevice.com. It scrolls Asimov's Three Laws of Robotics. There is also a character generator utility.

Code is loaded to the Arduino (clone) in the usual manner. The display should start as soon as the microcontroller resets.