Other Parts Discussed in Thread: BLE-STACK
Hi everybody, I'm new in development with accelerometer/gyroscope sensors.
I'm creating ann IOS Application that connect to a TI SensorTag and tries to detect movements of the sensor (sensor goes up/down, left/right, rotates, etc. etc.).
I'm googling every day searching for something like tutorial or code that could help me.
At this moment I tried to implement a simple version of Kalman Filter but I didn't succeded and I don't know if this is the right way for my purposes.
I would like to know how to calculate the roll/pitch/yaw values, reading the data from accelerometer and gyroscope.
Furthermore I noticed that the outputs of accelerometer and gyroscope continue to oscillate in a little interval of values also when my SensorTag is stable on the ground, so I can't be able to know when my sensor is really motionless.
Could you help me please?
Thanks