About 54 results
Open links in new tab
  1. 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 …

  2. [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 …

  3. How to select a timer in ESP32 Arduino API 3.0

    Mar 18, 2025 · Thanks to several real knowledgeable members I'm starting to understand the nuances of esp32 timers. I still has a few question to resolve: In API version 2.0 you selected which 1 of the 4 …

  4. 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 …

  5. RTO Timer Code for Arduino OPTA PLC

    Mar 19, 2025 · Since Allen Bradley PLC have a Retentive Timer and other PLC systems do as well it appears that Arduino Opta/Finder PLCs does not I was able to successfully create a Retentive Timer …

  6. 12VDC timer - Arduino or off the shelf?

    Aug 22, 2020 · A timer is a clock and doesn’t have NO or NC, that is a switch. I suspect you want a relay that you can switch with a microcontroller in response to an input. That is relatively simple to do. …

  7. Six digit Seven segment display countdown timer - Arduino Forum

    Sep 18, 2023 · Namely, a countdown timer with six seven segment displays that shows the remaining months, days, and hours set by the user via push-buttons. The actual countdown would then be …

  8. Use of Timer 2 in Arduino UNO

    May 2, 2020 · Iam beginner with arduino and learning Interrupts , Stuck at a point while doing my project , I want to know how to use timer 2 for interrupt , i wrote a small peace of code , after every 10ms i …

  9. Handling Timer Overflow Interrupts - Arduino Forum

    Nov 2, 2017 · I clear the timer, set it up in Input Capture Mode, set the pre-scaler to ClkIO/1024, and enable Overflow interrupts, as the event I'm timing can take up to 10 seconds, which means the timer …

  10. 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