HI devzone
We now use NRF52832 to implement TDMA protocol.
In our application, there is one primary node and six sub-nodes.The communication process is as follows:
After a primary node broadcasts a packet of data, all six sub-nodes receive the data of the primary node and reply to the data in different timeslot. This timeslot we now use 200us to transfer 30 bytes of data. The data rate is 2m bit/s.
The problem is that the primary nodes can not receive all the data reply from the sub-nodes. There are always 2 or 3 sub-nodes data can not be received.
We can confirm that the interval between replies of the sub-nodes is accurate. We can not find out what's problem is, so help us, please!
Thanks!!!