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

ANT/BLE HRM relay example not functional?

hw: nrf52dk sw: sdk14.2, ANT/BLE "multiprotocol" HRM app example

I tried to build and run ANT/BLE HRS relay example from SDK14.2 WITH NO CHANGE IN CODE, but it doesn't work. I can get ANT+ data from my ANT+ HRM belt and see them in UART monitor, but the data are not relayed to BLE. So, ANT+ part is working, while BLE part is not not. LED starts flashing indicating that the board is advertising, but I cannot connect to the board. Neither, NRF toolbox or NRF Connect see it. I can see it via Lightblue Explorer application, but it's not connectanle either.

I am sure my HW is OK, as BLE HRS example works just fine, as well as other examples.

I suppose there is a bug in the code that prevents the board from establishing a connection.

Related