- #1
jdc15
- 40
- 0
Alright, well, I've decided to start learning about how circuits work and as part of that I've looked into getting an Arduino, either by building one myself or buying one. I came across this tutorial here: http://www.instructables.com/id/DIY-Arduino-or-The-DIY-Duino/"
I noticed that the design of the board was rather simple, requiring only two resistors and one IC (the ATMega chip). Out of interest, I've tried looking at the "standard" Arduino Uno schematic at http://arduino.cc/en/uploads/Main/arduino-uno-schematic.pdf" and noticed it's complexity. I have very little electrical engineering experience.
Thus my first question is, why is the Arduino Uno design so much more complex? Is it the USB interface?
My next question is how do I exactly read the schematic? I know what all the symbols mean, but I'm confused about some points. Like on the top left, there's a capacitor on it's own, linking to 4 wires labelled GND, +5V, 4, and 8. I'm assuming that all the GND's connect together and are at a neutral voltage, and all the +5V connect together and are supplied a voltage of 5V. But where do the 4 and the 8 lead to?
On the top right, there is a separate piece of the circuit, on which there is an unlabelled box with wires labelled 1,2, and 3. What is that for?
Then there are the ICs labelled ICSP. A quick google search shows "In Circuit Serial Programming (ICSP) is a method of directly programming AVRs, the Parallax Propeller, and PIC microcontrollers." but how does that apply here?
Also, on a few of the ICs, some pins are left unused. Is this normal?
Thanks in advance for the help. Sorry if these questions are trivial for most people.
I noticed that the design of the board was rather simple, requiring only two resistors and one IC (the ATMega chip). Out of interest, I've tried looking at the "standard" Arduino Uno schematic at http://arduino.cc/en/uploads/Main/arduino-uno-schematic.pdf" and noticed it's complexity. I have very little electrical engineering experience.
Thus my first question is, why is the Arduino Uno design so much more complex? Is it the USB interface?
My next question is how do I exactly read the schematic? I know what all the symbols mean, but I'm confused about some points. Like on the top left, there's a capacitor on it's own, linking to 4 wires labelled GND, +5V, 4, and 8. I'm assuming that all the GND's connect together and are at a neutral voltage, and all the +5V connect together and are supplied a voltage of 5V. But where do the 4 and the 8 lead to?
On the top right, there is a separate piece of the circuit, on which there is an unlabelled box with wires labelled 1,2, and 3. What is that for?
Then there are the ICs labelled ICSP. A quick google search shows "In Circuit Serial Programming (ICSP) is a method of directly programming AVRs, the Parallax Propeller, and PIC microcontrollers." but how does that apply here?
Also, on a few of the ICs, some pins are left unused. Is this normal?
Thanks in advance for the help. Sorry if these questions are trivial for most people.
Last edited by a moderator: