I have been using my 2 nrf52840 DKs now for a while and have been loading and changing the light switch mesh example quite a bit. I have also been using the 840DKs to load my dongles.
I recently noticed that one of my 840DK show up on the IOS Mesh app as "Nordic_Prox". The 4 buttons seems to work as I can see them in the Debug window when I push them. However when I try to identify it the program hangs
if I run the same code on my other DK it comes up as "NRF5x MEsh Switch", identifies and provisions.
I have reverted back to the original light switch example with the same result. I also tried to use the in RFconnect and loaded the hex files of the S140 softdevice and the light switch example.
Same thing happens I get "NORDIC_PROX" on both client and server on the one DK and the correct "client and switch" description on the other DK.
If I program my dongles with the DK thats not working properly it also works fine, hence the problem must be a map error of some kind on the nrf52840 chip on the DK.
Is there a hard reset that I could do or a bootloader that could be missing?
Thanks in advance