Learn how to link an Azure function with a Jotform and how to parse and process the response of the Jotform submission within the function.
All Posts
Erase Sector of Flash using SerialFlash
The SerialFlash library has the eraseBlock and eraseAll functions, but none to erase a sector. In this tutorial, we’ll create the eraseSector function.
Display dynamic webpages with ESP32
Learn how to display dynamic webpages using the ESP32, using a dropdown in the captive portal as an example. Hint: We use placeholders.
Create Captive Portal Using ESP32
Learn how to display a web page as a captive portal which pops up as soon as you connect to ESP32’s WiFi field in the Access Point mode.
Timer Interrupts with ESP32
Learn how to configure and use ESP32 Timer Interrupts to gather data at a fixed frequency.