Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/miband
Daniele Gobbetti d68a4211b6 First attempt at parsing the live sensor data, see issue #63
- Live sensor data reading is toggled using the "Set music info" in the debug activity.
- The readings are ONLY logged at the moment
- The miband increments a "counter" (two bytes) at every reading, but it may be that more readings are sent with the same counter value. This is already addressed.
- The name of the axes is general (axis1, 2 and 3) because we still don't know which is which
- It could be that the axes depend on the wear location (especially wearing as a necklace means that the miband rests in a vertical position, while wearing on the wrist means it rests in a horizontal position). NB: It could be that we get RAW data, hence not dependent on the wear location.
- Since the miband may be inserted in two directions in its strap, I guess this also has to be taken into account
- the battery impact of reading this data in unknown
2015-07-02 10:26:32 +02:00
..
AbstractInfo.java #15 support for reading firmware version and battery info 2015-04-19 22:20:47 +02:00
BatteryInfo.java #46 make all strings localizable 2015-05-01 01:26:30 +02:00
DeviceInfo.java androidstudio vs. eclipse :/ 2015-05-01 01:49:43 +02:00
MiBandConst.java further improvements: 2015-06-30 06:40:46 +02:00
MiBandCoordinator.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
MiBandNotifyAction.java Reformat code and optimize imports 2015-06-13 00:32:48 +02:00
MiBandPairingActivity.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
MiBandPreferencesActivity.java Support for vibration profiles, configurable for notifications 2015-06-21 19:46:01 +02:00
MiBandService.java First attempt at parsing the live sensor data, see issue #63 2015-07-02 10:26:32 +02:00
MiBandSupport.java First attempt at parsing the live sensor data, see issue #63 2015-07-02 10:26:32 +02:00
MiBandTransactionBuilder.java WIP for fetching activity data 2015-06-01 21:47:01 +02:00
SetDeviceStateAction.java Reformat code and optimize imports 2015-06-13 00:32:48 +02:00
UserInfo.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
VibrationProfile.java reformat code 2015-06-30 12:09:29 +02:00
miligatt.txt fix unpaired MI devices disappearing from view (#15) 2015-04-20 23:25:46 +02:00