จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 4 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Infrared/แสง/สี |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
TEMT6000 ambient light sensor analog light intensity module visible light sensor
DescriptionTEMT6000 is a silicon NPN epitaxial planar phototransistorin a miniature transparent mold for surfacemounting onto a printed circuit board. The deviceis sensitive to the visible spectrum.Features• Adapted to human eye responsivity• Wide angle of half sensitivity ϕ = ± 60°• SMD style package on PCB technology• Suitable for IR reflow soldering• Lead free component• Component in accordance to RoHS 2002/95/EC
/*Arduino with Test Ambient light sensor TEMT6000For complete project details, visit:Arduinoshop99*/#include "Wire.h"#include "Adafruit_GFX.h"#include "Adafruit_SSD1306.h"#include "Fonts/FreeMono9pt7b.h" //include font FreeMono9pt7b.hAdafruit_SSD1306 OLED(-1);#define light A0 // define input pinvoid setup() {Serial.begin(9600);OLED.setFont(&FreeMono9pt7b); // Use font from file includeOLED.begin(SSD1306_SWITCHCAPVCC,0x3C); // initialize with the I2C addr 0x3C (for the 128x64)}void loop(){int Lvalue = analogRead(light);// read the lightint mVolt = map(Lvalue,0, 1023, 0, 5000);// map analogue reading to 5000mVfloat volt =(double)mVolt/1000;// convert millivolt to voltSerial.print(mVolt);// print millivoltSerial.print( "mV ");Serial.print(volt,3);// print volts with 3 decimal placesSerial.println( "V ");delay(1000);// wait for 1000 millisecondsOLED.clearDisplay();OLED.setTextColor(WHITE); //Text is white ,background is blackOLED.setTextSize(1);OLED.setCursor(0,10);OLED.println("Light");OLED.setCursor(0,25);OLED.setTextSize(0);OLED.println("intensity");OLED.setTextSize(1);OLED.drawLine(0, 30, 127,30, WHITE);OLED.setCursor(10,45);OLED.println(mVolt);OLED.setCursor(70,45);OLED.println("mv");OLED.setCursor(10,60);OLED.println(volt,3);OLED.setCursor(70,60);OLED.println("Volt");OLED.drawLine(0, 63, 127,63, WHITE);OLED.display(); //delay(200);}
![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |