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.

RTOS / CC2530: A novice can't network by TIMAC

Part Number: CC2530
Other Parts Discussed in Thread: TIMAC

Tool/software: TI-RTOS

this my first time to use timac,and my own board has no button . so i have diffcult in networking. i put MSA_ScanReq(MAC_SCAN_ACTIVE, 3) before start sysytem. i think i do so just the same as press sw1 ,but i cant networing ,is there anything wrong. and there only two beason request. 

  • Hi,

    This would probably be better answered in the Mesh Networks forum.

    But to answer your question vaguely, here is the sequence of events that your device needs to do:

    1. Send a scan request
    2. If there are coordinators around that will allow connections, send an association request
    3. If the connection was not successful, restart at step 1.
    4. If the connection was lost at some point, also restart at step 1.

    So you should not send a Scan Request before you start the system, but you need to have some sort of loop that will run once your system has been started.

    Regards,

    Michel

  • We solved . Thanks for you. We found that the signal was bad