Search found 6 matches
- Thu Sep 14, 2023 8:27 am
- Forum: ESP-IDF
- Topic: Azure Blob Storage data fetch fails due to HTTPS Authentification MBed TLS
- Replies: 4
- Views: 3302
Re: Azure Blob Storage data fetch fails due to HTTPS Authentification MBed TLS
Hi guys, Thank you for your input. I should have stated in my previous post that the URL and SAS were dummy. For completeness I have created a new Azure blob and uploaded two .txt files (3kB & 12KB). The strange thing is that the small one (test.txt) is somehow loaded, even there is an error from th...
- Wed Sep 13, 2023 9:55 am
- Forum: ESP-IDF
- Topic: Azure Blob Storage data fetch fails due to HTTPS Authentification MBed TLS
- Replies: 4
- Views: 3302
Azure Blob Storage data fetch fails due to HTTPS Authentification MBed TLS
Hi everybody, I try to fetch a binary file from an Azure Blob Storage, using esp_http_client, IDF v5.0.1. The fetch works in Postman or in a browser, which means the url path and the SAS token are correct. The connection to the Azure server is established, but I get the error message: "Server failed...
- Sun Sep 10, 2023 10:39 am
- Forum: General Discussion
- Topic: OTA Example Not Working On ESP32 - ESP-IDF
- Replies: 6
- Views: 8229
Re: OTA Example Not Working On ESP32 - ESP-IDF
Hi tpbedford, Thank you for your input! I have set those defines in the sdkconfig, and the connection to the Azure server is established, but now I get the error message as "Server failed to authenticate the request": I(15113) APP : Opened successfully the HTTP connection I(15273) HTTP_CLIENT : Body...
- Tue Sep 05, 2023 6:19 am
- Forum: General Discussion
- Topic: OTA Example Not Working On ESP32 - ESP-IDF
- Replies: 6
- Views: 8229
Re: OTA Example Not Working On ESP32 - ESP-IDF
Hi Mahonroy / TadeasekF,
I experience the same problem that you describe above, while trying to fetch a binary file from the Azure Blob Storage.
Did you find a solution eventually?
I would really appreciate any help, as I have already wasted a lot of time with this issue.
Thank you!
I experience the same problem that you describe above, while trying to fetch a binary file from the Azure Blob Storage.
Did you find a solution eventually?
I would really appreciate any help, as I have already wasted a lot of time with this issue.
Thank you!
- Wed Jun 16, 2021 1:39 pm
- Forum: ESP-IDF
- Topic: BLE disconnection: cif=3 connected=0 conn_id=3 reason=0x0013
- Replies: 7
- Views: 10040
Re: BLE disconnection: cif=3 connected=0 conn_id=3 reason=0x0013
Hi tharunjoy, I experience the same kind of problem as you describe above: disconnection of an ESP32 client from a ATB110x BLE remote after a couple of seconds.
How did you get the issue fixed?
Thank you!
How did you get the issue fixed?
Thank you!
- Sat May 15, 2021 2:59 pm
- Forum: ESP-IDF
- Topic: Can't get esp_ble_gattc_read_char to trigger ESP_GATTC_READ_CHAR_EVT
- Replies: 14
- Views: 15725
Re: Can't get esp_ble_gattc_read_char to trigger ESP_GATTC_READ_CHAR_EVT
Hi Susan, could you please share the solution that you have presented above (on 29th March), as a C code. I have tried to figure out from your explanations what should be done to get the read functionality working but I am a newbie in ESP32, and have already spent quite some time on this issue witho...