Hi, Guys, I have problem with my nRF51822. I built the ble_app_uart project in the SDK v6 and and flashed it on the mcu using j-link and I also flashed S110 SoftDevice version 5 to be compatible with the main program. But when I power on the board nothing happens. The ble device is not found in the mobile nrftool software and it does not send anything to the computer via uart. here is something else you should know:
I used SDK V6 because i found that just this SDK has the ble_app_uart for nrrf51822 and other versions like SDK v11 ble_app_uart example is for nrf51422 and nrf52832 and that they are not practical for nrf51822. And i also used S110 SoftDevice v5 to be compatible with that program.
here is ble_app_uart file :
And i connected nrf51822 to computer and j-link as image posted:
The white and green color and black wires are uart-usb cable wires, white is Rxd, green is Txd and black is ground. And yellow wires are connected to j-link SWDIO and SWCLK.
Thanks for your attention. I am in hurry so please help sooner.