/BasicOTA-ESP32-library

:floppy_disk: Basic OTA library for ESP32 and VSCode - PlatformIO

Primary LanguageC++MIT LicenseMIT

Basic OTA library for ESP32 and VSCode - PlatformIO

This project is inspirated by Lastminuteengineers.com

Integration is only 2 minutes - very easy to use

Usage

First start

  1. Create new PlatformIO projest - Eespressif ESP32 Dev Module
  2. Copy example code into main.cpp
  3. Change WiFi SSID and PASSWORD
  4. Open platformio.ini and after framework = arduino put this line upload_flags = -p 3232. It fix upload issue.
  5. Connect ESP32 to the PC and flash software. For the first time ESP must be connected by cable!

Next Usage

  1. If you se in your terminal IP adress of your ESP follow to the next point. If not, try the First start again
  2. Open platformio.ini and add upload_port = YOUR ESP32 IP (IP adress is displayed in the terminal) after upload_flags = -p 3232 Example:upload_port = 192.168.0.166
  3. That`s all 😃. Now will be your programe uploaded trought the WiFI

Succes upload message - Upload status

Build Status Succes upload message - Terminal

Build Status

License - MIT