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

Write values to update the values of services in nRF51-ble-bcast-mesh

I use BLE mesh github.com/.../nRF51-ble-bcast-mesh but when I use the master control to write values to update the values of services, the following error occurs: "global name 'connInfo' is not defined'". Is this error normal? Also, I am using the nrf51422 dongle but the project is for nrf51822. Could this be a compatibity problem?

Parents
  • Hi Rodrigo,

    I can reproduce the issue here. But I don't think it's a problem with the mesh example but most likely with the Master Control panel. However, this doesn't effect the write command, you should be able to read the value out and check if it's written.

    It also happens on other examples, such as the proximity example in our SDK (when writing to Immediate Alert).

    I will report this issue internally, it should be fixed in the future release of the MCP.

Reply
  • Hi Rodrigo,

    I can reproduce the issue here. But I don't think it's a problem with the mesh example but most likely with the Master Control panel. However, this doesn't effect the write command, you should be able to read the value out and check if it's written.

    It also happens on other examples, such as the proximity example in our SDK (when writing to Immediate Alert).

    I will report this issue internally, it should be fixed in the future release of the MCP.

Children
Related