Hello,
Coming from different background. I am learning about how to turn my nrf52840 practically useful in indoor localization task.
First step I have adopted the example of ble_app_beacon and this is what pretty much I need, a beacon.
Now i would like to customize it. I have changed the major and minor value on line 75 and 76 in main.c of ble_app_beacon example as:
Major -> 0x01 , 0x01
Minor-> 0x22, 0x22
But unfortunately, same old values are reflecting back in the nrf connect mobile app. and yes i have rebuild and reloaded the softdevice and newly hex file for app.
Any help is much appreciated.
I am using sdk 16 and softdevice S140 v7.0.1
Thank you very much