Hello,
I have developed a small sensor which consists of MAX30101 HR sensor and nRF52832. For the research purpose I created an app as well which shows the raw data sent from the sensor to show the real time HR pulses. It all works fine but the only problem is that after about 7-10 seconds. The data transfer stops from the nRF52 to app.
I think the problem is that i am sending data continuously after an interval of 50ms. But the problem should not occur because my minimum connection interval is 25ms.
So what i want to know is whether there is a way to check if the data packet is successfully sent so that we can send the next packet after the first one.
Please assist me in this problem.
Thank you so much.