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.
Do any other examples work? Are you able to debug? Set breakpoints?
I tried porting simple_uart example & library from sdk 7. Its working fine. I also verified app_uart example program it also works fine. If try to put some prints in ble_connectivity code after initialising app_uart i am not getting any output. Kept some break points but still unable to figure what was causing.
Do any other BLE examples work from SDK 11? Kept some break points? Are you hitting them? If you put one in the start of main() do you hit it?
I am using nrf51822 QFACA1 chip on a custom hardware where no LED's & Buttons only on UART and SWD pins.
If you put one in the start of main() do you hit it? yes i am hitting those break points not seeing any output on minicom.
Also verified ble_uart example found that device itsself not detected from nrf master control pannel.
Good. Have you configured your terminal according to log_uart_init()? If you put a breakpoint on adv_scan_start(), do you hit it?