Tutorial – How To Fully Control ESP32 Over Internet

A step by step tutorial where you create a code to control your ESP32 over the Internet (including firmware update over Internet). Explained by Mike Szczys. Thank you Mike.

Links:
– Mike’s Linked In: https://www.linkedin.com/in/mikeszczys/
– Golioth company website: https://golioth.io
– FEDEVEL courses: https://courses.fedevel.com/

Chapters:
00:00 What is this video about
00:47 Setup tools and Download code
17:36 Compiling / Building / Flashing
20:01 Setup / Start / Connect
35:49 Adding our own code
41:10 What is Real Time OS for Microcontrollers
51:42 Updating ESP32 variables over Internet
59:04 Updating ESP32 firmware over Internet ( OTA )
1:09:06 Mike’s projects
1:21:22 Calling a function running on ESP32 over Internet
1:28:50 Displaying / Plotting ESP32 data in a graph
1:37:23 Using API to talk to ESP32