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.

z-stack mesh 1.0.0如何发送和接收数据

Other Parts Discussed in Thread: Z-STACK

请问下现在的z-stack mesh 如何将数组 uint8 dat[5]={0x11,0x22,0x33,0x44,0x55}; 发送出去并让另一个设备接收到。应该调用哪个无线发送函数,和无线接收函数。

我调用的AF_DataRequest();    发送的数据用抓抱器抓的时候数据包里没找到发送的数据。

谢谢!!!