This is a demo project for the Pmod GYRO made by Digilent. The X, Y and Z components of the angular velocity are measured and displayed on the Serial monitor. To control the Pmod, an Arduino UNO is used, which also sends the data to the computer. To communicate with the peripheral device, I2C communication protocol is used, which is made simpler by the usage of the L3G4200D Arduino Library. Measurements are integrated to get the deviations from the initial position, then displayed with the help of the serial plotter.
Using the Pmod GYRO with Arduino Uno
Application notes for Pmod GYRO and Arduino Uno. In this app, 3 components (x, y, z) of the gyroscope are displayed in the serial monitor.
Thanks to Lextronics.
Comments