Skip to content

Week 14 - Interface and application programming

group assignment

  • compare as many tool options as possible

Create a web page with a ESP32 and Ardwino IDE

One solution is to create a web page directly with an ESP32. The ESP32 becomes a web page provider. It creates a web page and places data on it. Other computers can access the data by connecting to the IP address (they must use the same connection provider). This is coded in CPP, and the web page written in HTML is converted to CPP by adding variables+=” at the beginning and “; at the end of each line.

This method is quite simple, and easy to implement. But it’s not suitable for large projects, as the code quickly becomes very long.

The files

Here you can find an exemple of the first method file