จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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 GY-213V-HDC1080 High Accuracy Digital Humidity with Temperature Sensor
Description
The HDC1080 is a digital humidity sensor with integrated temperature sensor that provides excellent measurement accuracy at very low power. The HDC1080 operates over a wide supply range, and is a low cost, low power alternative to competitive solutions in a wide range of common applications. The humidity and temperature sensors are factory calibrated.
Features
Relative Humidity Accuracy ±2% (typical)
Temperature Accuracy ±0.2°C (typical)
Excellent Stability at High Humidity
14 Bit Measurement Resolution
100 nA Sleep Mode Current
Library https://github.com/closedcube/ClosedCube_HDC1080_Arduino ตัวอย่าง Code HDC1080 กับ Arduino //Example of reading from HDC1080
#include "HDC1080JS.h"
#include "Wire.h"
HDC1080JS tempsensor;
void setup() {
Wire.begin();
Wire.setClock(400000); //set clock speed for I2C bus to maximum allowed for HDC1080
Serial.begin(9600); // start serial for output
tempsensor = HDC1080JS();
tempsensor.config();
}
void loop() {
tempsensor.readTempHumid();
float temp = tempsensor.getTemp();
float humid = tempsensor.getRelativeHumidity();
Serial.print("T=");
Serial.print(temp);
Serial.print("C, RH=");
Serial.print(humid);
Serial.println("%");
delay(1000);
}
![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,072,905 ครั้ง |
ผู้ชมทั้งหมด | 1,333,631 ครั้ง |
ร้านค้าอัพเดท | 7 ก.ย. 2568 |