First up, check that you have all the electronic parts laid out on your table and ready for soldering!
Start by placing the PCB in a vise to keep it steady. We'll be soldering parts on TOP, where the silkscreen shows the component placing. The first part we'll place is the 10K resistor. This resistor is marked brown black orange gold. (It's also the only single resistor of that color)

Bend the resistor into a staple and slip the wire leads into the two holes so that the resistor covers the outline labeled R10 in the bottom right corner shown here
Bend the wire leads out so the resistor sits flat against the PCB. Then you can flip it over and it wont fall out!

With your soldering iron heated up and ready, solder in both leads of the resistor. To do this, heat up the round ring pad and the wire lead at the same time for 2 or 3 seconds, then dip the end of the solder into the heated joint to melt it in.

Then remove the solder and the soldering iron.


Once the soldering is complete, we can clean up by clipping the leads of the resistor. This keeps them from shorting to something else. Use diagonal or flush cutters to clip the wires right above where the solder joint ends.
Next we'll solder in the yellow blobby 0.1uF capacitor. This capacitor is part of the reset circuitry as well, and is used to help reset the chip when we want to reprogram it.

Ceramic capacitors, like resistors, are not directional. So put it in any way it fits, next to the R10 resistor, so its surrounded by the C1 outline

Then bend the leads and flip over the board.
Solder in the capacitor's two legs just like you did with the resistor
You did great with the first two parts, now we will solder in the remaining resistors R1-R8 . These resistors are the LED 'choke' resistors - they keep the LED matrix's light even and avoids having too much current draw that would kill the battery off!

All the resistors are the same 47 ohm value - Yellow Violet Black Gold

Here we placed and soldered all 8 at once but you can go one at a time if you want to take it a little slower!
Solder in all the resistors, either one at a time or all 8 at once! Make sure you don't forget any solder points, though.
Next clip all the leads!
Next up we will put in the first chip. This chip has 8 legs and has the label DS1337 on top. Make sure you've got the right label on the chip.

This chip is the "real time clock" - the timekeeper. It is a ultra-lo-power circuit, whose only task is to keep track of the time, so its pretty good at it. It's possible to have the main microcontroller chip (the next one we'll do) keep track of the time, but its not as good at it (both in terms of power and precision) so we splurged on having a seperate RTC

The important thing about chips is that they are not like resistors and capacitors in that they can't be placed 'either way'. It must be placed the right way or the chip wont work. Look for the end of the chip with a notch and a dot. These must match up the silkscreened image on the PCB so make sure the notches line up.
Solder all eight pins of the RTC

No need to clip them after they're done


Next we'll do the big microcontroller chip. This chip is the brains, it does all of the displaying and button handling. Most of the time its 'sleeping' and when you press a button it wakes up and shows the time. It has a lot of pins because the matrix requires 16 pins to draw, and then you need some more pins for buttons, the RTC chip, reprogramming, etc.

The chip is an ATMEGA328P that has been pre-programmed at the Adafruit factory to have an Arduino-compatible bootloader and our default watch display code.

To begin, flatten the pins to make them more parallel || shaped intsead of A shaped. Hold the chip in your hand and press all the pins one side at a time against a flat table.

Then when you press it into the holes, make sure each pin has made it into a matching hole, and its sitting flat against the PCB

Like the RTC, this chip must be put in the right way. The notch on the chip must go on the left side as in these photos. Check twice to make sure you have the chip in right!
Solder all 28 pins!

No need to clip them after they're done
Next we'll place both the battery holder, and the timing crystal. The battery of course is how we power the watch, and this holder keeps it in place. The timing crystal is the "Quartz Crystal" in watches, that keeps time by resonating

The battery holder does have a special way it must go, make sure you can slide the battery in by having the open side facing out

The crystal can go in either way, its symmetric, like the resistors
The battery holder will slip out if you flip over the board, so before flipping the board, solder one leg side from the top. The holder is a great heatsink so it may take a little longer than usual to solder in
Flip it over and solder in the other battery pin, then go back and do the first one.

Also, solder and clip the two crystal pins
Lastly, place the two interface buttons. You'll use these to set the time, display the time, and change watch faces.

Both go on either side of the board, and they'll snap in.

Then flip the board over and solder in all 4 pins of each
Important! Once you solder the matrix to the board, it is nearly impossible to diagnose or repair any soldering problems. If you have any doubts at all about your solder joints, post some clear photos to the forum now so our engineers can check it over.
Finally, the fun part! The matrix!

The LED matrix is what you'll be looking at - 64 individual LEDs in a plastic case.

The Matrix is not symetric, it must go in the right way on the right side.
Look for the writing on the side of the matrix, this side must go on the side of the PCB with a dot as you see here. Also the matrix goes on the OPPOSITE side of the other parts!

Check that the 28-pin microcontroller pins aren't in the way of the matrix, it should sit nice and flat
Now solder in all the pins of the matrix, you may have to angle the iron tip a bit to avoid burning other parts

You can clip the leads but you don't have to (they're less long than the height of all the other parts!
Get the remaining parts out of the kit - a 20mm coin battery, silicone band and optional clear plastic back
Insert a 20mm (CR2032) coin cell battery so that the  flat + side is facing up and the bumpy side is facing down into the PCB
Place the clear back first into the band so it's at the bottom. Then stretch the band and scootch the assembly in, pulling the rubber to fit around!

When you've got it all in, you may need to pull/press the band around the PCB to have the 'nubs' fit into the notches that are molded into the band
That's it! You can now continue on to set the time and/or adjust your fit

ADJUSTING FIT


After you've assembled your watch there are a few ways to change the fit of the band around the PCB. First is trimming down the nubs on the PCB. These are there to help keep the board inside the rubber band. However, they may be long depending on your wrist size, and band (all the bands are slightly different)

Simply trim them down a millimeter at a time to help avoid them from sticking out too much
Another easy way to adjust the fit is to remove the plastic back - its not essential and for smaller wrists it may make the watch a little bulkier than desired.

OTHER TWEAKS

Kapton tape is a heat-resistant and electrically insulative tape that's used a lot in electronics. This isn’t included with the watch, but if you’ve been in this hobby for a while there’s a good chance you already have a roll handy. Wonderful stuff.

One or two layers of Kapton tape applied to the watch face make it less prone to washing out under bright light. The tape’s color is similar enough to the red LEDs that they shine through with little difficulty, while most ambient light is blocked.

Rubylith film (from a decent old-school art supply store) would probably work as well, if not better.

This guide was first published on Nov 30, 2012. It was last updated on Dec 05, 2012.

This page (Kit Assembly) was last updated on Nov 28, 2012.

Text editor powered by tinymce.