This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF905 preamble

Hi everyone,

I am working on a project using nRF905 as an emitter and another Receiver(different than nRF905), the receiver is programmed in a way to perform some actions only when it received a specific frame(for example: 0x156666) but after reading the data sheet I found that in each data packet transmitted by the nRF905 a preamble is added automatically in addition to the TX address.

As a result, the frame at the output will be: [preamble][Address][0x156666][CRC]

I found that CRC can be disabled so the data frame will be :  [preamble][Address][0x156666]

My question is: it is possible to remove the preamble and the address and keep only the payload? If not, what does 10 bit of the preamble looks like?

I will be very grateful if anyone could help me to fix this problem.

Best regards

Related