muse-js icon indicating copy to clipboard operation
muse-js copied to clipboard

Accelerometer: x=-0.00g, y=-0.00g, z=

Open markusvankempen opened this issue 6 years ago • 3 comments

Hello Accelerometer data is always 0.00 : x=-0.00g, y=-0.00g, z=0.00 just changes -/+ ... Any idea why

markusvankempen avatar May 04 '18 10:05 markusvankempen

Interesting... which hardware/firmware revision have you got?

Does the accelerometer work with other apps?

urish avatar May 04 '18 13:05 urish

Name: Muse-72D2 Firmware: 1.2.13, Hardware version: 4.1. Temperature: 28℃, Battery: 78.14% Accelerometer: x=0.00g, y=0.00g, z=0.00g

In the muse app i can not tell though ... let me check

markusvankempen avatar May 11 '18 19:05 markusvankempen

looks like if i just dump the data... is works accel = { sequenceId: 1285, samples: [ { x: 1261, y: 2381, z: 15971 }, { x: 1232, y: 2390, z: 15949 }, { x: 1260, y: 2373, z: 15950 } ] } }

maybe something in your normalize function

markusvankempen avatar May 11 '18 20:05 markusvankempen