Skip to content

Add wom service and modify gyro data conversion - #72

Open
Lahorde wants to merge 2 commits into
sandeepmistry:masterfrom
Lahorde:pull_req_branch
Open

Add wom service and modify gyro data conversion#72
Lahorde wants to merge 2 commits into
sandeepmistry:masterfrom
Lahorde:pull_req_branch

Conversation

@Lahorde

@Lahorde Lahorde commented Mar 30, 2016

Copy link
Copy Markdown

No description provided.

Comment thread lib/cc2650.js
var xG = data.readInt16LE(0) / 128.0;
var yG = data.readInt16LE(2) / 128.0;
var zG = data.readInt16LE(4) / 128.0;
// rotation, unit deg/s, range -250, +250

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks good.

@Lahorde

Lahorde commented Apr 4, 2016

Copy link
Copy Markdown
Author

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

Copy link
Copy Markdown
Owner

Is issue still reproducible with a recent sensortag firmware?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants