nrf52840 zigbee_SDK

It is found that under the same routine in zigBee SDK, the project under pCA10056 folder can run normally without burning the protocol stack, but the project under PCA10059 folder needs to burn the protocol stack before it can run normally. I really want to know why.  

  • Hi,

    What do you mean by the pca10059 project having to burn the protocol stack? You should be able to build the examples similarly, and then program the hex file to the board. The Zigbee stack is already a part of the project.

    However, the process of programming the nRF52840 Dongle is not identical to the process of programming the nRF52840 DK, as the Dongle does not have an onboard programmer. Thus, you have to program it using DFU, unless you are using an external debugger, but this does not have anything to do with the Zigbee stack.

    If you want to know more about using the Dongle, we do have a tutorial you can check out: nRF52840 Dongle Programming Tutorial.

    Best regards,

    Marte

Related