Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FIFO, gyroscrope calibration support #14

Closed
wants to merge 11 commits into from

Commits on Jun 17, 2020

  1. Started to define constants to access FIFO registers. Changed value a…

    …s suggested in issue #13. Added a quick and dirty sketch to allow easy compiling and testing of the library while developing.
    kaiiorg committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    03c8270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6419c7f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. More work on using FIFO and discovered that the potential fix in issue

    …#13 changes the filter and the values read from the accelerometer. Leaving the register at the default value doesn't change the values read.
    kaiiorg committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    64c33f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113be07 View commit details
    Browse the repository at this point in the history
  3. If there aren't any values in the FIFO, the values you read might be …

    …the acceleration values? Getting some really weird values.
    kaiiorg committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    f6dd85e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Got the fifo read method writing to a buffer instead of just spitting…

    … the data out the Serial line. Still getting some really wacky numbers for the gryo. Still not sure how to fix that.
    kaiiorg committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9c33200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173adb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a6253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e2d34a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    eb2edef View commit details
    Browse the repository at this point in the history
  2. Fix spelling errors

    kaiiorg committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    777e81e View commit details
    Browse the repository at this point in the history