动态地修改广告国米val

Learn MoreFAQsTutorials

2 posts / 0 new
Last post
LiBing
Offline
Last seen:3 weeks 3 hours ago
加入:2020-03-24 02:55
动态地修改广告国米val

Hi:

We need to change the advertising interval at the 10th second when the DA14586 starts. How can I do that?

Thanks && Regards.

Device:
PM_Dialog
Offline
Last seen:13 hours 19 min ago
工作人员
加入:2018-02-08 11:03
Hi LiBing,

Hi LiBing,

Please checkout theDA14531-DA14585-586 Changing advertising parameters using GPIO interrupts and/or timersSW example.

This example, as all our SW Examples, does not include the SDK – it includes only the application files. To do so, in the initial setup you should link it with SDK6.0.12, as shown in this document.

http://lpccs-docs.dialog-semiconductor.com/Software_Example_Setup/index.html

After linking the example with the SDK, please see user_undirect_adv_start() function. You might setup a timer and change the UNDIRECT_ADV_INTERVAL according to your requirement.

Thanks, PM_Dialog