Volksduino Parts List



Volksduino Board

Volksduino Board

The Volksduino Printed Circuit Board.



7805 voltage regulator (Mouser)

7805 Voltage Regulator

The 7805 is a 5V voltage regulator. You input between 7V and 15V DC on pin 1, connect ground on pin 2, and it will give you 5VDC on pin 3. The large metal tab is connected to ground, as well as acting as a heat sink.

In the Volksduino, the 7805 reduces the input voltage from your power source (9V battery, wall wart, etc) down to 5V, which is the standard operating voltage for an Arduino clone.



3mm Red LED (Mouser)

3mm LEDs

These are pretty standard LEDs. LEDs only allow current to pass through one way. On these LEDs, you need to connect the longer leg towards positive voltage, and the shorter one towards ground.

LEDs need a little help to operate correctly. If they don't have a resistor in line with them, they will let too much current flow through and burn themselves out. So, we have a couple 220Ω resistors, one for each LED.



220Ω Resistors (Mouser)

220Ω Resistors

Resistors resist the flow of current (surprise!). Each of these two go with one LED as a "current limiting resistor," to keep the LED from burning itself out.

Resistance is measured in ohms (written Ω); resistors have their resistance labeled on their side with a color code. The color code for these 220Ω resistors is red-red-brown-gold.

Resistors aren't polarized, so you can plug them in either way round.



10µF Capacitors (Mouser)

10µF Capacitors

Capacitors store charge; in our case, we're using them as "filter capacitors" on the power supply. These smooth out fluctuations in the input and output voltage, ensuring the Atmega328 has a steady 5V DC power supply.

These capacitors are polarized, similar to LEDs (but for reasons totally unlike LEDs). They have the same long leg/short leg scheme, as well as a white stripe on the side of the can which indicates the negative terminal.



0.1µF Capacitor (Mouser)

0.1µF Capacitor

This also stores charge, but a bit less. It's used to connect the "reset" signal from the computer's serial port into the Volksduino, which lets you upload new firmware with minimal fuss.

This capacitor is not polarized, so it can go in pointing either direction, whichever you find more aesthetically pleasing.



16MHz Crystal (Mouser)

16MHz Crystal Oscillator

Microcontrollers need a clock to keep everything lined up. You can think of it as the guy on a rowing boat who shouts "STROKE!" at everyone. In the Arduino's case, it uses a 16MHz clock, so we do, too.

The physics behind this thing is really cool but complicated. So, we'll kind of treat it as a block box for now.

The crystal isn't polarized, so you can plug it in either way round.



22pF Capacitors (Mouser)

22pF Capacitors

These much smaller capacitors (in fact, some of the smallest standard-sized capacitors available) are used with the crystal. They're there to ensure synchronization via the phase shift of the oscillation of the piezoelectric ... you know what? Let's just say they gotta be there.

These little capacitors aren't polarized, so you can plug them in either way.



resistor_10k.jpg (Mouser)

10kΩ Resistor

This 10kΩ resistor (color code: brown-black-orange-gold) is acting as a "pull-up" resistor. It's used to keep the reset pin of the Atmega328 at +5V, unless someone is pushing the reset switch.

Resistors aren't polarized, so you can put this in either way.



Atmega328 (Mouser)

Atmega328

The Atmega328 is the core component of the Volksduino. It does all the real work, with everything else here acting in a supporting role.

The Atmega328 included in the kit has been flashed with the Arduino firmware; if you buy them direct from Mouser, they won't have the right firmware installed.



Reset switch (Mouser)

Reset Button

This is the reset switch, which you can optionally wire in.



28p socket (Mouser)

28 pin 0.3 pitch socket

A socket to put the Atmega328 into. This lets us solder down to something cheap, to avoid cooking the (more expensive) microcontroller.



6 pin right-angle header ()

6 pin right angle header

The serial connection comes in through this header. Note that you'll want to push the plastic down to the junction to make your board look cooler.



Headers

Headers

These headers connect your Volksduino to the outside world, and are kind of important.