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

connect with Nordic connect

I am using a STlink to flash a nrf51822 module , and i am using Keil to do that, i flashed the module but  when i am scanning it to find it in my mobile i cant find it, i doesn't show up, am i doing something wrong  here , how do i get it connected to my mobile , help me out 

  • The SDK examples are configured for our development kits that targets the xxAC variant of the nrf51 (256k/32k FLASH) and it includes the optional 32Khz crystal as well. You can read the laser marking on the chip to see which IC variant you have on your module, and check the schematics to see if it has the 32KHz crystal. 

    If you have a variant with less memory you will need to adjust the linker settings, and if you don't have the crystal you need to select the internal RC oscillator when you enable the softdevice. 

Related