Other Parts Discussed in Thread: SYSCONFIG
Hi, comunity!
Can the texas instrument module CC2652R1 work as peripheral ble and ibeacon at the same time ?
Could you provide me an example of how to do it?
Thanks in advance for your help
Best Regards
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.
Hi, comunity!
Can the texas instrument module CC2652R1 work as peripheral ble and ibeacon at the same time ?
Could you provide me an example of how to do it?
Thanks in advance for your help
Best Regards
Hi,
Yes, the CC2652R1 can be a peripheral and a beacon at the same time please take a look at this Application Report: Bluetooth Low Energy Beacons (Rev. A) (ti.com).
I hope this help,
Tanguy
Hi, thanks for your answer, I appreciate a lot, but those documents isnt compatible with syscfg. Do you know another document more up-to-date where i can create a ibeacon advertise and also be connectable?
Im using:
Simplelink-lowpower-f2-sdk version 7.40
CCS version 12.7
Hi Orestes,
Tanguy is currently on holiday from Friday, May 17th to Monday, May 20th and will be returning to answer forum posts on Tuesday, May 21st in the order and priority in which they were received. Thank you for your patience.
Regards,
Ryan
Hi,
The answer is no. Usually, Bluetooth beacons can be configured. Upon power up the device is in peripheral mode for about example 30 seconds so you can connect to it and set some configuration. After setting configuration the device will switch to non connectable broadcasting mode. I have done something like this before.
-kel
Hi, thanks for your answer
Im modifying the advertising to appear as ibeacon, but im doing overriding the variable advData1 in the code directly. I want to use the sysconfig offered by Code Compose to do that. But i cannot reproduce advertise that i need to be ibeacon using the sysconfig.
Could you help me how to change the sysconfig to obtain the advertising as ibeacon ?
FYI: Im changing the advertising section in BLE and using the feature to see in real time the changes in the file ti_ble_config.c
Best Regards
Hi,
You can not use sysconfig to change the advertising data to iBeacon format.
-kel
Noted, Could you explain me how i can modify the advData1 from ti_ble_config.c and avoid the sysconfg override my code?
I did what is saying here but sysconfig still overriting the file https://software-dl.ti.com/simplelink/esd/simplelink_cc13x2_26x2_sdk/3.40.00.02/exports/docs/ti154stack/html/sysconfig/sysconfig-disable.html
Is there a setting where i can build my project and avoid to recreate the sysconfig files again?
Regards
Hi,
You are using an old version of the documentation, please check the section Disable SysConfig in the User's Documentation of the SDK 7.40.00.77: https://software-dl.ti.com/simplelink/esd/simplelink_cc13xx_cc26xx_sdk/7.40.00.77/exports/docs/ble5stack/ble_user_guide/html/sysconfig/sysconfig-disable.html
Regards,
Tanguy