Build the web server
In order to build the web server we will be using the ESPAsyncWebServer library that is perfect for building an Asynchronous web server.
Install ESPAsyncWebServer library
We need to install it manually by following the steps below:
Download the zip folder of the ESPAsyncWebServer library
Unzip the folder.
Rename your folder from
ESPAsyncWebServer-masterto ESPAsyncWebServerMove the ESPAsyncWebServer folder to your Arduino IDE installation libraries folder
Installing the ESPAsync TCP Library
Download the zip file with the ESPAsyncTCP Library
Unzip the folder
Rename your folder from
ESPAsyncTCP-masterto ESPAsyncTCPMove the ESPAsyncTCP folder to your Arduino IDE installation libraries folder
Finally, re-open your Arduino IDE.
Last updated