DWM3000evb RTLS

hi everyone,

Can I do two-way ranging RTLS with the DWM3000evb and STM32F429ZI boards. Yes, we have an open source API-Examples. But When I try to run these API Examples, I always encounter with some kind of problems.

If anyone runs the API-Examples, can you explain “how to run it” for me ?

Examples for API-Examples;
reading_device_id
simple_tx
simple_rx etc.

I need to help for that.

Best Regards
Hakan

Hi @hakankaradeniz ,

Do you have already Release XR6.0C? if not you can download it from this link https://www.decawave.com/wp-content/uploads/2022/03/DW3xxx_XR6.0C_24Feb2022.zip.

Once you did that, you’ll find a file named “example_selection.h” under DW3XXX_API_rev9p3/API/Src where you’ll need to uncommend the test you want to do, then build the application and flash it to the chip.
To do two-way ranging, I would recommend to start with ex_05a and ex_05b for double sided two way ranging.

Hope it helps,
Wassim