DWM 1001 Bluetooth

Hi all,

I recently purchased a DWM1001 module. I am trying to write a library for an arduino board to communicate with DWM1001. Especially the nRF52832(bluetooth module).

Does anyone know any good starting point for this?

For starters, the I2C address of the nRF52832 module?

Thank You.

You can use SPI or UART to talk to the module.
For I2C, you will need to setup the I2C slave address in PANS User application space and write a lot of code!

Thanks for your reply Kenneth. Do you happen to know any good tutorial on how to connect the dwm1001 module to arduino?