Search found 28 matches

by Swagger
Fri Jun 19, 2020 1:58 pm
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

Re: esp32 Update from spiffs

FYI, the partition table would be *a* reason why this could not work, but given that you now corrected it and you still have the error, it's not that. Perhaps you can show the code you're using? Maybe that helps us. Please find the attached snippet void ota_task(void *pvParameter) { esp_err_t err; ...
by Swagger
Thu Jun 18, 2020 11:57 am
Forum: General Discussion
Topic: esp32 -Jtag Programming
Replies: 5
Views: 7387

Re: esp32 -Jtag Programming

Hi, I had gone through the documents you suggested. I am programming esp32 Wrover b chip on my on PCB. I had used the below command to upload the firmware to the esp32 using jtag. I was using esp -prog ------------------------------ openocd -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp32-wrove...
by Swagger
Tue Jun 16, 2020 8:32 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

Re: esp32 Update from spiffs

Is this partition table configuration is causing the problem? or is it something else?
by Swagger
Mon Jun 15, 2020 10:38 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

Re: esp32 Update from spiffs

ESP_Sprite wrote:
Mon Jun 15, 2020 10:10 am
How much flash does your module have?
Hi, Total 4 MB
by Swagger
Mon Jun 15, 2020 2:38 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

Re: esp32 Update from spiffs

Why are your OTA partitions only 32K? No way your app fits in that. It would be really appreciated if you could explain a little more in detail. I am a bit confused here. I tried with the below partition also but ended with the same result. # Name Type SubType Offset Size Flags # Note: if you have ...
by Swagger
Sun Jun 14, 2020 8:49 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

Re: esp32 Update from spiffs

It would be really appreciated if you could explain a little more in detail. I am a bit confused here.
by Swagger
Sun Jun 14, 2020 7:44 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

Re: esp32 Update from spiffs

any idea? iam really stuck here.
by Swagger
Fri Jun 12, 2020 5:36 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13160

esp32 Update from spiffs

Hi, I am trying to update esp32 from the spiffs. I had stored a bin file in the spiffs which will be used to update the esp32. the update is almost getting finished but ended up in a strange problem. I (14464) OTA: esp_ota_begin succeeded I (16664) OTA: Total Write binary data length: 11139072 E (16...
by Swagger
Sun May 31, 2020 4:29 am
Forum: General Discussion
Topic: esp32 ota over ble and DFU service.
Replies: 0
Views: 2063

esp32 ota over ble and DFU service.

Hi, I would like to know, if esp32 has support for this DFU services.
How we could do an OTA over BLE, as in NRF52.
by Swagger
Sun May 31, 2020 4:00 am
Forum: General Discussion
Topic: esp32 -Jtag Programming
Replies: 5
Views: 7387

Re: esp32 -Jtag Programming

thanks.