You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an app using the ant plus module is running for a few days (detecting heart rate sensors) -
the app occasionally get stuck and the following error is thrown - 'SYNC missing'.
I found that error in the 'ant.ts' file:
if (data.readUInt8(0) !== 0xA4) { throw 'SYNC missing'; }
My app is running on Raspberry Pi 4.
The only solution is to restart the hardware. Restarting the nodejs instance won't help.
I'd like to know what's the reason the module gets stuck and what can I do in order to solve it.
Thank you
The text was updated successfully, but these errors were encountered:
Hello
After an app using the ant plus module is running for a few days (detecting heart rate sensors) -
the app occasionally get stuck and the following error is thrown - 'SYNC missing'.
I found that error in the 'ant.ts' file:
if (data.readUInt8(0) !== 0xA4) { throw 'SYNC missing'; }
My app is running on Raspberry Pi 4.
The only solution is to restart the hardware. Restarting the nodejs instance won't help.
I'd like to know what's the reason the module gets stuck and what can I do in order to solve it.
Thank you
The text was updated successfully, but these errors were encountered: