Hi.
I am familiar with Nordic NRF51 and NRF52 as I developed OpenSource firmware for chinese ebike displays with them and using the provided examples for UART Bluetooth.
Now I have NRF52840 (2 different well known dev boards) and on all them I tested the the ANT+ examples HR TX and RX, as also the multiprotocol with ANT+ and BLE HR sensor. The ANT+ part never works for me but Bluetooth do work.
I see the Bluetooth device on mobile. As for ANT+, I can't see the sensor when testing the TX example - I am using a Garmin Edge and the PC with ANT USB stick, none detect. And I use a Garmin watch as HR sensor ANT+ HR broadcast so I know my receivers are working.
When I debug the code with breakpoints, I can see the code that is called to send data to softdevice to send over ANT is called... On the other side, on the RX example code, the break point for the call back for receiving data from ANT is never called.
On the multiprotocol example code, the Bluetooth code part works but the ANT code does not, it does not receive anything, the callback is not called...
Please help me. Thank you.