I am using the nRF52840 dev kit, I have setup nrf connect sdk v3.4.0 and v3.4.0 toolchain, signed up with ANT and added ANT to my west yaml file. The first issue I had was building the ANT examples, in the added on ANT repo, the Kconfig file on the root at the repo was using "SOC_SERIES_NRF52X" variable which I found elsewhere is now deprecated to be replaced by "SOC_SERIES_NRF52". This got things building and running on my dev kit. But my cycling computer, a GEOID CC600 is unable to find the dev kit as a sensor when any example I try is running on my dev kit. I have the serial connection open so I can see the example is running. I am using the VS code extension and when creating a build config I select my dev kit and leave everything else a default
I used chatgpt to modify an example bluetooth project and turn it into a bluetooth heart rate service project, this was discoverable by my cycling computer, and was also visible in the nrf connect IOS app. I now have no idea what to check next as my understanding is that the ANT+ examples are working off the shelf, so any help is greatly appreciated.