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

Line Tracking Sensor - 5min Tutorials

Поделиться
HTML-код
  • Опубликовано: 28 май 2018
  • This is a tutorial for the Line tracking sensor.
    Line tracking sensors are often used for making line following robot cars and other arduio/ raspberry pi projects.
    In this video, I explain the working of a line tracking sensor, and show how to hook up, and code them, and then finish off with a little test of the line tracking sensor.
    Subscribe to Fungineers for more tutorials, Arduino projects, and more!

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

  • @sarathkumarps6473
    @sarathkumarps6473 5 лет назад +2

    found this channel randomly,and videos are awesome with well explained programs as a beginner . :)

    • @Fungineers
      @Fungineers  5 лет назад

      Thanks man! How did you find the channel?

    • @sarathkumarps6473
      @sarathkumarps6473 5 лет назад

      I was searching infos for my final year project ,and none of videos was much helpful till now,and found one of your video with pgm explanation.and you have earned 1 subscriber 🤩.

  • @imstudent8895
    @imstudent8895 3 года назад

    It helped, thank you.

  • @latacui6773
    @latacui6773 5 лет назад +1

    Thank you for your clear explanation! I'm an amateur and starter and hopefully can learn more from you

  • @DreThePlug
    @DreThePlug 4 года назад

    Niceeeee video!

  • @ayyubshaffy3612
    @ayyubshaffy3612 4 года назад

    I know that black surfaces absorb most of the visible light while white surfaces reflect most of visible light. But how do we know that the same applies to IR light too?(I read a Quora answer and they said it depends on the black surface)

    • @Fungineers
      @Fungineers  4 года назад

      Light is light..right? ;)

    • @ayyubshaffy3612
      @ayyubshaffy3612 4 года назад

      @@Fungineers yeah.. but Infrared light isn't visible light..
      (srry if im sounding dumb but im a newbee)

    • @anondimwit
      @anondimwit 4 года назад

      Ayyub Shaffy doesn’t matter if it is visible also with some cameras we can see it

  • @ronantremoureux3743
    @ronantremoureux3743 4 года назад

    Oh we can use it to count a number of turn of a motor, it can be a way of using it 🤔

    • @goku445
      @goku445 3 года назад

      Not sure if it is fast enough for that purpose.

  • @anz5548
    @anz5548 3 года назад

    CODE
    void setup() {
    Serial.begin(9600);
    }
    void loop()
    {
    Serial.println(digitalRead (8));
    delay(500);
    }

  • @rodrigo-tj1gf
    @rodrigo-tj1gf 3 года назад

    What is the datasheet on that ?

  • @CorpusCharlesChipStevenSCorpus
    @CorpusCharlesChipStevenSCorpus 4 года назад

    Can it change to detect black surface instead of white?

  • @melissevillanueva8746
    @melissevillanueva8746 4 года назад

    Where did you put the other two wires in the arduino?

    • @072-o1e
      @072-o1e 2 года назад

      Ground and 5v

  • @wahbiyassine3488
    @wahbiyassine3488 5 лет назад

    can i use it in line follower instead of Qtr

    • @Fungineers
      @Fungineers  5 лет назад

      Qtr?

    • @wahbiyassine3488
      @wahbiyassine3488 5 лет назад

      @@Fungineers QTR-8RC Reflectance Sensor Array

    • @Fungineers
      @Fungineers  5 лет назад

      Yeah those are basically the same things just tiny.

  • @drkrishnaprasadsharma6349
    @drkrishnaprasadsharma6349 5 лет назад

    How to control the sensitivity

    • @Fungineers
      @Fungineers  5 лет назад

      Can only control distance with the knob

  • @farestarik4462
    @farestarik4462 4 года назад

    please, this sonsor works in the dark ?

    • @Fungineers
      @Fungineers  4 года назад +1

      I think so...havent tried.

  • @Sudhakar-ct6vg
    @Sudhakar-ct6vg 3 года назад

    Hi