Discussion 2
Discussion 2
Part Description
USB connector This is a printer USB port used to load a program
from the Arduino IDE onto the Arduino board.
The board can also be powered through this port.
Power port The Arduino board can be powered through an
AC-to-DC adapter or a battery. The power source
can be connected by plugging in a 2.1mm center-
positive plug into the power jack of the board.
Sources: https://www.hackerearth.com/blog/developers/a-tour-of-the-arduino-uno-board/
https://www.mechanical-farm.com/ufaqs/microprocessor-vs-microcontroller/
Microcontroller It is the most prominent black rectangular chip with 28
pins. Think of it as the brains of your Arduino.
Analog input pins The Arduino UNO board has 6 analog input pins,
labeled “Analog 0 to 5.” These pins can read the signal
from an analog sensor like a temperature sensor and
convert it into a digital value so that the system
understands. These pins just measure voltage and not
the current because they have very high internal
resistance. Hence, only a small amount of current
flows through these pins.
Sources: https://www.hackerearth.com/blog/developers/a-tour-of-the-arduino-uno-board/
https://www.mechanical-farm.com/ufaqs/microprocessor-vs-microcontroller/