Search found 41 matches

by dhananjay.sutariya
Thu Apr 11, 2019 1:48 pm
Forum: ESP-IDF
Topic: Problems with ROLLBACK
Replies: 1
Views: 3134

Problems with ROLLBACK

Hi all, Even After configuring the ROLLBACK macro in the sdk config. My App is not going into self diagnosis code . This one: if (esp_ota_get_state_partition(running, &ota_state) == ESP_OK) { ESP_LOGI(TAG, "Get State Partition was Successfull"); if (ota_state == ESP_OTA_IMG_PENDING_VERIFY) { // run ...
by dhananjay.sutariya
Thu Apr 11, 2019 5:41 am
Forum: ESP-IDF
Topic: ESP32 firmware update over the internet?
Replies: 17
Views: 25195

Re: ESP32 firmware update over the internet?

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 nativ...
by dhananjay.sutariya
Wed Apr 10, 2019 12:30 pm
Forum: ESP-IDF
Topic: ESP32 Unable to get IP from Server in Native_OTA
Replies: 2
Views: 4104

ESP32 Unable to get IP from Server in Native_OTA

Hi , I'm trying to use all the code of Native_ota_example in my code . In which case, im carefully following all the necessary steps we take during native_ota example . And Running Https server. Whilst my esp32 is getting connected to my local network as it can be seen here: 976) native_ota_example:...
by dhananjay.sutariya
Mon Apr 08, 2019 7:29 am
Forum: ESP-IDF
Topic: ESP32 firmware update over the internet?
Replies: 17
Views: 25195

Re: ESP32 firmware update over the internet?

Hi Ritesh,
We have a dedicated Server on which we can perform this OTA.

Thanks,
Dhananjay Sutariya
by dhananjay.sutariya
Thu Apr 04, 2019 6:11 am
Forum: ESP-IDF
Topic: ESP32 firmware update over the internet?
Replies: 17
Views: 25195

Re: ESP32 firmware update over the internet?

Okay Thanks Ritesh.

Regards,
Dhananjay Sutariya
by dhananjay.sutariya
Tue Mar 26, 2019 9:42 am
Forum: ESP-IDF
Topic: OTA update failing for the second time.
Replies: 0
Views: 1822

OTA update failing for the second time.

Hi all, i'm using the native app skd to perform ota. In which i change the firmware version number to '2' and ota works fine as soon as i restart my esp module.How ever restarting it again leads to this error : 4791) native_ota_example: New firmware version: 2 I (4791) native_ota_example: Running fi...
by dhananjay.sutariya
Mon Mar 25, 2019 1:01 pm
Forum: ESP-IDF
Topic: ESP32 firmware update over the internet?
Replies: 17
Views: 25195

Re: ESP32 firmware update over the internet?

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.
by dhananjay.sutariya
Mon Mar 25, 2019 7:13 am
Forum: ESP-IDF
Topic: ESP32 firmware update over the internet?
Replies: 17
Views: 25195

Re: ESP32 firmware update over the internet?

Hi,
I'm still unable to figure out the platforms over which we can perform ota update. (Not locally)

Regards,
Dhananjay Sutariya
by dhananjay.sutariya
Tue Mar 19, 2019 6:18 am
Forum: ESP-IDF
Topic: How much of NVS Data can we really use?
Replies: 4
Views: 5175

Re: How much of NVS Data can we really use?

Thanks a lot for your time and enlightening those facts Wifive :D
by dhananjay.sutariya
Tue Mar 19, 2019 5:23 am
Forum: ESP-IDF
Topic: How much of NVS Data can we really use?
Replies: 4
Views: 5175

Re: How much of NVS Data can we really use?

and what is that 4Kb reserved for also.. what does overhead mean?