I am also working on a similar case with the BMA253 sensor, could you guide me as to how to interpret these raw values to x, y and z values of the accelerometer? here is a snippet of the raw data from the sensor: These are 2 entries from the sensor. How do i get back xyz axis readings from this? [61,-52,-1,124,0,42,-1,-52,-1,124,0,44,-1,-53,-1,-128,0,48,-1,-51,-1,-125,0,41,-1,-49,-1,-117,0,47,-1,-47,-1,126,0,41,-1,-49,-1,112,0,35,-1,-50,-1,118,0,39,-1,-50,-1,114,0,36,-1,-52,-1,121,0,37,-1,-50,-1,104,0,28,-1,-51,-1,90,0,34,-1,-51,-1,98,0,31,-1,-49,-1,116,0,31,-1,-50,-1,116,0,30,-1,-50,-1,116,0,30,-1,-51,-1,99,0,30,-1,-55,-1,120,0,36,-1,-58,-1,-116,0,41,-1,-54,-1,115,0,33,35]
[61,-48,-1,90,0,27,-1,-47,-1,102,0,29,-1,-51,-1,111,0,41,-1,-51,-1,90,0,26,-1,-54,-1,99,0,33,-1,-54,-1,101,0,32,-1,-51,-1,104,0,29,-1,-49,-1,93,0,36,-1,-48,-1,110,0,30,-1,-50,-1,97,0,26,-1,-54,-1,113,0,35,-1,-52,-1,117,0,33,-1,-53,-1,110,0,34,-1,-52,-1,114,0,36,-1,-52,-1,123,0,31,-1,-52,-1,120,0,38,-1,-51,-1,90,0,39,-1,-51,-1,105,0,40,-1,-50,-1,106,0,31,-1,-52,-1,106,0,34,-31]
... View more