ANT+ USB communication

We're using the nRF52840 dongle and want to create a receiver that reads all broadcasted ANT+ messages in the area. These messages are then supposed to be forwarded to the Raspberry Pi to which the dongle is connected to. I've tried the usbd_ble_uart example as a starting point but am wondering if there is some other example that contains the ANT+ specific code to establish communication between both sides.

Related