Tutorials

Serve complex websites or webapps from a ESP32 module, is that even possible? With the ESP32 module you can quickly and easily Encode and decode Base64 strings (what is Base64?). This can be achieved by integrating the external C-class base64.h. Anyone who has ever programmed a web server in Arduino IDE, knows the pain and how ugly the whole thing gets quickly. Let’s look at the following example. This is the HTML-Code to display two buttons. There has to be some solution to program whole webpage stuff outside of Arduino IDE and in the end copy it somehow to the ESP module. The idea isRead More →