Esp-radio icon indicating copy to clipboard operation
Esp-radio copied to clipboard

Has anyone uploaded the sketch wirelessly using OTA? Is you did, how did you do it? I can;t get to work.

Open wa8lbz opened this issue 3 years ago • 2 comments

wa8lbz avatar Mar 02 '21 18:03 wa8lbz

First you have to upload a sketch that is able to handle OTA. Then you can specilfy OTA as upload method to upload a new sketch that can also handle OTA.

Edzelf avatar Mar 02 '21 20:03 Edzelf

Assume you are using Arduino IDE.

The very first time, you need to flash via USB (unless you already have OTA firmware installed on your ESP8266).

From that point on, assume your computer is on the same network as your ESP-Radio. Under Arduino IDE, go to Tools -> Port: xxxxx Select ESP-radio at xxx.xxx.xxx.xxx. (Note, serial monitor no longer works. Use another terminal software instead, e.g. Putty). upload the code as usual, it will upload Over-the-Air.

Derek-K avatar Jul 02 '21 21:07 Derek-K