arduino-library

Open-source projects categorized as arduino-library
Language: + C++ + C

Top 23 arduino-library Open-Source Projects

  • ArduinoJson

    📟 JSON library for Arduino and embedded C++. Simple and efficient.

  • Project mention: How can I obtain weather info? | /r/esp8266 | 2023-05-20
  • Arduino-IRremote

    Infrared remote library for Arduino: send and receive infrared signals with multiple protocols

  • Project mention: Connect to wand? | /r/MagiQuest | 2023-09-10

    However, there are plenty of libraries at this point which can handle the signal to varying degrees (some cant handle cast type but many dont care about that feature, including the game itself). I believe the most up to date currently is: https://github.com/Arduino-IRremote/Arduino-IRremote

  • 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
  • TFT_eSPI

    Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips

  • Project mention: TFT display no connecting to ESP32 | /r/arduino | 2023-07-01
  • Adafruit_NeoPixel

    Arduino library for controlling single-wire LED pixels (NeoPixel, WS2812, etc.)

  • IRremoteESP8266

    Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/

  • Project mention: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware | news.ycombinator.com | 2024-04-27

    Not built, but designed a widget with a rest api on a wifi endpoint on one side and an IR led on the other to automate my dumb a/c unit. There was already a library to emulate the exact IR remote control,

    https://github.com/crankyoldgit/IRremoteESP8266/tree/master/...

  • Adafruit-GFX-Library

    Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from

  • ESP32-BLE-Keyboard

    Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)

  • Project mention: ESP32-BLE-Keyboard Example - "does not name a type" error | /r/arduino | 2023-10-24

    I am trying to get started with the bluetooth keyboard example for ESP32. using the example, it throws the error: "Compilation error: 'BleKeyboard' does not name a type" I have tried to compile this in Arduino 1.8 and 2.2.1 and on multiple computers. all fail to compile. I even tried to downgrade the ESP32 package to 2.x to no avail. What am i missing here?

  • SaaSHub

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

    SaaSHub logo
  • RF24

    OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices

  • ArduinoJoystickLibrary

    An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.

  • Project mention: No Second hat switch with arduno Joystick | /r/arduino | 2023-11-15

    I'm at a good point with the code and the hardware, but I ran into this issue where the library says that you can define up to 2 hat switches, and I need to use both and here's the problem.

  • DHT-sensor-library

    Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors

  • Project mention: DHT21 and the ESP32 - Is there a trick? | /r/esp32 | 2023-06-07
  • Arduino-FOC

    Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library

  • Project mention: BLDC motor with common enable | /r/ElectricalEngineering | 2023-07-05

    Maybe check the Arduino FOC library

  • arduinoWebSockets

    arduinoWebSockets

  • Watchy

    Watchy - An Open Source E-Ink Smartwatch

  • Adafruit_SSD1306

    Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs

  • Project mention: Trouble with interfacing an SSD1306 | /r/arduino | 2023-05-23

    You can compare it with Adafruit's Library

  • WS2812FX

    WS2812 FX Library for Arduino and ESP8266

  • Arduino-HomeKit-ESP8266

    Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

  • ESP32-A2DP

    A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF

  • Project mention: Retreive time & date, cellular signal strength and battery percentage information via Bluetooth on esp32 | /r/embedded | 2023-08-13

    Whole thing is programmed using Arduino library in platformio and for a2dp sink im using pschatzmann library https://github.com/pschatzmann/ESP32-A2DP

  • HomeSpan

    HomeKit Library for the Arduino-ESP32

  • Project mention: Does anyone know an alternative to Velux Active to get this into HomeKit? | /r/homebridge | 2023-07-08

    and https://github.com/HomeSpan/HomeSpan

  • arduino-audio-tools

    Arduino Audio Tools (a powerful Audio library not only for Arduino)

  • Project mention: Need to send an I2S audio stream from an MEMS Microphone to Mobile app using ESP32 Bluetooth Realtime. Need some advice! | /r/esp32 | 2023-05-20

    Have you found Phil's audio tools for Arduino, they work great on ESP32. https://github.com/pschatzmann/arduino-audio-tools

  • Control-Surface

    Arduino library for creating MIDI controllers and other MIDI devices.

  • GUIslice

    GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL

  • Project mention: Display and Touch Driver not supported by GUIslice | /r/arduino | 2023-07-07
  • Adafruit_Learning_System_Guides

    Programs and scripts to display "inline" in Adafruit Learning System guides

  • Project mention: [UK] Multiple Parts for DIY Orbital Shaker | /r/3Dprintmything | 2023-07-19
  • ArduinoThread

    ⏳ A simple way to run Threads on Arduino

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

arduino-library related posts

  • Can't enable auto-calibration of SCD41

    1 project | /r/AirQuality | 11 Dec 2023
  • Help with coding arduino joystick

    1 project | /r/ErgoMechKeyboards | 9 Dec 2023
  • Weird issue with PN532 NFC Reader.

    1 project | /r/esp32 | 15 Nov 2023
  • No Second hat switch with arduno Joystick

    1 project | /r/arduino | 15 Nov 2023
  • Adding a second input to my Joystick

    1 project | /r/arduino | 11 Nov 2023
  • Why is it so hard to find a tutorial?

    1 project | /r/arduino | 5 Nov 2023
  • ESP32-BLE-Keyboard Example - "does not name a type" error

    1 project | /r/arduino | 24 Oct 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source arduino-library projects? This list will help you:

Project Stars
1 ArduinoJson 6,581
2 Arduino-IRremote 4,303
3 TFT_eSPI 3,395
4 Adafruit_NeoPixel 2,996
5 IRremoteESP8266 2,785
6 Adafruit-GFX-Library 2,290
7 ESP32-BLE-Keyboard 2,199
8 RF24 2,178
9 ArduinoJoystickLibrary 2,035
10 DHT-sensor-library 1,915
11 Arduino-FOC 1,881
12 arduinoWebSockets 1,837
13 Watchy 1,793
14 Adafruit_SSD1306 1,721
15 WS2812FX 1,565
16 Arduino-HomeKit-ESP8266 1,458
17 ESP32-A2DP 1,442
18 HomeSpan 1,372
19 arduino-audio-tools 1,259
20 Control-Surface 1,160
21 GUIslice 1,098
22 Adafruit_Learning_System_Guides 964
23 ArduinoThread 929

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