This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nrf router and end device with Digi Xbee Coordinator

Hello,

I am using nrf sdk 1.5.1 and trying to connect the Nrf ZigBee router(light bulb example) with Digi Xbee Coordinator but it doesn't seem to connect. I observed the same when I tried to connect nrf end device(light switch example). 

Note - the digi xbee coordinator is tested and working with the digi end device and router

I have attached the sniffer log for more information.

IG_nrfRouter.pcapng

Any help on this is appreciated.

Thanks and Regards,

Yash.

Parents
  • Hi,

    Have you made sure to fully erase the nRF device before programming the application, to make sure there is no commissioning data stored in flash?

    Can you post the application log from the light bulb/switch example, to see if this provides any information about what is failing? You can enable more logs and increase the log level of the application as described in the SDK documentation.

    Best regards,
    Jørgen

  • Hello Jorgen,

    Appreciate your quick response.

    Yes, I erased the nrf board completely using the nrfjprog --eraseall command. I also erased the board using the programmer application as well.


    I am new to this environment, Is there a separate log file that is generated? If yes, can you please help me locate that file?
    In the meantime, the following messages are observed on putty -

    I: nRF5 802154 radio initialized
    *** Booting Zephyr OS build v2.4.99-ncs2 ***
    I: Production configuration is not present or invalid (status: -1)
    I: Zigbee stack initialized
    I: Device started for the first time
    I: Start network steering
    I: Started network rejoin procedure.
    I: Network left (leave type: 0)
    I: Network steering was not successful (status: -1)
    I: Network left (leave type: 0)

    Thanks and Regards,

    Yash.

Reply
  • Hello Jorgen,

    Appreciate your quick response.

    Yes, I erased the nrf board completely using the nrfjprog --eraseall command. I also erased the board using the programmer application as well.


    I am new to this environment, Is there a separate log file that is generated? If yes, can you please help me locate that file?
    In the meantime, the following messages are observed on putty -

    I: nRF5 802154 radio initialized
    *** Booting Zephyr OS build v2.4.99-ncs2 ***
    I: Production configuration is not present or invalid (status: -1)
    I: Zigbee stack initialized
    I: Device started for the first time
    I: Start network steering
    I: Started network rejoin procedure.
    I: Network left (leave type: 0)
    I: Network steering was not successful (status: -1)
    I: Network left (leave type: 0)

    Thanks and Regards,

    Yash.

Children
No Data
Related