Hi,
I am using below configuration for ANT Shared Channel.
ANT Master Shared Channel:
SDK:9.0.0
Chipset: nRF51422
ANT Slave Shared Channel
SDK:15.3.0
Chipset: nRF52832
Currently ANT Slave Shared channel working OK with SDK14. We want to move my SDK14 firmware to SDK15.
In SDK15 Firmware ANT Shared Slave channel not work.
Case 1(SDK15): When we set ANT Slave Chanel as shared slave that time ANT Slave channel able to receive all broadcast message send by Master channel but Slave send response message is not receive to master channel.
Note: Same configuration work ok with SDK14. We have only change SDK & firmware according softedevice.
#define CHANNEL_TYPE_SHARED_SLAVE ((uint8_t) 0x20) ///< Shared slave channel (PARAMETER_RX_NOT_TX | PARAMETER_SHARED_CHANNEL).
Case 2(SDK15): When we set ANT Slave Chanel as slave rx only that time ANT Slave channel able to receive all broadcast message send by Master channel and Slave send response message is also receive to master channel.
#define CHANNEL_TYPE_SLAVE_RX_ONLY ((uint8_t) 0x40) ///< Slave rx only channel (PARAMETER_RX_NOT_TX | PARAMETER_RX_ONLY).
My issue is we set channel type as ANT Shared channel that time not work and ANT Shared slave channel.
Please suggest any solution for SDK15.
Note: Same issue also observe in nRF52840 chipset.
Regards,
Himansu Donga