Hi,
SDK17, SES. NRF52840 host receiver. NRF52810 custom board asynch transmitters, Proprietary radio.
Assuming there is a handful of NRF52810 asynchrounous "slave" transmitters sending 6 bytes paylod each on a different(pre-assigned) frequency channel (no hopping for now, belongs to a group of ,say, 12 channels out of 100 available) but one "master" receiver.
If there is one master receiver that scans all 12 channels all the time (at what rate?) - is there a reliable scheme to estimate a chance of packets lost? Specificaly:
- When master's radio RX and HFCLK is always on, just channels frequency is switched in a round robin fashion, is my understaning correct that the reciever just needs to have an overlapping RX window during slave transmitter preamble send on air in order to detect an asynch sender?
- Is it possible for a master receiver radio to generate an event upon the successful preamble detection?
- Would it be correct to assume that if the preamble is successfully detected, the master would need about 2.5ms for the receive (6 bytes payload) and simple ACK back?
- I presume that 100 frequencies are available under 1 Mbit mode only?
ks guys for your help in advance.