Subcategories

  • Discussion about suunto plus development

    24 Topics
    366 Posts
    Michele SellaM
    Hi everyone, I ride a Bosch eBike and I wanted a single place for all my training data: GPS, heart rate, and also what the bike is doing — cadence, motor power, battery consumption. The Suunto app is where I review all my activities, so the goal was to have eBike data recorded directly into the Suunto workout, available for analysis afterwards alongside the rest of the activity data. Seeing it live on the watch face during the ride turned out to be a nice bonus too. After some digging into the Bosch BLE protocol I built a solution and I’m sharing it here in case it’s useful to others. The problem: why an ESP32 is needed Bosch eBikes broadcast live data over BLE using their proprietary Live Data Interface (LDI) protocol (a protobuf-encoded stream over a custom service UUID). Suunto watches don’t natively speak this protocol — they have no built-in way to connect to a Bosch drive unit and decode its data. The only way to bridge the gap today is with a small piece of hardware in between. I used an ESP32 microcontroller (~€5–10) that acts as a transparent proxy: it connects to the bike as an LDI client, then re-exposes the same data stream as an LDI server that the Suunto can read through a SuuntoPlus app. It works, but it means carrying an extra device on the bike. A small ESP32 dev board fits neatly zip-tied to the frame, powered from a USB power bank. The result [image: 1778785944465-screenshot.png] A SuuntoPlus app that shows in real time: Cadence rpm Speed km/h Motor power W Battery % Odometer km Post-workout summary includes max and average cadence and power. What you need A Bosch eBike with smart system and latest firmware from May 1st 2026 Any ESP32-WROOM-32 board (~€5–10) A Suunto watch with SuuntoPlus support (Race, Race S, Vertical, 9 Peak Pro, …) VS Code + PlatformIO (for the ESP32) and the SuuntoPlus Editor extension (for the watch app) Both projects are open source on GitHub: ESP32 bridge: https://github.com/SellA/BoschEBikeESP32 Suunto app: https://github.com/SellA/BoschEBikeSuunto A note on compatibility I’ve only tested this on my own setup (my specific Bosch eBike and my Suunto Race S). The LDI protocol should be consistent across Bosch smart system bikes, but I can’t guarantee it works with every bike or every Suunto model. If you try it and run into issues — or if it works great — I’d love to hear back. A wish for the future The ESP32 bridge works well, but it’s an extra moving part. The LDI protocol is well-documented and publicly available. It would be fantastic if a future Suunto firmware update added native Bosch LDI support directly on the watch — no bridge required, just the watch connecting to the bike over BLE like any other sensor. I imagine a few other Suunto + Bosch eBike riders out there would appreciate it too. Just putting it out there for the Suunto team! Ride safe, and happy to answer any questions.
  • Discussions about S+ WatchFaces

    61 Topics
    995 Posts
    aeroildA
    @SamuelP Thanks!
  • Discussions about S+ Sports Apps - watch apps which extend functionality of your watch sport modes

    193 Topics
    3k Posts
    S
    @Łukasz-Szmigiel I loaded it up and was able to start an activity. However when I hit the lap button Constantin disappeared the first time I tried. On the second attempt I was able to keep it on the screen. Looks like it might be fixed.
  • How/where/who to ask for new suunto+ integration

    3
    1 Votes
    3 Posts
    981 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
    326 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