Search found 2 matches

by snappeas
Mon Aug 02, 2021 5:12 pm
Forum: ESP-IDF
Topic: Startup problem with example/blink
Replies: 3
Views: 4915

Re: Startup problem with example/blink

I had this same problem today (I'm assuming you're also on Windows (10)). For some reason the mbedtls/mbedtls folder won't download because it is branched in the github. The solution is to delete your current esp-idf folder and .espressif folder and use the ESP-IDF Tools Installer. https://docs.espr...
by snappeas
Mon Aug 02, 2021 5:05 pm
Forum: ESP-IDF
Topic: ESP_HTTP_REQUEST with openssl
Replies: 0
Views: 1547

ESP_HTTP_REQUEST with openssl

I'm working on an OTA template. If I hardcode the address of the app.bin file, the ota works perfectly. So I know my ca_cert.pem and server are working. I'd like to be able to download the ota file address from the same server that the new app.bin file is on. I am trying to download the contents of ...