Quantcast
Channel: Wireless Connectivity
Viewing all articles
Browse latest Browse all 116964

Forum Post: RE: Zigbee Latency in the CC2530ZNP

$
0
0

I will suggest you to create a event that sends out report periodically. The pseudo code is like the followings:

if(events & SEND_RPT)
{
      afSendData(DEFAULT_ENDPOINT,DEFAULT_ENDPOINT,0, TEST_CLUSTER, testMessage1, 4);
      osal_start_timerEx(YourTaskId, SEND_RPT, 3);   
      return events ^= SEND_RPT;
}


Viewing all articles
Browse latest Browse all 116964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>