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.

关于SimpliciTI中 RE节点应用的问题。

Other Parts Discussed in Thread: CC1101, MSP430F5308

我使用MSP430F5308和CC1101,修改EXP461x例程可以实现例程中的AP_as_Data_Hub。现在想加入RE节点,发现按动ED节点按键,AP的指示灯灯无变化,在AP中发现AP接收了2遍ED发来的数据,所以无变化。

1,由于AP和RE,ED距离比较近,此现象是AP直接接收了ED发的数据,同时又接收了RE转发的数据吗?这样正常吗?可以避免吗?

2,RE中转发数据的函数在哪里?只找到中断中接收的过程,找不到它发送的过程。