hello there i have three nrf51 dk. now in beacon code can we do like, when i upload same code to all three nrf51 dk, three will have different major, minor number. can anyone tell me how to do it??
hello there i have three nrf51 dk. now in beacon code can we do like, when i upload same code to all three nrf51 dk, three will have different major, minor number. can anyone tell me how to do it??
Do you want the major and minor to be random?
hello i find this. how to set value of USE_UICR_FOR_MAJ_MIN_VALUES??
i used this feature. but this feature is not useful in my application
i want major and minor to fix for particular device. but using same firmware it will be different for three device like mac address
Hi rushin
If you are using ble_app_beacon application in the nRF5 SDK, then major and minor values should be advertised as set by the APP_MAJOR_VALUE and APP_MINOR_VALUE constants in the main file. You can however make the application generate the major and minor values by defining the USE_UICR_FOR_MAJ_MIN_VALUES constant.
If you are using the beacon kit firmware 1.1.1, which flashes together with S110 7.1.0/7.3.0, then this thread contains some information on how to set the major and minor values in the advertising packet