First off, let's talk about the possible safety concerns here
To mitigate these risks, you should take the following precautions:
There are many, many, many guides on how to solder out on the internet nowadays. We'll provide some instructions here, as well as links to some other good resources in case those are more usable for you.
If you wish, there is a Raw video of the board construction. It is a half-hour of running commentary as the snowflake PCB is populated, and the sound may be a bit quiet. Note that the ordering of instructions has now changed to make assembly easier.
|
Take your transistor and carefully bend the middle leg forwards (towards the curved side) a bit. Place it in the location marked T1 |
* Make sure the flat side matches the image on the board!
With all that finished, place your batteries in their holder with the + side upwards. Take the wire closest to the switch and insert it into the left side of the terminal while pushing down the button. It should stay put when you let go. Put the other wire in the other side, flip the switch, and hopefully have everything light up!
There are a couple ways you can display your board.
Now that the board is finished, it's time for a little cleanup. We'll use some isopropyl alcohol (IPA) to clean off the flux and any excess shmoo.
The batteries are CR2032 coin cells, and they should last you quite a few hours. After they die, you have a few options:
A spring terminal is used to connect wires from our power supply (a pair of coin cell batteries) to the rest of the circuit. Without a voltage source, nothing happens. To keep us from damaging the chips if we attach the wires backwards, a diode is put in series with one of the connections to stop unwanted currents.
The small Integrated Circuit (IC) is a dedicated chip known as a 555 timer. It repeatedly charges and discharges the larger capacitor at a rate determined by the nearby resistors. With the parts we've got, it comes out to putting out a clock signal once a second or so
The larger IC is a 74HC164 chip, known as a shift register. It has a series of 8 outputs, and whenever there is a clock signal, it “shifts” the value of the 8th pin to the 7th, the 7th to the 6th, and so forth until it sets the first pin to the same value as the input.
We use a single transistor along with a pair of resistors to produce a NOT Gate. It's purpose is to output 0V when given 5V in, and 5V when given 0V. It essentially inverts the value given to it.
There are 6 LEDs, each in series with a resistor. They are attached to the first six outputs of the shift register on one end, and to ground (through a resistor) on the other. The resistors keep them from drawing too much current and damaging themselves.
When you turn the power on, the clock will start counting. We've attached the last output of the shift register to the NOT gate, and then use that as the input to the shift register. This means that the shift register will start setting outputs to 5V each time it gets a new clock pulse, until it reaches the last one. At that point, the NOT gate will change the input to 0V, and the lights will go out in sequence. And then it repeats. Forever!