arduino-dw1000-ng
arduino-dw1000-ng copied to clipboard
Anyone ported the library to vscode for use with ESP-IDF platform?
Hi, Has anyone here ported the code to vscode/ESP-IDF or have a version that is either C++ or C native code that does not need Arduino files?
I would like to use the library files in vscode. I use the ESP-IDF framework which supports c++.
The target is ESP32-WROOM.
Hi @orbitcoms , to my knowledge, Decawave itself has provided some API and usage examples in their website with C code. Although they are using STM32 platform in their example. But perhaps it may still be useful for your need.
I've made a fork here, you can just clone it into /components
https://github.com/Nightsd01/arduino-dw1000-esp-idf/