Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR70 hrm belt - Unexpected message during init #23

Open
biop-zz opened this issue Aug 23, 2012 · 0 comments
Open

FR70 hrm belt - Unexpected message during init #23

biop-zz opened this issue Aug 23, 2012 · 0 comments

Comments

@biop-zz
Copy link

biop-zz commented Aug 23, 2012

I could not run the 01-reset.py using garmin usb-ant stick and belt

Looking at the data, there was a MESSAGE_STARTUP which was not processed in message.py
I added

    elif self.type_ == MESSAGE_STARTUP:
         msg = ChannelAcknowledgedDataMessage()
    elif self.type_ == MESSAGE_INVALID: #message not decoded, prefer to process
        raise MessageError('Invalid message')

...

and now it works well

Belt reference: HRM2-SS
dump of fit file info related to heart rate monitor belt:
manufacturer=garmin, serial_number=19, product=5, software_version=0.04, cum_operating_time=10426, device_index=2, device_type=heart_rate, hardware_version=4

I don't know why this message appears, I had to modify the usb initialisation but it should not have any effect.

Regards

Philippe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant