nrf BLE mesh sample light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle

I have flashed the light_ctrl hex file in nrf52840 dongle. Flashing Have been completed sueccessfully for provisioning in nrf mesh application its not showing in the network. to connect with light switch to create a mesh.

Parents Reply
  • That is correct. The issue is that the bootloader in the dongle doesn't erase the entire flash of the dongle. Only the part that is needed for the application. The network data for a mesh network is stored at the very top of the flash, so if it was previously used for something else, then there may be old data on the top of the dongle. And since the dongle doesn't have a debugger, there is no way to delete this data.

    It is of course possible to delete it, but we don't have any tools to do it. I am sorry, but I was busy the last couple of days, having to do some other stuff, so I didn't get time to write an application. I will try to do it on Monday.

    Sorry for the delay.

    Best regards,

    Edvin

Children
Related