I have been working with multi-sensor example of ZigBee to develop it in zephyr. every things went well of endpoint sensor except that the coordinator suppose to receive the reading of temperature sensor.
The output error of coordinator are: Unimplemented signal (signal: 50, status: 0). the error appeared also in endpoint multi-sensor that I implemented from nrf5 SDK to nRF Connect SDK (zephyr).
according to Internal ZBOSS error codes the error appeared because of RET_CONVERSION_ERROR ! I don't know what is mean or where I can fix this error! by the way the coordinator is the same of the light example coordinator.
any one can help?
I'm using zephyr nRF Connect SDK 1.18.0 with nrf52833.