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
  • Hi,

    Are you using one of the pre-compiled hex files provided in the SDK?

    Or is this the hex file generated by Segger Embedded Studio (SES)?
    If this is the hex file from SES, did you make any changes to the example before compiling?
    Did you merge the softdevice hex file with the application hex file or did you flash it separately?

    Best regards,
    Joakim

  • Hi Joakim,

    I am using pre compiled hex 

  • 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

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