man, this channel helped me get through so many stuff with my team. switching over to Arduino next year. Been here since 2017. You probably won't see this, but thank you so much for everything.
@djamparo66367 жыл бұрын
You are born to do youtube and to explain stuff
@kalolakeith77999 жыл бұрын
me and my team watch your videos all the time they are very helpful
@Builderdude359 жыл бұрын
+kalola stokely-keith Thank you!
@arnulfohernandez32489 жыл бұрын
Me and My 10 years old daughter love it...we are planning to experiment!! very good job thanks!
@Builderdude359 жыл бұрын
+Arnulfo Hernandez Glad to hear I've helped!
@leesaferite89169 жыл бұрын
My solution: If the sensors are on each side of the line, subtracting the sensor values gives a number roughly between -100 and 100. This number can be used as a speed adjustment for each motor. You add the number to one motor and subtract the number from the other motor. As the sensors diverge more the adjustment becomes stronger. Not quite a standard PID loop, but interesting in any case. SA = Sensor A, SB = Sensor B, MA = Motor A, MB = Motor B, SPD = Speed MA Speed = (SPD + (SA - SB)) MB Speed = (SPD - (SA - SB)) Put this in a named loop so you can exit when needed. Put a MA and MB motor off w/coast to clear the motors before you exit. For extra points you can reset the degree sensor before the loop and use the average degrees as a loop exit for pretty close distance measurement. In the loop: Average degrees = ((MA + MB) / 2) And knowing the wheel diameter you can easily convert desired distance into rotation degrees.
@Builderdude359 жыл бұрын
+Lee Saferite That is a great idea! Thanks for sharing it with the community!
@sreerramchavali24057 жыл бұрын
This helped a lot u have no idea how much my team will benefit from this wish me luck!
@Builderdude357 жыл бұрын
Awesome! Good luck!
@rtesdahl9 жыл бұрын
I am a new fan, BuilderDude35. You have great topics, and you are a very good presenter. I am a new FLL coach, and my team and I will definitely be learning a lot from you. Thank you for your time and knowledge.
@Builderdude359 жыл бұрын
+Rob Tesdahl You're very welcome!
@HansenGirlsTV9 жыл бұрын
Im a little new with programing this helped alot.
@kavitasomanisharda73866 жыл бұрын
Superb Video......very helpful tips in all your videos.....Thanks for helping the community learn
@Builderdude356 жыл бұрын
Thank you very much! I am pleased to serve the community.
@novarecondo38688 жыл бұрын
Thanks for the video!!! Now I can use this program in a contest.
@izlaiqaizlan4525 жыл бұрын
No u cant
@austinshe35023 жыл бұрын
@@izlaiqaizlan452 yes u can
@sydneyprier15198 жыл бұрын
you are very smart and this helps so many people except me this doesnt really work so uhhhh fix it
@Builderdude358 жыл бұрын
+Sydney Prier What's wrong with your line follower? And what have you tried doing to fix it?
@teamfirebrand5967 жыл бұрын
I used 3 sensors in my robot can you please give me any tips on how to program it?
@kristina7878788 жыл бұрын
Your programs are cool.
@Builderdude358 жыл бұрын
+astro Thanks
@StreeterBlake9 жыл бұрын
Builderdude35 Love your videos. I too am a new FLL coach. We are starting to learn programming this week and I plan to have the team watch several of your videos to aid them in learning. I would love to see a turtorial on to accurate determine where you are on the field, i.e. If you need to stop and perform a mission 50% down the line you are following, how can you tell you have gotten there, accurately?
@Builderdude359 жыл бұрын
+StreeterBlake With that, you could just have the liner follower loop for x number of wheel rotations.
@pixeltounsi91132 жыл бұрын
Amazing work honestly! I want to ask about how to make the code when we have gap on the line ???? Is there any solution to communicate in private if it’s possible please
@hchannel6356 жыл бұрын
Please can you tell me what is better and more faster PD line follower or proportional line follower with switch.
@simple.family.life.54525 жыл бұрын
Do you have a tutorial on how to build the bot?
@18hridyandeshpande944 жыл бұрын
can I do it with one color sensor
@bayna788 жыл бұрын
U did perfect job 👏🏻👏🏻👏🏻👏🏻i want to know how u build ur robot in ur video ( how to follow line in 2 minute thanks really i learn too much from u good luck in ur all life
@Builderdude358 жыл бұрын
+بينه الكواري Thanks!
@zedybeny13278 ай бұрын
Nice!!!!
@sydneyprier15198 жыл бұрын
Yes it. Won't stop
@Builderdude358 жыл бұрын
+Sydney Prier You need to program it to stop when you want it to. :)
@rkhareeshnagarjuna11087 жыл бұрын
i want to know how to make a robot take both left and right turns using a single colour censor. can u help me out?
@Builderdude357 жыл бұрын
Yes, see my video on proportional line following.
@mz000-o2w4 жыл бұрын
i am in a comp. and do you know how to follow a oval in under 30 secs and to make it quicker?
@ashwind79219 жыл бұрын
Can you please show me how to use a gyro sensor.
@Lsreedhara8 жыл бұрын
do you know where to get the wheels
@montagnana4robotics8 жыл бұрын
Thanks for the video!!! Now I can use this program in FLL.
@charliedonuttz-pcstuffandm36038 жыл бұрын
SAME...
@Orc-icide9 жыл бұрын
I had to use this at a very slow speed , my course in college has really sharp turns
@akulaganesh60378 жыл бұрын
hii can you please do the programming for obstacle avoider
@amdrwother46687 жыл бұрын
can you make a video on how to make/build the robots?
@Builderdude357 жыл бұрын
I already have plenty of such videos. Keep in mind that I cannot offer specific advice or complete designs.
@sydneyprier15198 жыл бұрын
could you please do a toturial of how tho make it go for a certain number of rotations
@japiocni0km2775 жыл бұрын
Nice
@emrobotics36354 жыл бұрын
good content!
@mostafashabanit2 ай бұрын
thanks , have you email to ask you about a thing?
@madassasin36029 жыл бұрын
thanks man very helpfull
@Builderdude359 жыл бұрын
+Mad Assasin360 :)
@antoniofausto33647 жыл бұрын
Hey Dude ! What's up? I was thinking... This robot can do curves of 90° degress? Good Job and good video! :)
@gtech47585 жыл бұрын
Is this line follower effecient for 90° turns (please answer wro competition in 5 days:/)
@santiagoarcos11409 жыл бұрын
thanks i will see it.
@MunaAlMatrushi9 жыл бұрын
Thanks for the video. What if the line is dashed or like a maze.. Does this program work???
@Builderdude359 жыл бұрын
+Muna Al.Matrushi Check out one of my recent tutorials, about line following through gaps in the lines.
@itteacher91688 жыл бұрын
+Builderdude35 please give me the link for that tutorial. i need my robot to follow dashed lines. i have only one sensor>
@Builderdude358 жыл бұрын
+it teacher Here is the video: kzbin.info/www/bejne/gonHnmljfNFjjac
@priestleyjay70955 жыл бұрын
Excellent video. Do you know how to use 2 color sensors to perpendicularly line the robot up when crossing over a line. For example, “if one sensor sees a line the line the robot will turn until both see the line, and then continue forward.”
@Builderdude355 жыл бұрын
Absolutely! You're asking for line squaring, which happens to be my specialty. Check out this video: kzbin.info/www/bejne/rKCwnaaai6Z4iLM
@ziquuu4 жыл бұрын
Can i ask for thee robot model plz..
@Miibn9 жыл бұрын
will you make a tutorial on how you make your line follower bot move faster when it goes on a straight line and it will go slower when it detects a turn
@Builderdude359 жыл бұрын
+Miibn 1977 That would be what a proportional line follower does; I have a tutorial for that.
@Miibn9 жыл бұрын
+Builderdude35 TQ. I love your videos. It helps me prepare for competitions. Thank You So Much
@efthymiosn33818 жыл бұрын
if we have callibrated and set black as 0 what do we do??
@aleksandarvolkanovski45657 жыл бұрын
But really nicely programed
@annamayer28098 жыл бұрын
Can you show us how to make the robot follow a line that has a loop at somewhere? Please!
@Builderdude358 жыл бұрын
+Anna Mayer Do you mean a line that has a loop or roundabout at the end? The concept is the same, just adjust the line follower for tighter turns.
@annamayer28098 жыл бұрын
Ok. Thank you so much!!!!
@basimaserdah66977 жыл бұрын
can you make an video about 3 light sensers
@Builderdude357 жыл бұрын
I've added it to the list. Thanks for the suggestion.
@Libbymoonbeam267 жыл бұрын
Hello Builderdude35, I was just wondering what piece you use to connect your two color sensors on the front of your dog-gear interface, as it seems to allow you to attach the sides of your color sensor connection holes to the side of that piece - or am I missing something that connects them underneath? Either way, I haven't been able to find an efficient way to connect my dual-color sensors to the front of my dog-gears in a stable way and was wondering if you had any tips regarding that?
@Builderdude357 жыл бұрын
Hello, I am using the two pins that are normally used for the dog gear interface to attach the sensors. I simply slide a beam onto the two pins (5 studs or longer) and then mount the color sensors onto that using crossblocks. It's a very simple mount.
@Libbymoonbeam267 жыл бұрын
Thank you very much! :)
@austinshipman87518 жыл бұрын
Where did u get those big wheels?
@Builderdude358 жыл бұрын
+Austin Shipman bricklink.com or brickowl.com
@No_reason839 жыл бұрын
Can you provide us how to make line follower if we have transactions and intersection 10cm how we can do it if we have spaces in the line
@Builderdude359 жыл бұрын
+Elearning Coordinator I will add that to the list of tutorial topics to do!
@shrey75037 жыл бұрын
can u make a video on turn when green block detected for ev3
@Builderdude357 жыл бұрын
Yep, I actually already have it! Check out my tutorial on Loop exits: kzbin.info/www/bejne/lYq1qH5-hZmpbqM It's exactly what you need.
@alejandrofuentes16309 жыл бұрын
Hi! I'm a new fan. I'm learning a lot! Can you do a tutorial with a line follower which needs to know intersections please?
@Builderdude359 жыл бұрын
+Alejandro Fuentes Sure! I will add that to the list!
@ashwind79219 жыл бұрын
Thanks
@kcuevas19709 жыл бұрын
Awesome tutorial. Are you planning on doing a wall follower?
@Builderdude359 жыл бұрын
Karen Chyntia Cuevas Mendoza Hmm... That's an interesting idea! Maybe...
@shrihan34507 жыл бұрын
for me, the end block on the switch is unlimited, and my program keeps going in circles. how do you make the unlimited do it only once
@Builderdude357 жыл бұрын
You need to change the condition of the Loop block so that it exits based on another condition, such as motor rotations.
@gurmeetkaur-vw2ry7 жыл бұрын
hey I'm a newb so do you have any videos on programming basic like bout variables and constants explaining everything,I just love this stuff but wasn't able to do all this before please help
@Builderdude357 жыл бұрын
Yes, I have some tutotials on constants/variables as well as tutorials on how to program every sensor.
@zuhrasalieva81778 жыл бұрын
Hi ,i appreciate your videos , Can you show us how to make an effective puck collector ?please thanks
@Builderdude358 жыл бұрын
+Zuhra Salieva Soorry, I don't think I can help you with that.
@gaelgarcia25858 жыл бұрын
Can this work with only one
@Builderdude358 жыл бұрын
No, but I have another video on a single sensor line follower (proportional line follower).
@jonasbrito4318 жыл бұрын
Que software é esse que você esta usando? onde consigo download?
@Builderdude358 жыл бұрын
I am using the EV3 Home Edition software.
@ChubbyRainLTG9 жыл бұрын
Hi Builderdude35, I was planning on having the color sensor on the side of the robot instead of directly in the middle. would this cause any issues with its line following?
@Builderdude359 жыл бұрын
+ChubbyRainLTG No, the line following will still work mostly the same; of course, the robot will just be on the side of the line.
@minhnguyengia50698 жыл бұрын
Where can you find that super big wheels?
@minhnguyengia50698 жыл бұрын
thanks
@minhnguyengia50698 жыл бұрын
what does it called
@minhnguyengia50698 жыл бұрын
the wheels?
@ji945528 жыл бұрын
They are the motorcycle wheels. The wheels alone cost about $20 so it's better to buy a set of the Technic Motorcycle instead.
@azizaclementine47048 жыл бұрын
does anyone know how to program an ev3 to parallel park?
@allstarstudios63396 жыл бұрын
Can you do this with one colour sensor?
@Builderdude356 жыл бұрын
Absolutely; see my video on proportional line following.
@ahmedabbasi69768 жыл бұрын
i just programed it and installed both sensor the way you did ,but i didn't responded the same way as in your video .
@Builderdude358 жыл бұрын
+Ahmed Abbasi What was wrong?
@0forzer0608 жыл бұрын
whats the programmet
@eduardomedina51909 жыл бұрын
What if you have a light and a color sensor?
@Builderdude359 жыл бұрын
+Eduardo Medina It's not really necessary. The EV3 Color sensor is already also a light sensor.
@gerardogamez2918 жыл бұрын
idkh to link the color sensors... help
@Builderdude358 жыл бұрын
+Gerardo Guadalupe Gámez Romero Check out my video on the color sensor.
@santiagoarcos11409 жыл бұрын
i have tryed to use one color sensor by moving the color sensor but not the robot
@Builderdude359 жыл бұрын
Santiago Arcos Could you please clarify?
@jaccarlson19 жыл бұрын
Hey Builderdude35, my FLL team is trying to create a line following program. However, when we tried using your program, it didn't work. I changed the light value for the black line using the PortView just like you said, so I don't think the problem is there. However, we do have our 2 color sensors on the back of our robot, not in the front like yours, could this be the problem? If so, what would you recommend?
@Builderdude359 жыл бұрын
+Jac Carlson I recommend color sensors on the front of the robot. You could have the robot drive in reverse as it line follows.
@vikramexclusive51675 жыл бұрын
If my two light sensors are further apart, can I use two separate lines?
@Builderdude355 жыл бұрын
Yes, I suppose it is possible, as long as the lines are parallel and you size the width between the two sensors appropriately.
@vikramexclusive51675 жыл бұрын
@@Builderdude35 Okay thanks man and keep up the great tutorials.
@anacirligeanu42608 жыл бұрын
Can you calibrate the move tanks to make the robot turn a 90 degree angle? I mean like _| I care just if I can calibrate it, not the value
@Builderdude358 жыл бұрын
It's not really calibrating. You just run the motors in opposite directions and determine how many rotations/degrees are necessary to complete the 90 degree turn.
@anacirligeanu42608 жыл бұрын
+Builderdude35 thank you very much
@yasinkas37619 жыл бұрын
it really works, thanks. I need your help with one more thing; how can we make a turn on green while it is following the line
@Builderdude359 жыл бұрын
Yasin Kas Change the Loop brock from "Infinity" to "Color Sensor -> Color" and select green in the bottom. This will make the robot break out of the loop when a color sensor sees green. Then, drag out whatever blocks you want the robot to perform after seeing green, placing them after the loop.
@달나름8 жыл бұрын
Hi! I was so exciting when i watched your video. I' m so interested in how to build this robot. Could you please help me to be able to build your robot? Thank you
@Builderdude358 жыл бұрын
You can find it under the "Downloads" tab on my website, builderdude35.com.
@matty6458 жыл бұрын
Does this work on different lines
@Builderdude358 жыл бұрын
It depends on the lighting conditions, as well as how sharp the turns are. This would work on any line with a little bit of adjustment if you are going between different light levels, or varying degrees of turns.
@the20bill888 жыл бұрын
Put a small tire on the sensor blocks out most light should get about 6 RLI
@glenpogi2136 жыл бұрын
How can i make the loop stop
@Builderdude356 жыл бұрын
I've got you covered: kzbin.info/www/bejne/lYq1qH5-hZmpbqM
@zechariahboey15449 жыл бұрын
If u use fuzzy logic it can also be as accurate and u only need 1 colour sensor.
@Builderdude359 жыл бұрын
zechariah boey Thanks; could you please define "fuzzy logic?"
@zechariahboey15449 жыл бұрын
It is a logic using only 1 sensor. It follows lines by taking the colour of the line and the floor, after that it follows the line on the edge. So if the value of the line is 80 and the floor is 10, the middle of these values are 45. When the sensor shines on the edge of the line, it has the value of 45 so it goes straight. So basically fuzzy logic involves the colours of not only black and white but also grey, which is the value of the edge.
@Builderdude359 жыл бұрын
zechariah boey Ah, okay. So I basically have something along those line with my proportional line follower tutorial: kzbin.info/www/bejne/hIushIuZdrZ9iM0
@zechariahboey15449 жыл бұрын
Ok then i was just sharing, no need for anger.
@zechariahboey15449 жыл бұрын
Dammit
@keable607 жыл бұрын
Yo i am Carol :D
@sydneyprier15198 жыл бұрын
Idkh to do that do a tutorial of it plz
@chiraggupta88908 жыл бұрын
is there a faster line follower?
@Builderdude358 жыл бұрын
+Chirag Gupta Yes, but it will require more sensors and therefore more complexity.
@abcs19428 жыл бұрын
Hi Builderdude35! I have a question. How do I limit how many rotations/seconds the robot line follows?
@Builderdude358 жыл бұрын
+Saket Mudaliar Change the Loop block's case from "infinity" to rotations, and enter the desired amount.
@abcs19428 жыл бұрын
Do you mean numerical?
@Builderdude358 жыл бұрын
+Saket Mudaliar Yes, this is a numerical value; it should specifically be labelled "motor rotation."
@abcs19428 жыл бұрын
Oh Ok Thanks!
@aleksandarvolkanovski45657 жыл бұрын
do you have instructions?
@Builderdude357 жыл бұрын
This video is the instructions; it will teach you all that you need to know.
@itsyaboyr.a56186 жыл бұрын
Can we communicate I have some question for you
@егорСкворцов-ь1ж7 жыл бұрын
спасибо
@ahmedabbasi69768 жыл бұрын
hey .it want work ....... help
@Builderdude358 жыл бұрын
+Ahmed Abbasi What's wrong and what have you tried to fix it?
@AJHaydenTV8 жыл бұрын
You should make a tutorial on stabilizing your robot.
@yongjunrun40898 жыл бұрын
I was wondering if this is faster than a rcx robot because i am taking part in a line following contest where rcx always wins
@Builderdude358 жыл бұрын
+jun run No, the program won't be too much different between platforms. It's really going to come down to hardware.
@santiagoarcos11409 жыл бұрын
never mind, sorry but i use the medium motor to move the color sensor by doing that the color sensor see the black moves but i'm still ttrying.
@Builderdude359 жыл бұрын
Santiago Arcos I have a proportional line follower tutorial coming out this Thursday, if you want to try another one of my single-sensor line followers.
@Logan-zm5sc8 жыл бұрын
i like your probrram
@Builderdude358 жыл бұрын
+Logan Shimabukuro Thanks!
@cactusman158 жыл бұрын
nice, have a look at mine!
@سندحمد-ت1ص7 жыл бұрын
جميل
@sydneyprier15198 жыл бұрын
Yeah.
@sydneyprier15198 жыл бұрын
For a certain number of rotations
@Builderdude358 жыл бұрын
+Sydney Prier You have to set the loop for the specified number of rotations.
@petterm777 жыл бұрын
i am having some glitches With my ev3 brick when it runs a program like a line following sudenly the colorsensor shuts off and 1 to 2 sec later it turns back on again .. anyone else have that problem
@Builderdude357 жыл бұрын
That;'s strange. I recommend reinstalling the firmware on the robot and re-downloading the program onto the brick.
@petterm777 жыл бұрын
I found out that IT was a problem with the color sensor i orderd a new one and the problem dissaperd
@wwshadowz2506 жыл бұрын
Thank u because my teacher wouldn’t help me
@IllusionQuest163 жыл бұрын
is it really 2 mins tho
@robertpoirier90188 жыл бұрын
CAN YOU FOLLOW A CURVY LINE?
@Builderdude358 жыл бұрын
Yes.
@sevennieofficial7 жыл бұрын
terrerrrrrr!!!!!
@bennettjunod22317 жыл бұрын
You can do it with only one sensor
@Builderdude357 жыл бұрын
Yes indeed. This is just one type of line follower. Here's another type: kzbin.info/www/bejne/q4Gpl5ism9WArtU
@sydneyprier15198 жыл бұрын
I don't know how I'm kinda new to programming
@Builderdude358 жыл бұрын
+Sydney Prier All you have to do is click on the Loop block (the button on the right) and change it.
@riokar21358 жыл бұрын
Please make a boxing robot
@shibuyya9 жыл бұрын
hi billy
@dluders9 жыл бұрын
If the ideal spacing for EV3 Line Following is ~one stud between the two EV3 Color Sensors, what is the ideal spacing for LINE SQUARING, as shown in your tutorial kzbin.info/www/bejne/bmOokqyJjdunl5I ? As you know, in FLL almost all of the lines on the FLL Robot Game mat have perpendicular lines in front of each Challenge model. It would seem that the best, all-around spacing between two EV3 Color Sensors in FLL would be 4-5 studs -- would you agree?
@Builderdude359 жыл бұрын
dluders You ask a very good question! I meant to mention that in this tutorial, but forgot (I may make a quick video explaining that). For line squaring, the farther apart the color sensors, the more effective; I'm not sure how they fare when they're this close. However, I don't recommend using this line follower with the sensors farther apart than what I have here, as the robot will wander farther off the line and reduce consistency. So, my recommendation is that, if someone wishes to use both, the best bet is to have 2 pairs of color sensors, one for each task.
@mitjanovak60826 жыл бұрын
Another amazing RCJ project with robot and program plan. Check it out: kzbin.info/www/bejne/amWsi4iQatKBrpo