จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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 }} |
|
หมวดหมู่ | วัดความสว่าง, วัดแสง |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
||||||||||||||||||
รายละเอียดสินค้า |
โมดูล เซนเซอร์วัดค่าแสงในห้อง มักใช้ทั่วไปในโทรศัพท์มือถือเพื่อจัดการแสงหน้าจอให้เหมาะสมกับสภาพแสงแวดล้อม โมดูลนี้สามารถอ่านค่า LUX ได้อย่างแม่นยำถึง 65535 lx #include <Wire.h> #include <math.h> int BH1750address = 0x23; //i2c address byte buff[2]; void setup() { Wire.begin(); Serial.begin(57600); } void loop() { int i; uint16_t val = 0; BH1750_Init(BH1750address); delay(200); if (2 == BH1750_Read(BH1750address)) { val = ((buff[0] << 8) | buff[1]) / 1.2; Serial.print(val, DEC); Serial.println("lux"); } delay(150); } int BH1750_Read(int address) // { int i = 0; Wire.beginTransmission(address); Wire.requestFrom(address, 2); while (Wire.available()) // { buff[i] = Wire.read(); // receive one byte i++; } Wire.endTransmission(); return i; } void BH1750_Init(int address) { Wire.beginTransmission(address); Wire.write(0x10);//1lx reolution 120ms Wire.endTransmission(); }
BH1750 Pin Configuration
BH1750 Features
![]() ![]() ![]() |
||||||||||||||||||
เงื่อนไขอื่นๆ |
|
||||||||||||||||||
Tags |
หน้าที่เข้าชม | 2,073,664 ครั้ง |
ผู้ชมทั้งหมด | 1,334,390 ครั้ง |
ร้านค้าอัพเดท | 9 ก.ย. 2568 |