sandeepmistry / node-sensortag

Node.js lib for the TI SensorTag
MIT License
218 stars 111 forks source link

Add wom service and modify gyro data conversion #72

Open Lahorde opened 8 years ago

Lahorde commented 8 years ago

WOM is based on accelerometer when the high passed sample from any axis has an absolute value exceeds a user-programmable threshold. Consequently, for those sensing magnetic field without moving sensortag, wom will be a disadvantage!

I've tested #64 issue with a simple test code and I got magneto values : https://gist.github.com/Lahorde/9628db14b7319bb210d9b3c6d4f8cbc8

Is issue still reproducible with a recent sensortag firmware?

sandeepmistry commented 8 years ago

Is issue still reproducible with a recent sensortag firmware?

@Lahorde for me yes. @zywind any comments on this?