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.

CC1111EMK868-915: Not able to capture the Header Part using Custom code flashed on CC1111 Usb dongle

Part Number: CC1111EMK868-915
Other Parts Discussed in Thread: CC-DEBUGGER

We are using 1 CC1111 Usb dongle with CC-Debugger 

Requirement: We need to capture the packet data along with Headers(Preamble) using USB CC1111. using flashed custom code.

Tested Scenarios:

1 We have 2 Sets of Dongles + CC Debugger. 

  • Configured both the dongles with CC Debugger on 868/915 Frequency settings
  • Make 1 Dongle+ cc debugger as Packet transmitter (Tx) using Smart RF Studio and sent the packets to other dongle in Recieving Mode(Rx mode) on Smart RF Studio. We are recieving what we are sending
    • Make 1 Dongle+ cc debugger as Packet transmitter (Tx) using Smart RF Studio and sent the packets to other dongle in Recieving Mode(Rx mode) using the custom flashed code on USB Dongle cc1111 using IAR WORKBENCH 8051. We are capturing the packets as expected but the issue is we are not able to trace the Preamble Part of the Packet. 
    • Is there any setting we need to perform to capture the actual preamble being sent by Transmitting Device( Headers visible in Packet Sniffer are just packet number/timestamp that being generated by Sniffer itself as per our understanding) and Payload contains first byte mentioning the size of data , then payload itself and at the end 2 bytes of CRC.
    • Please guide what we need to do get actual headers being sent by Device that is Transmitting .
    • Even we have tried to capture the data using the custom code on CC1111 Usb dongle but still there also we are just getting LENGTH+PAYLOAD+CRC.