HI, I'm developing an App with Android studio. I use ANT protocol to communicate with an Android smartphone and two nRF52 devices.
If I use a single channel for both the devices, everything works fine. But I need to use two different channels (one for each device), and here the APP crashes.
I try to initialize the two channels using a common event handler and the app crashes. Then, I try to use two different event handler, but also in this case the APP crashes too.
Could someone help me, please?
I have no more idea of what I can do (I'm a beginner in this matter).
Thank you very much