Hello Support,
i just want to have a different unique identifier for the daughterboard, when using the multi link example from the SDK.
My application is to communicate from the central to several other daughterboards and mobile.
For this, i need different ID's of the boards. In windows, the Unique identifier is displayed as 80:ea:ca:80:00:01.
Where can i find this fixed value in the sourcecode or in the config file?
BR Stefan
Keywords:
Device:
Hi Stefan_Dialog,
You can change the unique identifier of your board through the ble_config.h in the ble_multi_link example, search for the defaultBLE_STATIC ADDRESS definition, and there you will be able to find the default bd address that the device takes. Also the device takes the BLE address from a specific partition of the non volatile memory, if there is a value programmed to the memory.
Thanks MT_dialog