Live location S+ app
-
@Nikolai-Simonov Magnificent.
-
Wow, Great work @Nikolai-Simonov
-
This is pretty awesome! Considering it’s developed outside of Suunto and by using your own server infrastructure - it’ll most likely be a paid S+ app. Do you have any pricing strategy already?
-
This is great to hear @Nikolai-Simonov. I would definitely use this feature.
-
@Łukasz-Szmigiel Yep, it’s developing outside. It’s a good question about the monetization. I’m trying to keep it free as much as possible, and some features don’t need any infrastructure, e.g., the Feature I’m currently working on is sending SOS messages on Android phones. It doesn’t require any infrastructure.
It uses tiny data packets (only 15B for the location message), so it will be relatively inexpensive to maintain this infrastructure for real-time tracking. If we store it, it would be a bit expensive, but there are many things to consider. I guess that some extra features could be subscription-based or something.
anyway, thanx for a reasonable question.
-
@Nikolai-Simonov said in Live location S+ app:
Hi Suunto community!
I’m excited to share a video with technical demo of a SuuntoPlus app I’m currently working on. This app is designed for live tracking: the geolocation data from Suunto watches is transmitted via a connected phone to a remote server and then made available through a web app.
This method was chosen because, unfortunately, Suunto watches don’t have radio modules for WAN connectivity. However, this option is far more energy-efficient, using significantly less power than sharing geolocation via the phone’s GNSS module.
I started this project after hearing some unfortunate news where having even approximate last-known coordinates of a lost person could have made the search much easier. Therefore, the primary goal of this app is safety. In future iterations, I plan to add an SOS button and possibly crash detection.
For now, here’s the demo, and I’d love to hear your feedback and comments!
Very cool. I‘m thrilled that there is finally someone who takes care of this. If you manage to implement Crash detection I can stop looking at garmin watches and stay with a beautiful Suunto watch.
-
@Nikolai-Simonov Do you need any help with documentation etc? I had done some experiments with the s+ and ble in the past.
-
@Nikolai-Simonov
Thank you ! This is so great ! I’ve asked this functionnality in every survey Suunto sent.Are the locations (and consequently the course, the start, the end of the course) sent to a remote server (outside Suunto scope) ? If yes, who is in charge ? How long does the date stay on the server ?
If you need user test/feedback, do not hesitate.
Regard
X3
-
I’m looking forward to it. Because I usually train alone in the mountains and in a possible bad situation I have nothing to do. It looks good at first glance. A web map using Google Maps would be better.
-
@Nikolai-Simonov Hi, is there any news? How is the development going? This is a function that I miss very much. By the way, Coros has already implemented this really well. I find the live location in the mobile phone very helpful for orientation. Even if this requires a data connection, this is super helpful… Hope your project works out.
-
Hello @Nikolai-Simonov, do you plan to open source it at some point? I guess this would accelerate the developement thanks to contributors
Have you thought about using https://www.traccar.org/ as a backend server? This an open source GPS tracking platform with many interesting features like live tracking, alerting, a REST API to interact with, etc…