Search found 11 matches
- Tue Aug 22, 2023 12:28 pm
- Forum: ESP-IDF
- Topic: OTA examples on ESP IDF stopped working
- Replies: 1
- Views: 1020
OTA examples on ESP IDF stopped working
Hello, guys, This topic has been already discussed but I have to reopen it as I found many similar issues but no suitable solution. Both ESP IDF OTA examples and my own project based on the code of these examples worked perfectly until something went wrong... I re-installed ESP-IDF, but this didn't ...
- Sun Aug 20, 2023 3:28 pm
- Forum: ESP-IDF
- Topic: Fail to re-install and configure Espressif IDF extension in VSCode
- Replies: 10
- Views: 4699
Re: Fail to re-install and configure Espressif IDF extension in VSCode
Thanks a lot for your support. I did what you suggested lately, though with no much progress. Then I ran esp-idf-tools-setup-online-2.22.exe and this added all the missing stuff in C:\Espressif (which was created by install.bat). After that, I ran ESP-IDF 4.4 PowerShell and ESP-IDF 4.4 CMD. And Then...
- Thu Aug 17, 2023 1:37 pm
- Forum: ESP-IDF
- Topic: Fail to re-install and configure Espressif IDF extension in VSCode
- Replies: 10
- Views: 4699
Re: Fail to re-install and configure Espressif IDF extension in VSCode
Thank you, due to your suggestions I have achieved a certain progress. First, I took the version 4.4.4 instead of 4.4. (!!!) and re-created folder Espressif running install.bat from this (4.4.4) folder. Finally, I ran C:\Users\<user>\esp_4_4\esp-idf\export.bat (from the project directory, as you sug...
- Wed Aug 16, 2023 2:57 pm
- Forum: ESP-IDF
- Topic: Fail to re-install and configure Espressif IDF extension in VSCode
- Replies: 10
- Views: 4699
Re: Fail to re-install and configure Espressif IDF extension in VSCode
I did as you suggested. Here is the result: D:\_FACTORY\ESP_IDF\hello_world>idf.py build 'idf.py' is not recognized as an internal or external command, operable program or batch file. Also, I have noticed that export.bat does not modify the PATH, I have to add the path to xtensa-esp32-elf manually. ...
- Wed Aug 16, 2023 11:18 am
- Forum: ESP-IDF
- Topic: Fail to re-install and configure Espressif IDF extension in VSCode
- Replies: 10
- Views: 4699
Re: Fail to re-install and configure Espressif IDF extension in VSCode
Thank you, Following your suggestions I ran install.bat from C:\<user>\esp\esp-idf. which created C:\Espressif directory (instead of a previous .espressive). This one contains directories 'dist', 'python_env', 'tools' and a file idf-env.json and still seems to be incomplete. Then I ran 'export.bat'....
- Tue Aug 15, 2023 4:10 pm
- Forum: ESP-IDF
- Topic: Fail to re-install and configure Espressif IDF extension in VSCode
- Replies: 10
- Views: 4699
Re: Fail to re-install and configure Espressif IDF extension in VSCode
Hi, guys, thanks for your quick reaction. I have manually deleted all the previous staff (both esp and .espressif). Then following your suggestions 1) I took version 4.4 from this place: https://github.com/espressif/esp-idf and extracted it here: C:\<user>\esp\esp-idf 2) then I downloaded ESP-IDF Wi...
- Tue Aug 15, 2023 11:37 am
- Forum: ESP-IDF
- Topic: Fail to re-install and configure Espressif IDF extension in VSCode
- Replies: 10
- Views: 4699
Fail to re-install and configure Espressif IDF extension in VSCode
Hello, I am trying to install Espressif IDF extension in VS Code instead of a previous one, which was lately removed due to some unexplained errors. (Note that the previous installation process did not cause major problems!!!). So I click "Install" (note that the option 'Uninstall' does not actually...
- Mon Jul 10, 2023 8:10 am
- Forum: ESP-IDF
- Topic: impossible to override default sdkconfig settings
- Replies: 7
- Views: 5507
Re: impossible to override default sdkconfig settings
I found the solution: I took the above parameters from Kconfig.projbuild of OTHER ESP projects, integrated them into mine, and it works. Yet I wonder why they are missing in advanced_https_ota, while appropriate settings show up in the menu...
- Mon Jul 03, 2023 4:53 pm
- Forum: ESP-IDF
- Topic: impossible to override default sdkconfig settings
- Replies: 7
- Views: 5507
Re: impossible to override default sdkconfig settings
Thanks a lot for this! I have merged two Kconfig.projbuild as you suggested and missing parameters are now peacefully integrated into sdkconfig and are also visible in the menu. HOWEVER, I still cannot find the placement of parameters such as EXAMPLE_WIFI_PASSWORD and EXAMPLE_WIFI_SSID (I'm talking ...
- Sun Jul 02, 2023 11:08 am
- Forum: ESP-IDF
- Topic: impossible to override default sdkconfig settings
- Replies: 7
- Views: 5507
Re: impossible to override default sdkconfig settings
I am not sure my problem is well understood. Surely I run menuconfig, but it only displays settings specific to the current example project! To be more precise: the blink project contains CONFIG_BLINK_GPIO=15 parameter in its sdk config. Running menuconfig I can find "Blink GPIO number" and the core...