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 · I am working on a project with an ESP32 WROOM32 and trying to use two UARTS, we can get the first one to work and output data, but the second one not so much. I am currently trying …

  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. ninja: error: rebuilding 'build.ninja': subcommand failed

    Jun 24, 2024 · Please look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command. Refer to the migration guide for more details about moved components. …

  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. esp32 - Fresh Installation of ESP-IDF v5.4 on Windows 11 Fails with ...

    Mar 10, 2025 · 0 The problem was caused by wrong current directory. I should run idf.py command under project directory and not under C:\Espressif\frameworks\esp-idf-v5.4

  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 …