Hello,
I´ve got a corrdinator, which establishes my network. Also I´ve got an End-Device that joins the network successfully.
Is there any chance for me to observe the joining procedure, debugging the program for my router, and getting some information about the new joined device?
I already tried with:
zb_zdo_signal_device_annce_params_t joined_device;
NRF_LOG_INFO("Address of joined Device: %d", joined_device.device_short_addr);
But it only returns "0"
Any chance to get my peer adress on another way?