Hi,
I am trying to make my own "TrakDot" luggage tracking device, and for that I am gonna make the feature that disables all the antennas when the airplane leaves the ground (accelerates) and when it lands again (decelerates).
But since I don't have a lot of experience with accellerometers, I can't really figure out how to approach the following:
How can I figure out what orientation the accellerometer is in? I mean, if I put it in my suitcase, it could be pointing north, south, east, west, 45* angle or be upside down after the baggage-guys have thrown it around a few times.. How do I know/register that the airplane accelerates when I don't know if it's accelerating on X or Y or somewhere in between?
I am using the MPU-6050MPU-6050 module which also has an integrated gyroscope maybe somehow that can help me determine on what axis I should measure the acceleration
Thanks!
-Kenneth