I will show you the genuine boards and also a few of my clones I have floating around. You will be able to see the differences between the Duel in Line Package (DIP) and the Surface Mounted (SMD) Atmel Atmega328 chips.
*Let’s get started*
I better make you aware of the system I'm going to use. In the photos below you will find red and orange lines around parts of the board that have a corresponding number next to them, these numbers will correspond to a list below with the explanation of the part / interesting information!
You will also notice as we make progress on the different variations some points will be covered in the above photo, to save repeating myself I'll just say "As above".
*Lets really get started!*
First up the DIP genuine board
Arduino UNO - DIP |
- Reset button, quickly starts the program off again. A bit like a restarting your computer.
- Inbuilt LED, it is tied to the digital pin 13 and will light up even if you are using it for another purpose!
- Ground pin / 0 voltage
- Digital pins from pin 1 all the way to pin 13
- Orange - These pins are duel use, firstly they are normally digital pins but they also are used for serial communication.
- Orange - PWM or Pulse Width Modulation pins, simply means you can get an analogue type output from a digital pin (another posting coming in the future on this)
- Power on LED, Simple :)
- ICSP or In Circuit Serial Programming, used to upload the boot loader to the micro controller and also can be used to program the micro controller too. Normally not too much use unless you have the need to buy the micro controllers separately to use in separate projects and program them easily with the Arduino board
- Micro controller, it’s the Atmel Atmega328p. This thing is the heart, soul and brain of the Arduino
- Analog pins, A0 to A5. This can take analogue inputs an example of this could be a potentiometer
- Power pins, from left to right 3.3+ volts, 5+ volts, two ground (0 volts/negative)
- External power jack, gives you the ability to run the Arduino without using the USB cable with a suitable wall plug adaptor
- 16Mhz resonator for the USB to Serial chip used for the timing of communications
- Resettable fuse, adds to the protection that most USB on computers already have, you can never be too careful
- USB to Serial chip, it’s a Atmel Atmega8u2
- USB socket
Next up is the genuine surface mounted variant;
Arduino UNO - SMD |
- Inbuilt LED, it is tied to Digital pin (as above)
- Ground pin / 0 voltage
- Digital pins (as above)
- Power on LED
- ICSP (as above)
- Reset button
- The "brain" this time it is the same Atmel Atmega328 but in a SMD format
- Analogue pins (as above)
- Power pins (as above)
- Resonator for the Atmel Atmega328
- External power jack
- 16Mhz resonator for number 14
- Resettable fuse (as above)
- USB to Serial chip, it’s a Atmel Atmega8u2
- USB socket
- TX and RX LED, they flash when being used
- Orange - These pins are duel use, firstly they are normally digital pins but they also are used for serial communication.
- Orange - PWM or Pulse Width Modulation pins, simply means you can get an analogue type output from a digital pin (another posting coming in the future on this)
Moving on to the DIP clone
This is a
"Funduino" clone of the UNO, it’s the only one that's DIP. Seems to
be a bit more expensive than the SMD versions I purchased in the past, can't
say I notice any different quality or performance.
- Reset button (as above)
- USB to Serial chip, it’s a Atmel Atmega8u2
- Inbuilt LED, it is tied to Digital pin (as above)
- Ground pin / 0 voltage
- Digital pins 1 to 13 (as above)
- Power on LED
- ICSP (as above)
- Micro controller it’s the Atmel Atmega328p. This thing is the heart, soul and brain of the Arduino
- Analogue pins (as above)
- Two ground pins / 0 voltage
- +5 volt pin
- +3.3 volt pin
- Reset pin
- External power jack
- 16Mhz resonator for 2
- Resettable fuse
- USB jack
And finally the SMD clone
- Reset button
- Power on LED
- Ground pin / 0 voltage
- Digital pins (as above)
- RX and TX LED's
- Analogue pins (as above)
- Ground pins / 0 voltage
- +5 voltage pin
- +3.3 voltage pin
- Reset pin
- Another +5 voltage pin
- Inbuilt LED, it is tied to Digital pin (as above)
- External power jack
- CH340G USB to Serial chip (needs a driver that have to be downloaded, it’s not found inbuilt in Windows, Mac and Linux like the others)
- 12Mhz resonator for 14
- USB socket
No comments:
Post a Comment