Use peripheral and ble_peripheral together with DWM1001C

Hi,

I know that the module uses nRF52832 as MCU. I want to know how to use the peripherals together with the UWB. Is there an example I can follow? I saw the nRF5 SDK has many peripheral examples but I don’t know how to integrate them here.

I am trying to integrate the SAADC example+ ble_app_uart example into the dwm_simple. Is it possible to do that?

Thanks!

I noticed that there are several thread about using ADC module, but none of them has a constructive answer.

Hi @xx11
it should be doable, but there is no example how to do it. But check dwm-uart or dwm-timer - those two examples shows how to use native nordic driver within PANS.

Cheers
JK