Page 2 of 2

Re: ESP32 firmware update over the internet?

Posted: Fri Mar 29, 2019 8:24 am
by Ritesh
dhananjay.sutariya wrote:
Mon Mar 25, 2019 1:01 pm
If i want to do OTA without local server.
Are there any AWS platform (or any such) where i can upload my binary so that it can be fetched by my device.
Hi,

In this might be ESP32 SDK Developer will help to you to provide support for external server like AWS cloud server or something like if feasible for you.

Otherwise you need to purchase it as per your requirement which you can do for one week or less than that much of time.

Re: ESP32 firmware update over the internet?

Posted: Thu Apr 04, 2019 6:11 am
by dhananjay.sutariya
Okay Thanks Ritesh.

Regards,
Dhananjay Sutariya

Re: ESP32 firmware update over the internet?

Posted: Sun Apr 07, 2019 10:12 am
by Ritesh
dhananjay.sutariya wrote:
Thu Apr 04, 2019 6:11 am
Okay Thanks Ritesh.

Regards,
Dhananjay Sutariya
Hi,

Did you get support from external or looking to manage it by yourself?

Re: ESP32 firmware update over the internet?

Posted: Mon Apr 08, 2019 7:29 am
by dhananjay.sutariya
Hi Ritesh,
We have a dedicated Server on which we can perform this OTA.

Thanks,
Dhananjay Sutariya

Re: ESP32 firmware update over the internet?

Posted: Thu Apr 11, 2019 3:59 am
by Ritesh
dhananjay.sutariya wrote:
Mon Apr 08, 2019 7:29 am
Hi Ritesh,
We have a dedicated Server on which we can perform this OTA.

Thanks,
Dhananjay Sutariya
Ok. So there is no any issue now to move further for this. correct? Let me know if you have still any issue regarding this

Re: ESP32 firmware update over the internet?

Posted: Thu Apr 11, 2019 5:41 am
by dhananjay.sutariya
Ritesh wrote:
Thu Apr 11, 2019 3:59 am
dhananjay.sutariya wrote:
Mon Apr 08, 2019 7:29 am
Hi Ritesh,
We have a dedicated Server on which we can perform this OTA.

Thanks,
Dhananjay Sutariya
Ok. So there is no any issue now to move further for this. correct? Let me know if you have still any issue regarding this
Hi Ritesh,
Not for the server but i'm having issues when i use the same native ota example outside its sample code.
Please Go through this :
https://stackoverflow.com/questions/556 ... my-fimware

Re: ESP32 firmware update over the internet?

Posted: Sat Apr 13, 2019 10:07 am
by Ritesh
dhananjay.sutariya wrote:
Thu Apr 11, 2019 5:41 am
Ritesh wrote:
Thu Apr 11, 2019 3:59 am
dhananjay.sutariya wrote:
Mon Apr 08, 2019 7:29 am
Hi Ritesh,
We have a dedicated Server on which we can perform this OTA.

Thanks,
Dhananjay Sutariya
Ok. So there is no any issue now to move further for this. correct? Let me know if you have still any issue regarding this
Hi Ritesh,
Not for the server but i'm having issues when i use the same native ota example outside its sample code.
Please Go through this :
https://stackoverflow.com/questions/556 ... my-fimware
Hi,

I am suggesting to create issue into ESP32 IDF Git Repository instead of posting into stack overflow.

Because, Issue is specific for ESP32 for which you might get quick response.

I have checked that stack overflow issue and it seems like you are not getting IP event after connecting your ESP32 device to router.

So, It is better to share logs for your issue and also I am suggesting to check with sample wifi example instead of checking with OTA example. So that we can have idea like is there any issue into hardware or device perspective or not.

Re: ESP32 firmware update over the internet?

Posted: Fri May 29, 2020 7:20 pm
by DXK_1987
Someone can post the necessary steps to update the ESP32 Firmware from a .bin file on a private server.