[Discussion] Share your projects
-
I Just got my device this last week and was happy to find they just released the Development Environment to make apps.
I ended up selling my Garmin after they release a rucking activity but only for the newest devices.
So now i can build one here. (Right now just Pandolf Calculation) But playing with adding the ability to adjust weight on the phone optionally as well (instead of just as a settings though the phone app)
-
@Thibault-B. Well… I’m still waiting for Suunto to open up an account for me.
-
@Łukasz-Szmigiel I’m also waiting for your app.




-
It’s live, babe!

I’m now proudly waiting for all “dude, it sucks / doesn’t work” comments

-
I have something a little different. I built an android app which can deploy your suuntoplus apps from your phone! Basically you don’t need to worry about sync anymore. You just have your custom watch apps inside some directory on your phone and then send them over whenever you need to. No more need for for a pc / vscode

Works on my Race and I don’t see why it wouldn’t on others. Teste with fea files (remember to select the right built package for your watch). Suunto may at some point change the protocol, but probably not anytime soon. Hope this helps anyone

<removed old link>
Edit. if the app does not connect, make sure you aren’t connected to something else like VS Code for example. The app has few permissions and no internet connection btw

Edit 2. Here’s the repo if you wish to build it yourself. At the top you can see “tree”, which shows the root of the repository where you can find the pre-built binary.
-
@SyncBypass this is pretty cool. Care to share some details on the protocol used to push the s+ app via bt?
-
@Łukasz-Szmigiel the repo now contains some kind of an explanation. As I don’t understand anything about anything, I simply handed the captured communication to an LLM and had it vibe the app.
-
@SyncBypass cool, I’ll take a look in the repo. Thanks, that’s really clever work you did. It’s amazing what can be done with llms now.
-
@skyfi yes, i would be happy to have some collaborator, that may introduce new ideas. https://github.com/aabbeell/suuntopo
reach me out there, as i dont read this very frequently -
@guderaber your app seems pretty complex on the processing side. Did you test it on the watch alongside other S+ apps? Does it crash other apps?