รหัสสินค้า | C14009 |
หมวดหมู่ | วัดแรงดันและกระแสไฟฟ้า |
ราคา | 150.00 บาท |
ขนาด | 3 |
สถานะสินค้า | พร้อมส่ง |
ลงสินค้า | 25 พ.ค. 2562 |
อัพเดทล่าสุด | 12 ส.ค. 2568 |
ความพึงพอใจ | ยังไม่มีความคิดเห็น |
คงเหลือ | 2 ชิ้น |
จำนวน | ชิ้น |
Module ZMPT101B โมดูลวัดโวลต์ AC สูงสุด 250VAC Single Phase Voltage Sensor สำหรับวัดแรงดันไฟฟ้ากระแสสลับ AC สูงสุด ที่ 250 VAC โดยใช้ ZMPT101B ในการวัดแรงดันไฟฟ้ากระแสสลับ สัญญาณที่ออกเป็นสัญญาณรูปแบบ Analog สามารถป้อนเข้า ขา Analog ของ ไมโครคอนโทรเลอร์ ที่รับสัญญาณ Analog ADC 5 Volt เช่น Arduino Uno R3,Arduino Mega 2560 เป็นต้น สามารถปรับขนาดของแอมพลิจูดของสัญญาณ Output ได้จากการปรับค่าตัวต้านทานบน Module
The ZMPT101B is a voltage transformer module that can be used with an Arduino microcontroller to measure AC voltage. It is a passive device that converts a high-voltage, high-current AC signal to a lower-voltage, lower-current signal that can be read by the Arduino's analog input pins. The module has a built-in voltage divider that reduces the AC voltage to a level that is safe for the Arduino to read, typically between 0 and 5 volts. The module also includes a bandpass filter that helps to eliminate noise and provide a cleaner signal for the Arduino to read. It should be used with caution as the input voltage must be less than the max voltage allowed (usually 260V)
The ZMPT101B is typically used to measure the voltage of the power supply in a home or building, but it can also be used to measure the voltage of other AC sources, such as a motor or generator. It is easy to connect to an Arduino and there are various libraries and tutorials available to help you get started.
ข้อมูลเพิ่มเติม
สินค้า 1 ชุดประกอบด้วย
โปรแกรมตัวอย่าง Arduino
const int AC_SENSOR_PIN = A0; // pin connected to the AC voltage sensor
const float REFERENCE_VOLTAGE = 5.0; // the reference voltage of the Arduino's ADCvoid setup() {
Serial.begin(9600); // start the serial communication
}void loop() {
int sensorValue = analogRead(AC_SENSOR_PIN); // read the value from the sensor
float voltage = sensorValue * REFERENCE_VOLTAGE / 1023.0; // calculate the voltage
Serial.println(voltage); // print the voltage to the serial monitor
delay(1000); // wait for a second
}
หน้าที่เข้าชม | 4,510,768 ครั้ง |
ผู้ชมทั้งหมด | 2,466,540 ครั้ง |
ร้านค้าอัพเดท | 6 ก.ย. 2568 |