Search found 221 matches

by ESP_bignacio
Tue Feb 09, 2021 2:52 am
Forum: IDEs for ESP-IDF
Topic: Monitor problem after VSC update
Replies: 1
Views: 3065

Re: Monitor problem after VSC update

This may happen if the serial port is still used for other commands or tasks. Make sure to close the flash task window or any windows that used the serial port or could also be PySerial clear comm error
by ESP_bignacio
Sun Feb 07, 2021 8:48 am
Forum: IDEs for ESP-IDF
Topic: Installing ESP-IDF for VS Code
Replies: 1
Views: 2324

Re: Installing ESP-IDF for VS Code

Can you provide more information about your setup ? Here is the setup documentation It seems you have issues installing wheels for cryptography. Make sure you have Visual Studio Build Tools and that your Python setup is correct. You can also use one of our Windows installers for ESP-IDF system insta...
by ESP_bignacio
Wed Feb 03, 2021 9:34 am
Forum: IDEs for ESP-IDF
Topic: Anyone managed to get debugging working with IDF 4.1 / VS Code / Windows
Replies: 25
Views: 25037

Re: Anyone managed to get debugging working with IDF 4.1 / VS Code / Windows

In your project's directory .vscode/launch.json you can add an extra field called logLevel and set to 0-5 as shown in DEBUGGING documentation. With regards to documentation, we keep updating the docs to better describe all features but definitely need to clarify this better. Thanks. At some time we ...
by ESP_bignacio
Wed Feb 03, 2021 9:27 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF v4.2 Debugger Pause (F6) is not working
Replies: 1
Views: 2393

Re: ESP-IDF v4.2 Debugger Pause (F6) is not working

HI @OllieK Sorry for this issue, we are working on a fix for ESP-IDF Debug Adapter in the Visual Studio Code extension.

This issue is not related to ESP-IDF itself but an issue within the Visual Studio Code extension.
by ESP_bignacio
Thu Jan 28, 2021 8:27 am
Forum: IDEs for ESP-IDF
Topic: Anyone managed to get debugging working with IDF 4.1 / VS Code / Windows
Replies: 25
Views: 25037

Re: Anyone managed to get debugging working with IDF 4.1 / VS Code / Windows

Sorry I've joined the conversation a bit late. Here is some information with regards to ESP-IDF Debugging in Visual Studio Code. There is several parts to achieve debug in visual studio code. The IDF Monitor had a bug in v0.6.0 and it was fixed in v0.6.1 The debug configuration is explained in DEBUG...
by ESP_bignacio
Thu Jan 28, 2021 7:39 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDF extention issue flsah / monitor
Replies: 1
Views: 2564

Re: Espressif IDF extention issue flsah / monitor

Can you open an issue in the Github repository here

We need more information about your setup and steps to reproduce this issue.
by ESP_bignacio
Thu Jan 28, 2021 7:27 am
Forum: IDEs for ESP-IDF
Topic: VS Code Extension. ModuleNotFoundError: No module named 'future'
Replies: 2
Views: 4359

Re: VS Code Extension. ModuleNotFoundError: No module named 'future'

Open Command Palette (F1) and type `Preferences: Open Settings (JSON)` or use `{CURRENT_PROJECT}/.vscode/settings.json` to get the following extension configuration settings value: - `idf.pythonBinPath` (MacOS or Linux) or `idf.pythonBinPathWin` (Windows) also called `Python absolute binary path use...
by ESP_bignacio
Thu Jan 28, 2021 7:15 am
Forum: IDEs for ESP-IDF
Topic: [HELP] Mac Issue: No such file or directory: '/dev/ttyUSB1'
Replies: 3
Views: 7874

Re: [HELP] Mac Issue: No such file or directory: '/dev/ttyUSB1'

What is the command you are using to flash your program ? If you are using the ESP-IDF extension for Visual Studio Code, make sure to use the ESP-IDF: Select port to use to choose the serial port before you flash as shown in the How to use Otherwise if you are using the command line, You need to spe...
by ESP_bignacio
Thu Jan 21, 2021 9:30 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Extension, Project Version Management
Replies: 3
Views: 4967

Re: ESP-IDF Extension, Project Version Management

So you are basically asking why do you need to configure the extension every time you open a project. You don't. The ESP-IDF: Configure ESP-IDF extension will configure the extension and save the settings in your configured save scope. By default your settings are saved in User Settings, but they ca...
by ESP_bignacio
Thu Jan 21, 2021 9:13 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDE don't work in VSCode
Replies: 5
Views: 7656

Re: Espressif IDE don't work in VSCode

In the extension repository readme.md there are several links to help you:

extension setup documentation

You can just use the ESP-IDF: Configure ESP-IDF extension command to configure the extension.