A simple Arduino-powered crane project that demonstrates motor control and lifting mechanisms.
- Arduino board
- Servo motor / Stepper motor
- Motor driver (if needed)
- Power supply
- Joystick or buttons
This project controls a small crane using motors and an Arduino. It can lift and rotate objects using a servo or stepper motor.
An ultrasonic distance measurement project using an HC-SR04 sensor and an Arduino.
- Arduino board
- HC-SR04 Ultrasonic sensor
- LCD Display / Serial monitor
- Jumper wires
The sensor sends ultrasonic waves and calculates the distance by measuring the time taken for the waves to return.
A counter using an Arduino and an LCD display.
- Arduino board
- 16x2 LCD Display
- Push buttons
- Resistors
This project increments and decrements a counter displayed on the LCD using buttons.
A smart parking lot system using an Arduino.
- Arduino board
- IR Sensors / Ultrasonic sensors
- Servo motor (for gate)
- LCD Display (optional)
This system detects movement to open the gateway.
A humidity and temperature monitoring system using an Arduino and a DHT11/DHT22 sensor.
- Arduino board
- DHT11/DHT22 Sensor
- LCD Display / Serial monitor
This project measures humidity and temperature and displays the values on an LCD or serial monitor.
A demonstration of shift registers to expand output pins of an Arduino.
- Arduino board
- 74HC595 Shift Register
- LEDs
- Resistors
This project shows how to use a shift register to control multiple LEDs with fewer Arduino pins.
An Arduino-based version of the classic Google Chrome Dinosaur Game.
- Arduino board
- OLED Display or LCD
- Push button
- Buzzer (optional for sound effects)
This project replicates the popular Chrome Dinosaur Game on an Arduino. The player controls a dinosaur that jumps over obstacles by pressing a button. The game logic includes scoring and increasing difficulty over time.
- Simple button-based controls
- Display score and obstacles
- Increasing difficulty over time
Press the button to make the dinosaur jump and avoid obstacles. The game speed increases as you progress, making it more challenging!