Hi all,
I have a CC2530ZNP router and coordinator (basic comms - AFZDO) set up and want to measure the minimal time from sender to receiver. I noticed that it takes approximately 10ms between sending a message and receiving it. Also I want the interval of consecutive messages to be in the 5ms range.
In short:
- what is the delay between sending and receiving messages (latency) and
- what is the minimal time interval between messages (max frequency)?
Digging through the files I found a note saying:
"On a coordinator in a trivial test setup, it takes approximately 10mSec from sending AF_DATA_REQUEST to when we receive AF_DATA_CONFIRM."
So, is it possible to speed this up or is it inherrent to the protocol used in the Zigbee stack. If so, can I alter this and how?
(settings used are: manual polling (poll_rate = 0), spi bus freq = 4MHz)