You are reading a single comment by @halemmerich and its replies. Click here to read the full conversation.
  • The script on the custom.html page of the hrmaccevents app has a
    method=1;-Variable. 1 is recorded by the browser, 2 will record into a file called log.csv on the watch. Functionality should work, I just did not create enough HTML-GUI to handle getting the file. You could download that using the IDE though.

    You can actually try that out by executing

    BANGLE_CODE=BANGLE_CODE.replace("method=­1","method=2");
    

    in the custom.html scope in your chrome/chromiums debug view and pressing connect. As Gordon stated, I had problems getting the created files downloaded as they were fairly big. However that was a few months ago and I believe there were some changes that may have solved that issue. In that case a little bit of code for using the file based mode and getting that data of the watch should be doable.

About

Avatar for halemmerich @halemmerich started