piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 51 forks source link

Parse Motion characteristics and refresh of data #290

Closed jmlich closed 10 months ago

jmlich commented 10 months ago

The steps counter is showing zero upon start of application. Refreshing of steps counter will provide accurate information.

In the same time I was wondering how to work with x, y, z coordinates. It could be handy to collect detailed data in order to do some machine learning and classification of activity. However, I am still not sure about interface so I have implemented parsing of QByteArray to verify that I am able to read the value, but keeping rest of it for future myself.

I have also noticed, that steps counter goes sometimes to zero. I am not sure what is source of that.