AC single phase current sensor (5A)

AC single phase current sensor (5A)
AC single phase current sensor (5A)AC single phase current sensor (5A)AC single phase current sensor (5A)AC single phase current sensor (5A)
รหัสสินค้า S0040
หมวดหมู่ เซ็นเซอร์วัดโวลต์วัดกระแส
ราคาปกติ 75.00 บาท
ลดเหลือ 70.00 บาท
น้ำหนัก 4 กรัม
สถานะสินค้า พร้อมส่ง
ลงสินค้า 9 ก.ค. 2561
อัพเดทล่าสุด 3 ก.ย. 2562
คงเหลือ 2 ชิ้น
จำนวน
ชิ้น
หยิบลงตะกร้า
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
Specifications
  • Product type : Single phase AC current sensor
  • Rated input current : 5 A
  • Rated output current : 5 mA
  • Change : 1000:1
  • Linear range : 10 A (100 Ohms)
  • Output : Analog 5A/5mA
  • Isolation voltage : 3000 V
  • Operating temperature : -40 to 70 C
  • Dimension : 28 x 12 x 15 mm



ตัวอย่าง code


 
int sensorTA12 = A5; // Analog input pin that sensor is attached to
 
float nVPP;   // Voltage measured across resistor
float nCurrThruResistorPP; // Peak Current Measured Through Resistor
float nCurrThruResistorRMS; // RMS current through Resistor
float nCurrentThruWire;     // Actual RMS current in Wire
 
void setup() 
 {
   Serial.begin(9600); 
   pinMode(sensorTA12, INPUT);
 }
 
 
 void loop() 
 {
   
   
   nVPP = getVPP();
   
   /*
   Use Ohms law to calculate current across resistor
   and express in mA 
   */
   
   nCurrThruResistorPP = (nVPP/200.0) * 1000.0;
   
   /* 
   Use Formula for SINE wave to convert
   to RMS 
   */
   
   nCurrThruResistorRMS = nCurrThruResistorPP * 0.707;
   
   /* 
   Current Transformer Ratio is 1000:1...
   
   Therefore current through 200 ohm resistor
   is multiplied by 1000 to get input current
   */
   
   nCurrentThruWire = nCurrThruResistorRMS * 1000;
 
   
   Serial.print("Volts Peak : ");
   Serial.println(nVPP,3);
 
   
   Serial.print("Current Through Resistor (Peak) : ");
   Serial.print(nCurrThruResistorPP,3);
   Serial.println(" mA Peak to Peak");
   
   Serial.print("Current Through Resistor (RMS) : ");
   Serial.print(nCurrThruResistorRMS,3);
   Serial.println(" mA RMS");
   
   Serial.print("Current Through Wire : ");
   Serial.print(nCurrentThruWire,3);
   Serial.println(" mA RMS");
   
   Serial.println();
    
   
   
 
 }
 
 
 /************************************ 
In order to calculate RMS current, we need to know
the peak to peak voltage measured at the output across the
200 Ohm Resistor
 
The following function takes one second worth of samples
and returns the peak value that is measured
 *************************************/
 
 
float getVPP()
{
  float result;
  int readValue;             //value read from the sensor
  int maxValue = 0;          // store max value here
   uint32_t start_time = millis();
   while((millis()-start_time) < 1000) //sample for 1 Sec
   {
       readValue = analogRead(sensorTA12);
       // see if you have a new maxValue
       if (readValue > maxValue) 
       {
           /*record the maximum sensor value*/
           maxValue = readValue;
       }
   }
   
   // Convert the digital data to a voltage
   result = (maxValue * 5.0)/1024.0;
  
   return result;
 }
 

วิธีการชำระเงิน

ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขามีนบุรี ออมทรัพย์
บมจ. ธนาคารกสิกรไทย สาขาเดอะมอลล์ บางกะปิ ออมทรัพย์

หน้าที่เข้าชม419,676 ครั้ง
ผู้ชมทั้งหมด257,584 ครั้ง
เปิดร้าน5 มิ.ย. 2560
ร้านค้าอัพเดท4 ก.ย. 2568
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านmcu2robot
mcu2robot
ร้าน MCU2ROBOT ขายบบอร์ด Arduino รุ่นต่างๆ เช่น arduino uno, arduino mega2560, arduino nano 3.0 ราคาถูก เป็นต้น และยังขายอุปกรณ์สำหรับทำหุ่นยนต์(robot)แบบต่างๆ เช่น หุ่นยนต์สำรวจ, โดรน, เครื่องบิน, แขนหุ่นยนต์, mini CNC, 3D Printer เป็นต้น โดยมีอุปกรณ์ตั้งแต่ เซ็นเซอร์สำหรับ arduino, พูลเล่ย์สายพาน, สายพาน, ล้อหุ่นยนต์, ลีดสกรู, ลูกปืน, optical axis, bearing, bread board, โมดูลต่างๆ, รีเลย์, GSM, GPS, มอเตอร์, power supply, สายไฟ, จอ LCD, resistor, capacitor ราคาถูก เป็นต้น และให้คำปรึกษาเกี่ยวกับการใช้งานอุปกรณ์ต่างๆอย่างละเอียด เราคัดสินค้าที่ดีที่สุดจากแหล่งที่ถูกที่สุดส่งตรงถึงบ้านคุณโดยที่ไม่ต้องเสียเวลาเดินทางและค่าเดินทาง โดยมีค่าจัดส่งราคาถูกและส่งสินค้าหลังจากมีการชำระเงินทันที www.mcu2robot.com FB: arduino2robot Line ID: arduino2robot
เบอร์โทร :
อีเมล : chawee2410@hotmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม