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.

LAUNCHXL-CC2650: CC2650 Launchpad and Beaglebone blue Bluetooth

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650, BLE-STACK

Hi,

I am currently using BLE example, simple_peripheral, to connect to Bluetooth in CC2650 Launchpad. Also, I am able to use Beaglebone Blue to connect to wifi. My goal is connecting CC2650 launchpad's Bluetooth to Beaglebone Blue's Bluetooth. I would appreciate if someone could help me and give me some points of what should I do.

Thanks in advance for your time and consideration!

Regards,

Farinaz 

  • Hi Farinaz,

    What type of guidance are you looking for? If you want to know more about the TI BLE-Stack, I would recommend going through SimpleLink Academy for the CC2650.

    For help with Beaglebone Blue development, I would check what is on the BeagleBoard Projects site: https://beagleboard.org/p

  • Hello Rachel,

    Thank you for the information! I am able to work with each of these components separately, but I was wondering how can I combine them and connect both Bluetooth together?

    Regards,
    Farinaz
  • Hi Farinaz,

    Can your provide more details of your use case for the CC2650? The Simple Peripheral projects sends connectable advertisements out of box, so it should be connectable if you send a CONNECT_REQ from your BeagleBone Blue device, you should be able to connect and use GATT procedures to read and write data from the Simple Profile in the Simple Peripheral project.