Details

Flame sensor module
Item No.: 86Duino-KY026
Price: USD 2.50 (Approximately)
 NTD 81.25 (Exact Amount)
Stock: In Stock
Features:

Flame sensor module

Share Product:
Quantity:
Total:USD (Approximately)
        (NTD )(Exact Amount)
Add to Cart

Product Information

  • High sensitivity IR receiver
  • Detection Angle Range: About 60 degrees
  • Power Supply: 0-15 V DC
  • Hole Inner Diameter: Approx. 3mm
  • Size (L x W): Approx. 36 x 16mm

 

 

Specifications

  • High sensitivity IR receiver

  • Extremely sensitive to wave between 760-1100nm

  • Power supply indicator lamp

  • Comparator output indicator lamp

  • AO, real-time thermister voltage signal output

  • DO, high / low electric level signal output

  • Analog quantity output

  • Threshold rollover electric level output

  • Threshold adjusted by potentiometer

  • Detection Angle Range: About 60 degrees

  • Power Supply: 0-15 V DC

  • Hole Inner Diameter: Approx. 3mm

  • Size (L x W): Approx. 36 x 16mm

 

Sample code

const int frame_a0 = A0; 

const int frame_d0 = A1;

int frame_a0_value = 0;     

int frame_d0_value = 0;

 

void setup() {

    Serial.begin(9600);

}

void loop() {

    frame_a0_value = analogRead(frame_a0);           

    frame_d0_value = analogRead(frame_d0); 

    Serial.print("frame_a0_value = " );                      

    Serial.print(frame_a0_value);     

    Serial.print("\t frame_d0_value = ");     

    Serial.println(frame_d0_value);  

   

    delay(100);                    

}

 

What's Included

  • Flame sensor module x 1 pcs

 

Applications

 

Download

 

 

The product has been added to cart!

The product has been added to cart!
Your shopping cart has0items. Total amount: USD0.00(NTD 0.00)