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.

CC2650STK: Customizable setting

Part Number: CC2650STK

・Is it possible to change the sampling rate (so-called ODR, data rate) of the accelerometer data?
・ Is it possible to pick up only the Peak and RMS values from the raw data obtained above?
・ Is it possible to change the transmission frequency when sending the value picked up above to a smartphone by BLE etc.?

    • SENSOR_DEFAULT_PERIOD of ble_sdk_2_02_07_06\src\examples\sensortag\cc26xx\app\sensortag_mov.c
    • Add this filter capability after calling SensorMpu9250_accRead((uint16_t*)&sensorData[6]);
    • I'm not sure exactly what it is you are referring to, but ble_sdk_2_02_07_06\src\examples\sensortag\cc26xx\app\sensortag.c contains several BLE constants which can be modified.  You should not seek to change the BLE PHY throughput.

    Regards,
    Ryan