Categories

  • 5k Topics
    50k Posts
    SamuelPS
    @laufbursche7 this is such a weird bug
  • 6k Topics
    84k Posts
    BrunoHB
    @prashant We all have different needs, but I can offer my view because I am far from extreme sport enthusiast! I am 56 years old and overweight with some arthritis in my joints. I can’t run but I can walk and I really like to cycle. Daily HR tracking is working well enough for me, but some people here in this forum have been complaining that it is not accurate enough. It is likely due to the fact that we all have different kind of skins and optical sensor works better for some and not so great for some others. Having said that, I am not using daily 24/7 measurements, it does not provide me any meaningful info. For the same reason I have turned off the sleep tracking. Strass tracking; I don’t think suunto provides any specific measurements for that. I know when I’m stressed and that’s enough. I guess HR and blood oxygen level measurements and sleep tracking (recovery) could provide some insight for you. Someone else can comment on this! Maintaining health: Suunto fulfills all my needs except for one. There is no weight tracking in the watch and Suunto App. You must enter your weight in the watch but it is only used for various fitness level calculations. You can’t see your weight trend in the smartphone app. All of the measurements and fitness level calculations motivate me to go out and do longer adventures. I work as a data analyst; so I get motivation from seeing how my own feelings correlate with the improved statistics provided by Suunto. Suunto gives you statistics and summaries, but it does not tell you how you must feel in any given moment. It does not tell you that right now you should get up and start working out. It gives you the freedom of choise, which suits me just fine. A couple of examples how I use and why I love my Vertical: I love mushroom hunting. I love the offline maps and I can always trust my watch to take me to my saved locations and it will show me the way back no matter how far I’ve hiked. I like swimming. The watch doesn’t recognize correctly my swimming styles, but I am pleased to get the total distance and consumed calories. Notice that outdoor swimming is worse because water interferes with GPS reception. Just last night I went trail biking in the dusk and came home 25 km later when it was pitch black dark. The wet tree roots were slippery and I fell in a very bad position but I didn’t have to worry if my watch is ok. It is and it will remain ok! I am using my Vertical as my daily watch. Just remember that Suunto is not a smartwatch with all of the modern smartwatch features. You can’t pay with it and you only see a few first words of an incoming message with it, lots of emojis are missing and only one model supports offline music storage (mp3 music without having to carry your phone with you). Unlike some other manufacturers Suunto is listening to their customers and you will be getting support and new features for quite a long time. It’s just that you will never know what is coming (nothing is shared beforehands) and it often takes a few months to get fixes to known bugs.
  • Suunto dive computers

    262 Topics
    2k Posts
    Alex GLA
    @diogao13 ohhh thank you very much
  • 213 Topics
    3k Posts
    N
    Thank, but I prefer analogue watch style.
  • 94 Topics
    858 Posts
    VoiGASV
    @Brad_Olwin In the austrian / german shop there is just Wing2 and Sonic
  • Anything not related & off topic

    1k Topics
    28k Posts
    No new posts.
  • Sports Tracker apps feedback, questions, feature suggestions and issues

    24 Topics
    112 Posts
    Brad_OlwinB
    @gernophil This is working without issue for me. As Pavel stated check your Health permissions on the phone and watch for SportsTracker.
  • 96 Topics
    434 Posts
    C
    While some people still spend time in vain comparing OHR accuracy on their watch and that of their friends, other people let their earbuds measure it for them. With HR belt accuracy.
  • Anything related to the recent announcement about Suunto’s new Digital services and Movescount Transition

    338 Topics
    4k Posts
    Marin LeroyM
    Hi i am trying to code an interval training in time, i am able to activate the light but not the beep, do you guys have an idea ? /*header*/ /*entrainement intervalle*/ counter=0; warmup_time=1500; speed_up_1=900; speed_up_2=600; speed_up_3=600; recovery_time=100; factor=300; wsu=0; /*end header*/ /*decompte en bip*/ if(SUUNTO_DURATION==1497){Suunto.alarmBeep();} if(SUUNTO_DURATION==1498){Suunto.alarmBeep();} if(SUUNTO_DURATION==1499){Suunto.alarmBeep();} if(SUUNTO_DURATION==warmup_time){ Suunto.alarmBeep(); Suunto.light(); wsu=warmup_time+speed_up_1; counter=counter+1; } /*decompte changement allure*/ if(SUUNTO_DURATION==wsu-3){Suunto.alarmBeep();} if(SUUNTO_DURATION==wsu-2){Suunto.alarmBeep();} if(SUUNTO_DURATION==wsu-1){Suunto.alarmBeep();} /*temps de repos*/ if((SUUNTO_DURATION==wsu) && (counter==1 || counter==3) ){ Suunto.alarmBeep(); Suunto.light(); wsu=wsu+recovery_time; counter=counter+1; } /*2eme accel*/ if((SUUNTO_DURATION==wsu) && (counter==2)){ Suunto.alarmBeep(); Suunto.light(); wsu=wsu+speed_up_2; counter=counter+1; } /*3eme accel*/ if((SUUNTO_DURATION==wsu) && (counter==4)){ Suunto.alarmBeep(); Suunto.light(); wsu=wsu+speed_up_3; counter=counter+1; } postfix="min/km"; RESULT=SUUNTO_PACE;

Suunto Terms | Privacy Policy