Page 1 of 1

OTA ? From newbe

Posted: Tue Feb 20, 2018 10:04 am
by Seymourmtn
Greetings all,
I am new to ESP and Arduino, so please be gentle.
Using Esp-32 with latest version of Arduino.
I have created a local webpage that shows weather and other readings. It refreshes on my demand. All is well.
However, it is remote from my house and there are needs to update.
Here is my issue:
I have created a bin of the webpage project
I can use a webpage updater and can load the bin file. So far all is well.

But, am confused as to how I would load updates to my project. I have tried using the IPddress/update and it times out.
I think I need to partition or have the OTA updater program somewhere.

What part of the pie am I missing?

Thanks
Doug

Re: OTA ? From newbe

Posted: Sat Feb 24, 2018 10:32 am
by Seymourmtn
No one can offer suggestions, please

Re: OTA ? From newbe

Posted: Tue Feb 27, 2018 10:02 am
by beegee1962
It is not clear what you want to achieve.
Are you talking about updating the program in the ESP32 or about updating the data on the website?

Re: OTA ? From newbe

Posted: Tue Feb 27, 2018 10:43 am
by Seymourmtn
Want to update the program.
The website does fine.
Hope this helped