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

nrf_sdk_mesh light_switch_dimming_server hex is not working or provisioned by provision code

HI I have build the hex but it is not working it didn't provisioned using provision example in sdk2.2 and I noticed no led light up on device reset. Is it due to soft device problem.

I have used soft device 6.0 hex S132 in nrf_52832_xAA

light_switch_dimming_server_nrf52832_xxAA_s132_6.0.0.hex

Thanks in Advance

Parents Reply
  • Ok.

    Did you remember to flash the softdevice?

    When using the pre compiled hex file in;
    mesh_sdk_root/bin/ospace/examples/experimental_dimming/dimming_server
    you will need to flash the softdevice separately.

    Or, even more convenient, you can use the pre compiled hex file in;
    mesh_sdk_root/bin/merged/ospace/examples/experimental_dimming/dimming_server
    which already has the softdevice hex file merged with the application hex file.

    Regards,
    Joakim

Children
Related