This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I found out my NRF51's device Address? (with Softdevice using Random static address?)

How can I found out my NRF51's device Address? (with Softdevice using Random static address?)

Does Softdevice has any API for fetching my device's BLE Address?

As I Know, default Softdevice address has Random static address, and It can't be changed in my device's lifetime. (If i'm wrong please let me know..)

So I would rather set my unique address to my NRF51, and just used pre-setted Random Static address.

But i don't know how to fetch my device's BLE Address.

How Can I achive it? (Softdevice S130)

And I'm using NRF_SD_BLE_API_VERSION == 2

Related