the bluetooth mesh how to store the scene value to nvram

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:

    I use the light dimmable project to develop the bluetooth mesh, I find the wiced_bt_mesh_light_lightness_nvram_id_start in the  mesh_setup_nvram_ids(),

   I  want to know which prameters the nv id have saved .

    so  I use the wiced_hal_read_nvram API  to  read  the value from the nv id. it seems irregular value。

    I want to know if there are some documents to introduce which parameters of the model have been saved into the nvram

thanks

0 Likes
1 Solution

The information for the model state are defined in the model spec: https://www.bluetooth.com/specifications/mesh-specifications/

The NVRAM information are defined in the lower level of the SDK and not open to the customer. May I know why you need these information?

View solution in original post

0 Likes
3 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The wiced_bt_mesh_light_lightness_nvram_id_start saves the configuration and states for the model. It is used for the low layer stack which is in the lib file and is not open to the customer.

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

Hi  OWenZ_26:

      I  want to know which configuration and states are saved and the detail locations in the nv !

0 Likes

The information for the model state are defined in the model spec: https://www.bluetooth.com/specifications/mesh-specifications/

The NVRAM information are defined in the lower level of the SDK and not open to the customer. May I know why you need these information?

0 Likes