HI,
I am working on sending accelerometer sensordata using TIMAC from end device to coordinator .
I am using cc2520+msp430f5438 experimenter board.
the issue i am facing is though i am able to send the data,sometimes the data sent is not updating at transmitter as a result i am getting constant value at the receiver(coordinator).
why is this happening?
i have configured ADC(8 bit) for sampling frequency of 2121 Hz and the transmission packet size i have taken is 6 bytes(4 header + 2 data bytes) i.e 2 bytes to send the sampled ADC values.