ESP32 OTA (Over-the-Air) Updates using AsyncElegantOTA: Arduino IDE or VS Code (ESP8266 NodeMCU)
Rui Santos Rui Santos
68.4K subscribers
91,742 views
0

 Published On Mar 18, 2021

Visit our blog for complete instructions and source code:
► ESP32 Arduino IDE: https://RandomNerdTutorials.com/esp32...
► ESP32 VS Code: https://RandomNerdTutorials.com/esp32...
► ESP8266 Arduino IDE: https://RandomNerdTutorials.com/esp82...
► ESP8266 VS Code: https://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!
http://bit.ly/subscribeRNT

#ESP32 #ESP8266 #Arduino

show more

Share/Embed