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

Problem with light_switch demo using Nordic Thingy 52 and mesh network

I am using segger studio and jlink to program my nordic thingy 52. I followed the documentation and

  1. Build the program
  2. Connect to Jlink
  3. Erase All
  4. Debug->Go

After doing this my Nordic Thingy stopped blinking and I am stuck at what to do next? Can anyone please guide me?

  • Hi Singh, as you can see from the compatibility matrix in the Mesh SDK, the PCA 20020 (Thingy:52) is not supported yet unfortunately. As can be seen in this devzone case, an internal mesh demo on the Thingy:52 has been done, yet it is not suitable for an SDK release. I will talk to the people responsible & it might (not promising anything) be possible to upload a working mesh demo with the Thingy:52 to the Nordic Playground Github page.

    Otherwise, I would suggest you to try to use two nrf51 or 52 DK's if you have them. It is possible to try the Light Switch Example in the Mesh SDK using only two DK's instead of four (i.e. one server & one client). I will get back to you with more information once I have it.

Related