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

Sensor (client/server) models

I need to read data from sensor and publish it to the mesh network. So the question is do I need to create Sensor model for that or, as in one of your replies, you suggested to simply use access_model_publish() method to publish the data via status message for that purpose.

Will there be an official implementation from Nordic of the sensor models as described in the mesh model specification?

It would be nice if you let me know what examples can be useful for that purpose.

Parents Reply
  • Hi,

    If you want to publish you sensor data in a format specified by the Mesh Model Specification, you will need a SIG sensor model. If your entire eco-system comprises of your own devices, then you can quickly create a vendor model based on a Generic OnOff model and send one or multi-byte sensor data.

    I would suggest you contact your Regional Sales Manager for more information regarding upcoming features/models in Mesh SDK. If you don’t know who this is, send me a PM and I will let you know.

Children
No Data
Related