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.

Increase the data rate in CC2541 sensorTag

Other Parts Discussed in Thread: CC2541, CC2650

I just started working now with CC2541 sensorTag and I have successfully extract data from the accelerometer using PC with Ubuntu OS according to this blog.

My next step is trying to increase the rate of sending the data. From the SensorTag attribute table,  the sensorTag is able to update the accelerometer data by minimum interval of 100mSec.
My question is: Does this interval can be changed by changing the firmware of the chip and If it can be changed, is there any limitation for updating the data in the GATT profile itself.

  • In BLE, data transfers take place on connection events. And by reduction the connection interval you can increase the data rate. But note that, this will increase the power consumption of the slave/peripheral device.

  • Hi  Dhaval

    I am working on CC2650 SensorTag to access the accelerometer data. Currently, I am able to read 1 value per second by using the original program that done by Texas Instruments. Could anyone gives me a clue to change the program using CCS and read more frequently than that?