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

Factory Reset function and erasing EnOcean switch data

I am trying to erase the EnOcean switch data without erasing the board. node_reset() function isn't erasing the EnOcean switch data after commissioning. 

I would like to know how to erase the switch data without erasing. 

Also, is there any function defined to perform a factory reset without erasing the board? 

I am investigating about a way to do a factory reset with buttons on the board.

Thank you.

Parents
  • Hi

    Is your end goal to remove the node from the mesh network without erasing the bonding information? Please correct me if I am wrong. I am just trying to understand what your application is supposed to do.

    By commisioning data do you mean the provisioning data?
    The provisioning data is stored on the provisioner, you can see the mesh_stack_provisioning_data_store function in our provisioner example for more information. So if you are using I.E. the nRF Mesh app the data will be stored in your mobile device running the app, and if you are using the interactive PyACI the data is stored on your computer.

    Best regards,

    Simon

  • By commisioning data do you mean the provisioning data?

    By commissioning data, I mean the data of the EnOcean switch which is restored even after resetting the node using the Button 4 on the board or resetting through the nRF Mesh app.

    My end goal would be to have a node free from provisioning data and EnOcean switch security materials when i do a node reset.

Reply Children
No Data
Related