I’ve tried and tried following the guide to install the kit through esphome so i can add the extra grove temperature sensor with no succes. Has something changed place in the github project ? It seems it cannot find the source code if i understand it correctly.
Here is my build log :
INFO ESPHome 2023.12.9
INFO Reading configuration /config/esphome/mmwave-kit1.yaml…
INFO Updating https://github.com/limengdu/mmwave-kit-external-components.git@main
INFO Generating C++ source…
INFO Compiling app…
Processing seeedstudio-mmwave-kit (board: esp32-c3-devkitm-1; framework: espidf; platform: platformio/[email protected])
HARDWARE: ESP32C3 160MHz, 320KB RAM, 4MB Flash
- framework-espidf @ 3.40405.230623 (4.4.5)
- tool-cmake @ 3.16.4
- tool-ninja @ 1.7.1
- toolchain-esp32ulp @ 2.35.0-20220830
- toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
Reading CMake configuration…
– Building ESP-IDF components for target esp32c3
– Configuring incomplete, errors occurred!
See also “/data/build/seeedstudio-mmwave-kit/.pioenvs/seeedstudio-mmwave-kit/CMakeFiles/CMakeOutput.log”.
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Error at /data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:201 (message):
Failed to resolve component ‘esp_wifi’.
Call Stack (most recent call first):
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:236 (__build_resolve_and_add_req)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:237 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:518 (__build_expand_requirements)
/data/cache/platformio/packages/framework-espidf/tools/cmake/project.cmake:393 (idf_build_process)
CMakeLists.txt:3 (project)
========================= [FAILED] Took 10.77 seconds =========================