Thank you. I'll try this.An external pull-up resistor can strengthen the high-level state of GPIO0 during resets and reduce susceptibility to noise. Use a resistor value in the range of 4.7 kΩ to 10 kΩ.
Search found 10 matches
- Tue Nov 19, 2024 8:40 am
- Forum: General Discussion
- Topic: Adding an External Pull-up Resistor to GPIO0
- Replies: 3
- Views: 955
Re: Adding an External Pull-up Resistor to GPIO0
- Mon Nov 18, 2024 4:57 am
- Forum: General Discussion
- Topic: Adding an External Pull-up Resistor to GPIO0
- Replies: 3
- Views: 955
Adding an External Pull-up Resistor to GPIO0
Hi, I am currently using the ESP32-WROOM-32UE. In the field, the device occasionally stops functioning, even though the watchdog is active. When this occurs, performing a hardware reset restores normal operation. I suspect that the device enters the ROM serial bootloader after the watchdog reset whe...
- Tue Jun 18, 2024 12:31 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF setup error in vscode with ESP-IDF extension
- Replies: 4
- Views: 4476
Re: ESP-IDF setup error in vscode with ESP-IDF extension
There is only one difference between IDF setup success and failure.
It just need to add `idf_version.txt` in <IDF_TOOLS_PATH>\python_env\idf5.2_py3.11_env before download or search ESP-IDF setup.
Content of `idf_version.txt` file is `5.2`.
It just need to add `idf_version.txt` in <IDF_TOOLS_PATH>\python_env\idf5.2_py3.11_env before download or search ESP-IDF setup.
Content of `idf_version.txt` file is `5.2`.
- Mon Jun 17, 2024 10:39 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF setup error in vscode with ESP-IDF extension
- Replies: 4
- Views: 4476
Re: ESP-IDF setup error in vscode with ESP-IDF extension
Hi, I found below in log file you mentioned: Error: Command failed: \"d:\\esp\\espressif\\tools\\idf-python\\3.11.2\\python.exe\" \"d:\\esp\\v5.2.2\\esp-idf\\tools\\idf_tools.py\" install-python-env\nERROR: Python environment is set to d:\\esp\\espressif\\python_env\\idf5.2_py3.11_env which was gene...
- Wed Jun 12, 2024 5:34 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF setup error in vscode with ESP-IDF extension
- Replies: 4
- Views: 4476
ESP-IDF setup error in vscode with ESP-IDF extension
Install ESP-IDF: v5.2.2 VSCode: v1.90.0 ESP-IDF Extension: v1.7.1 Hi, I try to install ESP-IDF stable version(v5.2.2) in VSCode But, I face error message when install it. ESP-IDF was install in directory, but setup in vscode with esp-idf extension is not completed Steps to reproduce. 1. Install VSCo...
- Thu May 30, 2024 10:00 am
- Forum: General Discussion
- Topic: Flash using USB in ESP32-S3
- Replies: 1
- Views: 1640
Flash using USB in ESP32-S3
Test board: ESP32-S3 DevkitC-1 IDF Version: v5.2 Hi, I have a question after testing with reference to [DFU via USB, USB OTG, USB Serial/JTAG] in the ESP-IDF Programming Guide. According to the guide document, the ESP32-S3's default USB PHY connection is USB_SERIAL_JTAG. Flashing was possible throug...
- Mon Mar 25, 2024 9:12 am
- Forum: General Discussion
- Topic: Project and build path in idf.py
- Replies: 2
- Views: 1598
Re: Project and build path in idf.py
I found point where paths change!
'validate_root_options' function in <idf path>/tools/idf_py_actions/core_ext.py.
This function use realpath about project_dir and build_dir. need to comment this.
'validate_root_options' function in <idf path>/tools/idf_py_actions/core_ext.py.
This function use realpath about project_dir and build_dir. need to comment this.
- Wed Mar 20, 2024 7:31 am
- Forum: General Discussion
- Topic: Project and build path in idf.py
- Replies: 2
- Views: 1598
Project and build path in idf.py
Hi, I set up a virtual drive the project path to prevent wrong path because of unicode. Below is test directory of 'WrongPath' project. Real path of project - D:\VSCode\한글경로\WrongPath Virtual Path of project - P:\WrongPath I try to menuconfig in virtual path, but idf.py refers to real path. I checke...
- Mon Feb 05, 2024 6:02 am
- Forum: General Discussion
- Topic: Project path in idf.py
- Replies: 1
- Views: 675
Project path in idf.py
Hi, I'm using VSCode with extension Espressif IDF v1.6.4 and ESP-IDF v5.0.2 on Windows 10. In my case, I set up a virtual drive the project path to prevent paths that may cause problems, such as spaces at project path. For example, when creating and using a project called Blink, Real path is D:\User...
- Mon Sep 11, 2023 7:16 am
- Forum: General Discussion
- Topic: ESP-IDF v5.1 - identifier "CONFIG_FREERTOS_HZ" is undefined
- Replies: 9
- Views: 10398
Re: ESP-IDF v5.1 - identifier "CONFIG_FREERTOS_HZ" is undefined
I'm using VSCode v1.82 and extension Espressif IDF v1.6.4 on Windows 10. I have the same problem after installing idf v5.1. Even existing projects using idf v5.0 occur the same problem. I tried adding "compileCommands": "${workspaceFolder}\\build\\compile_commands.json" to the configurations in the ...