F-Army / arduino-dw1000-ng

Arduino driver and library to use Decawave's DW1000 IC and relative modules.
MIT License
118 stars 64 forks source link

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

Open orbitcoms opened 3 years ago

orbitcoms commented 3 years ago

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.

tisaia commented 3 years ago

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.

Nightsd01 commented 1 year ago

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

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