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

Support LSM6DSV IMU #308

Closed
wants to merge 65 commits into from
Closed

Support LSM6DSV IMU #308

wants to merge 65 commits into from

Commits on Aug 1, 2023

  1. Add LSM library

    Started implementing it on a bno080 copy
    wigwagwent committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    71857ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d16e7b View commit details
    Browse the repository at this point in the history
  3. lsmdsv16x: standardize file names (low level lib without word sensor,…

    … sensor impl postfixed with sensor. Fix compilation errors
    l0ud committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    48dda5f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Added fusedRotation math

    wigwagwent committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d21463e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10508c9 View commit details
    Browse the repository at this point in the history
  3. Forgot curly brackets

    wigwagwent committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f315875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0521675 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    906b935 View commit details
    Browse the repository at this point in the history
  6. FIFO works, no SF data

    gorbit99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3555bf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9de426e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    177e8c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    20b7484 View commit details
    Browse the repository at this point in the history
  2. Add IMU Self Test

    wigwagwent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    57f22ae View commit details
    Browse the repository at this point in the history
  3. Slimevr gets rotation

    wigwagwent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3f4a5b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Code cleanup

    gorbit99 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8cfc0a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93033f4 View commit details
    Browse the repository at this point in the history
  3. Code fixes

    gorbit99 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    79a0e54 View commit details
    Browse the repository at this point in the history
  4. Added temp monitoring

    gorbit99 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    93ee749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e30ae30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04cbbcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e53b549 View commit details
    Browse the repository at this point in the history
  8. Converted Gs to m/s^2

    gorbit99 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b43bd0d View commit details
    Browse the repository at this point in the history
  9. Self-test should now work

    gorbit99 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    124f00c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1600a70 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Code cleanup

    gorbit99 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f2ab2d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    3c74d2a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add acceleration Offset

    wigwagwent committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5179cea View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    44977ea View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. use the same highest ODR for gyro and accel, change accel sensitivity…

    … to 16g gyro to 1000dps
    l0ud committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0bba914 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Inital work on esp fusion

    wigwagwent committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7affc34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f7caa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    52347a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4f94a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    8870218 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    bf800a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a19485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d1eccf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    fd1a8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    1516ec4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    69ed8eb View commit details
    Browse the repository at this point in the history
  2. Make the merge build

    wigwagwent committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    86cda95 View commit details
    Browse the repository at this point in the history
  3. Add tap detection

    wigwagwent committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d99ea15 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    4906d14 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    01bd912 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    wigwagwent committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    992cffd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    33b741c View commit details
    Browse the repository at this point in the history
  2. Update gyro sens cal

    wigwagwent committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d2881c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c6d8df View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Rename last folder

    wigwagwent committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7642ac4 View commit details
    Browse the repository at this point in the history
  2. ESP fusion is weird again

    wigwagwent committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c02bcee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97243d View commit details
    Browse the repository at this point in the history
  4. Fix build

    wigwagwent committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    2c97226 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    d9d8fd3 View commit details
    Browse the repository at this point in the history
  2. Remove debugging code

    wigwagwent committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e1a5bbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0b472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbf517a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Update Readme to add lsm

    wigwagwent committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6f8d40e View commit details
    Browse the repository at this point in the history
  2. update lsm lib from 16x

    wigwagwent committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    af9d7d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10a7a27 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    wigwagwent committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8029bce View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Fix calibration

    wigwagwent committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    15f544b View commit details
    Browse the repository at this point in the history
  2. Default to builtin fusion

    wigwagwent committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    fada70f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    21be624 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Update README.md

    wigwagwent committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f574956 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    81a652b View commit details
    Browse the repository at this point in the history