รหัสสินค้า | AS00618 |
หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas |
ราคา | 1,890.00 บาท |
- Water pressure monitor
- Water pressure system
- Water pump control
- Air compressors
- Hydraulic systems
- Irrigation system
ตัวอย่าง Code Arduino
#define data_pin A0
// the setup routine runs once when you press reset:
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
// the loop routine runs over and over again forever:
void loop() {
int sensorValue = analogRead(data_pin); // read the input on analog data_pin
float voltage = sensorValue * (5.0 / 1023.0); // Convert the analog reading (which goes from 0 - 1023) to a voltage (0 - 5V):
float pressure = map(voltage,0.5,4.5,0,16); //ELWPs16 0-16 bar
// print the results to the Serial Monitor:
Serial.print("Pressure = ");
Serial.println(pressure);
// wait 2 milliseconds before the next loop
delay(2);
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,416,191 ครั้ง |
ผู้ชมทั้งหมด | 5,919,269 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 1 ต.ค. 2568 |