Subcategories

  • Discussion about suunto plus development

    40 Topics
    450 Posts
    D
    To smoothen HR and minimize fluctuations I have previously used (Ambit2) trailing HR - but it seems it now needs to be calculated. As I had some problems in succeeding with this pretty simple task I thought someone else might benefit from my findings/hypothesis. Initially I tried this, to achieve a trailing (5s) heartrate: function evaluate(input, output) { HRacc5.shift(); //shifts the array one step left HRacc5[4] = input.HRCurrent; //adds current heart rate to index 4 in array var calculateAverage = function(arr) { var sum = 0; for (var i = 0; i < arr.length; i++) { sum += arr[i]; } return sum / arr.length; } var HRavg5 = calculateAverage(HRacc5); output.RecalcAvgHR = 60 * HRavg5; Which worked well in the simulator. But IRL it did not work at all. The watch froze after a couple of minutes in all workouts and it became quite frustrating since troubleshooting on watch seemed advanced - and I am not advanced. As the watch seemed to freeze at very random points - sometimes 20 mins into a workout - I came to the conclusion that perhaps the input causes friction, as it works in the simulator? the hypothesis is now that unregistered heartbeat returns ‘undefined’ so next attempt was the inclusion of: HRacc5 = HRacc5.filter(Number); Supposedly filtering out everything that is not recognized as numbers. Now the app worked! (writing this primarily to avoid repeating the same frustrating workouts again, and potentially help others with similar ideas) Second topic: Sometimes (often when tired/poor sleep quality/hung over) I get heart rate spikes that I would like to eliminate. I would imagine that they can be identified as rapid elevations in heart rate where also the trailing heart rate can be a good baseline. But how could an algorithm be designed to eliminate these spikes with minimum disturbance to the trailing HR? All input most welcome!
  • Discussions about S+ WatchFaces

    63 Topics
    1k Posts
    EgikaE
    @Horizontal_2 exactly. Every watch has their so called “hero” watch face. It is pre-installed with the firmware. Which makes sense, as there must be one, even if you remove all using the app. Of course this hero watch face is not in the app. It is on your watch.
  • Discussions about S+ Sports Apps - watch apps which extend functionality of your watch sport modes

    196 Topics
    3k Posts
    Łukasz SzmigielŁ
    [image: 1781382314742-c-201-466.png] Constantin 2.02 is out Quick update for anyone running Constantin, the steady-pacing SuuntoPlus app. With the 2.x line everything now lives on a single workout screen — pace, heart rate, their trend lines, and your current heart-rate zone, all visible at once. No more switching views with the upper button. Also, the trend chart zooms in tighter, so a slow drift in pace or heart rate is much easier to catch early — while big swings still fit on screen. If you tend to fade gradually, or your HR creeps up while your pace still looks fine, you’ll spot it sooner (although it may require more fine-tuning for slow drift). Works on UI2 watches (Suunto 9 Peak Pro and newer). Feedback and bug reports very welcome. I hope that this time it’ll work smoothly with V2 as well. Happy running!
  • How/where/who to ask for new suunto+ integration

    3
    1 Votes
    3 Posts
    1k Views
    Michele SellaM
    @Muhammed-Fasil garmin is getting support for bosch ebike from 04/05/2026. I’d also at least like to know if someone at suunto is working on it or users will need to apply to partner program and do their self. I really hope that bosch will transmit data over standard protocol and not a special link to allow just garmin to do it. At today Riva bike fest a bosch guy told me it is standard bluetooth 5.0 but it was not a tech guy so i would not trust that affermation too much.
  • Watchface Updates?

    2
    0 Votes
    2 Posts
    365 Views
    EgikaE
    @Nordic_Panda yes, exactly like this.
  • 3rd party widgets support

    Moved
    7
    5 Votes
    7 Posts
    1k Views
    Ondřej DeingruberO
    @Egika I am looking for a way specifically how to run a 3rd party app outside a activity, it feels silly to open an activity to check your todo-list or other app that might be more connected do casual daily activities.

Suunto Terms | Privacy Policy