Arduino Line Follower - Code Development #1

แชร์
ฝัง

ความคิดเห็น • 65

  • @robotics1013
    @robotics1013 ปีที่แล้ว +9

    This is by far the most comprehensive video I've seen on a line following robot ever, thank you for walking through the code and explaining the concepts with so much clarity.

  • @liquidation2279
    @liquidation2279 4 วันที่ผ่านมา

    I could never express how grateful i am for a such a comprehensive yet goofy video. I hope you never forget how happy you make people by just one video

  • @hi_beemo1808
    @hi_beemo1808 10 หลายเดือนก่อน

    it's so weird that simple explanations like in this video are not so suggested by the algorithm really great work you deserve all respect
    note: you can use map() function to keep the variable in a certain interval 41:20

  • @rob0674
    @rob0674 3 หลายเดือนก่อน

    Probably the best tutorial for a good line follower

  • @ryanregivan8498
    @ryanregivan8498 ปีที่แล้ว +1

    true, for many YT video i watch in search of explaination for whats going on in the code, not got any explanation, but thanks to god, guide this finger to click and watch this good videos. keep doing best sir. waiting more good videos like this, theory and practical booth do with same time to prove whats happen in reality! give us more and more usefeull videos like this.

  • @vangelismathioudis3891
    @vangelismathioudis3891 6 หลายเดือนก่อน

    Very nice video, with good explanation and most importantly live coding/debugging by explaining what are the possible issues. Thank you for this! Kudos!

  • @Atharva_Mayekar
    @Atharva_Mayekar 2 หลายเดือนก่อน

    This was the best line following design and working tutorial, thank you bot reboot
    😀

  • @roboticswithrehaan1676
    @roboticswithrehaan1676 6 หลายเดือนก่อน

    This the best video and very disappointing to see only few views and likes and I am really impressed with ur content

  • @thevu9812
    @thevu9812 2 หลายเดือนก่อน

    Your video is extremely interesting and useful, exactly I find the right thing I need

  • @zohaibahmed1331
    @zohaibahmed1331 ปีที่แล้ว +1

    Great Work!!! A good piece of explanation. I appreciate the work!

  • @sorryboss8550
    @sorryboss8550 11 หลายเดือนก่อน

    Hey Reebok, I really love your code implementation and I wanted to use it for my 4 wheeled chassis, should I just add new speed variables? Or use the same variables but integrate them to the other motors?

  • @craftkids6795
    @craftkids6795 2 หลายเดือนก่อน

    nice vid bro i learned alot from it i am going to use te algorithim in a interntional competion wish me luck

  • @soumitradey8208
    @soumitradey8208 หลายเดือนก่อน

    🎉 Lovely video and explanation thank you

  • @moipichardo
    @moipichardo หลายเดือนก่อน

    In minute 27:00, shouldnt the sensorValues[0] be multiplied by 1?, otherwise you will never take the value of sensor 0 into account. So in this case the measurements will go from 0 then a jump from to 1000 - 7000 instead of 0-7000.

  • @alltop172
    @alltop172 9 หลายเดือนก่อน

    This man is awesome..
    i have a question :
    you used two push button, as pull down, insted of this can i use pullup?
    like, i want to connect 2.2k resistor to 5v then on pin of push button, and the other pin of push button will go to the ground, and Digital pin 12 will be on the 5v, for the calibration button, another push button will be same but Digital pin 11 in 5v,
    then i will write like:
    digitalwrite (12,INPUT_PULLUP);

  • @a.h.sgaming200
    @a.h.sgaming200 ปีที่แล้ว

    Can you please give me hints on how to code further for the 'T' section, '+' section, dashed lines, loops?

  • @marvinjohnagucay9479
    @marvinjohnagucay9479 9 หลายเดือนก่อน

    is it good to put trimmer potentiometer to determine the best Kp, Ki, Kd combination instead of editting it on the script and recompiling? or is it unnecessary cause once the best Kp, Ki, Kd is determined, you dont need to change it again?

  • @srdrgul
    @srdrgul ปีที่แล้ว +1

    Number one 👍

  • @chookity9793
    @chookity9793 7 หลายเดือนก่อน

    hello, good tutorial. I have questions. what is int mode = 8 ; do? is it possible to use motor shields mount on Uno to connect with Qtr sensors?

  • @rexcode9366
    @rexcode9366 ปีที่แล้ว

    my bot just jerks when it senses line. like instantly goes forward,backward,forward....... untill it crosses the line, then continues to rotate in right direction
    suggestion appreciated

  • @alexandrupopovicibreje6457
    @alexandrupopovicibreje6457 ปีที่แล้ว

    Poti sa faci un video in care construiesti robotul si pui elementele pe pcb, iti apreciez munca, spor!

    • @botreboot6352
      @botreboot6352  ปีที่แล้ว

      I plan to remake this robot so maybe when it's done, I will also include how to assemble it :)

  • @lilbro9815
    @lilbro9815 7 หลายเดือนก่อน

    if i want it to follow a white line on a black surface, how would this be different?

  • @katifali4688
    @katifali4688 7 หลายเดือนก่อน

    can i use arduino nano instead of arduino pro?, using the same program code you have given on the website?

  • @corinadumitrache8602
    @corinadumitrache8602 2 ปีที่แล้ว

    I appreciate your work

  • @sumukhholla8679
    @sumukhholla8679 2 ปีที่แล้ว +1

    Tq for doing this project

  • @purushothamkirshnappa9991
    @purushothamkirshnappa9991 2 หลายเดือนก่อน

    The first line is of aurdino code is error

  • @sikandaramir9615
    @sikandaramir9615 9 หลายเดือนก่อน

    hello can you guide me which other voltage regulator i can use in this project other than pololu series i need you help

  • @clasherboytanjim5576
    @clasherboytanjim5576 ปีที่แล้ว

    your work is 💯💯💯💯💯💯💯💯💯💯💯💯💯

  • @_LeaiPhong
    @_LeaiPhong ปีที่แล้ว

    thanks for the video. Can I ask if the code of this car can be run without a right angle or dashed line or do I have to code more? And how to code for the best. Thank you very much

    • @botreboot6352
      @botreboot6352  ปีที่แล้ว

      I didn't really take into consideration to test that. Really depends on the speed of the robot. If it's low, it might take the right angle. Those are really interesting scenarios, and I will try to test them and adjust the code if necessary.

  • @mtz-co3ec
    @mtz-co3ec ปีที่แล้ว

    hi shouldnt a 3300 rpm motor tun faster than this??? plz awnser

  • @subhrajyotimahanta964
    @subhrajyotimahanta964 ปีที่แล้ว

    what changes do we have to make when using DRV8833 instead of DRV8835 ? can you please help out

  • @sikandaramir9615
    @sikandaramir9615 9 หลายเดือนก่อน

    brother can you guide me on voltage regulator
    plz

  • @noctuammagic1260
    @noctuammagic1260 ปีที่แล้ว

    Could you perhaps share the .fzz fritzing file of the circuit, so others can make their own pcbs with that circuit?

    • @botreboot6352
      @botreboot6352  ปีที่แล้ว

      Fzz files are only generated by the Fritzing software application. However, in the resources section in the link in the description, I use another software for generating the Gerber PCB files, so I instead shared that.

  • @bassam65
    @bassam65 ปีที่แล้ว

    thanks
    😍

  • @pinpointnotachannel
    @pinpointnotachannel 2 ปีที่แล้ว

    if i copy paste the same code, but i modified and inverted to follow the white line, is it possible? (i mean the robot running the 2 different algorithm together in single track)

    • @botreboot6352
      @botreboot6352  2 ปีที่แล้ว

      In theory, it should work if you just change the qtr.readLineBlack(sensorValues) in qtr.readLineWhite(sensorValues).

  • @IoTa22410
    @IoTa22410 ปีที่แล้ว

    Can I use L298N motor driver?

  • @puviyarasus5929
    @puviyarasus5929 2 ปีที่แล้ว

    If i want to follow white line,what i have to do?

    • @botreboot6352
      @botreboot6352  2 ปีที่แล้ว

      That's a different case and a different algorithm. For starters, i would change the qtr.readLineBlack into qtr.readLineWhite and then adjust the code to your needs.

    • @puviyarasus5929
      @puviyarasus5929 2 ปีที่แล้ว

      @@botreboot6352 Could you help me to change it?

  • @ryd_robotics
    @ryd_robotics ปีที่แล้ว

    Nice

  • @timanime213
    @timanime213 ปีที่แล้ว

    I want buy it.?

    • @botreboot6352
      @botreboot6352  ปีที่แล้ว +2

      Unfortunately, I don't intend to commercialise these types of robots. The only purpose of them and these videos is to tackle areas in robotics and computer science so others can learn from and maybe inspire them with new ideas.

  • @alexbolfa2321
    @alexbolfa2321 2 ปีที่แล้ว

    🔝🔝🔝

  • @harshithmacha8480
    @harshithmacha8480 7 หลายเดือนก่อน

    App

  • @roboticswithrehaan1676
    @roboticswithrehaan1676 6 หลายเดือนก่อน

    15:09

  • @siddhaarths136
    @siddhaarths136 2 ปีที่แล้ว

    ****** how amps that motor driver can takes as input *******

    • @botreboot6352
      @botreboot6352  2 ปีที่แล้ว +1

      If you would take a look at the documentation of the motor driver, you will find all of the characteristics of any of the hardware (which can be found in the description of the video or directly on this link: www.pololu.com/product/2135).

    • @ssiddhaarthroboticsandauto1230
      @ssiddhaarthroboticsandauto1230 2 ปีที่แล้ว

      @@botreboot6352 how much mAh battery

    • @ssiddhaarthroboticsandauto1230
      @ssiddhaarthroboticsandauto1230 2 ปีที่แล้ว

      @@botreboot6352 7.4v how much mAh battery u have used in new one ..

    • @botreboot6352
      @botreboot6352  2 ปีที่แล้ว

      Quick question, becaused you spammed a lot and it made me curious, why is so important the mAh of the battery?

    • @ssiddhaarthroboticsandauto1230
      @ssiddhaarthroboticsandauto1230 2 ปีที่แล้ว

      @@botreboot6352 i have a 7.4v and 2200 mAh battery