Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNew Feature: BLE sensor #51
Comments
|
There are lots of cool features that could be implemented on the app, but our intent is to keep the app simple and basic. Do One Thing and Do It Well I think the proposed feature must be evaluated, thought and planned very well, in order to avoid intrusive and bloating functions. It isn't a small feature to implement: it needs a lot of code (implementation of tcx format in Exporter and Settings, BLE routines, DB modification, User Interface relayouts, and so on). I think we need some ideas about the User Interface implementation and a code proposal:
|
|
Hello Graziano and thanks for the answer. You are right it's not a trivial task. I've started an app on my own to see if I could to any point, but than I found your app which I think is very well made, and I thought I could implement what I need in your app (of course in a fork with pull request eventually). https://github.com/gion86/BikeTrack It's very simple and "just started' but it can:
So, I might try to "move" these features in your app. |
|
Intriguing, |
|
I am using a "commercial" sensor: https://hmm.info/products/smartlab-hrm-w-heart-rate-monitor-with-ant-bluetooth/ So I think we will never find the schematics..... But I guarantee that works with my application (and many others...) |
|
@gion86 Like I said, the inclusion of the proposed feature must be first evaluated.
|
|
OK, sorry for the link, this is the correct one: I will try to fork and implement this feature, but it's going to take some time. Anyway now I have upgraded my phone (Huawei P10 LIte) to Android 8.0.0, and I'm having many problems with "always on" applications.. They don't stay "active". |
@gion86 yes, a new issue will be perfect. We already have a couple of feedbacks about this behaviour, thus we already started to look around in order to fix the problem in the next app update. |




Hello, is everyone interested in Bluetooth Low Energy support for this app?
So one can bind an heart beat sensor for example and have all the informations (GPS track and heartbeat) in the same file. It could be exported as .tcx file...
Thank you!