About 882,000 results
Open links in new tab
  1. Real time clock DS1302 – Spiridakis

    Sep 12, 2020 · The DS1302 is a popular RTC module that allows your Arduino projects to keep accurate time even after power loss. This tutorial will guide you through connecting and using the DS1302 with your Arduino.

  2. Arduino Timers [Ultimate Guide] - DeepBlue

    Timer modules in Arduino provide precise timing functionality. They allow us to perform various tasks, such as generating accurate delays, creating periodic events, measuring time intervals, and meeting the time requirements of the target application. Each Arduino board has its target microcontroller that has its own set of hardware timers.

  3. Using Real-Time Clock DS1302 module to trigger event at ... - Arduino Forum

    Dec 16, 2019 · I am using an Arduino UNO R3 with an RTC DS1302 to trigger an event, like blink an LED every 10 seconds. This is the wrong application for an RTC. It would be better to use a "Blink without Delay" millis() timer. An RTC is best used …

  4. Creating an Arduino Clock with DS1302 RTC Module and I2C LCD …

    Dec 27, 2024 · The DS1302 RTC module is a low-power clock module that keeps accurate time and date. It can track seconds, minutes, hours, day, date, month, and year, with leap year compensation valid up to 2100. This module is particularly useful in projects where you need to keep track of time, such as data loggers, timers, and alarms.

  5. arduino-timer

    Aug 5, 2023 · Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.

  6. DS1302 as a counter/count-up timer - Arduino Stack Exchange

    Jun 16, 2015 · Just use the arduino millis function for tracking time. The crystal on the arduino is not that accurate, but you can measure the inaccuracy and account for this in code. You can probably get to less than 1 minute of drift per day. What you're describing is the equivalent of a digital Hobbs hour meters.

  7. Keeping time with DS1302: real-time clock on Arduino - HiBit

    Nov 6, 2023 · The module connects with your Arduino through a simple interface, making it super user-friendly. The DS1302 uses a 32.768 kHz crystal oscillator to keep track of time very precisely. It even has a backup battery, so if your Arduino loses power, it won't forget what time it is.

  8. Coding Timers and Delays in Arduino : 8 Steps - Instructables

    Here are two basic delay and timer sketches and their millisDelay library equivalents. These examples are for a once off (single-shot) delay and a repeating delay/timer. Single-Shot Delay. A single shot delay is one that only runs once and then stops. It is the most direct replacement for the Arduino delay() method. You start the delay and then ...

  9. TimerEvent - Arduino Docs

    Sep 5, 2021 · TimerEvent is a non-blocking alternative to the delay () function. It provides an easy way to trigger a callback function every set period of time and using multiple instances of this library enables your Arduino to multitask via time slicing.

  10. How to use Arduino Real Time Clock module with DS1302 chip

    Apr 6, 2021 · Make sure to watch the video to learn more about how you can work with RTCs and more specifically with the DS1302 IC. For step-by-step instructions and the code used in the example, check out the Instructable for the project. Tools and materials used in this video:

  11. Some results have been removed
Refresh