Entradas

Mostrando entradas de junio, 2024

Sensor de lluvia

Imagen
                                                                                       Sensor de lluvia con zumbador

Video instructivo

 https://youtu.be/hSYCt7LrYxQ Video instructivo /*MQ2 sensor with Arduino. * https://srituhobby.com */ # include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd ( 0x27 , 16 , 2 ) ; # define LED 2 # define Buzzer 3 # define Sensor A1 void setup ( ) { Serial . begin ( 9200 ) ; lcd . init ( ) ; lcd . backlight ( ) ; pinMode ( LED , OUTPUT ) ; pinMode ( Buzzer , OUTPUT ) ; } void loop ( ) { int value = analogRead ( Sensor ) ; lcd . setCursor ( 0 , 0 ) ; lcd . print ( "Value :" ) ; lcd . print ( value ) ; lcd . print ( " " ) ; if ( value > 400 ) { digitalWrite ( LED , HIGH ) ; digitalWrite ( Buzzer , HIGH ) ; lcd . setCursor ( 0 , 1 ) ; lcd . print ( "GAS Detected!" ) ; } else { digitalWrite ( LED , LOW ) ; digitalWrite ( Buzzer , LOW ) ; lcd . setCursor ( 0 , 1 ) ; lcd . print ( " " ) ; } }

TINKERCAD para principiantes

 https://www.youtube.com/watch?v=ypb2PaJzLQY para principiantes de TINKERCAD www.tinkercad.com os registráis con vuestro correo.

Sensor de gas con esquema

Imagen
 
Imagen
 https://www.youtube.com/watch?v=DDPnvmlLNq4&list=PLX1o8IHd4nZO1nhYvXF55_A1DR-qYQ7RI Con esto se puede hacer en virtual sin tenerlo

Fotoresistor

Imagen
 

Arduino sencillo

Imagen
                                                                           Número y resultado                                                                            Hola mundo INICIALIZAR MONITOR Hola  Prueba char carácter     Verdadero/falso Boolean = Variable Serial print y println Número Número y resultado Notas Prueba potenciómetro Prueba led Ultrasónico, zumbador y led ULTRASÓNICO Prueba zumbador Pantalla LCD con prueba de escritura Sensor PIR Prueba scroll Ultrasónico Prueba led Led con función MAP l Sensor de gas con LCD Pantalla LCD con IF Foto resistencia