Skip to content

Simple demonstration of updating the ESP32 Over The Air.

Notifications You must be signed in to change notification settings

atomic14/ESP32Ota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This project demonstrates how to use the Arduino Over The Air update system on an ESP32. Click the image to watch the demo video.

Demo Video

Setup

Update the file wifi_credentials.h with your SSID and PASSWORD.

#define SSID "YOUR_SSID"
#define PASSWORD "YOUR_PASSWORD"

Now just compile and run the sketch.

The first install will need to over USB.

Once the sketch is running you can go to "Tools" -> "Ports" and you should find your ESP32 listed as "esp_test".

You can change the name of your device by changing this line of code:

ArduinoOTA.setHostname("esp_test");

About

Simple demonstration of updating the ESP32 Over The Air.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published