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.

CC2650EMK-5XD and Smart RF06

Other Parts Discussed in Thread: LAUNCHXL-CC2650

Hi,


I have been developing with the CC2650EMK-5XD and Smart RF06,

I use sample f/w(simple_peripheral and simple_central)

Operation of the simple_peripheral in this module has been able to confirm .

However , it did not work with simple_central.

Question

・To operate the CC2640andCC2650(5mmx5mm) as peripheral and central, Do you have a sample software ?

regards.


  • Hi,

    The 5x5 package does not have enough IOs to control the LCD and all the required buttons needed for central. You can probably get it to work by reconnecting some of the IOs on the SmartRF06EB breakout headers and modifying the code.

    Cheers,
    Fredrik
  • In addition, you can disable the use of the LCD/buttons in software and implement a central role device where you programmatically connect to your peripheral(s). An example of this is the SPP BLE Client example on the SimpleLink GitHub page for the cc2650lp (LAUNCHXL-CC2650). Please find a link on the TI BLE Wiki.

    Best wishes