Search results for query: *

  • Users: HexagonSun
  • Content: Threads, Posts
  • Order by date
  1. H

    Project to enable Bosch + Garmin integration

    Hi @ATeam - yes a log from an 800Wh battery would be great thanks. I've done a bit more digging and what I thought was battery capacity turned out not to be so I don't think "in ride" logs will help much. I've found something that is sent as soon as the bike connects so I'm hoping that could...
  2. H

    Project to enable Bosch + Garmin integration

    A request to anyone using SmartBridge - as part of the LEV development I'm trying to isolate battery capacity from the data but can't be 100% sure with only the data from my bike, Could you grab a log or two from your bike during your next ride using the 'Start Logging' button in the app and...
  3. H

    Project to enable Bosch + Garmin integration

    All the code is public on Github but there's some Android specific Kotlin at the moment. If anyone can translate the Android specific Kotlin bits so they work on Kotlin Multiplatform/IOS then it's possible but I think Apple will only retain an unofficial app for 7 days before it needs to be...
  4. H

    Project to enable Bosch + Garmin integration

    Coming soon!
  5. H

    DJI Avinox ANT+ support – does it transmit e-bike data to Garmin devices?

    Does the Avinox app show power cadence etc and pair with the bike using BLE? If so it might be possible to grab the bike data from that connection and decode it, then I could add it to the SmartBridge solution I've built for Bosch which uses a small cheap board to generate standard BLE and ANT+...
  6. H

    Project to enable Bosch + Garmin integration

    Try this link - looks like I posted the wrong one in the README - please let me know how it goes https://www.thisisant.com/developer/ant/nrf-connect-sdk/
  7. H

    Project to enable Bosch + Garmin integration

    I think the official Bosch-Garmin connection only supports some specific Edge models at the moment, maybe they'll add more support in time. FWIW my wife's Venu 4 finds the sensors that my SmartBridge solution generates.
  8. H

    Cube one55 headset cups orientation

    My issue was that the lower cup came out of the frame when I took the fork out and I hadn't noticed the way they were aligned before. I found contradictory information on line so emailed acros who replied with the document I shared. I've left mine in the slacker setting.
  9. H

    Cube one55 headset cups orientation

    I had similar questions with my one 44 so asked acros who sent me this document - my cups have a raised bump on the outer circumference, both cups are the same size so one each way makes sense.
  10. H

    Project to enable Bosch + Garmin integration

    I've just published a new release of my code which will now transmit both ANT+ and BLE power sensors so you can choose which one to use on your GPS. I've found that my Garmin 830 has a fairly fragile Bluetooth stack and running with the phone connected and the Bluetooth power sensor caused...
  11. H

    Project to enable Bosch + Garmin integration

    That spec gives less data than is already sent from the smart system to the flow app. No motor power, no assistance mode and loads of stuff that's not relevant to MTBers.
  12. H

    Project to enable Bosch + Garmin integration

    A few - it's even lower power than BLE, the connection process is simpler (probably more for me than you!), it has better connection stability (Garmins BLE stack is a bit flaky on some devices), the data capabilities of ANT are better (eg the full ebike profile) and some older Garmins only...
  13. H

    Project to enable Bosch + Garmin integration

    Thanks for the detail @notshy. The build process for the board will change for the next version as Arduino doesn't support ANT so I've changed to NCS (nrf's development environment). There's a few more steps to the build but the upload is simpler - it'd be great if you could check it on macOS...
  14. H

    Project to enable Bosch + Garmin integration

    Yes it can be and has been https://github.com/Nilogax/SmartBridge I'm currently working on adding an ANT+ power meter to the board, then populating what I can in the LEV profile.
  15. H

    Project to enable Bosch + Garmin integration

    @ATeam I've just updated the github repo with a new version of the Arduino sketch. I didn't have any issues with the connection on my ride today so let me know how this works for you. Thanks for the info about reverse charging from the phone, I've updated the README to include that...
  16. H

    Project to enable Bosch + Garmin integration

    It's an update to the sketch - if you see any other issues please try to record the exact circumstances so I can try to replicate them. FWIW I've started migrating to a different build environment for the board which will support ANT+, but the first step is replicating the current functionality...
  17. H

    Project to enable Bosch + Garmin integration

    Hmmm - maybe I won't archive my github repo just yet then. @ATeam FWIW I saw those issues myself on a ride today, first time I'd seen them but think I've got a fix, will test it further this weekend.
  18. H

    Project to enable Bosch + Garmin integration

    Looks like it's only an update for smart system bikes so there might still be mileage in my solution for older bikes. From what @bati has shared so far they use different UUiDs so I'll need to make some tweaks - if anyone with a gen 4 motor can capture a log of the data transferred I'm happy to...
  19. H

    Project to enable Bosch + Garmin integration

    Perfect timing Bosch 😂
  20. H

    Project to enable Bosch + Garmin integration

    Oh and in case it happens again, if the Garmin can't find the sensor it won't be anything to do with the app. The board is the only thing that the Garmin can see so if you could check what LEDs are showing that might help - especially if the blue one is flashing. Restarting the board should fix...
Back
Top