Ring: Difference between revisions

From GCtronic wiki
Jump to navigation Jump to search
(Created page with "=Software= * [http://projects.gctronic.com/bracelet/antusb-gethistory-rev350-15.04.13.zip get history] (to be used with ant usb stick); just start the executable named ''antus...")
 
No edit summary
 
Line 1: Line 1:
=Software=
=Software=
* [http://projects.gctronic.com/bracelet/antusb-gethistory-rev350-15.04.13.zip get history] (to be used with ant usb stick); just start the executable named ''antusb-gethistory.exe'' and follows the instructions; the transfer lasts about 90 seconds and produces a csv file ''history.csv''; the zip file contains also the driver needed to install the ant usb stick in Windows (look for ''ANT_USB_Stick_2.inf'').
* [https://projects.gctronic.com/bracelet/antusb-gethistory-rev350-15.04.13.zip get history] (to be used with ant usb stick); just start the executable named ''antusb-gethistory.exe'' and follows the instructions; the transfer lasts about 90 seconds and produces a csv file ''history.csv''; the zip file contains also the driver needed to install the ant usb stick in Windows (look for ''ANT_USB_Stick_2.inf'').
** [http://projects.gctronic.com/bracelet/History-format.doc history format]; beware that the current firmware version of the ring save also the data related to the accelerometer, this means that when two hearth rate values are saved in memory, also two values for the movement representation and two values for the energy representation are saved; thus in total 6 values in this sequence: ''HR HR MOVEMENT MOVEMENT ENERGY ENERGY''
** [https://projects.gctronic.com/bracelet/History-format.doc history format]; beware that the current firmware version of the ring save also the data related to the accelerometer, this means that when two hearth rate values are saved in memory, also two values for the movement representation and two values for the energy representation are saved; thus in total 6 values in this sequence: ''HR HR MOVEMENT MOVEMENT ENERGY ENERGY''
** the file ''history.xls'' can be used to parse the history
** the file ''history.xls'' can be used to parse the history
* [http://projects.gctronic.com/bracelet/antusb-realtime-rev355-13.06.13.zip get realtime data] (to be used with ant usb stick); just start the exceutable ''antusb-realtime.exe'' and follows the instructions. The file saves the data every about 60 millisecond into the file ''data.csv''.
* [https://projects.gctronic.com/bracelet/antusb-realtime-rev355-13.06.13.zip get realtime data] (to be used with ant usb stick); just start the exceutable ''antusb-realtime.exe'' and follows the instructions. The file saves the data every about 60 millisecond into the file ''data.csv''.
The ''peak to peak'' indicates whether the signal is good enough for the algorithm, the following image shows an example of a good signal (green):<br/>
The ''peak to peak'' indicates whether the signal is good enough for the algorithm, the following image shows an example of a good signal (green):<br/>
[http://www.gctronic.com/doc/images/antusb-realtime-good.jpg <img size=250>http://www.gctronic.com/doc/images/antusb-realtime-good.jpg</img>] <br/>
[http://www.gctronic.com/doc/images/antusb-realtime-good.jpg <img size=250>http://www.gctronic.com/doc/images/antusb-realtime-good.jpg</img>] <br/>
The following image instead shows a bad signal (red):<br/>
The following image instead shows a bad signal (red):<br/>
[http://www.gctronic.com/doc/images/antusb-realtime-bad.jpg <img size=250>http://www.gctronic.com/doc/images/antusb-realtime-bad.jpg</img>]
[http://www.gctronic.com/doc/images/antusb-realtime-bad.jpg <img size=250>http://www.gctronic.com/doc/images/antusb-realtime-bad.jpg</img>]

Latest revision as of 07:54, 29 September 2021

Software

  • get history (to be used with ant usb stick); just start the executable named antusb-gethistory.exe and follows the instructions; the transfer lasts about 90 seconds and produces a csv file history.csv; the zip file contains also the driver needed to install the ant usb stick in Windows (look for ANT_USB_Stick_2.inf).
    • history format; beware that the current firmware version of the ring save also the data related to the accelerometer, this means that when two hearth rate values are saved in memory, also two values for the movement representation and two values for the energy representation are saved; thus in total 6 values in this sequence: HR HR MOVEMENT MOVEMENT ENERGY ENERGY
    • the file history.xls can be used to parse the history
  • get realtime data (to be used with ant usb stick); just start the exceutable antusb-realtime.exe and follows the instructions. The file saves the data every about 60 millisecond into the file data.csv.

The peak to peak indicates whether the signal is good enough for the algorithm, the following image shows an example of a good signal (green):
http://www.gctronic.com/doc/images/antusb-realtime-good.jpg
The following image instead shows a bad signal (red):
http://www.gctronic.com/doc/images/antusb-realtime-bad.jpg