Other Parts Discussed in Thread: CC2543
I have a current product that has a central micro with up to 8 switches wired in used for timing. I would like to use a CC2543 on the master and one for each of the switches.
I was thinking of doing a ping from the master and then having the 8 sensors respond with an auto ACK that has the ID and switch state in it. Each switch would have its own time slot after the ping for its ACK based on the serial number of the switch using the PRF_RX_TX register. I would like to be able to have 1mSec data resolution for the switches and I'm trying to figure out if that is possible. I would be running 2Mbps.
I can tell the chip not to recal the synchronizer between receive messages to save time, but there is a receiver setup time called tRx shown in the user guide page 256. I looked in the data sheet and I'm not sure what time this refers to. Is this the RX/TX turnaround? But the datasheet has this listed with XOSC off, which would not be the case. If someone could give me a bit of direct for this timing it would help. Thanks.