I am nrf51822 QFACA1 chip with s130 softdevice using nordic_sdk_11. ble_connectivity example was not working and i am unable to do a scan from my application board.
I am nrf51822 QFACA1 chip with s130 softdevice using nordic_sdk_11. ble_connectivity example was not working and i am unable to do a scan from my application board.
I tried to give some printfs but not getting any output at the beginging of the code.
are you sure you are using unmodified version of the firmware? it should run smoothly. are you able to use debugger?
I am unable to use debugger. Its a custom board. Let me know to use debugger.
So, just connect swdio, swdclk and gnd to your nrf5x-DK debug out port or whatever programmer you got there, and check it with debugger. also, you could just check the firmware on other board (like DK). maybe there is something wrong with your board, hard to say with such low amount of info.
I just tried to give some prints using app_uart_put function after initialising app_uart. I should get some out put if i connect to minicom. I am not getting any output.