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 Children
  • First, can you please try to use the v2.6.0 version of NCS? I know it seems like it would make sense to use the cs-1 as it is newer, but this is an experimental build of the SDK, targeting some new chips. For the nRF52 and nRF53 series, please stick to the stable version, v2.6.0, or v2.6.1. If changing to this version alone doesn't work:

    Can you please share some screenshots of how you built the application? Can you also please zip the application folder (including the build folder), and upload it here? You can drag and drop the zipped folder into the text window that you reply in.

    Part of the challenge here is that the logs are capped, so we can't see whether it starts successfully or not. The fix for this is to reset the device, but this is not possible with the dongle without unplugging it, because the reset button on the dongle will put the device in DFU mode, so it will not start the application.

    NB: I tested the unmodified light_ctrl sample built for the board nrf52840dongle_nrf52840 (both build\zephyr\zephyr.hex and build\zephyr\merged.hex) in NCS v2.6.1, and it worked as expected. 

    Best regards,

    Edvin

Related