Categories

  • 5k Topics
    50k Posts
    SamuelPS
    @laufbursche7 this is such a weird bug
  • 6k Topics
    84k Posts
    Kraisun TuntaK
    I downgraded the firmware and went for a run — oh wow, guess what? My watch decided heart rate tracking was optional. So I updated back to the latest firmware… and boom! The app turned into a circus, and the lock button got stuck like it just gave up on life. Tiny bugs like these might look small, but trust me — a few more of these “surprises” and people might just retire their watches early.
  • 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