I have some board of DWM1001c is this board supported on ncs ?
Where i can find some examples ?
Best Regards
Novello G.
Hello
Yes, the DWM1001 is supported in Zephyr, so you can choose the decawave_dwm1001_dev board configuration for your project in NCS:
https://docs.zephyrproject.org/latest/boards/arm/decawave_dwm1001_dev/doc/index.html
Hope this helps you get started,
Einar
Hi
There doesn't seem to be any samples specifically for DWM1001 in Zephyr, but Zephyr is built to be portable so you should be able to use most of the simpler samples and all the relevant libraries and APIs from Zephyr in your project, especially since you're really building for an nRF52832 which has a lot of support in Zephyr.
There is a git repo from Decawave with samples for an older SDK, I would recommend having a look at those if you need an example to get started. Not to copy the code, but to get an idea how the module is used.
-Einar