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.

cc3200 for packet capture

Other Parts Discussed in Thread: CC3100, CC3200

Hi, I'd like to know if this MCU can be used for packet capture? If so is there any sample code available with the dev kit?

  • Hi Adrian,

    Are you trying to capture the wireless data packets?
    You can capture the packets by opening a transceiver mode raw socket and calling recv on that socket.
    Please refer to 'transceiver_mode' example from CC3200 SDK or 'sls_sniffer_with_filters' example from CC3100 SDK.

    Regards,
    Ankur