Polar H10(peripheral) do not immediately disconnect from NRF52(both central and peripheral) after removing from the chest.

Hello Team,

I am using the ble_app_hrs_rscs_relay example where NRF52 acts both as a central and peripheral. My question is that when I remove the heart sensor Polar H10( which is a peripheral) from the chest, it doesn't disconnect from NRF52 immediately after removing it from the chest but it takes a longer time to disconnect. I want that when I remove Polar H10 from the chest and it disconnects Immdeditaly. Any help regarding this will be highly appreciated.

I am using NRF52 and SDK 17.0.2 and soft devices s140.

Kind Regards,

Sami Ul Haq

Parents
  • Hello Sami Ul Haq,

    In order to achieve this you will need a mechanism to sense that the sensor is removed from the body, to trigger the disconnect.
    You may then trigger the disconnect as part of the handling of the event for when the sensor is removed from the body.
    Please keep in mind that I have no prior experience with the Polar H10 sensor, so I do not know how you can measure this event exactly, you will need to check the sensor's datasheet for this.

    Best regards,
    Karl

Reply
  • Hello Sami Ul Haq,

    In order to achieve this you will need a mechanism to sense that the sensor is removed from the body, to trigger the disconnect.
    You may then trigger the disconnect as part of the handling of the event for when the sensor is removed from the body.
    Please keep in mind that I have no prior experience with the Polar H10 sensor, so I do not know how you can measure this event exactly, you will need to check the sensor's datasheet for this.

    Best regards,
    Karl

Children
Related