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.

RTOS/CC2650STK: Sending 2 Samples From Accelerometer data

Tool/software: TI-RTOS

Hi !

I'm using the Sensortag to send accelerometer data to my Pc and graph them on matlab, the comunication is established and everything works fine, I'm using the Sensor Tag code and I just send 6 bytes that are the x y z data from accelerometer, The sensor is sampling every 100 ms and send data every second.  It is suppoused that if I'm sampling at 100 ms I have 10 samples from the accelerometer, By now I just send 1 sample (6 bytes) every second, but what I would like to do is to send 2 samples (12 bytes ) every second to my pc ¿Does anyone have an idea of how to do it ?.

Another Q is that Do you know the part of the code that is the buffer where is stored the data  when sampling ?

Thank you for your response.

RH