is it possible to increase sampling rate of sensors on CC2650STK to be more than 10 Hz?
Thanks
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.
I'm also exploring this. So far, I've found and intend to change SENSOR_MIN_UPDATE_PERIOD in SensorTagApp/PROFILES/st_util.h.
The following lines are of interest:
// Data readout periods (range 100 - 2550 ms) #define SENSOR_MIN_UPDATE_PERIOD 100 // Minimum 100 milliseconds #define SENSOR_PERIOD_RESOLUTION 10 // Resolution 10 millisecond
Changing SENSOR_MIN_UPDATE_PERIOD to 10 should increase the maximum to 100Hz, I don't think much faster would work as the BLE minimum connection period is about 8 milliseconds. I've also heard the current maximum rate is due to the coin cell constraint,