About 59 results
Open links in new tab
  1. [Solved] Timer.h - Programming - Arduino Forum

    Mar 31, 2018 · As you understand I need a hardware timer (counting clock ticks). Millis () makes demanding to ckeck if "old value" is smaller than millis () value (normal run from start until rollover) or …

  2. Programming timer interruption - Arduino Forum

    Feb 4, 2025 · I'm posting here a simple project to create an interrupt timer on an ESP32 board for version 3.1.1 by Esspressif Systems. I had difficulties to find updated information to make this code, I …

  3. Start a timer when button is pressed - Arduino Forum

    May 2, 2021 · I am creating a timer for a race. I have a photosensor that has a laser pointed to so when someone crosses the finish, it trips the sensor, and the system logs the racer's time. I am using …

  4. FspTimer: using AGT timer issues - UNO R4 Minima - Arduino Forum

    Sep 2, 2023 · Note: servo_timer.get_period_raw () returned a period of 960000 Which does not make sense, as I am pretty sure this is a 16 bit counter. Wonder maybe it did not like to do a period that …

  5. Watchdog timer WDT - prevent esp32 from stucking

    Oct 4, 2024 · Watchdog timer WDT - prevent esp32 from stucking Projects Programming arpa123 October 4, 2024, 3:27pm

  6. Timer Interrupt Uno R4 Minima - Arduino Forum

    Jul 11, 2023 · Hi, I want to use a timer interrupt on my Arduino Uno R4 Minima to execute a function in parallel to my program after a certain period (490 Hz). For the Uno R3 I have already managed this …

  7. ESP32 Timer Interrupt - Programming - Arduino Forum

    Jun 10, 2024 · Hi Folks, I am using Esp32 Dev Module to develop the timer interrupt code .but when I am using timerBegin () function I am getting errors like that: timerBegin () function can accept only …

  8. TimerFreeTone Library v1.5: Play tones without timers and therefore no ...

    Apr 25, 2014 · I've already written 3 alternative tone libraries (toneAC, toneAC2 & NewTone). However, a user asked for a way to create tones without using any timers as he had conflicts with both timer 1 …

  9. ESP32-C3 Watch Dog Timer (WDT) - Arduino Forum

    Oct 7, 2024 · After many trials (thinking it was to do with the 'Reset WDT' statement), I finally realised that it Wasn't tying up the early #define CONFIG_FREERTOS_NUMBER_OF_CORES 1 statement …

  10. Simple Timer 5 min, 10 min. and 15 minute. New to Coding

    Jun 6, 2016 · Hello i need help for this project to become possible. I want to build a timer/ multiple timer for 5 mins,10 mins and 15 minute. case 1: if button1 = HIGH; runTimer 5 // Run timer for 5 minute …