Dear All,
I use the new SensorTag (based on CC2650) for a project and I need to increase the sensor data rate beyond the 10 samples per second limit. Looking at the source code it seems that the update frequency is limited by SENSOR_MIN_UPDATE_PERIOD in st_util.h.
I have the following questions:
- Is SENSOR_MIN_UPDATE_PERIOD the only thing to change to achieve higher sampling rate or some other bits of the code needs to be changed too?
- What is a realistic estimation for highest sampling frequency? (I´m interested in acceleration values.)
- What is the potential bottleneck? Is it the the load on the CC2650 or the radio interface or something else?
I would appreciate any hints or experience shared related to this.
Thanks,
-Tamás