Return to Home

My Arduino UNO Projects

🔔 Buzzer Project

Use the Arduino UNO to control a buzzer for alarms, notifications, or custom sound patterns. This project demonstrates basic digital output and timing.

View on GitHub

🔢 Counter Project

Digital counter using Arduino UNO and a 7-segment display or serial monitor. Learn about debouncing, hardware counting, and display logic.

View on GitHub

🌡️ Digital Humidity and Temperature

Measure real-time humidity and temperature using DHT11/DHT22 sensors with Arduino UNO. Display values on LCD or serial monitor.

View on GitHub

⌨️ Keypad Entry

Integrate a 4x4 or 3x4 matrix keypad to add password protection or custom input to your Arduino UNO projects.

View on GitHub

🦇 Sonar/Distance Sensor

Use HC-SR04 ultrasonic sensor with Arduino UNO to measure distances and avoid obstacles.

View on GitHub

🚦 Traffic Signal Simulation

Model a basic traffic signal system using Arduino UNO and LEDs. Learn about timing, sequencing, and digital outputs!

View on GitHub