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

S0 and S1 fields

Hello.

I'm reading the documentation of the radio peripheral of nRF52832 but I can't find any information about the S0 and S1 fields.

What are those fields? What do they mean?

Parents
  • Hi,
    these fields allow radio to work with different protocols and packet formats.
    S0 is a part of packet preceding length field (e.g. in BLE, length field is the second byte). Thus receiver/transmitter knows where to look for packet length.
    S1 is to handle cases when packet header is not a multiple of byte (in ESB, for example, PCF field is 9 bits wide).

Reply
  • Hi,
    these fields allow radio to work with different protocols and packet formats.
    S0 is a part of packet preceding length field (e.g. in BLE, length field is the second byte). Thus receiver/transmitter knows where to look for packet length.
    S1 is to handle cases when packet header is not a multiple of byte (in ESB, for example, PCF field is 9 bits wide).

Children
Related