

| รหัสสินค้า | AS10228 |
| หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas |
| ราคา | 2,990.00 บาท |
| สถานะสินค้า | พร้อมส่ง |
| จำนวน | ชิ้น |
DOCUMENTS

Please make the external power (DC 9-24V) and the wiring to Arudino in same ground, i.e. connect GND to arduino as well as to external power's GND. In the diagram, it was not indicated out.

/*
Connect the voltage signal wire to Arduino analog interface:
Yellow Cable<---->A0
*/
void setup()
{
Serial.begin(9600);
}
void loop()
{
int sensorValue = analogRead(A0);
float outvoltage = sensorValue * (5.0 / 1023.0);
Serial.print("outvoltage = ");
Serial.print(outvoltage);
Serial.println("V");
int Level = 6*outvoltage;//The level of wind speed is proportional to the output voltage.
Serial.print("wind speed is ");
Serial.print(Level);
Serial.println(" level now");
Serial.println();
delay(500);
}

| Wind Speed | Value |
|---|---|
| 1 | 0.17 |
| 2 | 0.33 |
| 3 | 0.5 |
| 4 | 0.67 |
| 5 | 0.83 |
| 6 | 1 |
| 7 | 1.17 |
| 8 | 1.33 |
| 9 | 1.5 |
| 10 | 1.67 |
| 11 | 1.83 |
| 12 | 2 |
| 13 | 2.17 |
| 14 | 2.33 |
| 15 | 2.5 |
| 16 | 2.67 |
| 17 | 2.83 |
| 18 | 3 |
| 19 | 3.17 |
| 20 | 3.33 |
| 21 | 3.6 |
| 22 | 3.67 |
| 23 | 3.83 |
| 24 | 4 |
| 25 | 4.17 |
| 26 | 4.33 |
| 27 | 4.5 |
| 28 | 4.67 |
| 29 | 4.83 |
| 30 | 5 |
Formula: V=6*U


ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
| หน้าที่เข้าชม | 15,470,595 ครั้ง |
| ผู้ชมทั้งหมด | 5,973,673 ครั้ง |
| เปิดร้าน | 21 พ.ค. 2556 |
| ร้านค้าอัพเดท | 8 พ.ย. 2568 |