HOME » Computers & Accessories » Desktop Computers » Server PC » GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF

GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF
GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF1GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF2GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF3GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF4GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF5

ส่งฟรี เก็บเงินปลายทาง
ฟรีค่าจัดส่ง จัดส่งเร็วภายใน 2-3 วัน
คืนเงิน/คืนสินค้าได้ใน 7วัน

GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF


รหัสสินค้า : 4556951060

แสดงความคิดเห็น

เก็บโค้ดส่วนลด

ราคา :

65

65฿

ประหยัดทันที  0%

FLASH⚡SALE

จะหมดใน 59:00 นาที


โปรโมชั่น ถึง 22/9/2024

Share :

GY-521 MPU-6050 module three-axis acceleration gyroscope 6DOF

เซนเซอร์ GY-521 หรือ MPU 6050 6-axis สามารถวัดได้ 6 แกน 1. Accelerometer วัดความเร่ง 3 แกน 2. Gyroscope วัดความเร็วเชิงมุม 3 แกนโดยต่อแบบ i2c
Introduction:

MPU-6000 is the worlds first 6-axis motion processing system. Compared to multi-component solutions the MPU-6000 eliminates the problem of axial distinction when gyroscopes and accelerators are combined thus reducing the amount of packaging space.
The MPU-6000 includes a 3-axis gyroscope 3-axis accelerator and includes a digital processor hardware acceleration (DMP) that can be connected to an accelerator magnetic sensor or other sensors via an I2C port. Second the engine from the I2C master port outputs a complete 9-core fusion algorithm to the application as a single data stream.
InvenSenses motion processing database manages complex data for motion detection reduces the load on the operating system for motion processing operations and provides architected APIs for application development.
MPU-6000s speed range of full sensing is 250 500 1000 and 2000 / sec (dps) which tracks fast and slow motion and programmable users can feel the fullness of the measurements. Is 2g 4g 8g and 16g transmission products can be transmitted via I2C up to 400kHz or SPI up to 20MHz.
The MPU-6000 can operate at different voltages with a supply voltage VDD 2.5V 5% 3.0V 5% or 3.3V 5% and the VVDIO logic interface supplies 1.8V 5% MPU-. The 6000 comes in a 4x4x0.9mm package (QFN) and is an industry revolutionary model. Other features include a built-in temperature sensor and an oscillator with only 1% variation in the operating environment.

Characteristics:


1.Chip: MPU-6050
2.Power supply: 3v-5V power
3. Gyroscope: + 250 500 1000 2000 / s
4. Acceleration: 2 4 8 16 g
5.Communication: standard IIC communication agreement.
6. Built-in 16 bit AD converter chip 16 bits of data output.
7.Pin spacing 2.54mm



#include Wire.h
#include math.h
const int MPU=0x68;
int16_t AcXAcYAcZTmpGyXGyYGyZ;
double pitchroll;

void setup(){
Wire.begin();
Wire.beginTransmission(MPU);
Wire.write(0x6B);
Wire.write(0);
Wire.endTransmission(true);
Serial.begin(9600);
}
void loop(){
Wire.beginTransmission(MPU);
Wire.write(0x3B);
Wire.endTransmission(false);
Wire.requestFrom(MPU14true);

int AcXoffAcYoffAcZoffGyXoffGyYoffGyZoff;
int temptoff;
double ttxtf;

//Acceleration data correction
AcXoff = -950;
AcYoff = -300;
AcZoff = 0;

//Temperature correction
toff = -1600;

//Gyro correction
GyXoff = 480;
GyYoff = 170;
GyZoff = 210;

//read accel data
AcX=(Wire.read()8|Wire.read()) + AcXoff;
AcY=(Wire.read()8|Wire.read()) + AcYoff;
AcZ=(Wire.read()8|Wire.read()) + AcYoff;

//read temperature data
temp=(Wire.read()8|Wire.read()) + toff;
tx=temp;
t = tx/340 + 36.53;
tf = (t * 9/5) + 32;

//read gyro data
GyX=(Wire.read()8|Wire.read()) + GyXoff;
GyY=(Wire.read()8|Wire.read()) + GyYoff;
GyZ=(Wire.read()8|Wire.read()) + GyZoff;

//get pitch/roll
getAngle(AcXAcYAcZ);

//send the data out the serial port
Serial.print(Angle: );
Serial.print(Pitch = ); Serial.print(pitch);
Serial.print( | Roll = ); Serial.println(roll);

Serial.print(Temp: );
Serial.print(Temp(F) = ); Serial.print(tf);
Serial.print( | Temp(C) = ); Serial.println(t);

Serial.print(Accelerometer: );
Serial.print(X = ); Serial.print(AcX);
Serial.print( | Y = ); Serial.print(AcY);
Serial.print( | Z = ); Serial.println(AcZ);

Serial.print(Gyroscope: );
Serial.print(X = ); Serial.print(GyX);
Serial.print( | Y = ); Serial.print(GyY);
Serial.print( | Z = ); Serial.println(GyZ);
Serial.println( );
delay(333);
}

//convert the accel data to pitch/roll
void getAngle(int Vxint Vyint Vz) {
double x = Vx;
double y = Vy;
double z = Vz;

pitch = atan(x/sqrt((y*y) + (z*z)));
roll = atan(y/sqrt((x*x) + (z*z)));
//convert radians into degrees
pitch = pitch * (180.0/3.14);
roll = roll * (180.0/3.14) ;
}

ติดต่อ/สอบถาม :

Books-Magazines

DKTODAY หนังสือ 4-KoMa จำญี่ปุ่นง่ายๆ ด้วยการ์ตูน 4 ช่อง เล่ม 2 **สภาพเก่า ลดราคาพิเศษ** DKTODAY หนังสือ 4-KoMa จำญี่ปุ่นง่ายๆ ด้วยการ์ตูน 4 ช่อง เล่ม 2 **สภาพ...

฿ 165

50 Share

พร้อมส่ง ราคาปก หนังสือ มินนะ โนะ นิฮงโกะ เล่ม1-4  / แบบฝึก  (ขายแยกเล่ม) 3A CORPORATION  สอบ แนวข้อสอบ เรียนภาษาญี่ปุ่น พร้อมส่ง ราคาปก หนังสือ มินนะ โนะ นิฮงโกะ เล่ม1-4 / แบบฝึก (ขายแยกเล...

฿ 220

176 Share

✨พร้อมส่ง✨Usborne Peep Inside 8 เล่ม หนังสือนิทาน 3 มิติ ภาพสวยคมชัด คัตติ้งเนียบๆสวยๆ ✨พร้อมส่ง✨Usborne Peep Inside 8 เล่ม หนังสือนิทาน 3 มิติ ภาพสวยคมชัด ค...

฿ 123

49 Share

YF หนังสือชุดทำอย่างไร? 4 เรื่อง ผลักเพื่อน / ล้อเพื่อน​​ / ดูถูกเพื่อน​ / บางครั้ง​มุกตลกไม่ใช่เรื่องสนุกนะ (ปกแข็ง)​ YF หนังสือชุดทำอย่างไร? 4 เรื่อง ผลักเพื่อน / ล้อเพื่อน​​ / ดูถูกเพื่อ...

฿ 189

189 Share

ห้องเรียน หนังสือนิทาน (แยกเล่ม) หนังสือเด็ก พัฒนา EQ Bookstart ห้องเรียน หนังสือนิทาน (แยกเล่ม) หนังสือเด็ก พัฒนา EQ Bookstart...

฿ 75

64 Share

หนังสือ   ศัสตราอสูร เล่ม 3 (จบ) หนังสือ ศัสตราอสูร เล่ม 3 (จบ)...

฿ 349

349 Share

หนังสือออกแบบตกแต่งภายใน หนังสือออกแบบตกแต่งภายใน...

฿ 180

153 Share

หนังสือเด็ก Eric Carle นิทานภาษาอังกฤษ *หนอนจอมหิว Guess How Much I Love Dear Zoo* กระดาษหน้า ฉีกไม่ขาด หนังสือเด็ก Eric Carle นิทานภาษาอังกฤษ *หนอนจอมหิว Guess How Much I Lo...

฿ 99

93 Share

สรุป 21330 การพัฒนาเด็กปฐมวัยด้านภาษา สรุป 21330 การพัฒนาเด็กปฐมวัยด้านภาษา...

฿ 399

399 Share

หนังสือลูบคมองครักษ์สวมรอย 4 ผู้เขียน: จิ่วเยวี่ยหลิวหั่ว  สำนักพิมพ์: แจ่มใส #แมวอ้วนชวนอ่าน [พร้อมส่ง ]#นิยายจีนแปล หนังสือลูบคมองครักษ์สวมรอย 4 ผู้เขียน: จิ่วเยวี่ยหลิวหั่ว สำนักพิมพ์:...

฿ 399

320 Share

หนังสือสร้างเด็ก2ภาษาด้วยเพลงภาษาอังกฤษเด็ก48เพลง สำหรับเด็กอนุบาล ชุด1(ใช้ร่วมกับปากกาพูดได้Talking Penได้) หนังสือสร้างเด็ก2ภาษาด้วยเพลงภาษาอังกฤษเด็ก48เพลง สำหรับเด็กอนุบาล ชุด...

฿ 120

102 Share

Sทนายใหม่ไปศาล เกล็ดคดีครอบครัว วชิรวิทย์ อิสระนุสรณ์ Sทนายใหม่ไปศาล เกล็ดคดีครอบครัว วชิรวิทย์ อิสระนุสรณ์...

฿ 194

194 Share

แค่ทำโทรศัพท์มือถือหาย ทำไมต้องกลายเป็นศพ ผู้เขียน: อะคิระ ชิงะ แค่ทำโทรศัพท์มือถือหาย ทำไมต้องกลายเป็นศพ ผู้เขียน: อะคิระ ชิงะ...

฿ 265

228 Share

หนังสือติวภาษาไทยให้ลูก ระดับประถม ป.1 ป.2 ป.3 (ซื้อแยกเล่มได้) ภาษาไทยเด็ก หนังสือแบบฝึกหัดภาษาไทย แบบเรียนภาษาไทย หนังสือติวภาษาไทยให้ลูก ระดับประถม ป.1 ป.2 ป.3 (ซื้อแยกเล่มได้) ภาษาไท...

฿ 69

59 Share

คุณเมดบ้านผมทำเอาใจเต้นไม่พักเลย [หนังสือการ์ตูน] คุณเมดบ้านผมทำเอาใจเต้นไม่พักเลย [หนังสือการ์ตูน]...

฿ 90

90 Share

พลังแห่งจิตปัจจุบัน The Power of Now พลังแห่งจิตปัจจุบัน The Power of Now...

฿ 200

200 Share


หมวดหมู่ที่แนะนำ :

Language Learning Dictionaries | Language Learning Dictionaries | Comics Manga | Childrens Books | Agriculture Forestry Fishery | Arts Design Photography | Recipes Cooking | Business Investment | Politics Law Social Sciences | Computers Technology | Health Fitness Dieting | Travel Tourism | Language Learning Dictionaries | Hobbies | LGBTQ Literature | Light Novels | Classic Literature | Fantasy | Action Crime Thrillers | Romance | Biography Memoirs | Science Maths | Medical | Parenting Family | Psychology Relationships | Religion Philosophy | History Cultures | Careers Self Help Personal Development | Horoscopes | Education School | Sticker Colouring Books | Music | Baby Soft Books | Others |