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
Solved! Go to 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?
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.
Hi OWenZ_26:
I want to know which configuration and states are saved and the detail locations in the nv !
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?