Along Comes Arduino
I have been tinkering with electronics ever since I was little. I got my first taste of micro-controllers using the PIC16C84. At the time the hobbyist electronics market was small and while programming the PIC was easy the learning curve was fairly steep. Along comes the Arduino and suddenly the barrier to entry is gone. Fast forward to present day, I got tired of leaving $30 worth of electronic parts for each project I wanted to do. So I decided to strip down the Arduino to only the most essential parts, so that I could harness the power of Arduino in my projects without feeling like I was throwing money away.Parts List
Part | Qty | Price |
---|---|---|
ATMEGA328-PU | 1 | $3.50 |
22pF Capacitor | 2 | $0.02 |
100nF Capacitor | 4 | $0.04 |
10µF Capacitor | 1 | $0.01 |
10KΩ Resistor | 1 | $0.01 |
1N4148 Diode | 1 | $0.01 |
16MHz Quartz Crystal | 1 | $0.10 |
6mm Tactile Switch | 1 | $0.04 |
Total: | $3.73 | |
CP2102 | 1 | $2.34 |
Grand Total: | $6.07 |
This is all that is needed to build and program your own Arduino clone. The CP2102 is a USB to TTL converter it is used to program the chip. You only need one of these to program as many chips as you want. The CP2102 however does not work out of the box. You need to solder a male header pin to the DTR pin on the CP2102. More details can be found at http://blog.tarn-vedra.de/2011/09/using-cp2102-on-arduino.html
Assembly
Assembly is best done on a breadboard to start following the schematic below.You will need to procure a USB A to A cable in order to program this.
No comments:
Post a Comment