Suunto app Forum Suunto Community Forum
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    [Discussion] Share your projects

    Scheduled Pinned Locked Moved Suunto Plus Development
    discussionpeer-support
    60 Posts 24 Posters 4.1k Views 24 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      aenzed @Raimo Järvi
      last edited by

      @Raimo-Järvi A rather convoluted setup where glucose sensor values are sent to a open source cloud app (Nightscout) for logging. Data is then retrieved from Nightscout API in a self built BLE bridge app which then sends the data to the watch. Internet access is unfortunately required, but for most things that’s not a problem.

      brechtvbB 1 Reply Last reply Reply Quote 1
      • brechtvbB Offline
        brechtvb Bronze Member @aenzed
        last edited by

        @aenzed so your Suunto watch connects back to the phone using this BLE connection method with uuids and byte blob reading?

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          aenzed @brechtvb
          last edited by

          @brechtvb Yep, UUID is set in the BLE bridge app and SuuntoPlus app explicitly 🙂 The docs have a very nice walkthrough of BLE device connection, although it still took me awhile to get everything working.

          brechtvbB 1 Reply Last reply Reply Quote 1
          • brechtvbB Offline
            brechtvb Bronze Member @aenzed
            last edited by

            @aenzed do you mean the suunto manual? It also states max 2 devices, is that 2 devices per custom suunto plus app?

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              aenzed @brechtvb
              last edited by

              @brechtvb Yes, the manual/reference sheet in the VS code simulator. I don’t think I can answer that 100% correctly, but from the reference sheet I would say that it is max 2 devices per watch and not per app as they specifically mention watch firmware.

              brechtvbB 1 Reply Last reply Reply Quote 0
              • brechtvbB Offline
                brechtvb Bronze Member @aenzed
                last edited by

                @aenzed okay thank you for your input.

                This weekend i’m starting on reading a garmin sensor, should not be too hard.

                But this limit of 2 sensors is really wild. If one cycles with:

                • speed
                • cadance
                • power
                • heart rate

                sensor, we are 2 times in the blue. Suunto should really up this number, with just a note/popup that power consumption will go up because of the number of connected devices. That is totally acceptable.

                Suunto users understand as well that GPS can be configured less precise for less power consumption.

                1 Reply Last reply Reply Quote 3
                • W Offline
                  Wilson75 @AYamshanov
                  last edited by

                  @AYamshanov
                  Someone developed it. I assumed that you are aware.

                  com.sports-tracker.suunto://campaign/suuntoplusstore/sportsapp/zzanch01

                  Suunto Vertical Titanium
                  Suunto Wing
                  SA (bêta) on Pixel 9pro

                  S9B Titanium (sold)
                  SSU (sold)

                  1 Reply Last reply Reply Quote 0
                  • surfboomerangS Offline
                    surfboomerang
                    last edited by surfboomerang

                    For the sailors among us…
                    I’m developing an app for the calculation of Velocity Made on Course (VMC).

                    f483a71a-8937-4cc2-9c9e-c925bf3683ec-image.png

                    First of all, the simulator totally ignores the nautical distance format. The watch does format it well so it’s not a big deal.

                    The second issue is that I don’t see any option to get the bearing and/or coordinates of a selected POI. Only the distance is available. This makes the VMC calculation very inaccurate since the distance is measured in meters only.

                    The preferred way would be to calculate the VMC with the speed and angle

                    speed * Math.cos(heading - bearing);

                    All of the values are known, except the bearing to the POI. Is there any way to get this information?

                    Suunto Vertical Titanium Solar
                    OnePlus Nord 4

                    1 Reply Last reply Reply Quote 0
                    • Łukasz SzmigielŁ Offline
                      Łukasz Szmigiel
                      last edited by

                      Here’s my little S+ app called “Constantin” that shows either pace or HR in split view:

                      Graph on the left and delta / current / average on the right.

                      Top button switches between pace and HR.

                      image.png

                      PXL_20260406_151831505.jpg

                      PXL_20260406_151838972.jpg

                      When I run I tend to have quick glimpses on my watch to see if I have a tendency to go too fast or if my HR climbs. So I have designed a view that shows me if I’m actually deviating from the average in pace or HR or not.

                      S9PP 2.50.28

                      1 Reply Last reply Reply Quote 3
                      • Łukasz SzmigielŁ Offline
                        Łukasz Szmigiel
                        last edited by

                        It’s evolving 🙂

                        Zrzut ekranu 2026-04-06 231216.png

                        I went for canvas instead of default chart so that I can have the latest value exactly in the center.

                        S9PP 2.50.28

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Suunto Terms | Privacy Policy