esp32-arduino
There are 1570 repositories under esp32-arduino topic.
pschatzmann/ESP32-A2DP
A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Mixiaoxiao/Arduino-HomeKit-ESP8266
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
Makuna/NeoPixelBus
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.
ESPresense/ESPresense
An ESP32 based node for gathering indoor positioning and transmitting to mqtt
mrcodetastic/ESP32-HUB75-MatrixPanel-DMA
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.
Hieromon/AutoConnect
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
BojanJurca/Esp32_oscilloscope
ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them
rzeldent/esp32cam-rtsp
Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
JoaoLopesF/RemoteDebug
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
ph1p/ikea-led-obegraensad
ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp
eried/flipperzero-mayhem
Perfect companion for your Flipper Zero. ESP32 with WiFi, BT/BLE, micro-SD, camera+PSRAM, flashlight and extras: NRF24/CC1101, 3V/5V sensors
timmbogner/Farm-Data-Relay-System
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
taligentx/dscKeybusInterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
plapointe6/EspMQTTClient
Wifi and MQTT handling for ESP8266 and ESP32
evert-arias/EasyButton
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
rstephan/ArtnetWifi
Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.
chrisjoyce911/esp32FOTA
Experiments in firmware OTA updates for ESP32 dev boards
matth-x/MicroOcpp
OCPP 1.6 / 2.0.1 client for microcontrollers
fhessel/esp32_https_server
Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.
ropg/ezTime
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Yacubane/esp32-arduino-matter
Matter IoT protocol library for ESP32 working on Arduino framework
ItKindaWorks/ESPHelper
A library to make using WiFi & MQTT on the ESP8266 easy.
gin66/FastAccelStepper
A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3, ESP32C6 and Atmel SAM Due
tobozo/M5Stack-SD-Updater
💾 Customizable menu system for M5Stack, M5Unified and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
scottchiefbaker/ESP-WebOTA
Simple web based Over-the-Air (OTA) updates for ESP based projects
BlueAndi/Pixelix
Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
madhephaestus/ESP32Encoder
A Quadrature and half quadrature PCNT peripheral driven encoder library supporting 8 encoders
CircuitSetup/Split-Single-Phase-Energy-Meter
Split Single-phase Energy Meter
pkerspe/ESP-StepperMotor-Server
Turn your ESP32 into a complete stepper motor control server with web UI, REST API and serial control interface
fbiego/ESP32Time
An Arduino library for setting and retrieving internal RTC time on ESP32 boards
Cancro29/NETHERCAP
A Wi-Fi penetration testing tool for ESP8266, ESP-32, and BW16
Eddddddddy/E-ink-esp32-arduino-weather-time-note
You can get time\weather\temperature-inside\humility-inside\pressure-inside\IAQ-inside\QQ-note\computer-info on this device.
Hieromon/PageBuilder
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
khoih-prog/ESP32TimerInterrupt
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.