TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. (by khoih-prog)

TimerInterrupt Alternatives

Similar projects and alternatives to TimerInterrupt based on common topics and language

  • arduino-kicad-library

    KiCad Symbol & Footprint Library for Arduino Modules (Shields, Sockets and Tiles)

  • ESP32_C3_TimerInterrupt

    Discontinued This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board. These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • RP2040_RTC

    Discontinued This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO. This RP2040-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.

  • ESP32TimerInterrupt

    Discontinued This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

  • ESP32_ISR_Servo

    Discontinued This library enables you to use 1 Hardware Timer on ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.5

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better TimerInterrupt alternative or higher similarity.

TimerInterrupt reviews and mentions

Posts with mentions or reviews of TimerInterrupt. We have used some of these posts to build our list of alternatives and similar projects.
  • Tiny MIDI sequencer is now polyphonic
    1 project | /r/synthdiy | 4 Feb 2023
    Yeah, I really struggled with the timing as well. I found the best solution possible on the Nano to be using timer interrupts via this excellent library: https://github.com/khoih-prog/TimerInterrupt

Stats

Basic TimerInterrupt repo stats
1
76
10.0
over 1 year ago

khoih-prog/TimerInterrupt is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of TimerInterrupt is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com