จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | วัดสนามแม่เหล็ก |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
GY-271 QMC5883L Specifications:
*** เนื่องจากชิพ HMC5883L ราคาสูงขึ้นมาก ผู้ผลิตจึงเปลี่ยนเป็นรุ่นเทียบเท่า *** Product Name: Electronic Compass Module
Core: GY-271 , chip: QMC5883L
Power Supply: 3V-5V
PCB Board Size: 1.5 x 1.3cm/0.59" x 0.51"(L*W)
Measuring range: 1.3-8 Gauss
Communication modes: Standard I2C communication protocol.
Examples and Library ตัวอย่างการต่อ GY-271 (QMC5883L) กับ Arduino UNO ![]() Library https://github.com/mprograms/QMC5883LCompass Code #include <QMC5883LCompass.h>
QMC5883LCompass compass;
void setup() {
Serial.begin(9600);
compass.init();
}
void loop() {
int a;
// Read compass values
compass.read();
// Return Azimuth reading
a = compass.getAzimuth();
Serial.print("A: ");
Serial.print(a);
Serial.println();
delay(250);
}
จะได้ผลลัพธ์ดังนี้ ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,072,024 ครั้ง |
ผู้ชมทั้งหมด | 1,332,750 ครั้ง |
ร้านค้าอัพเดท | 5 ก.ย. 2568 |