About 225,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. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. esp32 - Installing ESP-IDF - Stack Overflow

    May 15, 2025 · PlatformIO extension supporting more than 1300 boards, and for Espressif based boards you can select ESP-IDF or Arduino framework. Installing PlatformIO extension on windows 10 and …

  8. 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 …

  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. Running Multiple Versions of ESP-IDF concurrently

    Mar 23, 2023 · Just had a go at running up the most recent version of ESP-IDF on my machine. All good. Current Version = 4.3.2 Latest Version = 5.0.1 I work in Visual Studio, but use the ESP cmd …