hi
The Peripheral HRS Example has device address in nRF52 SDK
de:ae:dc:9b:cb
I would like to know where in the Code this address is Set ? Not able to find
hi
The Peripheral HRS Example has device address in nRF52 SDK
de:ae:dc:9b:cb
I would like to know where in the Code this address is Set ? Not able to find
Hi,
It is set by the SoftDevice. The SoftDevice is the BLE protocol stack, it is delivered as a pre-qualified binary file, so you will not be able to see the code where this is set. The device address is derived from the FICR DEVICEADDR registers. See this post for more information about that.