ESP32 OTA (Over-the-Air) Updates using AsyncElegantOTA: Arduino IDE or VS Code (ESP8266 NodeMCU)

  Переглядів 89,951

Rui Santos

Rui Santos

3 роки тому

Visit our blog for complete instructions and source code:
► ESP32 Arduino IDE: RandomNerdTutorials.com/esp32...
► ESP32 VS Code: RandomNerdTutorials.com/esp32...
► ESP8266 Arduino IDE: RandomNerdTutorials.com/esp82...
► ESP8266 VS Code: RandomNerdTutorials.com/esp82...
In this video, you’ll learn how to do over-the-air (OTA) updates to your ESP32 or ESP8266 NodeMCU boards using the AsyncElegantOTA library. You can use Arduino IDE or VS Code with PlatformIO IDE. The Async Elegant OTA library creates a web server that allows you to update new firmware (a new sketch) to your board without the need to make a serial connection between the ESP32/ESP8266 and your computer.
Additionally, with this library you can also upload new files to the ESP filesystem (SPIFFS or LittleFS). The library is very easy to use and it’s compatible with the ESPAsyncWebServer library that we use often to build web server projects.
Like my page on Facebook:
/ randomnerdtutorials
Follow me on twitter:
/ ruisantosdotme
Subscribe for more projects like this!
bit.ly/subscribeRNT
#ESP32 #ESP8266 #Arduino

КОМЕНТАРІ: 71
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Visit our blog for complete instructions and source code: ► ESP32 Arduino IDE: RandomNerdTutorials.com/esp32-ota-over-the-air-arduino/ ► ESP32 VS Code: RandomNerdTutorials.com/esp32-ota-over-the-air-vs-code/ ► ESP8266 Arduino IDE: RandomNerdTutorials.com/esp8266-nodemcu-ota-over-the-air-arduino/ ► ESP8266 VS Code: RandomNerdTutorials.com/esp8266-nodemcu-ota-over-the-air-vs-code/
@aureliencamps2859
@aureliencamps2859 Рік тому
A very good tutorial ! short, and cover the basics rapidly and efficiently to then show more advanced stuffs
@motordietenhofen
@motordietenhofen 3 роки тому
Einfach nur Spitze, so einfach am Beispiel erklärt. Weiter so👍👍👍
@aarong1905
@aarong1905 3 роки тому
I love your webpages! I'm just getting started in this hobby and found your tutorials to be the most helpful and fun.
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you!
@PeterMisovicProfile
@PeterMisovicProfile 3 роки тому
Rui is THE BOSS of it :)
@wretchedfibs4306
@wretchedfibs4306 2 роки тому
Good fun. I am up to the first part of the tutorial with toggle gpio 2 on esp-32 cam and changed it to gpio 4 to turn on the super bright onboard LED light. Thank you and Ayush for the program and libraries. Will try the flesystem upload part later.
@mauliadianti3369
@mauliadianti3369 3 роки тому
I really search for this so long time.... thanks!
@mishah6623
@mishah6623 3 роки тому
Siete fantastici!!!
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you!
@ronylpatil
@ronylpatil 3 роки тому
Your content is really osm. Keep growing and keep sharing such beautiful contents.
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you for watching!
@Mohamm-ed
@Mohamm-ed 3 роки тому
Thanks Rui for this tutorial. Can I get sensor data on serial plotter and monitor wireless as well.
@serkancanbaz1
@serkancanbaz1 Рік тому
Hi. Hello. How can we use virtual button instead of GPIO Pins? Thanks for the video.
@AndroidJeek
@AndroidJeek 25 днів тому
Great tutorial! I am currently using this OTA. I have questions though, will the OTA break if I will upload a firmware that doesn't have the code with the OTA on it? Cause I tried it and the webserver is still up (even though the new firmware doesn't have the OTA codes) What if I want to remove that OTA functionality?
@ilkeraykut7064
@ilkeraykut7064 2 роки тому
Thanks for great tutorial but how can we do this with sim800l not Wifi?I have a website and my esp connects to that website through sim800l and communicates with mqtt server.
@SvyatoslavFiliam
@SvyatoslavFiliam Рік тому
Awesome!!! Thanks!
@roolon6604
@roolon6604 7 місяців тому
@Rui Santos thank you for this tutorial. I want to use it do OTA update firmware on my ESP32 but from time to time and I want not to run it all over the time. Connect to my WiFi network, generate mini web server and the rest only for example when I press a microswitch during boot up (plug 5V to ESP board). Otherwise it could slow down my main loop. What do you suggest?
@TheCimonek
@TheCimonek Рік тому
@Rui Santos it makes no sense to keep a cable connection to build .bin and then sending via Wi-Fi it must be a other solution - fully remote Do You have it?
@maswilly8162
@maswilly8162 2 роки тому
Very helping Thanks So much :)
@IGamerEros
@IGamerEros 3 роки тому
Hello, good afternoon, I am an Argentine student and I want to know how to make a color comparison with the esp32cam and arduino. Thanks
@supersusi3492
@supersusi3492 3 роки тому
Is there a way to do that with an ESP32 cam ?
@alissongomes2145
@alissongomes2145 2 роки тому
Funciona junto com o Blynk ?
@noushadolakara
@noushadolakara 3 роки тому
Thank you ,well explanation, dear can you help me to do to solve ,esp wifi offline after 5- 10 hours for this what can i do , i am using esp32 for wifi switches
@adamclarkson
@adamclarkson 3 роки тому
Does this still require an ota partition?
@Dancopymus
@Dancopymus 2 роки тому
Saudações Rui Através desse método, é possível mudar, por exemplo, o SSID e a Senha do esp8266 ou esp32 remotamente na mesma rede? Se não, teria uma forma de fazer isso? Obrigado
@hammershigh
@hammershigh Рік тому
Does this method actually works? In contrast to the former, which I have never seen any to get to work.
@janeblack8109
@janeblack8109 2 роки тому
Hi. Is it possible to install .bin to esp downloading it from the URL? Thank you
@lexander9686
@lexander9686 3 роки тому
thank you
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
You're welcome, thanks for watching!
@zyghom
@zyghom 2 роки тому
how about OTA to the ESP that is going to deep sleep after 5 seconds of running? I can think of many solutions, i.e. the MQTT message that is retained and when ESP wakes up it checks and and does not sleep but rather waits for update. But maybe I am trying to open the door that someone opened already? second: there is completely NO PROTECTION of someone uploading new sketch into your ESP... ;-)
@rollyavecilla
@rollyavecilla 2 роки тому
will this work with the WiFiManager?
@paulkirchhof9546
@paulkirchhof9546 3 роки тому
Super!
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you!
@rajeshprajapati5445
@rajeshprajapati5445 3 роки тому
can we do this with global ip ?
@jensschroder8214
@jensschroder8214 Рік тому
I use ElegantOTA instead of AsyncElegantOTA. AsyncElegantOTA does not compile a program only an compile Error. But ElegantOTA works.
@raymondmichael4987
@raymondmichael4987 3 роки тому
One idiot disliked this wonderful tutorial
@shakerileiwat4341
@shakerileiwat4341 3 роки тому
Great ♥♥♥
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you!
@theextremes2491
@theextremes2491 3 роки тому
🔥🔥🔥
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you for watching!
@theextremes2491
@theextremes2491 3 роки тому
@@RuiSantosdotme just asking.... Can we make esp32-cam robot to follow a line (line follower)
@theextremes2491
@theextremes2491 3 роки тому
Like opencv.js
@HarisMaulanaID
@HarisMaulanaID 2 роки тому
how to change wifi ssid and password from web server?
@sohan2510
@sohan2510 Рік тому
Aren't there any way to make the 'update' page password protected ! As now, anyone in my network can access to the address & change the code. So i need to secure it, so only after giving correct password one can access the 'update' page.
@billferner6741
@billferner6741 2 роки тому
Sorry, that example is NOT working with me. Error cause is missing or not found library 'AsyncTCP.h'. Was it replaced again?
@rafaellauxen3577
@rafaellauxen3577 Рік тому
Download github.com/me-no-dev/AsyncTCP/archive/master.zip, This library isn’t available to install through the Arduino Library Manager, in your Arduino IDE, you can go to Sketch > Include Library > Add .zip Library and select the library you’ve just downloaded.
@MadeniTurkey
@MadeniTurkey 3 роки тому
thx
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
You're welcome!
@ArduinoTamiza
@ArduinoTamiza 3 роки тому
nice video... why is it unlisted ?
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
It's published now! :)
@karik2880
@karik2880 3 роки тому
Cool
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you!
@san2011ful
@san2011ful 2 роки тому
How can we do OTA for Mega2560 ,using a remote webserver ?
@texasapps2595
@texasapps2595 Рік тому
@Planerful No way man, change your MCU to a ESP32...
@spthale
@spthale 2 роки тому
Nice Tutorial it's work....... But when i tried to embedded in my code where ESP8266WebServer server(80) ; already used When i used #include AsyncWebServer server(80); it gives error that conflicant declaration ESP8266WebServer server ........... because of AsyncWebServer server(80);
@thanosk4644
@thanosk4644 2 роки тому
I also have this problem too, and i am looking for a solution.
@laboratoriobriot4513
@laboratoriobriot4513 3 роки тому
Hello Rui! Does it works with ESP32 Cam?
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Yes, it works with any ESP32 or ESP8266 compatible board
@laboratoriobriot4513
@laboratoriobriot4513 3 роки тому
@@RuiSantosdotme Hello. I'm trying to upload my .bin file into ESP32CAM through OTA, but is occurring a problem...The web page shows up well and I can choose the .bin file, however after show up 100%, doesn't appear the message OTA Succes and the button BACK. The web page stay on 100% message always. After that the ESP32 CAM reboot and run the old firmware. Can you help me with this issue?
@mohammeddavidzhang-singh5846
@mohammeddavidzhang-singh5846 3 роки тому
@@RuiSantosdotme Great tutorial - no doubt! But it does not work with ESP32 CAM in my case. Depending on the bin file the upload is extremely fast (less than a second) at 54 resp. 58% and stops at this value (failure is perfect reproducible). The bin files have a size of 932 resp. 872 KB. The old firmware is still at the ESP32 CAM. With a "standard" ESP32 module w/o cam, it works perfect.
@kelvynjose8067
@kelvynjose8067 2 роки тому
Add board_build.partitions = min_spiffs.csv to the plataformio.ini file that will work. It is necessary to add in all esp32cam recordings. :)
@yogeshitaliya473
@yogeshitaliya473 3 роки тому
Nice ओने
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
Thank you for watching!
@zyxwvutsrqponmlkh
@zyxwvutsrqponmlkh Рік тому
The audio is all off, like you turned up the base or something.
@piconano
@piconano 2 роки тому
👍
@adapso3010
@adapso3010 3 роки тому
OTA is a great solution, but the way it is presented is not efficient. What is the advantage of doing an update while on the same network? The ideal is remote updating using a file server, so I suggest searching for HTTP Updade, it is much more effective. OTA é uma grande solução, porém da forma que é apresentada não é eficiente. Qual a vantagem de se fazer uma atualização estando na mesma rede? O ideal é atualização remota com uso de servidor de arquivos, então sugiro buscar por HTTP Updade, é muito mais eficaz.
@flicka401
@flicka401 2 роки тому
There are two other REQUIRED library's that must be installed, you make it sound on the video just 'install OTA' and go, but this is not true, so the question begs to be asked, did you even bother to try and do a 'virgin install'?? I think that often you have lots of library's already installed and you just assume that everybody else has the same 'environ' as you, but sadly, people come to these videos to do the 'OTA', and follow the directions. I highly advise you to to create virgin fresh install 'arduino' and get the OTA to work, and explain from that point of view. Otherwise people can waste a ton of time following your directions.
@RuiSantosdotme
@RuiSantosdotme 2 роки тому
Thanks for the suggestion, please read our blog post and you'll find all the steps. Regards, Rui
@mikoaj1321
@mikoaj1321 Рік тому
You are absolutely right. I've wasted many hours already going down the rabbit hole because the other two libraries cannot be installed via Arduino IDE.
@shahriartasnim7717
@shahriartasnim7717 Рік тому
I'm getting error while doing :build filesystem image" Building file system image from 'data' directory to .pio\build odemcuv2\spiffs.bin warning: can't read source directory *** [.pio\build odemcuv2\spiffs.bin] Error 1 ============================================================ [FAILED] Took 0.80 seconds ============================================================
The EASY Guide To Over-The-Air (OTA) Updates With ArduinoOTA
11:52
Programming Electronics Academy
Переглядів 13 тис.
#332 ESP32  OTA tutorial with tricks (incl. OTA debugging)
10:17
Andreas Spiess
Переглядів 128 тис.
Я бы Не Прыгнул Туда и За 100 Миллионов 😭
00:20
Глеб Рандалайнен
Переглядів 17 млн
⚡ПАМ'ЯТІ МОСКАЛЯ!
00:53
5 канал
Переглядів 1,4 млн
#228 ESP32 Over the Air (OTA) Updates with ONE LINE are EASY!
23:26
Ralph S Bacon
Переглядів 27 тис.
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Переглядів 53 тис.
ESP32 OTA via HTTPS
6:10
Luca Dentella
Переглядів 49 тис.
OTA with the ESP32 (Over The Air)
8:38
Programming Electronics Academy
Переглядів 43 тис.
PlatformIO: All you need to know in 10 Minutes!
10:56
J's e-shack
Переглядів 263 тис.
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Переглядів 166 тис.
ПРОБЛЕМА ВСЕХ ТЕЛЕФОНОВ?🤬
1:00
Корнеич
Переглядів 1,3 млн
Владельцы AMD смеются над Intel
1:00
ITMania - Сборка ПК
Переглядів 776 тис.
Как работает транзистор
1:00
MALKONS ENGINEERING
Переглядів 859 тис.
❌ НЕ ПОКУПАЙ фен #Dyson… ПОЖАЛЕЕШЬ!
0:43
Яблочный Маньяк
Переглядів 3,5 млн