You are on page 1of 2

ARDUINO 10.

Analog pins
• is a single-board microcontroller to make using • The Arduino UNO board has six analog input
electronics in multidisciplinary projects more pins A0 through A5. These pins can read the
accessible. signal from an analog sensor like the humidity
1. Power USB sensor or temperature sensor and convert it
 Arduino board can be powered by using the into a digital value that can be read by the
USB cable from your computer. All you need to microprocessor.
do is connect the USB cable to the USB 11. Main Microcontroller
connection (1). • Each Arduino board has its own
2. Power (Barrel Jack) microcontroller (11). You can assume it as the
 Arduino boards can be powered directly from brain of your board. The main IC (integrated
the AC mains power supply by connecting it to circuit) on the Arduino is slightly different
the Barrel Jack (2). from board to board. The microcontrollers are
usually of the ATMEL Company. You must
3. Voltage Regulator know what IC your board has before loading
 The function of the voltage regulator is to up a new program from the Arduino IDE. This
control the voltage given to the Arduino board information is available on the top of the IC.
and stabilize the DC voltages used by the For more details about the IC construction
processor and other elements. and functions, you can refer to the data
4. Crystal Oscillator sheet.
 The crystal oscillator helps Arduino in dealing 12. ICSP pin
with time issues. How does Arduino calculate • Mostly, ICSP (12) is an AVR, a tiny
time? The answer is, by using the crystal programming header for the Arduino
oscillator. The number printed on top of the consisting of MOSI, MISO, SCK, RESET, VCC,
Arduino crystal is 16.000H9H. It tells us that the and GND. It is often referred to as an SPI
frequency is 16,000,000 Hertz or 16 MHz. (Serial Peripheral Interface), which could be
considered as an "expansion" of the output.
5, 17. Arduino Reset Actually, you are slaving the output device to
 You can reset your Arduino board, i.e., start the master of the SPI bus.
your program from the beginning. You can reset 13. Power LED indicator
the UNO board in two ways. First, by using the • This LED should light up when you plug
reset button (17) on the board. Second, you can your Arduino into a power source to
connect an external reset button to the Arduino indicate that your board is powered up
pin labelled RESET (5). correctly. If this light does not turn on,
• ARDUINO UNO then there is something wrong with the
6 - 9. Pins (3.3, 5, GND, Vin) connection.
 3.3V (6) − Supply 3.3 output volt 14. TX and RX LEDs
• 5V (7) − Supply 5 output volt • On your board, you will find two labels:
• Most of the components used with Arduino TX (transmit) and RX (receive). They
board works fine with 3.3 volt and 5 volt. appear in two places on the Arduino
• GND (8)(Ground) − There are several GND pins UNO board. First, at the digital pins 0
on the Arduino, any of which can be used to and 1, to indicate the pins responsible
ground your circuit. for serial communication. Second, the
• Vin (9) − This pin also can be used to power the TX and RX led (13). The TX led flashes
Arduino board from an external power source, with different speed while sending the
like AC mains power supply. serial data. The speed of flashing
depends on the baud rate used by the • 1– Serial connection from positive 1 to 30 is
board. RX flashes during the receiving used to connect the horizontal pins which is
process. called power rails.
15. Digital I/O • 2– Serial connection from A1, B1, C1, D1 and E1
• The Arduino UNO board has 14 digital is used to connect the vertical pins.
I/O pins (15) (of which 6 provide PWM • 3– Trench serves a very important purpose, if a
(Pulse Width Modulation) output. These dual in-line package or DIP chip is used, there is
pins can be configured to work as input a separation of connection is made so that if
digital pins to read logic values (0 or 1) connection is made to each side of the IC there
or as digital output pins to drive will be no interference between the
different modules like LEDs, relays, etc. functionality of the leg on the opposite side.
The pins labeled “~” can be used to
generate PWM.
16. AREF
• AREF stands for Analog Reference. It is
sometimes, used to set an external
reference voltage (between 0 and 5
Volts) as the upper limit for the analog
input pins.
• Session 3: How breadboard and wiring
connection works?
• BREADBOARD – is used to create circuits and
connect different sensors and actuators to the
Arduino board it also refers to a solderless
breadboard.

• Prototyping is the process of testing an idea by


creating a preliminary model from which other
forms are developed or copied, and it is one of
the most common uses for breadboards.
Terminal strip
• is located inside the breadboard. This allows
you to stick a wire or the leg of any component
into the exposed holes on a breadboard, which
then hold it in place. It clips the leg of the wire.

You might also like