Arduino Board Architecture
Arduino Board Architecture
ARCHITECTURE
Arduino Family
2
INTRODUCTION 3
6) Digital Pins - [0 to 13] - use both digital input and digital output.
7) PWM (Pulse Width Modulation) - digital pins with tilde
(3,5,6,9,10,11) provides 8 bit PWM Output
8) AREF - Analog Reference - To provide reference voltage for input
voltage(0 to 5 V)
9) Reset Button - temporarily connect the reset pin to ground and
restart any code that is loaded on the Arduino.
10) Power LED Indicator - LED should light up whenever you plug
your Arduino into a power source
Arduino Board Components 7
Step 1: Must you have ready with Arduino Board with USB Cable
Step 2: https://www.arduino.cc/en/Main/Software
and download Arduino 1.8.12 Version
OS Supports - Windows/Linux/Mac
Bit - 32/64
Step 3: Power up your Board - Connect the Arduino board to your computer
using the USB cable. The green power LED (labeled PWR) should glow
9
Arduino Installation
Step 5: Open your First Project - Click Create a new project - To create a new
project, select File → New
11
Arduino Installation
Step 6: Select your Arduino Board - Go to Tools → Board and select your board.
12
Arduino Installation
F − Serial monitor used to receive serial data from the board and send the serial data to the board.
Commonly Used Protocols
14
15
23