Skip to content

9 axis Imu Code - Jackson R - #22

Open
Socrates323 wants to merge 1 commit into
mainfrom
9-axis-IMU-Code
Open

9 axis Imu Code - Jackson R#22
Socrates323 wants to merge 1 commit into
mainfrom
9-axis-IMU-Code

Conversation

@Socrates323

Copy link
Copy Markdown
Collaborator

This is my first version, has not been tested. Initializes and defines sensor, reads data, and stores in a csv.file on an Sd card on the teensy.

This is my first version, has not been tested. Initializes and defines sensor, reads data, and stores in a csv.file on an Sd card on the teensy.

@AnyiLin AnyiLin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, sorry for the delay on this. There are a few syntax errors, like using "MyIMU" instead of "myIMU" on line 46 and "dataFile" being declared in setup() and therefore unable to be accessed from loop(). Additionally, we will want to set the gyro range to greater than 250 deg/sec, since vibrations will likely exceed this range. Instead, we will want to set the gyro range to whatever the maximum is. Other than that, this looks to be good for testing the imu.

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

Successfully merging this pull request may close these issues.

2 participants