Re: [Pytrainer-devel] Garmin FIT support

2013-03-06 Thread David García Granda
Hi again, I have been doing several tests and everything looks pretty good regarding FIT files support in pytrainer but trigger method, which I get always set to "Manual" although fit test files are built as a result of activities with "auto lap" feature set to 1 km in my forerunner 210. I have do

[Pytrainer-devel] Garmin FIT support

2013-02-26 Thread David García Granda
Hi all, After some time, I have just submitted related code to simple Garmin FIT support in pytrainer (see https://github.com/pytrainer/pytrainer/issues/5) Basically it is a file import which is translated into TCXv2 (FIT files are binary ones). Clickpath to import FIT files is as follows: 1.- M

Re: [Pytrainer-devel] Garmin FIT support

2012-05-19 Thread David García Granda
Hi again, Just for tracking purposes, I found out the GPSBabel is also capable of parsing FIT format (see http://www.gpsbabel.org/htmldoc-1.4.3/fmt_garmin_fit.html), so I decided to give last dev version a try (1.4.3 is not final yet). Unfortunately it doesn't work for me (Garmin forerunner 210 wi

Re: [Pytrainer-devel] Garmin FIT support

2012-05-18 Thread James A R Brown
Re Ant :- There was a less-buggy version on the Garmin forums which being a fedora user I needed, as could not use the deb packages. The link went astray, so I ended up putting it here for people https://github.com/jamesarbrown/Gant Simply as a download source. I am more than happy to pass this

Re: [Pytrainer-devel] Garmin FIT support

2012-05-17 Thread Christian PERRIER
Quoting David García Granda (dgra...@gmail.com): > BTW, my intention would be also to include support for ANT+ devices > out of the box. Could anyone share his experiencies with devices using > this technology (I guess Garmin Forerunner 405 uses it). I am using one. To get the data out of it, I'

[Pytrainer-devel] Garmin FIT support

2012-05-17 Thread David García Granda
Hi all, As many of you may know, Garmin is using FIT format (http://www.thisisant.com/pages/products/fit-sdk) in new Forerunner devices. After four years and a half successfully using my 305, it started to behave strange and I decided to buy a 210, which uses mentioned format. I was looking how to