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.

AF_DataRequest strange issue

Other Parts Discussed in Thread: CC2538

Hello.

I'm trying to transmit ADC data flow using ZStack.

My end device initializes ADC and after it connects to the network starts transmitting data. Data are sent in packets of 78 bytes (3 channels, 2 bytes per sample, 13 samples in packet).

My coordinator receives the data and sends them via UART to the main microcontroller.

At some time coordinator have to send commands - for example command of changing sample rate. These commands are successfully sent and received, but only if sample rate of the ADC is below 128 Hz.

When sample rate is above 128 Hz command is not sent by the coordinator, but call of AF_DataRequest returns zero (ZSuccess).

Sniffer file is attached.     Capture_5.psd During the capture I've changed sample rate one from 100 Hz to 40 Hz, then from 40 Hz to 203 Hz, and then tried to change sample rate from 203 Hz to 40 Hz back. But the last command was not sent by the coordinator.

 What can be reason of such behaviour?