arduino-dw1000-ng icon indicating copy to clipboard operation
arduino-dw1000-ng copied to clipboard

Anyone ported the library to vscode for use with ESP-IDF platform?

Open orbitcoms opened this issue 4 years ago • 2 comments

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.

orbitcoms avatar May 22 '21 09:05 orbitcoms

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.

tisaia avatar Jun 02 '21 10:06 tisaia

I've made a fork here, you can just clone it into /components

https://github.com/Nightsd01/arduino-dw1000-esp-idf/

Nightsd01 avatar Dec 19 '22 03:12 Nightsd01