Hello,
I am now developing an android application to connect and display Garmin Vector. However, having difficulty in calibration process that it seems to require angle installation beforehand. It is mentioned in
http://static.garmincdn.com/pumac/Vector_2_OM_EN.pdf page7,.
Without this angle installation process, my application cannot complete manual calibration. After I do angle installation with Garmin display device (e.g. Edge 1000), manual calibration can succeed.
When I fail the calibration, I could observe 6 bytes of [00 05 22 4e 00 00] were sent from Garmin Vector as CUSTOM_CALIBRATION_RESPONSE message. I assume that we might need to initiate angle installation scenario from this moment, before proceeding to manual calibration.
Is there any specification how we could handle this custom message? Otherwise, is there any alternative to succeed calibration?
Thank you in advance!