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

Ble relay example not working on nrf52 DK

Hello,

I have purchased a new nrf52832 DK board for development. I tried to run some examples like ble_app_blinky which are working properly. But when I tried examples such as ble relay example (<InstallFolder>\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay) and ble multirole example (<InstallFolder>\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc) then they are not working, means I think they have not even started because I donot see any text appearing on the UART console (115200,N,8,1) such as example started and also my text which I purposely inserted in the main loop to check whether it shows something. But it is not showing anything. So Is it problem with the DK or I am doing something wrong. I am using SDK 15.3

P.S. I am developing an application for locating other nrf52832 devices and if they come closer than 2m, then an led should glow. So I thought since I need to do advertising and scanning simultaneously, I should start with these examples but unfortunately they are not working.

I appreciate your feedback and I look forward to hear back from you.

Regards,

Related