View Full Version : Garmin Forerunner 305
Xceptiona1
April 7th, 2007, 11:07 PM
I have a Garmin Forerunner 305 and it has software that downloads not only GPS data, but also heart rate data. It's the last application I need to move from Windows to Linux; Wine seems to load the setup just fine, until it hits the point where it wants to find the watch and then it sits there asking for it over and over. Obviously the watch, which connects via USB, is not being picked up during the installation. There is a windows driver I had to load in XP, but obviously that is not available for Linux from the Garmin website.
Does anyone have this or similar running watches working in Linux/Ubuntu. I am currently running Ubuntu 7 (beta). Thank you
laurens
December 14th, 2007, 10:12 AM
I have exactly the same issue. I'm gonna try two programs:
http://pytrainer.e-oss.net/ - this just might work, since it's written for linux.
http://www.zonefivesoftware.com/SportTracks/index.html - This is written in C# for windows, and I'll give it a shot in the coming weeks, I hope.
Xceptiona1
December 14th, 2007, 06:26 PM
PyTrainer seems to find my Garmin 305, though it does not grab the heart rate. I see that there is a spot in which heart rate can be inputted, so I'm sure the plugin can be modified to grab that. I'm going to play with it some more; let me know how your tests come along. Thank you
laurens
December 16th, 2007, 09:08 AM
I tried (under windows) SportTracks, and haven't yet checked PyTrainer, but I still intend to do so. SportTracks didn't seem to grab my heartrate either, but maybe I just couldn't find it yet.
laurens
December 16th, 2007, 09:36 AM
I found another program, http://code.google.com/p/garmintools/, which seems to support heartrate reading - I just browsed the source, haven't actually tried it. This is however, just a data-extraction tool, by the looks of it. Not a full GUI with lots of features.
butterman
January 25th, 2008, 03:14 PM
Has anyone made any progress? I have the same issue.
laurens
January 25th, 2008, 07:18 PM
Has anyone made any progress? I have the same issue.
Nope, not yet.
citybird
February 6th, 2008, 11:35 AM
Any new info on this? I plan to pick up a new 305 today and just wanted to see if it would work under ubuntu native.
If not no worries. I have VMware Server installed and I can run it under Windows 2000 native if needed.
laurens
February 7th, 2008, 07:57 AM
No new info - it's just too easy to temp. boot windows, do my thing, and be done :)
brianborchers
February 9th, 2008, 01:22 AM
gpsbabel can be used to extra heart rate data from the Garmin 305 using a couple of different formats.
If you want a CSV file of time stamps, locations, and heart rates, use
gpsbabel -t -i garmin -f /dev/ttyUSB0 -o garmin301 -F outputfile
To get an XML file in Garmin's training center format, use
gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gtrnctr -F outputfile
I see at least one occurence of "gtrnctr" in a recent update to the development version of pytrainer, so it looks like this is being added to pytrainer now but it isn't in the stable version yet.
brianborchers
February 9th, 2008, 01:25 AM
[QUOTE=citybird;4280277]Any new info on this? I plan to pick up a new 305 today and just wanted to see if it would work under ubuntu native.
So far, I've got the stable version of pytrainer working with my 305 for recording tracks and total mileage, but not the heart rate information. I also have gpsbabel reading the heart rate information out in a couple of different formats, but pytrainer can't accept either of them yet.
the-kernelpanic
March 6th, 2008, 10:06 PM
Thanks for posting your gpsbabel information above. I was able to get my commute home ride extracted from my 305 and then manually trim it down and manually upload it as a .tcx file into Motionbased.
It looks like even though I can't use my regular programs under Ubuntu, I can still get my information into Motionbased. Now to automate the process a little bit...
Chris
ostehamster
March 12th, 2008, 02:52 PM
If not no worries. I have VMware Server installed and I can run it under Windows 2000 native if needed.
Did you have any problem getting it to work in VMware/Windows? I have just got my Forerunne 305, and it works fine with pytrainer. But, I still want to use GTC. Windows sees the Garmin device, but GTC can't see it :/
Regards
Christoffer
ahsoussan
March 15th, 2008, 08:35 PM
Has anyone found a satisfying solution to installing the Garmin Training Center?
kommutator
March 16th, 2008, 07:51 AM
Hi there,
I've managed to get the tracks date from my Fr305 with gpsbabel by
gpsbabel -t -r -w -i garmin -f usb: -o gpx -F outputfile
Tis works fine an can be imorted into PyTrainer.
Unfortunately it does not include the heart rate data.
This can be read by
gpsbabel -t -r -w -i garmin -f usb: -o gtrnctr -F outputfile
but Pytrainer does not import this file (at least I couldn't do that).
The PyTrainer plugin for Garmin devices with heart rate require setting the "device".
Does anybody know what to fill in here?
I always get the error massage that the configuration is not correct.
Regards
kommutator
minophis
May 18th, 2008, 11:22 AM
Hi
I have got Pytrainer working with the Forerunner 305 (including heart rate) on Ubuntu 8.04.
The correct device setting for Garmin Heart Rate is /dev/ttyUSB0
However to get the Forerunner to appear as ttyUSB0 you need to edit /etc/modprobe.d/blacklist. Comment out the line that says 'blacklist garmin_gps' and then reboot.
After that Pytrainer should work with the Forerunner 305, it is a great piece of software.
I hope this helps.
Minophis
laurens
May 19th, 2008, 05:49 AM
Thanks! Sounds great, I'll try it soon, tnx!
lrohr
July 15th, 2008, 02:10 PM
You can also try the Software from http://www.bikexperience.de/
it is written in Java and is available in English and German (of course free). It supports many different file types also you have to get the file first from the device (except the HAC devices I guess)
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.