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 for Adafruit Feather Sense Board with the new LSM6DS3TR-C 6 DoF sensor #38

Open
SouthernAtHeart opened this issue Mar 17, 2024 · 0 comments
Assignees

Comments

@SouthernAtHeart
Copy link

SouthernAtHeart commented Mar 17, 2024

  • Arduino board: Adafruit Feather Sense

  • Arduino IDE version (found in Arduino -> About Arduino menu): 2.2.1

  • From Adafruit's Feather Sense page:

As of January 10, 2024 - We have replaced the discontinued LSM6DS33 with an LSM6DS3TR-C 6 DoF sensor. The performance is improved however new firmware libraries will need to be used in order to read the accelerometer and gyroscope.

It seems the there IS a library for the LSM6DS3TR-C, so it is just a simple matter of adding a reference to it in the Adafruit_AHRS library.
I was able to make the Adafruit_AHRS library work by changing just a couple lines of code in the example sketch, as I mentioned in this forum post:
https://forums.adafruit.com/viewtopic.php?p=1007969#p1007969

Also, another library that is affect is the Adafruit_Sensor_Calibration.

@caternuson caternuson self-assigned this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants