-
Notifications
You must be signed in to change notification settings - Fork 658
WIP: Enable reading of sensor data #1081
base: master
Are you sure you want to change the base?
Conversation
Rebase of Freeyourgadget#894 from @atx
+1 for me (but I don't have a miband 2 to test) |
@danielegobbetti I am working on it, but this is my first project for Android. I am still looking for some hints and tips to how to test/debug on my device... any help? :) |
This comment has been minimized.
This comment has been minimized.
i have mi band 2 and i want to test the raw accelerometer data, but i dont know how to use the submitted code... i downloaded Gadgetbridge app and paired my mi band 2..but there is no Fetch sensor data option in Debug...do i have to do any firmware update? |
@jimkaragian this feature is not shipped with the app, you need to compile the source code and run the "self-compiled" app on your phone. |
@thePanz sorry for asking but im totally new to this area..how to compile an apk? |
@jimkaragian about the code: you can just clone my repository :) and yes, graddle is a building tool: I use Hope any of the maintainers will help here with the "compiling" questions, it could be cool if such instructions were available in the main repository too, under a |
is this also implemented in the mi band 3 firmware? |
@h3ndrik I have no clue about the MiBand3. Actually I wasn't even able to test this on my MiBand2 :( |
Did some work on parsing the output to XYZ values.
and here is some example output
|
Rebase of #894 from @atx