Arduino Uno with ESP8266 OTA help

HI all,

I am quite new to Arduino and Blynk, but I have managed to get a Uno and a ESP8266 module and my code working fine. I can upload my sketches via usb fine but now I need to get it to work OTA.

I have tried most OTA libraries but they fail to compile for the uno.

Is there another way to get this to work or am I better off buying another board that will work?

Cheers!

**BTW Blynk is freaking awesome

You can only do OTA with ESP based boards and the ESP-01 that you are using is only used as a Wi-Fi modem, it’s not where the code is stored.

Have a read of this if want to think about alternative boards:

Pete.

Thanks Pete, I had a feeling that might have been the case.

After having a read I will get a NodeMCU board and go from there.

Cheers