Implement Kalman filter for your Arduino projects
-
Updated
Aug 15, 2024 - C++
Implement Kalman filter for your Arduino projects
Latest and official Libraries for Arduino Otto DIY robots
Comprehensive Arduino library for TCS3200 color sensor.
All About GLEE2023!
ESP WhatsApp message, Telegram call, Telegram message, Telegram group message, Facebook messages
ESP32 WhatsApp message, Telegram call, Telegram message, Telegram group message, Facebook messages
ESP8266 WhatsApp message, Telegram call, Telegram message, Telegram group message, Facebook messages
arduino libraries for keypad interface on I2C bus
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…
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 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 tas…
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
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()…
Casual IoT tinkering and DIY for people who love modern programming languages.
Manual C++ implementation of STL containers for devices without one, like AVR/Arduino.
Arduino library for the Futaba M11BT222A display
Arduino library for various gas sensors produced by Winsen company
Add a description, image, and links to the arduino-libraries topic page so that developers can more easily learn about it.
To associate your repository with the arduino-libraries topic, visit your repo's landing page and select "manage topics."