About 522,000 results
Open links in new tab
  1. Build Your Own Arduino Alarm Clock (Step-by-Step Guide)

    Jun 23, 2024 · DIY Alarm Clock with Arduino! Step-by-step guide with parts list & coding. Build your own wake-up wonder!

  2. Simple Alarm Clock with DS1302 RTC | Arduino Project Hub

    An alarm clock using a DS1302 RTC and a buzzer. You can set the RTC by a keypad as well as set the alarm.

  3. How to Make an Arduino Alarm Clock Using a Real-Time Clock

    May 3, 2017 · In this project, we are going to make an Arduino alarm clock using the DS3231 real time clock module. This module is very cheap and works through I2C communication, which …

  4. Arduino Alarm Clock Project : 14 Steps - Instructables

    Arduino Alarm Clock Project: In this project, we will use the Arduino Uno to control an LCD screen to show the current time and time that an alarm is set for. We will use buttons to set each time.

  5. Create a Simple Arduino Alarm Clock - Phipps Electronics

    1 day ago · Learn how to create a DIY Arduino alarm clock using off-the-shelf components, an Arduino UNO, and a prototype shield.

  6. DS1307 Real Time Clock and Arduino: Complete Setup and Code …

    Jun 26, 2024 · Here's a step-by-step explanation of the provided Arduino code that uses the DS1307 RTC module and an I2C LCD display to create an alarm clock with a buzzer and LED:

  7. Arduino DS3231 Real Time Clock (RTC): Time and Alarms

    Learn how to use the DS3231 Real Time Clock module with the Arduino board. The DS3231 RTC module is useful for accurate timekeeping, it also allows you to set alarms, output square …

  8. Alarm Clock - Good Arduino Code

    AlarmTone - The AlarmTone class play the alarm sound. You can change the values of the TONES array, TONE_TIME and TONE_SPACING to customize the alarm and play different …

  9. Arduino UNO-Based Real-Time Clock with Alarm and LCD Display

    This project features an Arduino UNO microcontroller interfaced with a DS3231 RTC module, an LCD display, and multiple pushbuttons to create a real-time clock with alarm functionality.

  10. Alarms with Real-Time-Clock DS3231 - Makerguides.com

    Mar 3, 2025 · Learn how to use alarms with the Real-Time-Clock (RTC) DS3231 and an Arduino to sound a buzzer or to wakeup from deep-sleep.