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.

LAUNCHXL-CC1310: 大概有70个TX,一个RX,求推荐架构

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

大家好,大概有70个TX,一个RX,TX需要间隔5秒采样一次ADC并传输给RX,需要低功耗。求推荐使用什么架构实现比较简单?谢谢!

目前使用的rfEasyLinkListenBeforeTalk_CC1310_LAUNCHXL_nortos_ccs做TX,rfEasyLinkRx_CC1310_LAUNCHXL_nortos_ccs作为RX,TX以0.5秒间隔发送一次数据(5个TX,间隔时间缩小10倍),发现RX端偶尔会有一个TX的数据收不到。。。

TX端,为了降低功耗,有修改发送超时为5ms是否有影响?      lbtPacket.absTime = absTime + EasyLink_ms_To_RadioTime(5);