0% found this document useful (0 votes)
29 views

ENG20009 - Arduino Board Quickstart Guide

The document provides a quick start guide for connecting various components to an Arduino board, including which jumper connections and Arduino pins to use. It lists the jumper connections for components like an LED bargraph, dip switches, LED matrix, push buttons, DC motor, potentiometer, and more. It also provides information on the different USB ports on the Arduino board and their purposes.

Uploaded by

Nisheli Perera
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

ENG20009 - Arduino Board Quickstart Guide

The document provides a quick start guide for connecting various components to an Arduino board, including which jumper connections and Arduino pins to use. It lists the jumper connections for components like an LED bargraph, dip switches, LED matrix, push buttons, DC motor, potentiometer, and more. It also provides information on the different USB ports on the Arduino board and their purposes.

Uploaded by

Nisheli Perera
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

School of Science, Computing & Engineering Technologies

ENG20009
Engineering Technology Inquiry Project

Arduino Board Quick-Start


Jumper Connection Diagram:

Part Jumper
LED BARGRAPH J1
DIP SWITCHES J2
LED MATRIX Column J3
LED MATRIX Row J4
PUSH BUTTONS J5
DC MOTOR J6
POT J7
LDR J7
MIC J7
EEPROM J8
IMU J9
RTC J9
BUZZER J11
SD Card J12
LCD J13
USB Port Use
Eternal USB Power Port Powers the Arduino and PCB Shield
Arduino Native USB Port Built-in USB connection
Arduino Programming USB Port Debug/Programming USB connection
Arduino Barrel Connector Provides external power to the board

The Arduino Programming USB port is the preferred port for uploading code to the Arduino.
The Native USB port can be used in the same way as well, but the Programming port is the most
reliable.
The External USB and Barrel connector can be used to provide power for the Arduino without a
connection to a PC.
Component Connections:
LED BARGRAPH connections

Part Arduino Pin


LED 1 D2
LED 2 D3
LED 3 D4
LED 4 D5
LED 5 D6
LED 6 D7
LED 7 D8
LED 8 D9
LED 9 D10
LED 10 D11

Dip Switch connections

Switch Arduino Pin


1 D2
2 D3
3 D4
4 D5

LED Matrix

Column Arduino Pin Row Arduino Pin


LED 1 A0 LED 1 D13
LED 2 A1 LED 2 D12
LED 3 A2 LED 3 D11
LED 4 A3 LED 4 D10
LED 5 A4 LED 5 D9
LED 6 A5 LED 6 D8
LED 7 D20 LED 7 D7
LED 8 D21 LED 8 D6

Push Buttons

Push Button Arduino Pin


PB 1 D2
PB 2 D3
PB 3 D4
PB 4 D5
DC Motor, Stepper Motor, Servo

STPM MPOW DCM SERVO Arduino Pin


D6 GND D6 GND D6
D7 5V D7 5V D7
D8 GND D8 D8 D8
D9 5V D9 D9 D9

Potentiometer, LDR, Microphone

Part Arduino Pin


Potentiometer A0
LDR A1
Microphone A2
- A3

EEPROM (One Wire)

Part Arduino Pin


EEPROM D8

IMU & RTC

Part Arduino Pin


SCL SCL
SDA SDA

Buzzer

Part Arduino Pin


Buzzer D6

SD Card

Part Arduino Pin


SDCS (SD card Chip-select) A3
LCD

Pin Arduino Pin


DC D7
RES D6
CS D10
MISO D12
MOSI D11
SCLK D13

You might also like