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

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

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

  • @alwff
    @alwff 3 месяца назад +2

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

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

    Which one is more quick

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

    Sir which sensor is very accurate for line tracking?

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

    Which sensor is best for lfr?

  • @abhiofficial4509
    @abhiofficial4509 3 месяца назад

    Sir 2nd one is not working how to solve it sir
    Guide me sir

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

    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 5 месяцев назад

      Buddy increase the height of the sensor where it is mounted

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

    I tried it's not working

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

      Check my website srituhobby.com