Other Parts Discussed in Thread: SYSCONFIG
In the simple_peripheral routine, the broadcast mode is Connectable and scannable undirected, so what do I do if I want to set it to beacon mode
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
In the simple_peripheral routine, the broadcast mode is Connectable and scannable undirected, so what do I do if I want to set it to beacon mode
This is set in the configuration file, so it's default when you initialize it, but I want to change the broadcast mode when I'm running the program. Okay?
If I want to set to beacon mode, do I select the options in the diagram in sysconfig?
Hi,
This is set in the configuration file, so it's default when you initialize it, but I want to change the broadcast mode when I'm running the program.
Advertising sets can be turned on and off at execution time. Please refer to the following documentation:
If I want to set to beacon mode, do I select the options in the diagram in sysconfig?
Looks correct. Please make sure to review the warning raised by SysConfig.
Best regards,
I mean what is the difference between beacon and BROADCASTER? Or where is the beacon information?
Hi,
"Beacon" and "Broadcaster" are two ways of calling the same thing.
If by "beacon information" you mean "data transmitted by the beacon", please refer to https://dev.ti.com/tirex/content/simplelink_academy_cc13xx_cc26xxsdk_6_40_00_00/modules/ble5stack/ble_scan_adv_basic/ble_scan_adv_basic.html#advertising-task-2-ndash-change-the-advertisement-data
I hope this will help,
Best regards,