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.

RTOS: Send data from CC2650 launchpad to Andriod phone

Other Parts Discussed in Thread: CC2650, CC2640

Tool/software: TI-RTOS

I have CC2650 launchpad.

SDK------ble_sdk_2_02_02_25,

I want to recevied accelerometer data using SPI interface and send received data from launchpad to Andriod phone.

Please guide me how to develop application,

Is there example code implemented that functions?

and where is it?

  • Hey Komal,

    Have you taken a look at the software development guide (INSTALL_DIR\ble_sdk_2_02_02_25\docs\SWRU393_CC2640_BLE_Software_Developer's_Guide.pdf)?

    It explains everything you need to know to get started with the CC2650. You'll have to use GATT commands to send data over to your device.

    I would start by referencing the software development guide. Once you get a grasp of that material, try looking at the sensortag example (under ble_sdk_2_02_02_25>examples>cc2650lp>sensortag). It interfaces with many more sensors, so it may have more support than you're looking for if you want to read just accelerometer data.

    If you have any questions or run into any trouble, please come back with more detailed questions.