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

Line follower Robot using 5 Channel IR Sensor & Arduino

Поделиться
HTML-код
  • Опубликовано: 26 янв 2020
  • Circuit Diagram and Code: github.com/him...
    Components used for the Project:
    1. Arduino UNO & Cable (amzn.to/2GszJ9q)
    2. 5 Channel Line Tracking Module (amzn.to/36vn8wv)
    3. L293D Module (amzn.to/38I814n)
    4. 300 RPM DC Motors & Clamp (amzn.to/2RXV5k2)
    5. Wheels (amzn.to/2OiPNin)
    6. Caster Wheel (amzn.to/2RSWs3t)
    7. Jumper Wires (amzn.to/37x8zdk)
    8. 9V Duracell Batteries (amzn.to/2uxAuet)
    For more info about us visit:
    Email Id: 2idiotsofengineering@gmail.com
    Facebook page: www. eng...
    Instagram: / engineersel. .
    Twitter: / engnelectronics
    Blog: engineersnelect...
    Channel: www..com/c/EngineersElectronics
    Thank You!
    Team: Engineers & Electronics

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

  • @jumbo999614
    @jumbo999614 4 дня назад

    I made my own sensor instead of buying the module. My sensor is 14 cm wide with 4 pairs of IR LEDs. My perfboard still has some space to add 2 more sensors. It's wider than manufacturer module.
    Is it ok? I haven't tried on my robot car yet. Do I need thicker black tape for sensor to read?

  • @Zypher_desu
    @Zypher_desu 4 месяца назад

    Hello sir! how did you calibrate your sensor? my sensor is does not detect black line unless its literally on the line😅 i need help

  • @arthurceci8152
    @arthurceci8152 2 года назад +5

    Is it possible to implement PID control with that sensor?

  • @RighttoInformationAct2005
    @RighttoInformationAct2005 4 месяца назад

    how this is possible you connect ir sensor with analog pin and write code with digital 0 or 1

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

    if i have in my project the same sensor TCRT5000, but 2 different DC motors (that yellow type) attached to a arduino motorshield (that blue type), how do i solve the problem with starting? I copied your code nad it doesn t work... i changed a bit and the same result.. and why in your code, you wrote motor 1, 2,3,4 ? i saw that you used only 2 motors. Thanks !

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

      He used an L293D motor driver, which has 2 different input pins for each motor. That's why he declared four pins for two motors. It seems that your motor driver is different from his one. So you have to change the code a bit. You can take help from the internet.

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

    can you share the buying link for L293D Module and 5 Channel Line Tracking Module because the product in given link is unavailable.

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

    i have 5 ir sensor but my motordriver have different ardumoto board how i need change code now ?????

  • @thakkaryug934
    @thakkaryug934 10 месяцев назад +1

    Hii
    Please explain the coding part of this video... I can't understand QTR sensor or IR arrays library coding

    • @kartikeygarg906
      @kartikeygarg906 10 месяцев назад

      so there are 5 sensors in array ir
      so he first defined them
      as ir 1 = in whichever pin it is in you can also say that this is sensor 1
      ir 2 = pin no
      ir 3 = pin no
      ir 4 = pin no
      ir 5 = pin no
      these complete 5 sensors of an array ir
      now he has made the ir as input
      then he uses integer like s1 for ir 1 and so on for other
      now 0 means black and 1 means white
      if((s1 == 1) && (s2 == 1) && (s3 == 0) && (s4 == 1) && (s5 == 1))
      this means when the middle sensor will detect black it will move straight
      similarliy if((s1 == 0) && (s2 == 0) && (s3 == 0) && (s4 == 1) && (s5 == 1))
      it will move to right
      i hoped it helped u

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

    good....basic hai..start karne ke liye perfect...

  • @TechnicalidEas07
    @TechnicalidEas07 4 года назад +2

    Sir May Ak *Bluetooth* *keyboard* bana na cha ta hu *Arduino* Sa. Muja up ka help chai a . Muja programming chai a☹️May programming nahe Jan ta ☹️😞

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

    How to calibrate the sensor

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

    Sir g,eye floor tape ka naam kiya he.eye kahace khorid korungga pls link diye

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

    Mau nanya mas,,klo pakek modul driver L298N bisa gak ya mas?

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

    Can it cross X Junction or T Junction

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

    When we say digwrt(8, HIGH)
    what does it mean...
    Pin 8 is now positive or negative?
    Please reply 🙏

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

      Positive

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

      @@EngineersElectronics thnx

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

      high have alltime arduino 1 and low = 0 you understad 1-0 high-low. on-off. true-falce. basic elektronic and arduino.

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

    Bhaiya please help me to create wireless connection with 2 Arduinos

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

    Thank you so much!
    Much obliged

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

    How we make maze solver robort??

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

    Superb but i want to hear your voice

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

    Very nice

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

    Why you are not posting vdos

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

    Great

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

    is your code working? because i tried it and it doest work

  • @Jugadu_Engineer
    @Jugadu_Engineer 4 года назад +3

    bro . im also working on robotics , and u too are good in that , i m making one team , can i have ur email id , or contact details .. ?

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

    please check your mail...