Chatea con nosotros si tienes alguna pregunta.
Módulo Sensor de fuego para ARDUINO
Módulo Sensor de fuego para ARDUINO
Módulo Sensor de fuego para ARDUINO
Módulo Sensor de fuego para ARDUINO
Módulo Sensor de fuego para ARDUINO

Módulo Sensor de fuego para ARDUINO

KS0036

Nuevo

Módulo Sensor de fuego para ARDUINO. Marca Keyestudio.

DISPONIBLE PARA ENTREGA INMEDIATA.
12.000 $
Cantidad

Comprar por WhatsApp

DESCRIPCIÓN

Este sensor de llama se puede utilizar para detectar incendios u otras luces cuya longitud de onda se encuentra en 760 nm ~ 1100 nm. En el juego de robots de lucha contra incendios, la llama juega un papel importante en la sonda, que puede utilizarse como los ojos del robot para encontrar la fuente de fuego.

thumb

CANAL

CARACTERÍSTICAS

  • Voltaje de suministro: 3.3V to 5V
  • Alcance de detección: 20cm (4.8V) ~ 100cm (1V)
  • Rang de ancho de banda espectral: 760nm a 1100nm
  • Temperatura de funcionamiento: -25 ℃ a 85 ℃
  • Interfaz: Digital
  • Tamaño: 44 * 16.7mm
  • Peso: 4g

DIAGRAMA DE CONEXIÓN

thumb

CÓDIGO BÁSICO DE PRUEBA

const int flamePin = 2;     // the number of the flame pin
const int ledPin =  13;      // the number of the LED pin
// variables will change:
int State = 0;         // variable for reading status
void setup() {
  // initialize the LED pin as an output:
  pinMode(ledPin, OUTPUT);      
  // initialize the pushbutton pin as an input:
  pinMode(flamePin, INPUT);     
}
void loop(){
  // read the state of the value:
State = digitalRead(flamePin);
  if (State == HIGH) {     
    // turn LED on:    
    digitalWrite(ledPin, HIGH);  
  } 
  else {
    // turn LED off:
    digitalWrite(ledPin, LOW); 
}

KS0036

Referencias específicas

Novedad.....

16 otros productos en la misma categoría:

    

Boletín

Ingrese su correo