Hello
In our project we are using NRF52840 SoC.
Up to this point NRF52840 chip is used as BLE module to be able to connect our device to cloud over gateway.
now we are going to use Zigbee functionality and as a first step I started zigbee_light_bulb
my concern is that in receive ZB_ZDO_SIGNAL_PRODUCTION_CONFIG_READY event with status = -1,
most probably because I use custom board (non NRF52 DK), is it problem? or I can ignore this warning and
continue poring this example to my board?
Regards,
Andrei Kukenov