Hi guys,
I'm adding my own 'hello world' model to the example on element 0.
For this i've implemented a simple model;
Client sends 'Set Unreliable' with char[20] value.
Server receives and outputs this in the terminal (Segger embedded studio).
I've however encounterd a problem, i get a MESH_ASSERT and traced the problem to the following;
the output shows;
Which tells me that m_model_pool[handle].model_info.publish_address_handle Is not being set.
Something in my client/server configuration is off...
Any ideas on where this is set exactly or where this could go wrong?
My first gues is it doesn't receive the publish addr from the server correctly, the infocenter saids:
NRF_ERROR_INVALID_PARAM | Model not bound to appkey, publish address not set or wrong opcode format. |
Also the infocenter has no articles (or i haven't found them) on how to setup the configuration - a small tutorial on how to set a model's configuration correctly would be usefull.