Central device ignoring indication of peripheral

We have 1 central device and 4 peripheral devices in which one of the peripheral is mobile device if we connect both mobile and other peripheral devices(nrf52840) the central is acknowledging either the indication of mobile or the device means if we connect mobile first then other devices  it acknowledge indication sent by device or vice Varsa 

kindly help in resolving this issue.

thank you

   

Parents
  • Hello,

    Are you working with any of the samples from the SDK? Is there any limitation on the number of simultaneous connections it can handle? Please ensure you have configured it properly, such as the maximum number of connections the central device can make. Try adjusting the connection parameters like connection interval and slave latency. I recommend capturing sniffer traces to monitor the BLE events and see if indications from certain peripherals are being ignored or lost.

    Kind Regards,

    Abhijith

Reply
  • Hello,

    Are you working with any of the samples from the SDK? Is there any limitation on the number of simultaneous connections it can handle? Please ensure you have configured it properly, such as the maximum number of connections the central device can make. Try adjusting the connection parameters like connection interval and slave latency. I recommend capturing sniffer traces to monitor the BLE events and see if indications from certain peripherals are being ignored or lost.

    Kind Regards,

    Abhijith

Children
Related