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.

Linux/CC2538: smartRF06 with cc2538 modules make one as a coordinator and other as a end device, connection problem in commissioning.

Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK, SMARTRF06EBK, UNIFLASH, FLASH-PROGRAMMER, , CC2531,

Tool/software: Linux

Hello,

I have two SmartRF06EB and on both of EVM I have CC2538EM module is connected.

I want to make one as a coordinator and other as a end device.

I am using z-stack 3.0.2, and generate SampleLight bin file as a coordinator and SampleSwitch bin file as a end device, and want to do connection between that two devices.

I am going to COMMISSION option on coordinator and give the start button then it is showing "NF NotOnNwk", and in end-device I am going to COMMISSION option and give the start button it is showing "NS NotOnNwk" and after some time it is showing "-- NotOnNwk".

Can you please help me where i am doing the mistake? I want to do the connection between two devices.

Regards,

Ronak

  • Hello Ronak,

    I have not experienced any issue with the example applications using the SMARTRF06EBK, CC2538EMK, and Z-Stack 3.0.2. Make sure you are using IAR EWARM 8.32.3, erasing all device memory before programming the application through IAR/UNIFLASH/FLASH-PROGRAMMER, and selecting the correct DEFAULT_CHANLIST and ZDAPP_CONFIG_PAN_ID in f8wConfig.cfg. Please also share the info screen of both UI and sniffer logs if possible.

    Regards,
    Ryan
  • It looks like your zigbee development experience not enough.

    First you need ubiqua and CC2531 usb dongle to capture over the air,to find network BDB_COMMISSIONING_MODE_NWK_FORMATION successul or not.
  • Hello Ronak Patel,

    Refer the this Document for the interfacing CC2538 With SmartRF06EB

     

    Documents / Z-Stack 3.0 Sample Application User's Guide.pdf

     

    You may use ZBOSS Sniffer with Wireshark & CC2531 usb dongle rather than ubiqua.

    Which will shows the the data transfer over the network.

    Look further whether your end device Broadcasting a Beacon request to coordinator or not?.

    If Yes,

    send Comminitioning / permit Join Request through coordinator.

    Regards,

    Shiv Patil.