Esp32_new_timerinterrupt

This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-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. These 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 necessary if you need to measure some data requiring better accuracy.
Alternatives To Esp32_new_timerinterrupt
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nodemcu Firmware7,520
3 months ago112mitC
Lua based interactive firmware for ESP8266, ESP8285 and ESP32
Esp32marauder3,859
3 months ago124mitC++
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Blynk Library3,731
6 months ago7mitC++
Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
Thatproject1,571
4 months ago1C
*That Project's project repository
Redasm1,467
8 months ago17gpl-3.0C++
The OpenSource Disassembler
Sming1,437
16 days ago96lgpl-3.0C++
Sming - powerful open source framework simplifying the creation of embedded C++ applications.
Lua Rtos Esp321,016
a year ago36otherC
Lua RTOS for ESP32
Platform Espressif32790
3 months ago159apache-2.0Python
Espressif 32: development platform for PlatformIO
Awesome Esp712
5 months ago4cc0-1.0
📶 A curated list of awesome ESP8266/32 projects and code
Asynctcp632
4 months ago35lgpl-3.0C++
Async TCP Library for ESP32
Alternatives To Esp32_new_timerinterrupt
Select To Compare


Alternative Project Comparisons
Popular Esp32 Projects
Popular Espressif Projects
Popular Hardware Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Esp32
Espressif
Non Blocking