Arduino Project
Arduino Birthday Countdown Timer with LCD Display
Kit purchase
Looking for parts? Check out our all-in-one kits below — packed with components, beginner-friendly guides, and tons of fun.

Course Introduction
In this lesson, you will learn how to use Arduino along with I2C LCD, Active Buzzer, LEDs, and resistors to create a birthday show.
Note
If this is your first time working with an Arduino project, we recommend downloading and reviewing the basic materials first.
1.1 Install Arduino IDE(Important)
1.2 Introduction of Arduino IDE
Wiring

Common Connections:
Active Buzzer
+: Connect to 8 on the Arduino.
-: Connect to breadboard’s negative power bus.
LED
Connect the LEDs cathode to the negative power bus on the breadboard, and the LEDs anode to a 22Ω resistor then to 3 to 7 on the Arduino.
I2C LCD 1602
SDA: Connect to SDA on the Arduino.
SCL: Connect to SCL on the Arduino.
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus
Writing the Code
Note
You can copy this code into Arduino IDE.
To install the library, use the Arduino Library Manager and search for LiquidCrystal I2C and install it.
Don’t forget to select the board(Ar
Don’t forget to select the board(Arduino UNO R4 Minima) and the correct port before clicking the Upload button.
