Is there any zigbee example for nrf52840 dongle (PCA10059) ? If not, what is additional changes needed to add support in existing examples?
I unable to run the zigbee switch example for PCA10059. Once it flashed, device stayed in bootloader mode. (list does not contain the PCA10056. so, there is possibility it won't work out of the box).
I can build and flash the zigbee switch but dongle stays in bootloader mode.
Build step: west build -t nrf52840dongle_nrf52840, which creates the merged.hex
flash steps:
1. west flash
2. nrfutil pkg generate --hw-version 52 --sd-req=0x00 --application build/zephyr/merged.hex --application-version 1 example.zip
nrfutil dfu usb-serial -pkg example.zip -p /dev/ttyACM0
I have verified the tool chain by flashing the zigbee network coordinator for PCA10056 and blink led for PCA10059(ncs/zephyr/samples/basic/blinky).
nrf connect version 1.9.1
gcc-arm-none-eabi-9-2019-q4-major
OS: Mint linux
Thanks