Search found 3 matches

by aaronw83
Sun Jul 03, 2022 10:48 pm
Forum: ESP-IDF
Topic: How to flash without holding boot button on esp32-devkitc v4 using the VSC idf extension?
Replies: 0
Views: 1015

How to flash without holding boot button on esp32-devkitc v4 using the VSC idf extension?

I'm running into an issue. I just migrated to use the IDF extension for visual studio code. Now that I've made the switch I'm finding that I have to hold down the devkitc v4 boot button to flash the device. Before when using command line tool I didn't have to hold the boot button. What am I doing wr...
by aaronw83
Sat Jun 25, 2022 12:34 am
Forum: ESP-IDF
Topic: [Solved] Is there a way to perform OTA sourcing github url?
Replies: 2
Views: 2427

Re: Is there a way to perform OTA sourcing github url?

Very helpful! Thank you my problem is now resolved!
by aaronw83
Fri Jun 24, 2022 1:02 am
Forum: ESP-IDF
Topic: [Solved] Is there a way to perform OTA sourcing github url?
Replies: 2
Views: 2427

[Solved] Is there a way to perform OTA sourcing github url?

Really struggling to figure out how to modify the existing espressif OTA examples to point the url to a github repo for direct download of a binary for firmware update. What I'm trying to do is trigger the esp32 (over ble) to download a firmware binary file from github over wifi for OTA update. I do...