Hoiss

Results 5 comments of Hoiss

Ha, some progress after +2years! Thx @DeqingSun @caternuson It's....not.....the most frequent discussion in #14 :-D I think the result is that the current implementation is not good but there is...

Concentrating on the problems with the bleprph example I could solve the compile issues by adding `set(EXTRA_COMPONENT_DIRS /home/trigo/sub/8-ESP32/ESP-IDF/esp-idf-v5.0/examples/bluetooth/nimble/common/nimble_peripheral_utils)` to the CMakeLists.txt file. But after flashing it, the example outputs a...

I setup a new Ubuntu 22.10 VM, again ensured the prerequisites are met, installed eclipse (this time 2022-06), ESP-IDF and the plugins via the GUI as stated in the readme....

Thank you @kolipakakondal The import is the trick, especially `And Don't select "Copy project into workspace" so that it will correctly refer to the nimble_peripheral_utils dir` But it's not described...

OK, I removed everything, went back to eclipse 2022-06 and installed ESP-IDF 5 release again. Using the workaround with the entry to the CMakeLists.txt solves the problem, but the example...