Add ANT+ central function to nRF52840 with nRF Connect SDK

Hello,

I'm finding difficult to understand how to add ANT+ reception functionality to my current project.

I have the following module https://www.we-online.com/en/components/products/PROTEUS-III with an nRF52840 processor. At this stage I'm successfully able to connect to BLE peripherals and act as a BLE peripheral device at the same time. I am exploring the possibility to receive ANT+ data as well, specifically from HRT sensors.

Looking at the processor specs it should allow for ANT+ communication; I have however not been able to include this functionality at the software level.

I have tried to pursue the sdk-ant path only to realize afterwards that the nRF52 series isn't supported.

The other option I've found is more confused. It appears from here that the processor should access this functionality via the 340 softdevice. As far as I understand it, softdevices are a different approach to programming nordic processors that is tied to the old nRF5 SDK.

I have already done most of my work with the new nRF Connect SDK. Is there hope to keep working with the new SDK and still access ANT+ functionality on the nRF52840?

Parents Reply Children
Related