urish/muse-js

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

markusvankempen opened this issue · 3 comments

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

urish commented

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

Does the accelerometer work with other apps?

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

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