Reed Switch Sensor Module (โมดูลสวิตช์แม่เหล็ก)

Reed Switch Sensor Module (โมดูลสวิตช์แม่เหล็ก)
Reed Switch Sensor Module (โมดูลสวิตช์แม่เหล็ก)Reed Switch Sensor Module (โมดูลสวิตช์แม่เหล็ก)Reed Switch Sensor Module (โมดูลสวิตช์แม่เหล็ก)
รหัสสินค้า AS00232
หมวดหมู่ Magnet/Magnetic Switch
ราคา 24.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
Reed switch ปกติหน้าสัมผัสจะไม่แตะกัน (ไม่นำไฟฟ้า) แต่เมื่อมีแม่เหล็กมาอยู่ใกล้ ๆ ก็จะเหนี่ยวนำให้แผ่นสวิตช์ให้ติดกัน เป็นสถานะนำไฟฟ้า

ดูคลิปตัวอย่างการใช้งาน



Description

This is a small device called a reed switch. When the device is exposed to a magnetic field, the two ferrous materials inside the switch pull together and the switch closes. When the magnetic field is removed, the reeds separate and the switch opens. This makes for a great non-contact switch. This switch can carry up to 1.2A.

The basic reed switch consists of two identical flattened ferromagnetic reeds, sealed in a dry inert-gas atmosphere within a glass capsule, thereby protecting the contact from contamination. The reeds are sealed in the capsule in cantilever form so that their free ends overlap and are separated by a small air gap.

Features:

  • Normally open reed switch.
  • The comparator output signal clean, good waveform, driving ability, more than 15mA.
  • Working voltage 3.3V-5V.
  • Output format: Digital (0 and 1).
  • Fixing bolt hole, easy installation.
  • Small board PCB size: 3.2cm x 1.4cm.
  • Using a wide voltage LM393 comparator.

Code:

/* 
 
    Arduino with Test XD-78 Reed Switch Sensor Module Magnetron
  
*/
 
 
int led = 12;                // the pin that the LED is atteched to
int sensor = 2;              // the pin that the sensor is atteched to
int state = LOW;             // by default, no motion detected
int val = 0;                 // variable to store the sensor status (value)
 
void setup() {
  pinMode(led, OUTPUT);      // initalize LED as an output
  pinMode(sensor, INPUT);    // initialize sensor as an input
  Serial.begin(115200);        // initialize serial
}
 
void loop(){
  val = digitalRead(sensor);   // read sensor value
  if (val == HIGH) {           // check if the sensor is LOW 
    digitalWrite(led, LOW);   // turn LED OFF
    delay(100);                // delay 100 milliseconds 
    
    if (state == HIGH) {
      Serial.println(" CLEAR OK "); 
       Serial.println(""); 
      
      state = LOW;       // update variable state to C
    }
  } 
  else {
      digitalWrite(led, HIGH); // turn LED ON
      delay(200);             // delay 200 milliseconds 
      
      if (state == LOW){
        Serial.println("Warning Detect Magnetic");
        Serial.println("");
        
        state = HIGH;       // update variable state to HIGH
    }
  }
 
}



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

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1702]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2129
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,393,408 ครั้ง
ผู้ชมทั้งหมด5,896,486 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท16 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม