Categories

  • 5k Topics
    50k Posts
    SamuelPS
    @laufbursche7 this is such a weird bug
  • 6k Topics
    84k Posts
    ahstreakA
    @Jervin-Reyes I’ve been using this watch for over a month. Actually, I was referring to the estimated recovery time feature that’s available on the Garmin Forerunner 55, which is Garmin’s most basic running watch. It’s also available on the Suunto Race and Race S. This feature estimates how many hours you need to recover before your next activity.
  • Suunto dive computers

    262 Topics
    2k Posts
    Alex GLA
    @diogao13 ohhh thank you very much
  • 213 Topics
    3k Posts
    T
    @2b2bff vertical week does look cool! I would need to get back into trails to make it worth it It’s a good carrot to have, total weekly ascent.
  • 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