Search found 221 matches

by ESP_bignacio
Tue Dec 15, 2020 11:06 am
Forum: IDEs for ESP-IDF
Topic: Build is required before Flashing, .bin file can't be accessed Error
Replies: 3
Views: 4108

Re: Build is required before Flashing, .bin file can't be accessed Error

Extension logs should be in:

- Windows: `%USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\esp_idf_vsc_ext.log`
- Linux & MacOSX: `$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION/esp_idf_vsc_ext.log`
by ESP_bignacio
Tue Dec 15, 2020 11:03 am
Forum: IDEs for ESP-IDF
Topic: VS Code IDF Onboarding (IDF Tools Install Error)
Replies: 1
Views: 2755

Re: VS Code IDF Onboarding (IDF Tools Install Error)

Exploring a bit the error log, I've noticed this: VisualStudio is not installed; get it from http://www.visualstudio.com/en-au/news/vs2015-preview-vs error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ Have you trie...
by ESP_bignacio
Fri Dec 11, 2020 6:08 am
Forum: IDEs for ESP-IDF
Topic: Build is required before Flashing, .bin file can't be accessed Error
Replies: 3
Views: 4108

Re: Build is required before Flashing, .bin file can't be accessed Error

Is the build successful ? We need to see the build output to understand your issue.

If we don't have information from your environment, is very hard to understand where the problem is.
by ESP_bignacio
Wed Dec 09, 2020 4:59 am
Forum: IDEs for ESP-IDF
Topic: Getting Intellisense working with VC++ (not code)
Replies: 3
Views: 4843

Re: Getting Intellisense working with VC++ (not code)

I'm sorry to hear that, maybe our quick start video can help you get started. If there is any way we can help you with it, please let us know.
by ESP_bignacio
Wed Dec 09, 2020 4:52 am
Forum: IDEs for ESP-IDF
Topic: VS Code Youtube Tutorial Series
Replies: 8
Views: 29924

Re: VS Code Youtube Tutorial Series

There is a visual studio code configuration setting for the flash baud rate as shown here and you can set it with the ESP-IDF: Device configuration command. Please keep this topic with questions or suggestions related to YouTube tutorial series . Any additional question you can post a new topic in t...
by ESP_bignacio
Wed Dec 09, 2020 4:49 am
Forum: IDEs for ESP-IDF
Topic: Installing the plugin on top of existing ESP-IDF etc.
Replies: 1
Views: 2865

Re: Installing the plugin on top of existing ESP-IDF etc.

We explained how to configure the extension without using the onboarding window and reusing existing ESP-IDF install here . We are remaking the onboarding in this Pull request to auto detect ESP-IDF on default locations and overall simplify the setup in the wizard. Please give it a try if you have s...
by ESP_bignacio
Tue Dec 08, 2020 8:51 am
Forum: IDEs for ESP-IDF
Topic: Is the Arduino IDE good for the ESP-IDF ? / Can You still Have Access to everything
Replies: 2
Views: 4820

Re: Is the Arduino IDE good for the ESP-IDF ? / Can You still Have Access to everything

The official development framework for Espressif SoC is ESP-IDF . Arduino IDE uses libraries that are generated by taking ESP-IDF and building Arduino libraries such as https://github.com/espressif/arduino-esp32 . As you can see, official support from Espressif and the documentation of APIs are base...
by ESP_bignacio
Tue Dec 08, 2020 8:30 am
Forum: IDEs for ESP-IDF
Topic: What IDE can be used for the ESP-MESH ?
Replies: 4
Views: 4946

Re: What IDE can be used for the ESP-MESH ?

ESP-IDF is used in our documentation for ESP-MESH development as shown in and we have some MESH examples in ESP-IDF examples directory. The official development framework for Espressif SoC is ESP-IDF . Arduino IDE uses libraries that are generated by taking ESP-IDF and building Arduino libraries suc...
by ESP_bignacio
Tue Dec 08, 2020 8:04 am
Forum: IDEs for ESP-IDF
Topic: Flash (.bin) files don't exists or can't be accessed!
Replies: 8
Views: 6933

Re: Flash (.bin) files don't exists or can't be accessed!

Hi there ! It seems you are using Visual Studio Code but you are using some CMake-related extension to build your project. Also the build command doesn't seem to find the CMakeLists.txt file. Might need to configure your extension to work properly. Have you tried using our official ESP-IDF extension...
by ESP_bignacio
Mon Nov 30, 2020 9:28 am
Forum: IDEs for ESP-IDF
Topic: VsCode ESP IDF Extension setup problem
Replies: 1
Views: 2901

Re: VsCode ESP IDF Extension setup problem

Try executing

Code: Select all

c:\ESP\.espressif\python_env\idf4.1_py3.9_env\Scripts\python.exe -m pip install -r c:\Users\Serkan\.vscode\extensions\espressif.esp-idf-extension-0.5.1\esp_debug_adapter\requirements.txt
Something happened during python packages installation.