A gyroscope is a device for measuring or maintaining orientation, based on the principles of angular momentum. Modern high-end Mobile devices have been supplying this device.Thus, many uses are found in Android API and iOS API.

learn more… | top users | synonyms

0
votes
0answers
11 views

Msp430g2553 i2c communication library with itg3200 gyroscope

I've been creating an I2C library for communicating with ITG3200 gyroscope for MSP430g2553 experimental launchpad. I still have slight problems with sequential reading and the signed values but I'm ...
1
vote
0answers
16 views

detecting a mobile device flat movement in 2D space - is it possible?

I program mobile apps using Adobe AIR but i guess this question refers to mobile development in general. I would like to do something like a 2d drawing app with the movement of the mobile device ...
0
votes
0answers
13 views

Can I use Python (with pyfirmata) to read and use data from a gyroscope connected to an Arduino?

I have my Arduino hooked up via serial to my computer and can do basic digital writes and stuff to the Arduino with Python (using the pyfirmata library). So what I'd like to know is whether or not I ...
0
votes
0answers
27 views

Phonegap - Measure Acceleration from car

I am using phonegap and i would like to measure Acceleration/deceleration and cornering forces in a car using iPhone and Android. Accessing the Accelerometer values via phonegap (Y values for ...
1
vote
0answers
31 views
+100

Attitude change - angles and axis issue - quaternion math

I have an app that records angles as user is walking around an object, while pointing device (preferably) at the center of the object. Angle gets reset on user's command - so reference attitude gets ...
0
votes
0answers
72 views

Arduino I²C master reader from ITG3200 gyroscope

I'm using the Energia library which converts Arduino libraries into MSP430 libraries. I connected the gyro into Launchpad and built the circuit with the required pull-up resistors. Here is the example ...
0
votes
0answers
53 views

iPhone Gyro Filtering/Smoothing in JavaScript

I'm building a web app that uses the iPhone gyro to manipulate the screen. Currently it's just pretty basic javascript listening to the gyro like this: window.ondeviceorientation = function(event) { ...
1
vote
1answer
110 views

Msp430 i²c module and libraries

I have a project that has a MSP430G2553 master device and a Triple-Axis Digital-Output Gyro ITG-3200 Breakout slave. ITG3200 uses i²c protocol to communicate so i've been checking out the i²c module ...
1
vote
2answers
47 views

Excessive “flickering” in CMMotionManager deviceMotion attitude values

I'm logging the "attitude" value I get from CMMotionManager deviceMotion in a CADisplayLink callback (I have a need to perform an animation based on device rotation). The values seem to "twitch" by a ...
1
vote
1answer
118 views

Using accelerometer and gyrometer to track the phone movement independently from the orientation

I have been experimenting with the Coremotion APIS, with the goal of transforming the coordinates from the phone reference system to the "earth" reference system as the one that is stored in the ...
0
votes
1answer
118 views

Gyro CMAttitude pitch, roll and yaw angle problems

I have a problem getting pitch, roll and yaw angles from CMAttitude class. First, I did a normal Gyro using 'CMMotionManager' class and atributes x,y,z and worked fine. Then, I tried to use ...
0
votes
0answers
20 views

ipod accelerometer gyro output rate

Hello I was wondering if anyone could help me find information/specs on the accelerometer/gyro in the iPod touch. I would like to figure out how quickly these output data.
-1
votes
1answer
70 views

Using GPS and gyroscope to determine walking/cycling or driving? [closed]

Description of the problem I'm developing android application using a gps tracking to find out means of transportation, say <3 m/s is walking, 3-6 cycling and >9 is driving. But on the bus(which ...
0
votes
1answer
111 views

how to use iOS accelerometer without UIAccelerometerDelegate

Is it possible to request the values of the Accelerometer/Gyroscope without using continuous delegation (like using UIAccelerometerDelegate or something like CMMotionManager startGyroUpdatesToQueue)? ...
0
votes
0answers
32 views

Need help replicating iOS Music.app volume slider reflections

I am trying to replicate the Music.app volume slider reflections just for fun and introducing myself to CoreMotion.framework. Here is my demo project. The problem is, when you tilt the device about ...
0
votes
1answer
74 views

Obtaining orientation using gyroscope and accelerometer

I want to monitor the orientation of a device on 2 axis: very simply: which way is down. It must maintain accuracy over extended time period (12 hours) It will be subject to rotations and ...
-1
votes
1answer
92 views

How to run windows phone 8 gyroscope in the background?

I am trying to create a windows phone 8 application that uses gyroscope. I would like to run this application in the background. How can I do that?
0
votes
1answer
83 views

DeviceOrientationEvent for Adobe Air

I'm trying to build a game for iOS using Adobe Air and Flash Builder 4.7, I need to read the gyroscope data to find out what is my alpha rotation value(0-360), I've been searching around for libs and ...
0
votes
3answers
95 views

Android accelerotmeter - detecting a person turning

I have started to play with interacting with the accelerometer and had an interesting question. Is there a way to reliably detect if a user is turning on the spot with the phone - and how much (e.g. ...
0
votes
2answers
171 views

16 bit value in 2's compliment, confusing

I am working on reading data from a gyroscope and I am getting the data back just fine but the values are not as expected. I am thinking this is due to an error in my coding after searching around for ...
2
votes
1answer
109 views

Gyroscope CMAttitude setting custom reference frame

I'm using pitch and roll from CMAttitude to control the position of a point in an iPhone Game. As I start the level, I register the reference attitude and during the game I use [attitude ...
0
votes
0answers
133 views

cant work with gyroscope in Android

Im trying to work with gyroscope in Android. this is my code //on the onCreate method sensor = (SensorManager) getSystemService(SENSOR_SERVICE); //the on onSensorChanged method @Override public void ...
1
vote
0answers
70 views

GyroListener created in onCreate() is null in onResume()

I create a GyroListener in onCreate() and use it in onResume(). Sometimes I get a NullPointerException in onResume(), but I don't understand how that can be, because onCreate() is always called be ...
0
votes
2answers
62 views

Determine if device has moved

How can I determine whether an Android device has moved? By "moved", I mean that if it is laying still on a table and someone picks it up, I can detect that it has moved. I was thinking of using the ...
0
votes
1answer
160 views

The result of gyroscope sensor Android

I just did my project for getting data gyroscope sensor. If I put my handphone on the table horizontally, the result of gyroscope sensor are : Roll (X) : 5.326322E-7 Pitch (Y) : 5.326322E-7 Yaw (Z) : ...
0
votes
0answers
104 views

Gyroscope sensitivity scale factor [closed]

I'm using LSM330DLC chip to calculate the attitude of aircraft. I am able get raw data out of output channels of gyroscope and accelerometer which is in 2's complement form. This document suggests ...
0
votes
1answer
150 views

getting angle using gyroscope in android

Can I calculate the angle from gyroscope with this code? I mean is the calculation of dT correct? public void onSensorChanged(SensorEvent event) { switch (event.sensor.getType()) { ...
-1
votes
1answer
97 views

Attitude calculation from mems gyroscope

I'm using MEMS gyroscope to calculate orientation of device(Yaw, Pitch and roll). I got following pdf which specifies about how to process raw data available from chip and calculate orientation. This ...
0
votes
2answers
226 views

Drawing in 2D space using Accelerometer (gyroscope?)

I am trying to create an application that will track movement of the device in 2D space. After doing research online, all I could find that one way to do it is integrate linear acceleration twice but ...
0
votes
0answers
69 views

Updating sprite positions from gyroscope parameters in iphone

I'm trying to update the position of an image sprite in cocos2d by using pitch, roll, and yaw values from gyroscope(like in the iphone app 'skyview'). How can do that? I just want the relation between ...
0
votes
1answer
123 views

Gyroscope using Cocos2d-x

Does Cocos2d-x gives support for using gyroscope? And if it isn't, then how can i use it? Reply asap. Thanks
13
votes
1answer
619 views

Gyroscope on iPhone

I need some help using gyroscope on iPhone. I can't understand readings from CMAttitude regarding pitch, roll and yaw in a particular situation. This is my code - ...
1
vote
0answers
97 views

Convert between coordinate spaces

I'm trying to simulate a realistic camera in OpenGL ES, using iPhone camera and data received from gyroscope sensor. Basically when I receive roll, pitch and yaw rotation from gyroscope I pass them to ...
1
vote
1answer
245 views

Injecting G-Sensor, Accelerometer or Gyroscope Events to running Apps

I have again a question where I am stuck at. Seems like the possibilities with Android aren't so "endless". My app (systemsigned) is now able to inject KeyEvents and PointerSyncs - using ...
3
votes
2answers
338 views

Detect 360° iOS device rotation using gyroscope

I want my app to be able to detect a device rotation while the device is held horizontally. I could use readings from a compass but I believe yaw values from the gyroscope would be more accurate. ...
3
votes
1answer
571 views

Gyroscope Issues with Device Orientation

I'm getting pitch and roll data from my device's gyroscope using this tutorial: http://www.thousand-thoughts.com/2012/03/android-sensor-fusion-tutorial/ All the readings are extremely accurate ...
2
votes
1answer
375 views

Gyroscope drift on mobile phones

Lots of posts talk about the gyro drift problem. Some guys say that the gyro reading has drift, however others say the integration has drift. The raw gyro reading has drift[link]. The integration ...
0
votes
0answers
119 views

Why can't specify sensor delay for gyroscope

As we know we can specify the sensor delay as an absolute value (in microseconds) above Android 3.0 (API Level 11) from this link. I tried it for accelerometers, it really worked. I set the time ...
1
vote
1answer
113 views

unmatched sampling frequency of accelerometer and gyroscope

I'm working on the IMU of mobile phones. I need to get reading from accelerometer and gyroscope at the same time. But I find their reading frequency isn't the same. How could I to retrieve reading ...
0
votes
1answer
287 views

Gyroscope/Compass and Device Orientation

I'm making a compass app for Android and I've managed to capture the azimuth by using the gyroscope, accelerometer, and magnetometer (see here for the tutorial I used). Unfortunately, the compass ...
-2
votes
1answer
190 views

How to detect vertical motion using sensors in android and use it to locate potholes in a locality [closed]

I have made a program to get the latitude and longitude of a place (GPSTracker). Now using it i want to locate points in a locality which have holes / small pits. I think this will be possible through ...
0
votes
1answer
168 views

Android Permissions - Gyroscope-support with OpenGL ES2

I added a require gyroscope and OpenGL ES2 support to my Android manifest, and it seems that many more devices than should be are now eliminated on the market. Does anyone know why the Motorola ...
0
votes
2answers
107 views

Do I need to use NSTimer to get data from gyroscope iOS?

Right now I'm using the following code to get Euler values from the device's gyroscope. Is this how it's supposed to be used? Or is there a better way without using NSTimer? - (void)viewDidLoad { ...
1
vote
2answers
115 views

CoreMotion-DeviceMotion not available on iPad 3

I have this strange problem. In my app I'm asking the device, if DeviceMotion is available: if (coreMotionManager.isDeviceMotionAvailable) { coreMotionManager.deviceMotionUpdateInterval = 1.0 / ...
0
votes
3answers
3k views

Using MPU6050 accelerometer/gyroscope module

I'm testing my MPU6050 module with Arduino Mega. I found Jeff Rowberg has written a library for this. I tried with this example provided by him. But the Arduino IDE gives a large number of errors when ...
0
votes
0answers
19 views

How can I make gyroscope and accelerator work and access the sensor's API when the iphone screen is locked? [duplicate]

Possible Duplicate: Building Pedometer with Core Motion i am developing an app, that need access the gyroscope, accelerator inside of iphone. But iphone seems blocking these sensors when ...
1
vote
1answer
229 views

Translate Gyroscope readings to bearing in degrees

I am trying to find the angle of rotation of a car while it makes a turn using Gyroscope from an Android device. So imagine a car is travelling in a bearing of angle 168 and makes a right turn on a ...
3
votes
1answer
2k views

Using Android gyroscope instead of accelerometer. I find lots of bits and pieces, but no complete code

The Sensor Fusion video looks great, but there's no code: http://www.youtube.com/watch?v=C7JQ7Rpwn2k&feature=player_detailpage#t=1315s Here is my code which just uses accelerometer and compass. I ...
2
votes
0answers
143 views

Server unable to send stored db data via email in android app

I have an application where the accelerometer/gyroscope/linear acceleration/ latitude/longitude readings are sent to the server to track the user. This issue I am facing when the mobile device doesnt ...
3
votes
2answers
499 views

Drifting yaw angle after moving fast

In my current project I ran into trouble regarding the quaternion provided by Core Motion's CMAttitude. I put the iPhone 5 (iOS 6.0.1) at a well defined start position. Then I start to move the device ...

1 2 3 4 5