I am trying to record a signal from one of my RF transmitter. Picture from the signal Preamble/sync field:
After the highlighted part, there comes the payload which i want to go into the RX FIFO. As you can see before that, there is 11 bit of preamble and an 8 bit long sync field with high bits.
My config are set with RF studio, with the values of:
-433 MHZ
-58kHZ rx filter BW
-ASK/OOK modulation
-1250 baud rate, which i calculated, because 1 pulse is 800 microseconds as i inspected
-no manchester encoding / no data whitening
I am confused about the 11 bit long preamble, and only 8 bit sync field. I saw that in the cc1101 datasheet that with the MSB 3 bits of the PKTCTRL1 register i can set preamble detection, but i dont really see how that is work, and after that, i only have 8 bits of sync field, at 16 is minimal for the chip as long as i can see.
So my question would be how can i set up properly the packet control registers, so the receiver would start at the end of that 8 bit long High syncfield. Is it possible?
