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

How to use ANT and ANT+ at the same time?

Hi.

I have Bluetooth and ANT+ LEV working simultaneous and they work perfectly. Now I need to send to a Garmin GPS display several custom data from my EBike motor that ANT+ LEV does not support. I am at a state that if I comment the ANT+ LEV code, the data sent by ANT generic channel works well but if I enable the ANT+ LEV code, only LEV communications work... (trying to send data to the  ANT generic channel gives an error).

Does anyone know a working example I can learn with? or please tell me the needed steps?

My project is OpenSource and includes a NRF52840 board to give Bluetooth and ANT communications to EBike motors. We have it working with a mobile app using Bluetooth and with Garmin Edge displays using ANT+ LEV and with a remote using ANT+ CONTROLS.
Project page: opensourceebike.github.io/

Related