Tutorial - How To Fully Control ESP32 Over Internet

preview_player
Показать описание
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:

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

------------------------------------------------------
Would you like to support me? It's simple:

It is much appreciated. Thank you,
- Robert
Рекомендации по теме
Комментарии
Автор

Very cool product thanks for this video! It's perfect to tinker with the ESP32 dev boards I made from your ESP32 board design video!

flavienhenrion
Автор

I've been looking for this exact thing!

FulcanelliRosetta
Автор

Thank you for the uploading Informative videos 🙏🙏👍

nuwanbunty
Автор

I just watched a video on this --- Zephyr is a FreeRTOS replacement -- not and IDF replacement. Zephyr is an asymmetric multitasking OK whereas FreeRTOS is symmetric multitasking OK.

keithsummers
Автор

innovations modbus (pre-internet) had 30 years ago

ebb
Автор

I don't like their variable access realization. In their place, I would generate a map file, from the file I would take all variables names with address, and simply read and write special address in memory through wifi. On server side user could access to any variable, without recompiling and reuploding process. Also I recommend to user to use volatile key word, to protect variable from compiler optimization.

eskimosblog
Автор

ah! I knew is name did ring a bell, he use to work for hackaday!

JeromeDemers
Автор

So.... It's basically an advertisement for Golioth....

firedeveloper
Автор

Hi Robert, that's interesting topic, but would be good to have more explanations first, what is it, for what situations to implement, installing, and what we can do with it .... etc.
I have some ESP32 boards, to test schematics

Robert, by the way, tell me pls, how can i manage voltage regulation to 220V, 50Hz, from 400V of my new small wind generator ? The wind voltage is changing up, and down
It would be so nice if you give me some advice how I should plan the project, some guides, maybe you have any video about it ?
.. thx so much

zorabixun
Автор

sorry but I seriously don't like this video - it is simply pure promo of someone's product rather than "How To Fully Control ESP32 Over Internet" - but that is MHO

zyghom