Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
The Top 9 Arduino Library Non Blocking Open Source Projects
Open source projects categorized as Arduino Library Non Blocking
Categories
>
Libraries
>
Arduino Library
Edit Category
contrem/arduino-timer
⭐
269
Non-blocking library for delaying function calls
dependent packages
0
total releases
0
most recent commit
almost 3 years ago
khoih-prog/ESP32TimerInterrupt
⭐
143
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.
dependent packages
0
total releases
0
most recent commit
over 3 years ago
khoih-prog/ESP8266TimerInterrupt
⭐
80
This library enables you to use Interrupt from Hardware Timers on an ESP8266-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.
dependent packages
0
total releases
0
most recent commit
over 3 years ago
khoih-prog/TimerInterrupt
⭐
74
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.
dependent packages
0
total releases
0
most recent commit
over 3 years ago
khoih-prog/ESP32_ISR_Servo
⭐
22
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
dependent packages
0
total releases
0
most recent commit
over 3 years ago
khoih-prog/NRF52_MBED_TimerInterrupt
⭐
9
This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE. These nRF52 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...
dependent packages
0
total releases
0
most recent commit
over 3 years ago
khoih-prog/ESP8266_ISR_Servo
⭐
9
This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 servo motors.
dependent packages
0
total releases
0
most recent commit
over 3 years ago
khoih-prog/ESP32_C3_ISR_Servo
⭐
7
This library enables you to use 1 Hardware Timer on an ESP32_C3-based board to control 16 or more servo motors. Tested OK with ESP32 core v2.0.5
dependent packages
0
total releases
0
most recent commit
over 3 years ago
Gbertaz/NonBlockingDallas
⭐
6
Arduino library for the DS18B20 temperature sensor. Avoid blocking the sketch while reading the sensor.
dependent packages
0
total releases
0
most recent commit
almost 3 years ago
Get A Weekly Email With Trending Arduino Library Projects
No Spam. Unsubscribe easily at any time.
Arduino Library
Non Blocking
Subscribe
Javascript must be enabled to subscribe.
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2026 Awesome Open Source. All rights reserved.