top of page

From Concept to Circuit:
Your Arduino Hub

LEARN AND CREATE

image.png

Blinking LED

​Project Overview: This is the classic beginner project. It teaches the basics of Arduino programming and circuit building.

  • Components: Arduino board, LED, resistor, breadboard, jumper wires.

  • Skills Learned: Basic coding (using digitalWrite and delay functions), understanding of circuits, using a breadboard.

Temperature and Humidity Sensor

​Project Overview: Students can measure and display temperature and humidity using an LCD.

  • Components: Arduino board, DHT11/DHT22 sensor, LCD display, breadboard, jumper wires.

  • Skills Learned: Reading sensor data, using libraries, displaying data on an LCD.

Traffic Light System

Project Overview: Simulates a traffic light system, great for understanding timing and control.

  • Components: Arduino board, red, yellow, and green LEDs, resistors, breadboard, jumper wires.

  • Skills Learned: Control structures (if statements, loops), timing with delay.

bottom of page