Tool/software: Code Composer Studio
Hello TER,
Thanks for your supports before. Here are some feedback on the testing, do you mind helping to review it again?
1. Because in the project, CC1310 is used for wireless MIC, so that the data will keep transferring and LBT mode is not suitable to avoid interference.
2. CCA method to search for frequency point has been used, however the distance is far ( 40 meters and there are two walls between) so there still is a possibility to search for the point with the same frequency.
3. After viewing the syncword file http://dev.ti.com/tirex/content/simplelink_cc13x0_sdk_3_20_00_23/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf/packet-format.html#sync-word , 0x930B51DE is recommended. Based on the recommendation, new order sync words which have been tried are: 0xDE930B51,0xDE51930B,0xDE510B93,0x0B9351DE
4、The method, address check has also been used. But in smartrf and other file,there is no address check in "packet RX".