English
English
简体中文
Register
Log In
English
English
简体中文
Register
Log In
Language
English
English
简体中文
Register
Log In

How do I test the performance of a Zigbee module?

Last Updated on2022-11-28 06:46:15
There are two methods:
(1) Submit a ticket and connect the Zigbee module to the network.
📎
demo (1).zip
(2) Call provided APIs.
The Zigbee beacon is required. (Only Zigbee modules can be tested.) In the provided SDK, the following two APIs can test Zigbee modules in the offline state:
OPERATE_RET tuya_user_zigbee_rf_test_start(UINT_T channel, UINT_T pack_num); //Send pack_num packets to the specified channel.
OPERATE_RET tuya_user_zigbee_rf_test_result(VOID); //Obtain received packets.
In normal cases, the tuya_user_zigbee_rf_test_start API is first called to send a certain number of packets to the channel with the Zigbee beacon. Then, the tuya_user_zigbee_rf_test_result API is called to obtain the number of returned packets. Finally, the number of returned packets is compared with the number of sent packets. The beacon mode is set to RF, and the channel is the same as that written in the code.

Click for services and help

Help Center