how to add the customer model in the bluetooth mesh

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
mawu_4270096
Level 5
Level 5
50 replies posted 25 replies posted 10 replies posted

Hi all:

    now I want to add a customer model that can control a step motor to the bluetooth mesh stack

detali demands:

  1.  it can control the step motor how many steps it runs

  2.  the software can save the motor position to nv

  3.  can support this model  scene operation

thanks

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi mawu_4270096,

Mesh spec allows the developer to create vendor specific models that are not defined in the Mesh model Specification. Also we have a snip app called mesh_vendor_specific_app which will demonstrate this feature. Helper Applications (MeshClient - Windows) will help you to Send vendor data for vendor models.

You can certainly use scene models (mesh_scene_server, mesh_scene_client) if you think it is appropriate for your logic which you are going to implement. mesh_vendor_specific_app supports scene operations. You can understand more details about scene models and states from https://www.bluetooth.com/specifications/mesh-specifications/​  (Mesh Model Specification 1.0.1). 

Thanks,

-Dheeraj

View solution in original post

3 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi mawu_4270096,

Mesh spec allows the developer to create vendor specific models that are not defined in the Mesh model Specification. Also we have a snip app called mesh_vendor_specific_app which will demonstrate this feature. Helper Applications (MeshClient - Windows) will help you to Send vendor data for vendor models.

You can certainly use scene models (mesh_scene_server, mesh_scene_client) if you think it is appropriate for your logic which you are going to implement. mesh_vendor_specific_app supports scene operations. You can understand more details about scene models and states from https://www.bluetooth.com/specifications/mesh-specifications/​  (Mesh Model Specification 1.0.1). 

Thanks,

-Dheeraj

mawu_4270096
Level 5
Level 5
50 replies posted 25 replies posted 10 replies posted

hello :

  I have solved this question

0 Likes

Hi mawu_4270096It is a pleasure to hear from you. Thank you very much.

0 Likes