Found 101 repositories(showing 30)
me-no-dev
Async Web Server for ESP8266 and ESP32
khoih-prog
This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
BCsabaEngine
Embed Any Web App in Your ESP32 — One Binary, Zero Filesystem Hassle Turn your Svelte, React, Angular, or Vue frontend into a single C++ header file. Serve beautiful web interfaces directly from ESP32/ESP8266 flash memory with automatic gzip compression, ETag caching, and seamless OTA updates.
mathieucarbou
Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040
cotestatnt
ESP32/ESP8266 WebServer, WiFi manager and ACE web editor Arduino library. Based on ESPAsyncWebServer
IPdotSetAF
A Simple OTA web page implemented over ESPAsyncWebServer(by me-no-dev)
ESP32 with MLX90640 (Thermal Camera 32x24px). Sending images to WebServer on ESP. Working (yey!) perfect on ESP32.
Yurik72
Generic IOT platform for Home Automation based on ESP8266/ESP32
t0mg
Easy ESP32 based 1.69" mini TV desk toy that plays videos over wifi or microSD
onewithhammer
This project can be used as a framework, learning tool or as a template for starting a new ESP8266 project. It contains many many UI and API components to build a ESP8266 project. This project includes: ESP8266 Development, mDNS - multicast DNS (mywidget.local), Asynchronous Web Server (ESPAsyncWebServer), Asynchronous Web Services (ESPAsyncWebServer), Asynchronous MQTT (PangolinMQTT), LittleFS File System, Embedded Bootstrap (3.4.1), Embedded jquery (3.5.1), Save/Load Config File (text), OTA (Over the Air) Updates, HTTP API Supports HTTP GET/POST, Auto Updating Web Site (Web Services using JS), Interrupt Timer (Flash Onboard LED), Plus much more...
CelliesProjects
An esp32 app to play radio streams and music from a local lamp or llmp server through a i2s DAC. Compiles in the Arduino IDE.
TheKevinWang
Fake Wifi AP using ESP32 and ESPAsyncWebServer for hosting static web payloads.
brooksbUWO
WiFi connection manager with captive portal for ESP32. Features automatic credential storage, OTA updates, and ESPAsyncWebServer integration.
Jorgen-VikingGod
simple sketch for ESP8266 of using ESPAsyncWebServer to switch relays on GPIO pins, serves a simple website with toggle buttons for each relay and uses AsyncWiFiManager to configure WiFi network.
ESP32 Async OTA Firmware Update & File Management.
rostwolke
Async Webdav Plugin for ESPAsyncWebServer
CelliesProjects
A simple Arduino IDE upload example for ESP32 and ESPAsyncWebServer.
bergos
A small Hydra library for the ESP8266 using the ESPAsyncWebServer
Friedjof
An automatic chicken feeding system. Features include scheduled feeding, web-based configuration and power saving functions.
twofingerrightclick
FastLEDServer aims to be a starting point for remote control of your LEDS with the ESP8266. It makes use the libraries Arduino JSON, and ESPAsyncWebServer to demonstrate the essentials for asynchronous ( no blocking code ) control over your lights. That means control inputs are delay free and animations are smooth. It is ready for your expansion!
sprlightning
This lib is designed to include ESPAsyncWebSrv, because there just have ESPAsyncWebSrv on Arduino, some other libs may still use the old one, so they need to to be inluded by this lib.
philbowles
Patched version of the original
BerranRemzi
Manage files with ease using a web interface. Upload, download, delete, and create folders on your ESP8266 device. Built with PlatformIO and ESPAsyncWebServer
aryanbarde80
ESP32 WiFi setup portal that starts in AP mode, hosts a web page to enter SSID & password, then switches to STA mode to connect. Built with ESPAsyncWebServer & ArduinoJson for fast, non-blocking performance. Perfect for IoT onboarding without hardcoded credentials.
CelliesProjects
In this example we are going to serve the Google Roboto font from your ESP32 instead of through the Google API. This means downloading the font files, renaming them, converting to C-style header files and finally use them with ESPAsynWebServer.
marinpopa
Lightweight Async WiFi Manager for ESP32 with captive portal, dynamic WiFi scanning, PROGMEM HTML
kalpthakkar
AURA is an ML-driven advanced EEG-based Brain-Computer Interface leveraging ESP32, ADS1299, and ML for real-time mental-state mapping and early disease prediction. Achieving 93% accuracy, it pioneers assistive tech for non-verbal communication and IoT integration.
iotlearner0level
INA219 Using external shunt resistance and display readings on the web
xelsas
Simple test creating a webserver using ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
foxblock
Captive Portal helper code for ESP32 + ESPAsyncWebServer