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

Why Experimental_App_Blinky Not detecting in the APP when i use my custom Board?

Hi Folks,

I'm using the Custom board with nRF52 and temperature sensor .

I'm trying the Experimental_App_Peripheral_Blinky code in the custom Board but i couldn't able to detect it in the phone via nRF connect App and also at the same time i have used central for Development kit where central device could able to connect to my custom Board.

The Same Experimental_App_Peripheral_Blinky i have flashed in Development kit,here i can able to connect.

Why I'm not able to detect it in the APP when it is connecting to the central device?

Thanks and regards,

Vimal

Parents Reply Children
  • I think it is a good idea to see if the RTT (or UART) logs any errors or asserts. I agree that the blinking led would suggest that the device is advertising, but it could also mean that it encounters an error (when the LED turns on) and then resets.

    I see that you use SDK12.3.0. This means that you can turn on the logging using the sdk_config.h file. 

    Since you use Keil, you can edit this file using the Configuration Wizard. 

    I have marked the changes that I did. If you (download and) open J-Link RTT Viewer, and select your board, you should see the log from all the NRF_LOG_****(); functions.

    Try this and see if you see any relevant messages.

    This is pretty much what it says in the link from Mostafa.

    Also: Do you have an external LF crystal on your custom board?

  • Hi Edvin,

    I have tried using RTT as you said,i can see there are no error logs.it can able to connect the centraldevice but i couldn't able to detect in the APP.

    Yes,i'm using LF crystal on my custom Board.Part no is ABS07-32.768KHZ-T.

    What could be the issue be?

    Thanks and Regards,

    Vimal

Related