Support for MPU6500 #73
Closed
Bananamannn
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
The 6000 has the same features as the 6050 (3 axis gyro) but the i2c library that i use only supports the 6050. I dont know if hey have the same api commands and features. But all the gyro code is in one class so it could be done if there is an library for arduino. I dont have any of those chips so i cant trst either. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@Bananamannn I've just published beta2 with this change. Let me know if it works, if not I can build a version with more verbose output for the gyro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Would it be possible to add support for the MPU6500 as well as the MPU6050? They both appear to have the same operational values but have different addresses 0x34 for the 6050 and 0x38 for the 6500.
Beta Was this translation helpful? Give feedback.
All reactions