Search found 242 matches

by ESP_Roland
Fri Jul 14, 2023 8:25 am
Forum: ESP-IDF
Topic: How to update esp-idf from v5.0.2 to v5.1?
Replies: 2
Views: 2195

Re: How to update esp-idf from v5.0.2 to v5.1?

The easiest solution for you is to re-run the Windows installer. You can point it to an existing copy of ESP-IDF (v5.1) so the download won't take extra time.
by ESP_Roland
Mon May 29, 2023 11:04 am
Forum: ESP-IDF
Topic: problem whith running "idf.py.exe menuconfig"
Replies: 2
Views: 1119

Re: problem whith running "idf.py.exe menuconfig"

Are you using the official Vscode plugin from https://github.com/espressif/vscode-esp-idf-extension? There is an "SDK Configuration editor" option which replaces "idf.py menuconfig". Probably that is why windows curses is not installed. Here is an installation guide to help you: https://github.com/e...
by ESP_Roland
Tue May 23, 2023 12:20 pm
Forum: ESP-IDF
Topic: project_description.json not found while flashing
Replies: 2
Views: 1445

Re: project_description.json not found while flashing

Have you run "idf.py build" successfully? Maybe check the logs from there first.
by ESP_Roland
Tue May 23, 2023 12:17 pm
Forum: ESP-IDF
Topic: Flashing precompiled binaries to an ESP32S3 using esptool
Replies: 1
Views: 1110

Re: Flashing precompiled binaries to an ESP32S3 using esptool

The documentation refers to the text flash_args files. Notice that there are no file extension used there. You are using the JSON file, so the formatting is wrong.
by ESP_Roland
Tue May 23, 2023 12:13 pm
Forum: ESP-IDF
Topic: CORE DUMP
Replies: 1
Views: 636

Re: CORE DUMP

Please switch the documentation to the version of ESP-IDF you are using. These commands were added only recently. If you are on an older ESP-IDF then the documentation will reveal the previous way to invoke the coredump tools.
by ESP_Roland
Mon May 08, 2023 9:37 am
Forum: ESP-IDF
Topic: Flashing procedure not able to open port
Replies: 2
Views: 1686

Re: Flashing procedure not able to open port

"9" is not a proper port name. Ports start with "COM" on Windows. So it should be something like COM9, but most probably COM3 or COM4. You can check this in your Device manager and see which one appears when you connect your device.
by ESP_Roland
Tue Mar 28, 2023 1:42 pm
Forum: ESP-IDF
Topic: idf.py not recognized
Replies: 14
Views: 14513

Re: idf.py not recognized

If you prefer to use vscode then please follow the instructions on this page: https://github.com/espressif/vscode-esp-idf-extension, especially https://github.com/espressif/vscode-esp ... install.md.