We would like to add the user's name to the device name on the first time he uses the device.
We need it in case there are more than one of our devices in one room so the pairing of the application to the device will be unique.
Any suggestions of how to do it in 14580?
Thu, 2014-10-30 11:03
#1
"Personalize" the device
嗨,罗尼,
This is specified in the file nvds/nvds.c in the keil project.The name, BDaddress and other parameters can be changed. Also mind to update the DEVICE_NAME_TAG_Len field.
.NVDS_TAG_DEVICE_NAME = "DA1458x",
.NVDS_TAG_BD_ADDRESS = {0x01, 0x00, 0x00, 0xCA, 0xEA, 0x80},
.DEVICE_NAME_TAG_LEN = 7,
Best regards,
RvA (Dialog)
Hi Rv,
I used this method to change the device name, it works for new reset. I would like to change the name to ba activated without reset. If no way to do, is there any soft reset can restart the controller?
Thanks,
Alex