จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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 }} |
|
หมวดหมู่ | วัดอุณหภูมิ / วัดความชื้น |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
รายละเอียดสินค้า
Datasheet AM2315 #include <Wire.h> #include <Adafruit_AM2315.h> /** * www.arduinoNa.com * ตัวอย่างการใช้เซนเซอร์ AM2315 กับ Arduino * สายต่อของเซนเซอร์ -> Arduino ดังนี้ * red -> 3.3-5V * black -> GND * yellow -> A4 (SCL) * white -> A5 (SDA) */ Adafruit_AM2315 am2315; void setup() { Serial.begin(9600); while (!Serial) { delay(10); } Serial.println("ArduinoNa AM2315 Test!"); if (! am2315.begin()) { /** * ถ้าขึ้นข้อความด้านล่าง ให้ต่อตัวต้านทาน 10k ตามรูปในหน้าสินค้าร้าน www.arduinona.com */ Serial.println("Sensor not found, check wiring & pullups!"); while (1); } } void loop() { float temperature, humidity; if (! am2315.readTemperatureAndHumidity(&temperature, &humidity)) { Serial.println("Failed to read data from AM2315"); return; } Serial.print("Temp *C: "); Serial.print(temperature); Serial.print("\tHum %: "); Serial.println(humidity); delay(1000); } รายละเอียดเพิ่มเติม This digital temperature and humidity sensor is a digital signal containing a calibrated outputs composite temperature and humidity sensors . It uses a dedicated digital module acquisition technology and temperature and humidity sensing technology to ensure that the product has a very high reliability and excellent long-term stability. Sensor includes an electrical capacitance typefeeling wet element and a high-precision temperature measurement devices, and with a high-performance 8-bit microcontroller with the connection. So the product has excellent quality, ultra-fast response, anti-interference ability, cost-effective and so on. Each sensor is calibrated in an extremely accurate humidity calibration room. The calibration coefficients are stored in OTP memory in the form of a program, and these calibration coefficients are called internally during the processing of the detection signal. Single- wire serial interface, system integration becomes simpler and quicker. Ultra-small size, very low power consumption, signal transmission distance of up to 20 meters or more, making it the most demanding applications for all types of applications.
Single bus digital signal output:
data format [ Humidity data bits + temperature data bits + checksums ]
Sensor Performance Description: ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,096,308 ครั้ง |
ผู้ชมทั้งหมด | 1,357,034 ครั้ง |
ร้านค้าอัพเดท | 23 ต.ค. 2568 |