-->
Page 1 of 1

ESP8266 OTA with WEB server

PostPosted: Tue Feb 02, 2021 3:59 am
by samtal
Hi,
I have a well working Arduino IDE ESP8266-01 OTA blink program using the ESP8266WiFi.h, ESP8266WiFiMulti.h and ArduinoOTA.h libraries.
I also have a non-OTA web server program that enables me send data to IO over the internet.
I have difficulties combining both, namely build esp8266-01 OTA program that will send commands over the internet.
Can anyone help with a basic working example?
thx.

Re: ESP8266 OTA with WEB server

PostPosted: Mon Apr 12, 2021 9:49 am
by jankop
Here is an HTTP server with OTA and at the same time an HTTP client that sends data to the web portal. It works very well.

https://www.fancon.cz/esp8266-humi-server-klient/HUMI3_LOOP.zip