CC2340R5: How to receive specified BLE broadcast data by rfPacketRx

Part Number: CC2340R5

Tool/software:

I can see my BLE adv data in smartRF studio with 2.402GHz,but I can‘t see them when I debugging in rfPacketRx. I have change the frequency  2.402GHz in syscfg and macro definition.How can I implement this feature to receive my BLE broadcast data.

  • Hello,

    I am double checking in my team to see the end result of the "Original question".

    1. In the meantime, you can see that in SmartRF 8, when you do both BLE Packet TX and BLE Packet RX, packets are shown on the RX side. And for the BLE Packet TX, you can see the structure of the "Transmitted packet".
    2. Now if we observe the SmartRF 8 Proprietary Packet TX and Proprietary Packet RX, this is directly associated with the SDK examples rfPacketTx and rfPacketRx. So in this case, you can see the SmartRF 8 Proprietary Packet TX "Transmitted packet" is enabled in the rfPacketTx SDK example. Then the rfPacketRx is configured to receive this packet structure.

    So now what remains is to configure the rfPacketRx example (which is currently configured for SmartRF 8 Proprietary Packet TX "Transmitted packet") to comply with the SmartRF 8 BLE Packet TX "Transmitted packet".

    Thanks,
    Toby