Download mesh on clear chip nrf52832

If download example light_switch on new clear chip nrf52832, that advertising is not done. But after downloading the firmware without mesh, example light_switch will broadcast for a while.

Parents Reply
  • I see. That is odd.

    You mentioned that what works for you is to flash the FW example from nRF5 SDK, then another example, and then a mesh example from the nRF5 SDK. Are you erasing the chip from SES between each time as well? 

    There is a known error when flashing through SES which makes the SD not get re-initialized after flashing, if it has already gotten initialized earlier. Resetting the DK however should fix that. Could you try hitting the RESET button after flashing your Mesh example and see if that fixes anything?

    Could you also try flashing it using nrfjprog?

    nrfjprog -e

    nrfjprog --program [filename].hex --reset

    Best regards,

    Elfving

Children
Related