Hey guys,
i am working for the japaness TELEC certification.There is a carrier sense test that the device should stop radio transmission when sense carrier wave. I think the LBT feature can handle this. But i found it not work when testing in the certification lab. I follow the topic https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/923020/ccs-launchxl-cc1352r1-how-to-correctly-set-lbt to set my LBT feature.
But no matter what value i set using api ApiMac_mlmeSetReqUint8(ApiMac_attribute_rssiThreshold, X); My device only stop transmission when carrier generated by signal source larger than -41db. It seemed that the api not work correctly. I use api ApiMac_mlmeGetReqUint8(ApiMac_attribute_rssiThreshold,&m_value); the value is what i have set. The default value is 0xAD . I have used 0xBF, 0xB0 , 0xA1 , 0x9C, while the result remain the same.
My CC1310 software is base on SDK example Ti 15.4-stack coprocessor. How could i implement LBT feature correctly?