Tool/software:
Hello
This is an inquiry about the RFRx/Tx conversion of TICC1312R7.
We are planning to connect one Gateway and eight Sensor Node to Sub-1GHz.
SDK version is simplelink_cc13xx_cc26xx_sdk_8_30_01_01, and we proceeded by referring to examples of rfEchoTx and rfEchoRx.
However, I try to proceed with Rx/Tx switching to proceed with Time Slot at 120mS interval using TDMA method, but it does not work.
The order that we're going to do is
1. Gateway
Time Slot 0 : Tx ( Gateway [aka beacon])
Time Slot 1 : Rx (sensor 0)
Time Slot 2 : Rx (sensor 1)
Time Slot 3 : Rx (sensor 2)
Time Slot 4 : Rx (sensor 3)
Time Slot 5 : Rx (sensor 4)
Time Slot 6 : Rx (sensor 5)
Time Slot 7 : Rx (sensor 6)
Time Slot 8 : Rx (sensor 7)
2. sensor
Time Slot 0 : Rx ( get Gateway Information [aka beacon])
Time Slot 1 : Tx (sensor 0 data)
Time Slot 2 : Tx (sensor 1 data)
Time Slot 3 : Tx (sensor 2 data)
Time Slot 4 : Tx (sensor 3 data)
Time Slot 5 : Tx (sensor 4 data)
Time Slot 6 : Tx (sensor 5 data)
Time Slot 7 : Tx (sensor 6 data)
Time Slot 8 : Tx (sensor 7 data)
In this way, I want to send and receive data while switching between Tx and Rx.
But the rfEchoRx/rfEchoTx example is that Tx only does Tx and Rx only does Rx, so I need your advice.
Thank you.