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.

CC2530: I try the CC2530 in Zstack 3.0.2 still have a question.

Part Number: CC2530
Other Parts Discussed in Thread: CC2538, CC2652R, Z-STACK, CC2652RB

HI YK


I try the CC2530 in Zstack 3.0.2,

I meet same question of CC2538 in Zstack 3.0.1 in last year.

now:
CC2530 Coor boot OK, CC2530 EndDevice boot OK.
and can check the AssociatedDevList[0].shortAddr in Coor.
EndDevice join to coordinator OK.

But can't send message to each other.

EndDevice Send to coordinator fail.
coordinator Send to EndDevice , fail.

but sniffer can see the packet in air.

so when use the -->
"
        giGenAppScreenMode = GENERIC_MAINMODE;

        bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_FORMATION |
                                       BDB_COMMISSIONING_MODE_NWK_STEERING |
                                       BDB_COMMISSIONING_MODE_FINDING_BINDING |
                                       BDB_COMMISSIONING_MODE_INITIATOR_TL);
"
to boot EndDevice and coordinator is wrong ??