Search found 227 matches

by ESP_bignacio
Wed Dec 09, 2020 4:52 am
Forum: IDEs for ESP-IDF
Topic: VS Code Youtube Tutorial Series
Replies: 8
Views: 30475

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: 3071

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: 5040

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: 5277

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: 7412

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: 3059

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.
by ESP_bignacio
Mon Nov 23, 2020 8:26 am
Forum: IDEs for ESP-IDF
Topic: VS Code cannot find esptool.py
Replies: 1
Views: 4181

Re: VS Code cannot find esptool.py

Have you configure the extension using ESP-IDF: Configure ESP-IDF extension ? Did you had any problems during the setup ?

What is the value for idf.customExtraPaths ?
by ESP_bignacio
Tue Nov 17, 2020 3:31 am
Forum: IDEs for ESP-IDF
Topic: VSCode OpenOCD GDB debugging - can't get UI to step
Replies: 2
Views: 5648

Re: VSCode OpenOCD GDB debugging - can't get UI to step

Hello there ! Are you using Visual Studio Code with our ESP-IDF extension or which extension are you using ? If using our extension, having set the proper configuration, there a debug adapter implementation which by default start its own gdb process (or you can connect to an existent one by using mo...
by ESP_bignacio
Tue Nov 17, 2020 3:20 am
Forum: IDEs for ESP-IDF
Topic: Getting Started with ESP32
Replies: 1
Views: 3010

Re: Getting Started with ESP32

Hi Rowan,

Please take a look at out Eclipse plugin for ESP-IDF and follow install steps, I think it will surely give you a nice development experience !
by ESP_bignacio
Tue Nov 10, 2020 3:08 am
Forum: IDEs for ESP-IDF
Topic: Getting Intellisense working with VC++ (not code)
Replies: 3
Views: 5145

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

If there is something we can do to improve Visual Studio Code extension please let us know.

You can take a look to our ESP-IDF Eclipse plugin or explore other IDEs integration users share in this IDEs for ESP-IDF forum.