About 223,000 results
Open links in new tab
  1. "Espressif Inc" shows up as connected device on my Asus router

    Mar 26, 2019 · Tonight I noticed a strange entry in the list of clients on my Asus router. I've never seen this before and I'm worried if it is a security risk. The client's name is listed as "Espressif Inc". The …

  2. visual studio code - Error installing ESP-IDF ... - Stack Overflow

    Sep 22, 2023 · It creates the Espressif file, I added the paths for MDF and components in the user's paths. In Visual Studio Code, I reinstalled the extension, and then in the initial setup, I used the …

  3. ninja: error: loading 'build.ninja': The system cannot find the file ...

    May 19, 2022 · I have followed esp-idf guideline to install and test to build the hello world and blink sample code but both the code met this problem. Visual studio try to build hello world > Executing …

  4. cmake - How to resolve CMakeLists.txt error in visual studio (ninja ...

    Dec 3, 2024 · C:\Users\DeLorenzoVincent\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\DeLorenzoVincent\esp-idf\Capstone -BC:\Users\DeLorenzoVincent\esp …

  5. ESP-IDF installation throws up Python errors - Stack Overflow

    Jul 14, 2022 · Update: I made some progress. It turns out that python in Debian was defaulting to Python 2. I created a symlink ln -s /usr/bin/python3 python and put it in a dir on the path. This satisfied the …

  6. ESP-IDF project with multiple source files - Stack Overflow

    Jun 21, 2021 · Right, the CMake project hierarchy in ESP IDF is a bit tricky. You are looking at the wrong CMakeLists.txt file. Instead of the one in root directory, open the one in …

  7. Unable to compile ESP-IDF example project - Stack Overflow

    Jun 3, 2021 · I had the same problem with building the ESP-project in VS Code, but found a solution: The project needs to be created in a folder with a different name than the example name. I tried the …

  8. debugging - Unable to debug ESP32-C3 using VS Code ESP-IDF …

    Feb 15, 2025 · Most don't have resolutions, this recent post on Stack Overflow. Espressif provides good documentation. Here are the main resources I used: JTAG Debugging for ESP32-C3 Configure …

  9. No serial data received: ESP32 CAM - Stack Overflow

    Apr 15, 2023 · I had the same problem and couldn't find a solution until I came about this post that suggests to perform the following steps: Plug the board in (i.e. connect it to your computer via a USB …

  10. Unable to install ESP-IDF with Eclipse IDE on Windows 10

    Apr 19, 2023 · The system path and the PATH in the IDE env is different, initially while installation of tools the espressif plugin may take into account the system path variables but after the installation …