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.

Is possible to connect my simpleLink CC2650STK to my RaspberryPi?

Other Parts Discussed in Thread: CC2650

I need to connect my sensor tag to my raspberry pi. so it is possible to do this? 

  • Depends if your Raspberry pi supports BLE;

    You'll need to find to implement a GATT client utilizing the Bluetooth LE stack on your raspberry pi. (Along with learning how to scan for advertisements, and connecting)

    You could always use another CC2650 as a network processor, and send commands to it via serial from your Raspberry pi.

    Either way, there's many ways to do this, let us know which you pick!

    Regards,
    -Rebel