Categories

  • 5k Topics
    51k Posts
    Keith_MichaelK
    I would like to ask to have a widget added to Suunto app for weight and Body Mass Index (BMI). By adding this widget you can look back on past week, month, year and see how much weight or BMI you have gain or loss. You could even add a reminder to weight yourself that is linked to the watch. A feature that can also be turned off if the user prefers.
  • 7k Topics
    86k Posts
    runomaticR
    @Lukasz-Domiza Reading this, one might think you’ve never seen watch faces from Garmin or Coros. I still find SUUNTO’s to be by far the most attractive. And if I may say so, without wishing to offend you: just because you’re a web UX designer doesn’t mean you have a monopoly on good taste.
  • 277 Topics
    2k Posts
    MaximfreediverM
    @Stefan1 Agreed, and sure i want more detailed data, for example to look at particular dive in suunto app. Now we can’t enter each dive in suunto app.
  • 224 Topics
    4k Posts
    EgikaE
    @Sunday while I found the Race S with it’s rotating crown not ideally suited for beach sports, the tides request has been around for quite some time. Maybe you can find one of the other posts and just upvote it
  • 100 Topics
    909 Posts
    H
    Hi, I have an old Suunto Mosquito and I have lost the USB cable to connect to my Apple Air… Does anyone have one? Suunto Mosquito PC Interface Cable" or “Suunto Dive Computer USB Cable” (https://dolphinscuba.com/suunto-pc-download-kit-for-cobra-mosquito-vyper-vytec-zoop-computers/) (https://i.ebayimg.com/images/g/EXkAAeSwQrJpE4hK/s-l1600.webp)
  • Anything not related & off topic

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

    27 Topics
    112 Posts
    T
    @Keith_Michael I’d probably note that both these things are easily accomplished with tags on any current sport mode like chores, and then you can subdivide your projects with different tags for instance, if used for hobbys.
  • 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