I am trying to build a Fitbit style fitness tracker for my 4 month old puppy. I am using a TinyZero processor, Pulse Ox sensor, Accelerometer sensor, and SD card shield. My plan is to classify activity into 4 different categories. The first would be walking which would be determined by lots of change in X and Y and a heart rate between 80-120. the next is running which is classified the same way as walking but the heart rate is between 120 and 200. the next category is playing which is classified by moderate change in X, Y, and Z with a heart rate between 80 and 200. The last category is resting which is classified by low to no change in X and Y with a heart rate below 90.
I was wondering if someone knew what the units for x, y, and z captured by the Accelerometer Wireling are so that I can get an accurate view of what moderate and high change in the x and y values is actually like in the real world.
Thanks in advance