Nrf52_mbed_timerinterrupt

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 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.
Alternatives To Nrf52_mbed_timerinterrupt
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Esp32 Ble Keyboard1,441
a year ago111C++
Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
Esp32 Ble Mouse559
5 months ago47C++
Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
Thermal_printer294
3 months ago13apache-2.0C
Arduino library to draw text and graphics on BLE thermal printers
Legoino171
2 years ago29mitC++
Arduino Library for controlling Powered UP and Boost controllers
Arduino Ble Midi150
2 years ago2mitC++
MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
Esp32 Ble Midi145
9 months ago13mitC++
An Arduino library to use Midi over BLE (Bluetooth Low Energy), on ESP32 boards
Esp32 Ancs Notifications109
9 months ago19gpl-3.0C++
Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE ANCS mobile device notifications.
Arduino Ble Gadget51
6 months ago3bsd-3-clauseC++
Create your own Do-It-Yourself BLE enabled sensor gadget on the ESP32 platform.
Esp32bleadvertise30
3 years agoapache-2.0C++
Simple library for BLE advertise using ESP32 in Arduino
Mbed Ble Hid27
2 years ago4mitC++
:raising_hand: Implement Human Interface Device over Bluetooth Low Energy on a Mbed stack (Arduino nano 33 BLE).
Alternatives To Nrf52_mbed_timerinterrupt
Select To Compare


Alternative Project Comparisons
Popular Ble Projects
Popular Arduino Library 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
Ble
Arduino Library
Mbed
Non Blocking