There are 36 repositories under esp32-arduino topic.
A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
An ESP32 based node for gathering indoor positioning and transmitting to mqtt
An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining.
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them
Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
ESP32/Arduino hack for the ikea OBEGRĂ„NSAD led wall lamp
Perfect companion for your Flipper Zero. ESP32 with WiFi, BT/BLE, micro-SD, camera+PSRAM, flashlight and extras: NRF24/CC1101, 3V/5V sensors
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Wifi and MQTT handling for ESP8266 and ESP32
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.
Experiments in firmware OTA updates for ESP32 dev boards
Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.
Matter IoT protocol library for ESP32 working on Arduino framework
A library to make using WiFi & MQTT on the ESP8266 easy.
A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3, ESP32C6 and Atmel SAM Due
đź’ľ Customizable menu system for M5Stack, M5Unified and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
Simple web based Over-the-Air (OTA) updates for ESP based projects
A Quadrature and half quadrature PCNT peripheral driven encoder library supporting 8 encoders
Split Single-phase Energy Meter
Turn your ESP32 into a complete stepper motor control server with web UI, REST API and serial control interface
You can get time\weather\temperature-inside\humility-inside\pressure-inside\IAQ-inside\QQ-note\computer-info on this device.
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
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.