Subcategories

  • Discussion about suunto plus development

    36 Topics
    435 Posts
    D
    I am still learning my ways but wanted to see if there is anyone who has any ideas on where to start troubleshooting (and how to do it). I am new to both JS and have been away from coding for many years. I am trying to develop an app that is pretty similar to the standard “intensity zones” screen - but with a few changes/improvements: I will use it for heartrate based intervals so I want the app to start a counter once the 5s trailing HR >= a specific zone (and reset the time count once 5s trailing HR falls out of this specific zone This was my original idea on how to identify 5s trailing HR (in evaluate function): HRacc5.shift(); //remove oldest value from HRacc5 array HRacc5[4] = input.HRCurrent; //add current HR to position five in array var HRavg5 = HRacc5.reduce( function(total, num){ return total + num }) / 5; Followed by a series of if statements based on HRavg5. (The app works well in the simulator) However - when testing the app on the watch it freezes like a couple of minutes into the workout and I need to soft reset it. After eliminating almost everything in the code I have come to the conclusion that the above snippet is about the only thing in in the code that could possibly cause any errors. All ideas on how to proceed with troubleshooting is 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
    Nikolai SimonovN
    @GiPFELKiND What phone model? and what error? also on lates android build, knowing issue if you app swiped out from activity list, you probably could lost connection, fixed but not released yet. in general race for BTLE connection between suunto app and live.τ app still exist, but observation said that it’s not a big deal, and connection works in general well. personally i usually lost connection in some difficult areas near military objects, or radio polluted regions… not sure if it’s your case. you can try to the latest apk build here - https://artifact.fra1.cdn.digitaloceanspaces.com/live-t/apk/1.0.18/live-t.apk or if you use google play join internal builds here - https://play.google.com/apps/internaltest/4701596347369604163
  • How/where/who to ask for new suunto+ integration

    3
    1 Votes
    3 Posts
    999 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
    357 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