Page 1 of 1

OTA Programming with ESP8266 Shield Rev2.0

PostPosted: Wed Jul 22, 2020 5:06 pm
by seanyeots
Hi,

May I know if there's an example of how the ESP8266 shield rev2.0 can be used for OTA programming on an Arduino Uno? As I've looked upon ArduinoOTA library, I'm having issues uploading .ino file onto esp8266 shield. Is the ESP8266 .exe flashing program the only way to upload firmware into the shield? Thanks.

Re: OTA Programming with ESP8266 Shield Rev2.0

PostPosted: Thu Jul 23, 2020 2:18 pm
by Idris
Hi seanyeits,

In this video - Displaying Text Message on Dot Matrix Using Blynk and Arduino, we have program WiFi Shield through Maker Uno. Please take a look. Try upload a simple sketch first. Once you succeed, you can refer to this tutorial for OTA on ESP8266 ESP8266 OTA Updates with Arduino IDE | Over the Air.

Hope this helps. Thanks.