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.

CCS/CC2652P: How to use CC2652P ti154stack non-beacon mode

Part Number: CC2652P


Tool/software: Code Composer Studio

i want use tag to scan beacon from time to time。

I learned <TI-15.4 Stack user's guide> Non-Beacon Mode flow char.

but I cant scan the beacon.

  • Hello Liu Meng,

    Can you explain in more detail what you are trying to achieve?

    What do you mean by tag?

    If you want to trigger periodic scans, you can enable a clock that triggers an event (look at sensor.c/collector.c for an example of how to do this).

    On this event you can call the ApiMac_mlmeScanReq(ApiMac_mlmeScanReq_t scanReq) which will trigger the scan.

    We provide a framework to do this in jdllc.c::sendScanReq(ApiMac_scantype_t type).

    I hope this helps,

    AB