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.

CC2652R: is that possible to have broadcaster + peripheral role?

Part Number: CC2652R

Hi Expert,

My customer wants below.

-BLE device(cc2652) can send BLE beacon to wake up app in phone when phone is approaching.

-phone app can send message to ble device.

So, I think that the BLE device needs to be broadcaster role for BLE beacon and peripheral for connection and receive message.

Can I know how to achieve it?

BR,

frank

  • Hi Frank,

    It is possible for device to operate both in broadcaster + peripheral mode. This can be done by having multiple advertising sets and having one advertising set be connectable and the other be non-connectable. However, based on your description I think it would be better to have a single advertising set and always operate in connectable mode. This would allow the incoming phone to detect the advertisement and then quickly connect to send messages.

    Best Regards,

    Jan