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.
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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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
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.