Flame sensor module for arduino (SM0001)

คุณสมบัติสินค้า:

เซ็นเซอร์ตรวจจับเปลวไฟช่วงความยาวคลื่นระหว่าง 760 nm ถึง 1100 nm ตัวเซ็นเซอร์จะมี 2 output คือ analog output และ digital output แบบ digital output จะสามารถปรับค่าการตรวจจับได้

หมวดหมู่ : Sensor Module

Share

  1. High sensitivity IR receiver.
  2. Extremely sensitive to wave between 760-1100nm.
  3. Power supply indicator lamp.
  4. Comparator output indicator lamp.
  5. AO, real-time thermister voltage signal output.
  6. DO, high / low electric level signal output.
  7. Analog quantity output.
  8. Threshold rollover electric level output.
  9. Threshold adjusted by potentiometer.
  10. Detection Angle Range: About 60 degrees.
  11. Power Supply: 0-15 V DC.
  12. Hole Inner Diameter: Approx. 3mm.
  13. Size (L x W): Approx. 36 x 16mm.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
const int flamePin = A2; //กำหนดขาเซ็นเซอร์
int flameValue = 0; //กำหนดค่าตัวแปรสำหรับเก็บค่าเซ็นเซอร์

void setup(){
    Serial.begin(115200);
}

void loop() {
    flameValue = analogRead(flamePin); //อ่าน analog เซ็นเซอร์
    Serial.println(flameValue);

    if(flameValue < 500){ //ถ้าค่าจากเซนเซอร์น้อยกว่าค่าที่ตั้งไว้ ให้ทำงาน
        Serial.println("Detect Flame");
    }

    delay(100);
}

Frame Sensor Code.ino

Powered by MakeWebEasy.com
เว็บไซต์นี้มีการใช้งานคุกกี้ เพื่อเพิ่มประสิทธิภาพและประสบการณ์ที่ดีในการใช้งานเว็บไซต์ของท่าน ท่านสามารถอ่านรายละเอียดเพิ่มเติมได้ที่ นโยบายความเป็นส่วนตัว  และ  นโยบายคุกกี้