Files
2026-02-12 21:00:02 -08:00
..
2026-02-12 21:00:02 -08:00
2026-02-12 21:00:02 -08:00

Webserver

With the help of the ESP32 WIFI functionality we can implement a simple web server. In the example we use a Sine Wave generator as sound source and return the result as an WAV file

It would have been more elegent to use a proper server library - but I did not want to introduce another dependency. So I leave this excercise up to you to implement it with less code by using your preferred library!