We have applications where RX needs to sniff only every ~3sec (WOR).
Understanding WOR right, then I need to issue (Datarate/8 * time-between-WOR) bytes preamble, e.g. 4k/8=500 x 3s= 1500 bytes preambel.
Strange enough, but in 434MHz narrow band its possible in ETSI:
any other hint how to manage it? More than welcome..
But if I have to do so, to follow SmartRF right (it says: "Maximum preamble that can be set using the packet engine is 30bytes. To generate a longer preamble, one can disable the sync word, use fixed packet length, disable CRC and fill up the FIFO with preamble bytes. This enables another 128 bytes. For even longer preambles one can strobe TX with an empty FIFO. The chip will then send preamble until data is entered into the FIFO."
So I need just assert STX with empty FiFo, and then after n sec. put something in the FiFo and this will be sent? What about paket length, Sync word, CRC, etc.pp.; how does CC-TX know that the payload has been loaded completely and how does CC-RX sync on syncword?
thx.