particle-iot / ElectronAssetTracker

Library for the Electron Asset Tracker!
Apache License 2.0
53 stars 84 forks source link

Orientation implementation #2

Open franciscocabrera23 opened 8 years ago

franciscocabrera23 commented 8 years ago

Hi i have tried using the function getOrientation() which is private, i edit it and make it public, however there is no implementation on .cpp for it. Any ideas?

technobly commented 8 years ago

I'm guessing this is meant to give an orientation vector from the accelerometer. Another way to hook this up might be to use the GPS heading response.

franciscocabrera23 commented 8 years ago

Yes i need the orientation from North axis, for example 238 degrees from north. Is this possible? Any help?

El 20 jun 2016, a las 12:34, Brett Walach notifications@github.com escribió:

I'm guessing this is meant to give an orientation vector from the accelerometer. Another way to hook this up might be to use the GPS heading response.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

technobly commented 8 years ago

I would post your question on the community as feature request. https://community.particle.io/

We can keep this open here as a thread to discuss what the getOrientation() function should provide.