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

Unable to find nrf51822 in bluetooth device list

Hi, I'm using nrf51822 module for bluetooth connectivity in one of my projects. I'm able to compile the code in keil v5 without any errors or warnings. But I'm unable to find nrf51822 in the bluetooth devices list both on my phones(android) default bluetooth as well as from nordic nrf connect app.

I'm trying Nordic_Blinky's nRF5_SDK_12.3.0 example. I'm using keil v5 as ide.

Here's the video for reference : VID_20171226_185237_s01.mp4

  • Step by step. First load pre-compiled HEX files delivered by Nordic with their nRF5 SDK examples. These must work. What do you see? How exactly you load it to the board? Have you loaded the stack (Soft Device)? What is UART debug log saying when you power the board? These are kind of basic sanity check which everyone should do before panicking and rising questions here...

Related