Categories

  • 5k Topics
    51k Posts
    CyclepunkC
    [image: 1765001916102-img_2367.jpeg] Feel free to add me…
  • 7k Topics
    86k Posts
    2
    @fondueaufromage said in Software Update 2.48.16 (2025 November Rain release): Yes, but not on the automatic morning report, you have to check manually after, on the sleep log. Unlike the sleep log those times are not individual lines, but rather the left and the right end of the graph. In the automatic report and the sleep log they look both the same. But there are additional lines for the time fall asleep and wakeup in the sleep log.
  • 276 Topics
    2k Posts
    pavel.samokhaP
    Reported the issue
  • 221 Topics
    4k Posts
    2
    @Steven-Hambleton said in S+ parkrun: Makes sure you disable one of your apps if you already have two chosen because of Suunto’s stupid two app limit. This app is the perfect example why not every app should count in that limit. Because this app does need no resources during the activity…
  • 99 Topics
    907 Posts
    S
    @TED77 The above are all true and useful. One other thing to keep in mind is there is no ANT+ which is useful if you are using a bike computer. Also you can only have one BT connection at a time vs the HRM Pro will allow 2 simultaneous connections.
  • Anything not related & off topic

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

    26 Topics
    110 Posts
    JulfoxJ
    @mrclfr did you authorize all permissions (read and write) to Apple Health? I think I had the same problem with the bubble and it was solved after I activated them all (not sure though, because I reinstalled with the new version 7.3.1)…
  • 97 Topics
    448 Posts
    G
    @Brad_Olwin thanks for the reply and pertinent information.
  • 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