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

nrf52840 zigbee send & recieve packet without zboss network

hello, I have developed nrf52840 for multiprotocol ble/zigbee.

I want to simply send & receive zigbee packet not using zboss network.

I already tested example "wireless_uart" in nRF5_SDK_15.0.0_a53641a\examples\802_15_4\ on development board.

I successfully sended & received zigbee packet in this test. - not network cluster but simply sended and recieved each devices.

NEXT, For multiprotocol with ble, I am trying to the example ZIGBEE SDK 1.0.0 - multiprotocol/ble_zigbee_dynamic_light_switch_nus.

but I can't send zigbee packet at all.... dev board just send repeatedly "Beacon request" - (i think it is to join zboss network)

how can i skip this step to join zboss network ? and simply send and receive zigbee packet ? 

Thanks for reading.

Related