Это видео недоступно.
Сожалеем об этом.

How does work IR SENSOR with Arduino nano | IR SENSOR full tutorial [Codes and Circuit diagrams]

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

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

  • @alwff
    @alwff 10 дней назад

    For the first IR sensor, does it have to be in front of the leds to work or can it be to the side?

  • @kazuha6392
    @kazuha6392 4 месяца назад +1

    Sir which sensor is very accurate for line tracking?

  • @_BanarasiVines
    @_BanarasiVines 5 месяцев назад

    Which one is more quick

  • @arjiesudaria8019
    @arjiesudaria8019 8 месяцев назад

    why does my tcrt5000 not detect white and black properly because when I raise my robot it only detects black and when I put it down it only detects white I want it to be able to detect white and black while moving but it doesn't happen . here's my code
    int OUT = 13;
    void setup(){
    pinMode (OUT, INPUT);
    Serial.begin(9600);
    }
    void loop (){
    bool sensorValue = digitalRead(OUT);
    if (sensorValue == 0){
    Serial.print("Black");
    }
    else (sensorValue == 1);{
    Serial.print("White");
    }
    }

    • @mcavily6553
      @mcavily6553 Месяц назад

      Buddy increase the height of the sensor where it is mounted

  • @bakhtiarhussain3404
    @bakhtiarhussain3404 2 года назад

    Which sensor is best for lfr?

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

    I tried it's not working