Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7418495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:53:54+00:00 2026-05-29T07:53:54+00:00

i have trouble getting the accelerometer data from core motion manager…i followed the documentation

  • 0

i have trouble getting the accelerometer data from core motion manager…i followed the documentation and it still doesn’t work 🙁

self.manager = [[CMMotionManager alloc] init];
self.manager.accelerometerUpdateInterval = 0.01;
[self.manager startAccelerometerUpdates];

CMAccelerometerData *newestAccel = self.manager.accelerometerData;

int x, y, z;
x = newestAccel.acceleration.x;
y = newestAccel.acceleration.y;
z = newestAccel.acceleration.z;

any help would be very much appreciated!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T07:53:55+00:00Added an answer on May 29, 2026 at 7:53 am

    I managed to make it work using blocks, here’s the code that I managed to get working:

    NSOperationQueue *theQueue = [[NSOperationQueue alloc] init];
    
    _returnedData = [[CMAccelerometerData alloc] init];
    _motionManager = [[CMMotionManager alloc] init];
    
    [_motionManager startAccelerometerUpdatesToQueue:theQueue withHandler:^(CMAccelerometerData *accelerometerData, NSError *error) {
    
        _returnedData = _motionManager.accelerometerData;
    
        int x = _motionManager.accelerometerData.acceleration.x;
        int y = _returnedData.acceleration.y;
    
        NSLog(@"X: %i, Y: %i", x, y);
    }];
    

    You can either access the accelerometerData.accelleration directly from the CAMotionManager or by creating an instance of CMAccelerometerData and assigning the variables to that. Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I seem to have trouble with getting data from a php array, I've looked
I am having trouble getting some data from a JSON object which I have
I have trouble getting a custom ObjectDataSource for an asp:ListView control to work. I
Hi I am having trouble getting an embedded js file to work. I have
I'm having trouble finding/getting any logging output from a web service. I have a
On 10.7.2 I have trouble getting standard NSDistributedNotifications to work out of the box.
iI have some trouble getting sth like this to work in java: public class
I am having trouble getting this to work. I have variables initiated in main
I am having a little trouble getting this to work. I have several anchor
I am having trouble getting the page to work. I have my form method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.