GY-50 L3G4200D axis digital gyroscope sensor module angular velocity module

GY-50 L3G4200D axis digital gyroscope sensor module angular velocity module
รหัสสินค้า SKU-00723
หมวดหมู่ เซนเซอร์ความเร่ง/IMU/ไจโร
ราคา 90.00 บาท
สถานะสินค้า พร้อมส่ง
ลงสินค้า 24 ต.ค. 2567
อัพเดทล่าสุด 24 ต.ค. 2567
คงเหลือ ไม่จำกัด
จำนวน
ชิ้น
หยิบลงตะกร้า
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
GY-50 L3G4200D axis digital gyroscope sensor module angular velocity module
  • High quality Immersion Gold pcb, machine welding process, quality assurance
  • Name the: L3G4200D modules (three-axis gyroscope module)
  • Using the chip: L3G4200D
  • Power supply :3-5v
  • Means of communication: IIC / SPI communication protocol
  • Measuring range: 250/500/2000 dps


วิธีการต่อใช้งาน  GY-50 L3G4200D 

Arduino uno r3 -> ซ็นเซอร์ GY-50 L3G4200D 
            • 5V -> VCC
            • GND -> GND
            • ขา A4 -> SCL
            • ขา A5 -> SDA


โหลด Library

1
/*
2
L3G4200D Gyroscope
3
Version 1.0
4
Read more: http://www.jarzebski.pl/arduino/czujniki-i-sensory/3-osiowy-zyroskop-l3g4200d.html
5
 
6
Web: http://www.jarzebski.pl
7
(c) 2014 by Korneliusz Jarzebski
8
*/
9
 
10
#include <Wire.h>
11
#include <L3G4200D.h>
12
 
13
L3G4200D gyroscope;
14
 
15
void setup()
16
{
17
Serial.begin(9600);
18
 
19
Wire.begin();
20
 
21
// Initialize L3G4200D
22
// 250 dps: L3G4200D_250DPS
23
// 500 dps: L3G4200D_500DPS
24
// 2000 dps: L3G4200D_2000DPS
25
if (gyroscope.begin(L3G4200D_2000DPS))
26
{
27
// Calibrate gyroscope. The calibration must be at rest.
28
// If you don't want calibrate, comment this line.
29
gyroscope.calibrate();
30
 
31
// Set threshold sensivty. Default 3.
32
// If you don't want use threshold, comment this line or set 0.
33
gyroscope.setThreshold(3);
34
}
35
}
36
 
37
void loop()
38
{
39
// Read normalized values
40
GyroscopeRaw raw = gyroscope.readRaw();
41
 
42
// Read normalized values
43
GyroscopeNormalize norm = gyroscope.readNormalize();
44
 
45
// Output raw
46
Serial.print(" Xraw = ");
47
Serial.print(raw.XAxis);
48
Serial.print(" Yraw = ");
49
Serial.print(raw.XAxis);
50
Serial.print(" Zraw = ");
51
Serial.print(raw.YAxis);
52
 
53
// Output normalized
54
Serial.print(" Xnorm = ");
55
Serial.print(norm.XAxis);
56
Serial.print(" Ynorm = ");
57
Serial.print(norm.YAxis);
58
Serial.print(" ZNorm = ");
59
Serial.print(norm.ZAxis);
60
 
61
Serial.println();
62
}

วิธีการชำระเงิน

ร้านค้านี้ยังไม่ได้กำหนดวิธีการชำระเงิน กรุณา ติดต่อกับทางร้าน เกี่ยวกับรายละเอียดในการชำระเงิน
ทางร้านยังไม่ได้ทำการเพิ่มบัญชีรับเงิน กรุณาติดต่อ เจ้าของร้าน

CATEGORY

MEMBER

STATISTIC

หน้าที่เข้าชม114,268 ครั้ง
ผู้ชมทั้งหมด51,030 ครั้ง
เปิดร้าน31 ก.ค. 2559
ร้านค้าอัพเดท4 ก.ย. 2568

CONTACT US

รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านบ้านโค้ด-Bancode
บ้านโค้ด-Bancode
จำหน่ายบอร์ดไมโครคอนโทรลเลอร์ Arduino,Module,Shield,Sensor,R,L,C,IC เเละอื่นๆ โทร.0624952525
เบอร์โทร : 0964188828
อีเมล : bancode.dev@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม