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.

CC2340R5: How to set up CC2340R5 as a Bluetooth slave to support eight hosts?

Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Dears,

How to set CC2340R5 as a Bluetooth slave to support eight hosts to connect at the same time?
The Sysconfig configuration w is 8 as follows, but it does not work in actual tests. Is there any other setting in the program? Please help me check it out. Thank you.


  • Hi !

    I was successful in setting up a bluetooth peripheral that accepts connections from multiple centrals. Here's the steps to reproduce it with two CC2340R5 and a phone with the SimpleLink connect app:

    1. Create a new workspace in CCS
    2. Import the basic BLE project in CCS, and rename it to "peripheral".
    3. Change the sysconfig of the peripheral project to have these settings

    4. Import the basic BLE project in CCS, and rename it to "central".
    5. Change the sysconfig of the central project to have these settings

    6. Start the debug of the peripheral project on one board and the debug of the central project on the other board
    7. Use the Serial terminal to make the central connect to the peripheral
    8. On your SimpleLink connect app, locate the Basic BLE project peripheral and connect to it.
    9. If all went well, you should see two connections on your peripheral

    Kind regards,
    Maxence