Hello, we just made a raw board with the MDBT40, which use a nrf51422 chip. I downloaded SDK version v12.3.0 (which supports nrf51) on the nordic website. With nrfGoStudio I programmed the blinky example (in sdk/examples/periperal/blinky/hex) with a J-LINK and nrfGoStudio. Everything works and I see the LED blinking. Now, the next step is to detect the nrf51422 on my smarthone. So I programmed, with the same idea as the blinky example, the nrf51422 with a lot of examples in the ble_periperal folder, for example experimental_ble_app_blinky_pca10028_s130.hex, I can always program it perfectly with nrfGoStudio, but I can't never detect the nrf51422 on my smartphone. My bluetooth and location is turned on. Anybody who knows what the problem can be?