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

Example code "Template Application" doesn't work.

Hi all!

I flashed and got both SoftDevice s130 and the example code onto my nRF51802 without prior modifications.

I flashed softdevice according to: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_keil%2FUG%2Fgsg%2Fprogram_sd.html with the command 

nrfjprog --family nRF51 --program _build\xxx.hex
after erasing the board with "nrfjprog --eraseall"

And then I flashed the example code with 

nrfjprog --program _build\xxx.hex
nrfjprog --reset
after running make script.

I've read somewhere to use nRFgo studio to flash my softdevice and all but that application is just crashing all the time so I used above solution. The problem is that I can't get it to advertise, cause when I open nrf connect on my android phone, I see no device with name "Nordic_Template". 

I use windows 10, flashing a nRF51802 chip on a custom board, ie no dk.

Related