How to specify the HTTP status code to be returned to clients from the routes of a HTTPS server hosted on the ESP32.
ESP32 Arduino cpplinq: the count operator
How to use the cpplinq count operator on the ESP32, using the Arduino core.
ESP32 Arduino: Chaining cpplinq operators
How to chain multiple cpplinq expressions to apply conditions to arrays, using the ESP32 and the Arduino core.
ESP32 Arduino cpplinq: Getting minimum and maximum values from array
How to obtain the minimum and maximum values of an array using cpplinq.
ESP32 Arduino: Getting started with the cpplinq library
Tutorial on how to use the cpplinq on the ESP32.
ESP32 HTTPS server: Handling multiple routes
How to setup a HTTPS server on the ESP32, with multiple routes.
ESP32: HTTPS web server
How to setup a HTTPS web server on the ESP32, using the Arduino core and an additional library.
ESP32 Arduino: Controlling a DC motor remotely using HTTP
How to control a DC motor remotely with the ESP32, via HTTP.
ESP32 Arduino: Serving file as attachment
How to serve a file as a downloadable attachment, using the ESP32 and the Arduino core.
ESP32 Arduino: Controlling a DC motor
Controlling a DC motor with the ESP32, using the Arduino core and an ULN2803A integrated circuit.