Vibration Sensor Module with Arduino tutorial | Vibration measurement | Seismograph SW-420 module

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 11

  • @saramin8961
    @saramin8961 2 года назад +3

    Vibration Sensor Module with Arduino tutorial

  • @ProKabbadiediting
    @ProKabbadiediting 3 месяца назад +1

    int led = 13;
    int vs =9;
    void setup(){
    pinMode(led, OUTPUT);
    pinMode(vs, INPUT);
    Serial.begin(9600);
    }
    void loop(){
    long measurement =vibration();
    delay(50);
    Serial.println(measurement);
    if (measurement > 50){
    digitalWrite(led, HIGH);
    }
    else{
    digitalWrite(led, LOW);
    }
    }
    long vibration(){
    long measurement=pulseIn (vs, HIGH);
    return measurement;
    }

  • @MidangAlamSensation
    @MidangAlamSensation 2 года назад +1

    Mantep👍

  • @carlossee4110
    @carlossee4110 2 года назад +1

    Seismograph SW-420 module

  • @anlockcharacter1104
    @anlockcharacter1104 2 года назад +2

    vibration was not declared?

  • @toufiktrb8843
    @toufiktrb8843 Год назад +1

    Please sir Can yoU simulation this projet in porteuse Isis help me

    • @ZinTechIdeas
      @ZinTechIdeas  Год назад +1

      It will definitely be on the channel soon

    • @toufiktrb8843
      @toufiktrb8843 Год назад

      @@ZinTechIdeas Sir, please, I want to simulate these days if yoU can, for the graduation note