Questions tagged [embeddedwebserver]

Whether it's a compact web server designed for embedded systems or a seamlessly integrated web server within an application, versatility is at the core of our offerings.

Serve vast in-memory array using ESPAsyncWebServer

I am attempting to serve a sizable float array with 8192 values from the ESP32 Heap using the ESPAsyncWebServer library for ArduinoIDE. The microcontroller I'm using is an ESP32 devkit c, and my goal is to access the array through a web browser. Here is th ...