Other Parts Discussed in Thread: CC1310
how can I implement pocsag protocol and how can i rxed pocsag msg in smartrt studio 7.
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.
how can I implement pocsag protocol and how can i rxed pocsag msg in smartrt studio 7.
查了一下,CC1310默认不支持pocsag协议,我们没有这方面的资料,你可能需要自己实现
以下仅提供参考:
CMD_PROP_TX_ADV 允许使用预触发发送任意长度的前导码,参考例程rfWakeOnRadioTx:
RF_cmdPropTxAdv.preTrigger.triggerType = TRIG_REL_START; RF_cmdPropTxAdv.preTime = PREAMBLE_LENGTH_IN_RAT_TICKS;