รหัสสินค้า | AS20228 |
หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas |
ราคา | 2,190.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
JL-FS2 Wind Speed Sensor (current / voltage type)
Cable outlet method |
Waterproof aviation plug |
model |
JL-FS2 |
name |
Universal wind speed sensor |
Signal output method |
Current type 4-20mA / voltage type 0-5V |
Sensor style |
Three cups |
Starting wind speed |
0. 4-0.8 m/s |
Resolution |
0.1m/s |
Effective wind speed measurement range |
0-30 m/s or 0-60 m/s |
system error |
± 3% |
Transmission distance |
> 1000m |
Transmission medium |
Cable transmission |
Wiring |
Three-wire system |
Operating temperature |
-40°C ~80 °C |
Supply voltage |
DC12-24V is universal |
Power consumption |
Voltage type MAX≤0.3W |
size |
See dimension chart |
weight |
<1Kg |
Sample Code
/*
Wiring: VCC (Red), GND (Black), Voltage (Yellow), Current (Blue)
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 isproportional to the output voltage.
Serial.print("wind speed is ");
Serial.print(Level);
Serial.println(" level now");
Serial.println();
delay(500);
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,393,408 ครั้ง |
ผู้ชมทั้งหมด | 5,896,486 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 16 ก.ย. 2568 |