Retrieve BLE signal power

Hello everyone,

I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.

I managed to implement a multilink communication of BLE over UART with two peripherals and a central. 

What I want now is to measure the powers of the radio signals of each DK in dBm. I saw that there was a header "nrf_radio.h" implementing a function nrf_radio_txpower_get() that could help me but I don't know how to implement it properly. 

Can someone help me with that? 

Thank you very much!

Related