Search found 44 matches

by chadpham75
Wed Nov 22, 2023 7:58 am
Forum: General Discussion
Topic: Flash encryption without menuconfig
Replies: 5
Views: 6902

Re: Flash encryption without menuconfig

Hi ESP_Angus, It has been a while since I talked to you. Can you please give me some pointers? I already know how enable the boot loader and flash encryption using ESP-IDF frame work. Unfortunately, I just inherited a project that the previous developer was using platformio for the ESP32 developing....
by chadpham75
Sat Jan 16, 2021 1:05 am
Forum: General Discussion
Topic: ESP32 Flash Download Tool V3.8.5 didn't send the reset command after the download
Replies: 1
Views: 4244

ESP32 Flash Download Tool V3.8.5 didn't send the reset command after the download

Hi all, Could you please give me some pointer? Or make the comment to see if you see this problem and how to get around it? When I developed my firmware, I used the idf.py script and flash the unit, after the firmware upgrade the script will send out the hard reset command which will help to reset t...
by chadpham75
Tue Dec 22, 2020 4:39 am
Forum: ESP-IDF
Topic: BLE gattc_gatts_coex clarification
Replies: 2
Views: 2546

Re: BLE gattc_gatts_coex clarification

Anyone would like to give it a try? Or if anyone has ever seen the same behavior? ESP32 no feed back from you?
by chadpham75
Mon Dec 07, 2020 5:30 pm
Forum: ESP-IDF
Topic: BLE gattc_gatts_coex clarification
Replies: 2
Views: 2546

Re: BLE gattc_gatts_coex clarification

Anyone, ESP_IF, anyone have any suggestion?
by chadpham75
Fri Dec 04, 2020 11:00 pm
Forum: ESP-IDF
Topic: BLE gattc_gatts_coex clarification
Replies: 2
Views: 2546

BLE gattc_gatts_coex clarification

Hi all, I hope someone give me some pointers for this behavior. I am using ESP-IDF: v4.1 example gattc_gatts_coex project. Everything is working until I tried to connect my ESP32 device using the phone generic app. The procedure: Running 1st ESP32-SOLO-1 with gatt_server project Running 2nd ESP32-SO...
by chadpham75
Tue Jan 28, 2020 7:18 pm
Forum: ESP-IDF
Topic: How to find the image size for OTA
Replies: 7
Views: 8249

Re: How to find the image size for OTA

@boarchuz,
Thank you. I already made the decision to have the server's team help in this sizeof thing. I just try to see if there is api provide by ESP to support this, but I understand now it is not their responsibilities.
by chadpham75
Tue Jan 28, 2020 5:59 am
Forum: ESP-IDF
Topic: How to find the image size for OTA
Replies: 7
Views: 8249

Re: How to find the image size for OTA

Hi all, If you have a chance go over this thread, please simply just leave a message either "me too" or "+1". I am just curiously how many people are looking for the same solution/method. I can see the number of people who read this post increasingly but nothing/no comment. May be if may be too many...
by chadpham75
Sun Jan 26, 2020 2:52 am
Forum: ESP-IDF
Topic: How to find the image size for OTA
Replies: 7
Views: 8249

Re: How to find the image size for OTA

@ESP_Mahavir, Thank you for the suggestion, but the snippet you suggest only give me the number of byte the successfully download and write to flash each esp_https_ota_perform() function call. It won't help what I am looking for. What I am looking for is the whole image's size before the download is...
by chadpham75
Fri Jan 24, 2020 10:33 pm
Forum: ESP-IDF
Topic: How to find the image size for OTA
Replies: 7
Views: 8249

Re: How to find the image size for OTA

Anyone? Any suggestion?
by chadpham75
Fri Jan 24, 2020 4:08 am
Forum: ESP-IDF
Topic: Secure Boot and Flash Encryption with Release Mode did not work
Replies: 5
Views: 5647

Re: Secure Boot and Flash Encryption with Release Mode did not work

Guys,
Forget about v4.1-dev, I end up to use v4.0-rc. No helps what so ever posted here.