This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC2640R2: How to detect the AoA packet is received?

Part Number: LAUNCHXL-CC2640R2

Dear Sir

According to following link.

dev.ti.com/.../index.html

Data Collection Flow

Setup radio timer (RAT) channel to do capture when a AoA packet is received, All the code snippet in this section is included in AoA.c

How receiver know the AoA packet is received? by preamble?

What's the AoA packet receive process before PDU is received? add delay?

Regards

Andy

  • Hello Andy,

    Andy Yang78 said:
    How receiver know the AoA packet is received? by preamble?

    With a packet ID, please review the API transmitterInitAdvData in AoA.c

    Andy Yang78 said:
    What's the AoA packet receive process before PDU is received? add delay?

    When the receiver gets AoA packets, the RF core will trigger an event that will lead to start the antenna switching (all of these are done prior to I/Q sampling). Then, the RF core will start sampling the I/Q data at the beginning of the AoA tone (PDU) and the sampled data will be stored at the RF RAM.

    For more information, please review this AoA SLA dev.ti.com/.../ble_aoa.html

    Hopefully this helps.

      David

  • Dear David

    Thank you so much

    May I ask one more question?

    How do we know the Adv. packet we receive is the 1st packet from the sender and not the one from multipath?

    Or, what's the method we are using to avoid the multipath?

    For the TI CC2640R2 receiver, does the receiver scan the adv. packet all the time?

    So, we can make sure we always receive the very 1st adv. package and eliminate the any duplicate package after for the multipath issue.

    Regards,

    Andy

  • Dear Sir
    Is there any update?

    Regards
    Andy
  • will like to check the package lower/physical layer receive process .