Info on the accelerometer?

Discussion in 'UDOO X86' started by mkopack, Apr 26, 2017.

  1. mkopack

    mkopack Member

    Joined:
    Jun 14, 2013
    Messages:
    451
    Likes Received:
    21
    Has anybody figured out how to work with the built in 6-DOF? I found the link to the product page for the chip they're using, and it has some code, but I can't tell if it's for use on the Arduino side or the Braswell side. I'm hoping there's a way to access this from the Arduino side.
     
  2. Markus Laire

    Markus Laire Active Member

    Joined:
    Mar 9, 2017
    Messages:
    225
    Likes Received:
    91
    It is Arduino side, my understanding is that it's just the standard 6-DOF which comes with any Arduino 101, so look for Arduino 101 tutorials/examples for that.
     
    fabio978 likes this.
  3. Markus Laire

    Markus Laire Active Member

    Joined:
    Mar 9, 2017
    Messages:
    225
    Likes Received:
    91
    Andrea Rovai likes this.
  4. Brad

    Brad New Member

    Joined:
    Apr 25, 2017
    Messages:
    21
    Likes Received:
    6
    In the downloaded Arduino IDE, the examples are in File -> Examples -> Examples for Arduino/Genuino 101 -> CurieIMU.
    You'll need to open the serial monitor (under "Tools" or press Ctrl + Shift + M) in order to see the output.
     
    Andrea Rovai and fabio978 like this.
  5. mkopack

    mkopack Member

    Joined:
    Jun 14, 2013
    Messages:
    451
    Likes Received:
    21
    Ah nice! I've only ever messed with Unos, Megas, and then the Teensy's so I wasn't aware this was a standard part on some of the newer boards...
     

Share This Page