Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Transfer data from Suunto Ambit2 without Movelink

+0
−0

I am testing my new Suunto Ambit2. Great watch! I like the way it can be configured and the analysis of the data! However, I am a little bit surprised to see that the software solution from Suunto only works with an internet connection.

Is it possible to get the data stored in the watch during a training when the computer is not connected to internet? Especially the waypoint from the GPS chip would be interesting for me.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://outdoors.stackexchange.com/q/4145. It is licensed under CC BY-SA 3.0.

0 comment threads

2 answers

+1
−0

Yes, you can use the USB cable to directly transfer information from your watch to your PC. You just won't get updates or new features, and you'll miss out on the Movescount functionality online.

This and more information in the Suunto Ambit 2 manual.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+0
−0

According to everything I have found on the web and experienced with my own watch, the watch will not register as mass storage so that you could access the recorded logs directly. Therefore you cannot just plug the watch to a random computer and copy he logs like it was a USB thumb drive.

But, there's at least some help:

Computers running on Windows or MacOS

What you can do is use Moveslink offline, i.e. you don't have to connect it to the Movescount online service at all or if you have temporarily no internet connection. In this case Moveslink will save the logs locally until it is connected to Movescount in a proprietary xml encoded file. This file by itself won't be of great use in the first place but some nice people already have written a tool to convert the logs to a gpx file. I haven't tried it myself but if I read the documented options right you can choose to just export the GPS positions or other (heart rate etc.) data. The logs are stored in the following location (cited from a no longer available Readme file of the tool mentioned above):

When transfering data with moveslink, an xml file is stored on computer. On Windows, it can be found on locations such as:

C:\Documents and Settings\'username'\Application Data\Suunto\Moveslink2 (on Windows XP) C:\Documents and Settings\'username'\AppData\Roaming\Suunto\Moveslink2 (on Windows 7)

Pay attention to the fact these 'Application Data'/'AppData' folders are hidden by default as they are 'system folders'. Change settings of Windows explorer if you want to make them visible.

For Windows versions newer than Windows 7 I would try the Windows 7 path, but I can't check since I don't have such a system running here. On a Mac, the path is /Users/<user>/Library/Application Support/Suunto/Moveslink2

Linux computers

If you are a Linux user and able to follow some console commands to compile the source code yourself, there's a project called openambit. The authors have dissected at least enough of the communication protocol to allow to download moves from the watch and (optionally) upload them to movescount. They also ship the conversion script mentioned earlier in my post, but at the moment you would have to invoke this manually to convert your moves to gpx files.

TL;DR

So to conclude the the information above: You can use Moveslink or openambit offline to download the logs from the watch and there's a tool to convert the files to gpx format. But you will need a computer where you are able to install these tools, therefore you won't be able to use any random computer unless you have the ability and/or permission to install the needed software there.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

This post was sourced from https://outdoors.stackexchange.com/a/5302. It is licensed under CC BY-SA 3.0.

0 comment threads

Sign up to answer this question »