-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement communication to IMU #25
Comments
@EasternEdgeRobotics/developers this is up for grabs is anyone wants to take it |
@whymarrh Currently working on this item. The best library to use seems to be: Sample code of interest: |
Though they'll share the underlying communication protocol, is this different from the thruster stuff (#9)? |
The thrusters are run through an I2C interface. I was considering using PI4J for this. |
Ah, I completely misread this. After basic code for i2c communication is added, the IMU portion of the task can be handed off. |
Current status of AltIMU-10 v3 components:
Device details:
Output format (I²C):
Sensitivity range:
|
Note that the AltIMU devices use predefined I²C addresses. We're going to use the grounded (low) addresses, however, we should avoid re-using any of these addresses to avoid future conflicts. Reserved Addresses: |
The amount of time required to make IMU output useful to us is greater than the amount of time we have. |
The IMU communication is via I2C
The text was updated successfully, but these errors were encountered: