3-Axis Gyro Sensor(MPU-6050,GY-521)

아두위키 : Arduwiki
ArduWiki (토론 | 기여)님의 2024년 3월 24일 (일) 12:22 판 (Created page with "{{#seo:|title=아두위키 : 아두이노 3축 자이로 센서(MPU-6050) 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 3축 자이로 센서(MPU-6050), 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 3축 자이로 센서(MPU-6050, GY-521)를 제어하는 방법(사양, 라이브러리, 기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에...")
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

The MPU-6050 sensor module, also known as GY-521, is a popular and widely used motion tracking device that combines a 3-axis gyroscope and a 3-axis accelerometer on a single chip. This integration provides the ability to detect both rotational movement (gyroscope) and linear acceleration (accelerometer) in all three dimensions.

Specifications

  • Operating Voltage: 3.3V ~ 5V
  • Communication Method: I2C
  • Gyroscope Sensor Range: ± 250, 500, 1000, 2000 degrees per second
  • Accelerometer Sensor Range: ± 2, 4, 8, 16 [G]

Connection

MPU6050 Arduino
VCC 5V
GND GND
SCL A5
SDA A4

Library

Example Code

The library includes example code.

Execution Result

  • The values displayed on the serial monitor are in the order of yaw, pitch, and roll.