Develop a ble scanner using RADIO Peripheral

Dear all:

I am developing a ble scanner using RADIO Peripheral.

I have 2 questions to ask

1.When is the END event triggered?, How does the hareware know the packet is received completely?

2.Is there any example for reference.

Thanks in advance.

  • Hi,

     

    1.When is the END event triggered?, How does the hareware know the packet is received completely?

    The hardware listens for a packet matching its expected format, meaning:

    preamble, address, content, crc.

     

    When it receives a pattern it expects, with a corresponding correct checksum, it will fire the _END event. You can also read the RADIO peripheral chapter in the PS for more information.

     

    2.Is there any example for reference.

    No, unfortunately not.

     

    Kind regards,

    Håkon

Related