Arduino Laboratory Experiments
Introduction to Arduino UNO & Breadboard
AIM:
To study Arduino UNO and breadboard basics.
PURPOSE:
Understanding microcontroller basics and circuit prototyping.
INSTRUMENTS USED:
Arduino UNO, Breadboard, USB Cable, Jumper Wires
CIRCUIT DIAGRAM:
Block diagram of Arduino connected to breadboard.
FURTHER RESOURCES:
[Link]
LED Interfacing with Arduino UNO
AIM:
To interface an LED with Arduino UNO.
PURPOSE:
To understand digital output control.
INSTRUMENTS USED:
Arduino UNO, LED, 220Ω Resistor, Breadboard, Jumper Wires
CIRCUIT DIAGRAM:
Arduino digital pin → Resistor → LED → GND
FURTHER RESOURCES:
[Link]
Switch and LED Interfacing
AIM:
To control LED using a switch.
PURPOSE:
To learn digital input handling.
INSTRUMENTS USED:
Arduino UNO, LED, Switch, Resistor, Breadboard
CIRCUIT DIAGRAM:
Switch → Digital Pin, LED → Output Pin
FURTHER RESOURCES:
[Link]
LCD Interfacing with Arduino
AIM:
To interface 16x2 LCD with Arduino.
PURPOSE:
To display output data.
INSTRUMENTS USED:
Arduino UNO, 16x2 LCD, Potentiometer, Jumper Wires
CIRCUIT DIAGRAM:
Arduino → LCD (RS, E, D4-D7)
FURTHER RESOURCES:
[Link]
Temperature Monitoring using Sensor
AIM:
To measure temperature using sensor.
PURPOSE:
To understand analog input and monitoring.
INSTRUMENTS USED:
Arduino UNO, LM35 Sensor, LCD, Jumper Wires
CIRCUIT DIAGRAM:
Sensor → Analog Pin
FURTHER RESOURCES:
[Link]