จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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 }} |
|
หมวดหมู่ | วัดความสว่าง, วัดแสง |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
โมดูลวัดค่าแสง ความสว่าง ใช้ I2C bus เหมาะกับงานด้าน industrial ด้วยกระแสทำงานเพียงแค่ 1uA ซึ่งเครมว่าต่ำที่สุดในบรรดาตัววัดแสงทั้งหมด ให้ความละเอียดสูง วัดได้ตั้งแต่ 0.045 lux ถึง 188,000 lux
วิธีการต่อ MAX44009 กับ Arduino UNO Arduino UNO - MAX44009 5v - VCC GND - GND SCL - A5 SDA - A4 ![]() ตัวอย่าง Code MAX44009 กับ Arduino UNO แบบไม่ใช้ library #include<Wire.h> #define Addr 0x4A void setup() { Wire.begin(); // Initialise serial communication Serial.begin(9600); Wire.beginTransmission(Addr); Wire.write(0x02); Wire.write(0x40); Wire.endTransmission(); delay(300); } void loop() { unsigned int data[2]; Wire.beginTransmission(Addr); Wire.write(0x03); Wire.endTransmission(); // Request 2 bytes of data Wire.requestFrom(Addr, 2); // Read 2 bytes of data luminance msb, luminance lsb if (Wire.available() == 2) { data[0] = Wire.read(); data[1] = Wire.read(); } // Convert the data to lux int exponent = (data[0] & 0xF0) >> 4; int mantissa = ((data[0] & 0x0F) << 4) | (data[1] & 0x0F); float luminance = pow(2, exponent) * mantissa * 0.045; Serial.print("Ambient Light luminance :"); Serial.print(luminance); Serial.println(" lux"); delay(500); } Datasheet MAX44009 Product Description The MAX44009 ambient light sensor features an I2C digital output that is ideal for a number of portable applications such as smartphones, notebooks, and industrial sensors. At less than 1μA operating current, it is the lowest power ambient light sensor in the industry and features an ultra-wide 22-bit dynamic range from 0.045 lux to 188,000 lux.
Low-light operation allows easy operation in dark-glass applications.
The on-chip photodiode's spectral response is optimized to mimic the human eye's perception of ambient light and incorporates IR and UV blocking capability. The adaptive gain block automatically selects the correct lux range to optimize the counts/lux.
The IC is designed to operate from a 1.7V to 3.6V supply voltage range and consumes only 0.65μA in full operation. It is available in a small, 2mm x 2mm x 0.6mm UTDFN-Opto package.
Specification
Wide 0.045 Lux to 188,000 Lux Range
Small, 2mm x 2mm x 0.6mm UTDFN-Opto
VCC = 1.7V to 3.6V
ICC = 0.65μA Operating Current
-40°C to +85°C Temperature Range
Device Address Options
1001 010x and 1001 011x
PCB size:(L*W)1.32*1.05cm/0.52"*0.41" ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,073,164 ครั้ง |
ผู้ชมทั้งหมด | 1,333,890 ครั้ง |
ร้านค้าอัพเดท | 7 ก.ย. 2568 |