"Personalize" the device

3 posts / 0 new
Last post
Rony
Offline
Last seen:4 years 8 months ago
Master
加入:2014-05-15 15:02
"Personalize" the device

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?

RvA
Offline
Last seen:4 days 13 hours ago
工作人员
加入:2014-02-07 14:10
嗨,罗尼,

嗨,罗尼,

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)

Alex Luo
Offline
Last seen:1 year 4 weeks ago
Expert
加入:2014-02-28 19:16
Hi Rv,

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