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.

Help with Sensor Controller Studio

Other Parts Discussed in Thread: CC2650, BLE-STACK

Hello, 

I am using the sensor tag and I would like to configure it. Specifically I want to read gyroscope values, do some calculations on it, and send a number over bluetooth to another bluetooth sensor, like an RN41 module, using serial communication. My questions are the following:

  • Is there a reference for commands usable in the controller studio? There are some limited examples, but so far I am unable to find anything on how to get gyroscope values, or even how the cc2650 communicates with the gyroscope, is it I2C? SPI? How is this done?

  • In order to upload the code from the controller studio to the tag, can it be done using any bluetooth module? How?

My application seems like it should be simple, but I am a bit lost on where to find more info.

Thanks.

  • Hello Dave,

    The Sensor Controller Studio does not have any examples for processing gyro data - this will need to be done on the CM3 core.

    I'm not sure I understand your 2nd point, can you be more specific on how the data would flow?

    I would suggest looking at the SensorTag project in the BLE-Stack 2.0 SDK, this will give you some perspective on how the the sensor data is processed and presented over BLE. You can also find data sheets & schematics for the SensorTag 2.0 under the "Teardown" tab of www.ti.com/sensortag.

    Best wishes