Hi,
I need to make modifications in the Sensortag code. What I need to do is to prevent Sensortag from sending the accelerations ever time that they are sampled. I need to take 10 samples (that are collected over the course of 1 sec), do some processing on them and then send the result every 1 sec.
Can this be done?
Can I have control over the actions done by the timers?
Do I have any control over the structure of the sent packets?
I'd appreciate any help.