About 400 results
Open links in new tab
  1. Simplest UNO Digital Clock Ever - Arduino Project Hub

    The simplest Arduino LCD clock ever designed. Only needs an Arduino UNO, a 1602 LCD, and two buttons. No resistors, no potentiometer.

  2. Arduino Clock | Arduino Project Hub

    Jun 15, 2016 · This lesson aims to show how to make a simple Arduino based clock using an a LCD and a real time clock.

  3. Simplest 24h UNO Digital Clock Ever! | Arduino Project Hub

    Nov 16, 2020 · The simplest 24h Arduino LCD clock ever designed. Requires: Arduino UNO, a 1602 LCD, and two buttons. Prefered with resistor and potentiomet

  4. Accurate Clock Just Using an Arduino | Arduino Project Hub

    An accurate clock with date displayed on a 16x2 LCD using just the Arduino, the display and few buttons. No RTC module required.

  5. Keeping time with DS1302: real-time clock on Arduino

    Apr 17, 2025 · In the fascinating world of Arduino and microcontrollers, keeping time is key. You might need to build a digital clock, a timer, or something more complex like an automated plant …

  6. Real-Time Clock - Arduino Project Hub

    Mar 13, 2022 · In this project, you’ll be learning how to interface a Real-Time Clock (RTC) to the Arduino Uno to acquire the time, date, day of the week, Unix time, and even temperature.

  7. Clock using Arduino UNO, 16 x 2 LCD Display, and Switches

    Mar 2, 2022 · This code allows the clock to constantly count seconds while allowing you to press buttons to change the hour or the minute.

  8. Clock Set Date Time - Arduino Project Hub

    The 3 buttons, connected to a " pull down " circuit, are used to adjust or change the time and date of the watch, without having to reload the Arduino code. The scheme is very simple:

  9. Arduino RTC LED Clock - Arduino Project Hub

    Make a Big LED clock with arduino and RTC module to make it as a Real Time Clock.

  10. Keeping real-time clock with mini DS3231 on Arduino

    Jun 12, 2025 · The code demonstrates a simple way to access and display accurate date and time data using the DS3231 module with an Arduino Nano. As an alternative, one can acquire …