Is arduino getting powered by those 4aa batteries??
@343GuiItySpark6 жыл бұрын
yes, arduino and motor shield work as one. shield provied a 5V controlled current to the arduino
@crappy_appy5 жыл бұрын
Yes but it will be better if separate power sources are used or these batteries drain out fast.
@Robocraze4 жыл бұрын
Thanks Apurv! :)
@diddys-biceps2 ай бұрын
Can we use QTR sensor in place of IR sensor??
@rohiths85244 жыл бұрын
Which power source suitable for this robot?
@Robocraze4 жыл бұрын
Hi Rohith, This line follower runs on 4 AA batteries.
@timealukacs2591 Жыл бұрын
@@Robocraze how many volts does a battery have?
@sureshpatil65114 жыл бұрын
Hey, can u plz make a tutorial on the wiring for this? Thx!
@Robocraze4 жыл бұрын
Thanks for the suggestion. We will try to post it soon! :)
@sohampatil. Жыл бұрын
Video link plz
@gktech82205 жыл бұрын
Can we make direct connection with l293d without motordriver
@Robocraze4 жыл бұрын
Hi GK Tech, Yes, you can connect directly to the L293D chip itself using a breadboard or a vero board, using the motor driver shield is not mandatory.
@manjumaurya45305 жыл бұрын
Can it work with normal motors
@Robocraze5 жыл бұрын
Yes this will work with any DC motor! :)
@jayantsom56506 жыл бұрын
I want to order this Robot fro your website. I want to know that is the arduino board pre loaded with program and code?
@kritarthmohan75116 жыл бұрын
Board is not pre-loaded but you can see the code here: www.robocraze.com/blog/robocraze-line-follower-robot.html
@abdulqadir-fz6cf6 жыл бұрын
Hello sir I need ur help
@Robocraze6 жыл бұрын
For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html In case you still face issues, drop us a mail. :)
@priyankjadav_6 жыл бұрын
Hii, I made this line following robot and it absolutely worked for me thanks a lot!!! 🎉💐
@Robocraze5 жыл бұрын
Glad to help! :)
@Eddyke Жыл бұрын
I wanted to learn how I can connect the sensors onto the motor shield. I don't know about the pin assignment
@Robocraze Жыл бұрын
Hello, To connect sensors to a motor shield, you need to use the digital or analog input/output pins available on the shield. The specific pins you should use will depend on the type of sensor you want to use and the specific motor shield you have.
@Eddyke Жыл бұрын
@@Robocraze Thank you. I figured it out
@DudeGenine4 жыл бұрын
I will surely try and come again with you....
@Robocraze4 жыл бұрын
:)
@chaitanyagurram053 жыл бұрын
@robocraze, I got 4 sensor pins but in the video I see only two being used.. What is the use of other two
@Robocraze3 жыл бұрын
Which sensor are you referring to?
@Beast_BanglaShorts4 ай бұрын
I cannot connect female to female wires with the l293d bc my l293d doesn’t have those pins on it can you help???
@Robocraze4 ай бұрын
Hello, The pins will require soldering onto the board, or you can try using a breadboard as well.
@gracehao50254 жыл бұрын
Hi,it absolutely worked for me thank you so much!
@Robocraze4 жыл бұрын
Thanks! :)
@aligasco72063 жыл бұрын
reference height arduino I want to know my room floor level how much height from other room in which video solution
@Robocraze3 ай бұрын
Hello! To measure the height difference between rooms using Arduino, you can use an ultrasonic distance sensor. Thank you for your question! :)
@nikolatesla4555 Жыл бұрын
can u send video tutorial of connection of wirings for school purposes . thank you in advance
@Robocraze Жыл бұрын
Hello, We have attached a manual with detailed connection diagram and code in the description.
@sondo223 Жыл бұрын
I want to add PID algorithm to the code, i understand the theory but i don't know how to connect it to the code
@Robocraze5 ай бұрын
Hmmm, that's a good idea for a video. Stay tuned to our channel for updates!!
@krisnavenitogaru52375 жыл бұрын
On which the line follower robot is moving??
@Robocraze5 жыл бұрын
We did not understand this. Please elaborate.
@angshumansaikia47984 жыл бұрын
Can you please provide me the connections for the sensors... Please. The analog pins have been used up by the motor shield now where to insert the output pins of the sensors... Please help me...
@Robocraze4 жыл бұрын
Hi Ⱥղցʂհմʍąղ, There is a breakout header on the motor driver shield for the A0 to A5 pins. Its located near the connector for the M3 motor. In the video you can pause at 5:15 and look in the bottom right-hand corner of the board A0-5 is labelled along with GND and +5v. Headers are not present by default so you can solder them manually.
@lygiahuy89444 жыл бұрын
hey how can i fix threshold was not declared in this scope
@Robocraze4 жыл бұрын
Right before the setup function, the line int threshold=500; declares the threshold variable. Please ensure you have declared it in your code as well. Please refer to the code in the blog here: robocraze.com/blog/post/robocraze-line-follower-robot
@lygiahuy89444 жыл бұрын
@@Robocraze thx
@muhammedyamenabdulhadi88404 жыл бұрын
how do we write the double left quotation mark as shown in the coding?
@Robocraze4 жыл бұрын
Hi Yamen, It is a normal double quote only (") not a left quotation. You may use the standard double quote used to denote string in C++.
@yogevbashri1200 Жыл бұрын
hey i need some help i build everything but when i use the code and turn it on it's going in circles
@Robocraze Жыл бұрын
It could be bacause the motor you are using is of higher RPM
@joaorito14004 жыл бұрын
Hey man, i build the robot when when i put the code does not work... My code is exactly the same and its not working can u help me ?
@Robocraze4 жыл бұрын
Hi, Can you please share details of the exact issue you are facing?
@mahwishali61366 жыл бұрын
There is no circuit diagram in the link and I really need it plz
@Robocraze6 жыл бұрын
For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html In case you still face issues, drop us a mail. :)
@MakeItFlyofficial4 жыл бұрын
Bro I checked it a hundred times there is no circuit diagram Robocraze is very bad and it’s products are low quality and fake 👎👎👎👎
@mimi.giselle410 ай бұрын
Hiii how can I connect the switch
@Robocraze5 ай бұрын
Hello, The instructions provided with the kit can be referred if any doubts regarding assembly. Thank you.
@leizapanta2 жыл бұрын
Used your code but my robot is not moving forward. where can i msg you so i can share my video? thanks.
@IshantvirSingh Жыл бұрын
can you solved that problem??? please tell me having same problem
@Robocraze10 ай бұрын
Hello, Please share a detailed query on support@robocraze.com
@rohiths85244 жыл бұрын
64khz or 1 khz for the motor?
@Robocraze4 жыл бұрын
Hi Rohith, While configuring the AF_DCMotor object, 64KHz is used. You can refer to the blog at the link given below for the code and more details. www.robocraze.com/blog/post/robocraze-line-follower-robot
@IshantvirSingh Жыл бұрын
Robot is turning on. The code is uploaded successfully but the robot is not moving. Please help me to figure it out the solution
@Robocraze Жыл бұрын
Hello, please raise a ticket on support.robocraze.com with your detailed query and images, and our team will get back to you at the soonest!
@hassaanali862420 күн бұрын
did u figured it out as i am facing the same issue?
@pavanreddy48466 жыл бұрын
Where can I get ir sensors in hyderabad
@Robocraze6 жыл бұрын
We ship the sensors and kit all across India. To purchase, please visit our website www.robocraze.com
@manojmishra15646 жыл бұрын
Wow!!!!!!!!!! Greaaaat
@Robocraze6 жыл бұрын
Thank you. :) Please visit our website (www.robocraze.com) for more cool DIY kits and products.
@mahindasamarasinghe44986 жыл бұрын
thi is success full?
@Robocraze6 жыл бұрын
Yes Sir! For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html In case of any issues, drop us a mail to tech@robocraze.com
@IlhamDefraN5 жыл бұрын
that shield is blocking the digital output, meanwhile it is only provided analog output, i have project that need digital and annoyed by that shield
@Robocraze5 жыл бұрын
Please consider using an L293D module instead of the shield.
@adnanrafimohammed13114 жыл бұрын
I did every thing it's moving ........but it's wheel are moving in opposite direction and it's is not following the black line what to do plzzz help ............What to do
@Robocraze4 жыл бұрын
Hi! You will have to check your code. Debug the code wheel by wheel. That should help!
@usamaaltaf53476 жыл бұрын
In code After compiling its giving error of no such directory
@343GuiItySpark6 жыл бұрын
open arduino software, check for libraries, manage libraries. and there, search for adafruit. select the adafruit motor library. wait for it to get downloaded and installed
@Robocraze5 жыл бұрын
You can download the library from the following link: goo.gl/fScTIj After downloading the zip for the library, go to the Arduino IDE > Click on the sketch menu on the menu bar > Select Include library from the dropdown menu > Click on the add .zip option and then select the library zip file. This should install the library for you.
@emondas316 жыл бұрын
after loading a program does not work line follower robot?plz help me
@Robocraze5 жыл бұрын
For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html In case you still face issues, drop us a mail. :)
@sparveen80786 жыл бұрын
I need program plz..
@Robocraze6 жыл бұрын
For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html
@sparveen80786 жыл бұрын
Thank you
@varunj95984 жыл бұрын
can you add the link for the code
@Robocraze4 жыл бұрын
Hi Varun, the link for the blog is given in the video description. You can find the code in the blog.
@alielgareb25002 жыл бұрын
I want the code in a file to delete🙏
@Robocraze Жыл бұрын
robocraze.com/blogs/post/robocraze-line-follower-robot Please refer to the above link for the code.
@Just_yog6 жыл бұрын
Pls provide circuit diagram and code
@Robocraze6 жыл бұрын
Hi! For details, please check out our blog: www.robocraze.com/blog/robocraze-line-follower-robot.html
@jabbaransari43626 жыл бұрын
This program is not working. I have different type of motor 1000rpm are used... please reply me
@Robocraze6 жыл бұрын
For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html In case you still face issues, drop us a mail. :)
@quadriquadri16554 жыл бұрын
Sir my robot follows it backward and it also goes out the line can you give your contact so that i can complete my project please Thank you
@Robocraze4 жыл бұрын
Hi, This indicates that the motor connections are opposite. Reverse the motor connections on the motor driver and it should drive forwards. If it is unable to follow the line and turns in the opposite direction, the left and the right control pins are reversed. Swap the left and right motor control pins to correct for that.
@shashankkarn6 жыл бұрын
can i plz get its code
@Robocraze6 жыл бұрын
For more details, please check out www.robocraze.com/blog/robocraze-line-follower-robot.html
@hajarsikal35273 жыл бұрын
this robot is unicycle or tricycle!!
@Robocraze3 жыл бұрын
Hi, This bot uses two wheels attached to motors and one castor wheel in the front.
@hajarsikal35273 жыл бұрын
@@Robocraze hello i now but it is unicycle !!!
@munagaachuthkumar78784 жыл бұрын
Four wheeler line fallower robot video sir
@Robocraze4 жыл бұрын
Hi! We have taken your suggestion. We will schedule it! :) Thanks.
@munagaachuthkumar78784 жыл бұрын
@@Robocraze when sir
@sankeerthan90665 жыл бұрын
bro i need the code pls!!
@Robocraze4 жыл бұрын
Hi Sankeerthan, the link for the blog is given in the video description. You can find the code in the blog.
@gguruji6933 жыл бұрын
Code is not opening
@Robocraze Жыл бұрын
robocraze.com/blogs/post/robocraze-line-follower-robot Please refer to the above link for the code.
@AbdurRehman-rb1yw5 жыл бұрын
here i face problem to verify line number 3 #include no such file or directory. i dont know how to tackle it.
@Robocraze5 жыл бұрын
You can download the library from the following link: goo.gl/fScTIj After downloading the zip for the library, go to the Arduino IDE > Click on the sketch menu on the menu bar > Select Include library from the dropdown menu > Click on the add .zip option and then select the library zip file. This should install the library for you.
@AbdurRehman-rb1yw5 жыл бұрын
Thanks alot sir. I have done it. Took certain time but finally done it.
@Robocraze5 жыл бұрын
@@AbdurRehman-rb1yw Great, good to know! :)
@abhijeet.ai_5 жыл бұрын
code for the bot @Robocraze
@crappy_appy5 жыл бұрын
Please check out www.robocraze.com/blog/robocraze-line-follower-robot.html
@Robocraze4 жыл бұрын
Thanks Apurv! :)
@hemanthkovvali81834 жыл бұрын
sir we want 4 wheerlers videos
@Robocraze4 жыл бұрын
Hi! We have taken your suggestion. We will schedule it! :) Thanks.
@RakshithPrakash6 жыл бұрын
Arduino is an overkill for this , you can simply use a opamp comparator
@343GuiItySpark6 жыл бұрын
this is for beginners.
@Robocraze5 жыл бұрын
Hi! This is a beginner video for Arduino learners, similar to a 'Hello World' program in most programming languages.
@shojibbhuiyan27886 жыл бұрын
give the code of this please
@Robocraze6 жыл бұрын
The code is in the link mentioned in the description below.
@parvizss4 жыл бұрын
The link is not worked yet
@abhijeet.ai_5 жыл бұрын
code for the bot
@crappy_appy5 жыл бұрын
Please check out www.robocraze.com/blog/robocraze-line-follower-robot.html
@Robocraze4 жыл бұрын
Thanks Apurv! :)
@ilhamsaputrajati97676 жыл бұрын
where your sensor video man?
@Robocraze6 жыл бұрын
The sensor is being connected in the same video at 4:03 time.
@wahyudin34875 жыл бұрын
Please share your code
@crappy_appy5 жыл бұрын
Please check out www.robocraze.com/blog/robocraze-line-follower-robot.html
@Robocraze5 жыл бұрын
Hope this helps! :)
@roko76615 ай бұрын
Is this a guy or .....??? Does HE have long nails??????