Mindstorms EV3 Tutorial #7: Use the gyro sensor

  Рет қаралды 195,975

Kevin Briggs

Kevin Briggs

Күн бұрын

Пікірлер: 93
@pyrotection
@pyrotection Жыл бұрын
Very useful for making a stabilized tank cannon. Lots of fun!
@kenahoo
@kenahoo 9 жыл бұрын
For your first program: I'd suggest that instead of changing the termination condition to a little less than the target, change the speed to still be a small positive number when it reaches the target. For example, if your target is x degrees and the current sensor reading is k degrees, make the speed be something like 30*(x-k+5)/x, to start at speed 35 and end at speed 5, no matter the value of x.
@smitharayala
@smitharayala 8 жыл бұрын
Hi Kevin, I did exactly as you did to move the Robot straight. Unfortunately, my robot does not move back to the intended straightline when I move it off the direction like you did. What I also did not understand is, the reason you are using gyro sensor reading to write into the variable staright angle but read the target angle to calculate the differnce. Please help.
@trampbuddies2004
@trampbuddies2004 5 жыл бұрын
Hey smitharayala, I've done the program as well and found out that it starts spinning out of control. The simple thing to do to the program is to change the math block to addition, instead of subtraction. That should fix it.
@didierhelliet9591
@didierhelliet9591 9 жыл бұрын
The student did the straight line but if they add something after the loop, nothing happened. They want to make the robot go straight with the gyro sensor like you showed on your video but they want to add an other senser the tactil one and an other motor.
@daveslurz
@daveslurz 7 жыл бұрын
Any chance you can help me trouble shoot. my code that I copied from your tutorial is stuck in the loop. it just turns. I checked my ports cables restarted. Still just makes a turn Any thoughts on what to look for all the wires on the math block seem fine too
@benciruiz6493
@benciruiz6493 6 жыл бұрын
Hello, my robot does not follow the loop instruction for exiting, I have it program to move just 3 rotations and the robot just keeps going. Do you now why?
@dolevvudinsky587
@dolevvudinsky587 6 жыл бұрын
Thank you so much. You just saved me and my team. You have no idea what this mean to me.
@rishishah575
@rishishah575 6 жыл бұрын
Sweet video my team is in FLL and this was very useful
@ihmsstudent7195
@ihmsstudent7195 9 жыл бұрын
I'm having an issue with the 90 deg turn... it doesn't quite make it to 90 degrees, then kind of pauses and waits and never quite makes it. So it doesn't move onto the next part of the program. Any ideas?
@kevinbriggs8354
@kevinbriggs8354 9 жыл бұрын
+Ihms Student Have the exit condition of the loop be a few degrees less than than your turn (in your case 87 degrees) This will guarantee it exits the loop.
@ihmsstudent7195
@ihmsstudent7195 9 жыл бұрын
Thanks I'll try it!
@chainbreaker9079
@chainbreaker9079 6 жыл бұрын
I m wrighting -90, 'cause im going left but my robo starts spining, y?? help plz fast, for straigh going
@kaiserindustries5567
@kaiserindustries5567 8 жыл бұрын
Why is that Robot blinking green on the left sied at 11:50
@primestudioandphotoshoot
@primestudioandphotoshoot 5 жыл бұрын
Thank for your tutorials, after your tutorials, I built two three different my blocks - if I test the myblock individually it works as expected, but did get the same result all the time if I am trying use these myblocks to move the robot such straight - turn 90 R - straight - turn left 90 L also, I have another myblock with the input of speed and number of rotation all these combination of my blocks. Problem I have is if have 3-5 these types of myblocks, program just stop middle, not sure what wrong with the myblock. Can you help?
@eugenechoi9146
@eugenechoi9146 6 жыл бұрын
i tried the code but my robot keeps on spinning forever. what's going on?
@shafwananis3991
@shafwananis3991 5 жыл бұрын
the robot did turn 90 degree well, but the programme still running,help
@XenoBray
@XenoBray 5 жыл бұрын
ITS PRONOUNCED YEERRRRROOO NOY GYYYRO YERRROOO
@ruslanusmanov3514
@ruslanusmanov3514 6 жыл бұрын
In the very last program you forgot to change variable to "straight" on reading. That can cause motor to circle around, unless the sensor pointed to calibrated direction.
@arnavprasad7594
@arnavprasad7594 6 жыл бұрын
change which variable to 'straight'? hello people
@murraybrown5521
@murraybrown5521 8 жыл бұрын
great video! Are you able to provide the algorithm (robotc) for reducing the speed while turning? many thanks
@pikaninja2308
@pikaninja2308 7 жыл бұрын
How do you make it turn left
@mostafahusseini6473
@mostafahusseini6473 7 жыл бұрын
Hi Kevin! I can not find the gyro sesor in the software. There is not any selection or button in the software for this .
@veebhushah9667
@veebhushah9667 7 жыл бұрын
you need to dolold the brick
@THEQQMJ
@THEQQMJ 7 жыл бұрын
where???
@THEQQMJ
@THEQQMJ 7 жыл бұрын
never mind
@ROBOTROLOGY
@ROBOTROLOGY 7 жыл бұрын
download gyro sensor block in ev3 g
@elsantanax
@elsantanax 6 жыл бұрын
Hi, I'm a student at a university, I could make a video LEGO robot solving a labyrinth and also please explaining how is the programming.
@xuzhiyuan71
@xuzhiyuan71 9 жыл бұрын
Hey Kevin. I'm a 7 year old boy who is new to ev3.I would like if you could post a video about abundant light intensity.I have already watched many of your videos and like them but I could never find one with abundent light intensity
@ZebraSlapper
@ZebraSlapper 8 жыл бұрын
shoudn't you be 13 to be in youtube
@xuzhiyuan71
@xuzhiyuan71 8 жыл бұрын
I did all robot stuff with my son including watching youtube for EV3. thanks,
@bosssmer
@bosssmer 7 жыл бұрын
I have a question, Doesn't matter where whe put the gyro sensor?
@hamzasaeedmalik8062
@hamzasaeedmalik8062 5 жыл бұрын
The axis matters
@vihaanprakash3679
@vihaanprakash3679 3 жыл бұрын
Yes I need this
@thillock
@thillock 5 жыл бұрын
Moving in a straight line. This only works once, when used a second time the program simply exits. I have not traced down just how the variables are not using the current heading on the second use even when reseting to Gyro to 0 before it runs.
@hamzasaeedmalik8062
@hamzasaeedmalik8062 5 жыл бұрын
To use that program repeatidly you have to reset the motor values at the start of the program
@Simon-me9fh
@Simon-me9fh 6 жыл бұрын
0:57 favorite moment
@name-yf2pl
@name-yf2pl 5 жыл бұрын
Bruh same
@captainsarcastic6044
@captainsarcastic6044 3 жыл бұрын
12:13 MINE IS THSI
@Sofia-yy2iz
@Sofia-yy2iz 7 жыл бұрын
it is 45544?
@nathanyang6185
@nathanyang6185 7 жыл бұрын
This video is really helpful but can you put the program in the description so we can download it? Thanks.
@elenagrassi5403
@elenagrassi5403 5 жыл бұрын
very useful tutorial! Thanks!
@luks7962
@luks7962 2 жыл бұрын
thanks
@xuzhiyuan71
@xuzhiyuan71 9 жыл бұрын
please post a video about abundant light intensity
@brianliu9552
@brianliu9552 8 жыл бұрын
thanks this is pretty easy to understand
@chezzyboi3334
@chezzyboi3334 8 жыл бұрын
well explained.
@gaojohn9452
@gaojohn9452 9 жыл бұрын
very good !thanks! it's a big help to me!
@tahachaf1683
@tahachaf1683 5 жыл бұрын
thank you best robot programer
@valliammaisubbiah1092
@valliammaisubbiah1092 7 жыл бұрын
this was useful thank you and I named the same things as you with out knowing no what you did but thanks for the help
@ayyoubalkhayyat574
@ayyoubalkhayyat574 8 жыл бұрын
Great channel thumbs up for sure :)
@Skurk11
@Skurk11 9 жыл бұрын
Hello Kevin! Great stuff! I'm a teacher too and just starting to learn the basics. Will there be more tutorials?
@ParthavGavini
@ParthavGavini 6 жыл бұрын
U better than Ninja
@tridentgamer9248
@tridentgamer9248 6 жыл бұрын
what's with the second voice
@ajt1992
@ajt1992 9 ай бұрын
fav part of the video is 12:13 🤣
@liamsuidan6510
@liamsuidan6510 8 жыл бұрын
My robot won't turn the other way, any suggestions, thanks, great video!
@lucasfranck1486
@lucasfranck1486 5 жыл бұрын
you need to do -90 degrees en -100 for turning
@shotzz8660
@shotzz8660 4 жыл бұрын
bro cant you just do greater than equal to 90
@gaojohn9452
@gaojohn9452 9 жыл бұрын
why the target value can receive the straight value.is not the same constant!i can't understand.my english is on the way .sorry!
@ZebraSlapper
@ZebraSlapper 8 жыл бұрын
4:32 Turn on [CC] [CC]: Now if I go to jail I returned
@AnonyMous-hi5tr
@AnonyMous-hi5tr 7 жыл бұрын
WHERE WAS KEVIN WHEN I STARTED FLL
@arnavprasad7594
@arnavprasad7594 6 жыл бұрын
SAME - WHERE WERE U KEVIN????????
@jiesu532
@jiesu532 6 жыл бұрын
Thanks a lot!
@noobssindcool
@noobssindcool 4 жыл бұрын
THANKS!
@Zeus01324
@Zeus01324 5 жыл бұрын
What amazing!!!!!
@xDD141
@xDD141 8 жыл бұрын
Can I have your mail sir, so I can contact you?
@gurmeetkaur-vw2ry
@gurmeetkaur-vw2ry 7 жыл бұрын
new tutorials please arrays ,advanced blocks etc please sir
@caitlinshen7610
@caitlinshen7610 8 жыл бұрын
The robot has a slight list, but otherwise your robot straight program is perfect!!
@name-yf2pl
@name-yf2pl 5 жыл бұрын
Kevinbriggs vs builderdude
@quesopez98
@quesopez98 8 жыл бұрын
Hi
@aliburak3982
@aliburak3982 6 жыл бұрын
Anladım Abi
@徐翀-k9o
@徐翀-k9o 6 жыл бұрын
My Robot cannot work well on this project
@shafwananis3991
@shafwananis3991 5 жыл бұрын
@@SanujanSarveswaran-cm8ru You can try by finding the agent @supplier of your country on the internet
@xuzhiyuan71
@xuzhiyuan71 9 жыл бұрын
even though i'm an expert
@lincolndavis3302
@lincolndavis3302 4 жыл бұрын
Jeff
@jonita1989
@jonita1989 6 жыл бұрын
QUE
@BIG-vt2ez
@BIG-vt2ez 6 жыл бұрын
evkmd,
@gautamkathiravan366
@gautamkathiravan366 8 жыл бұрын
DAB
@mrigankgupta3490
@mrigankgupta3490 8 жыл бұрын
Stubborn robot
@ethanhsiungbasstrombone
@ethanhsiungbasstrombone 8 жыл бұрын
same
@iikazui
@iikazui 5 жыл бұрын
get a real job
@minecraftica5814
@minecraftica5814 4 жыл бұрын
Hi
Mindstorms EV3 Tutorial #8: Reading and Writing Files
14:59
Kevin Briggs
Рет қаралды 24 М.
Mindstorms EV3 Tutorial #6: Use the color sensor to follow a line
17:06
Вопрос Ребром - Джиган
43:52
Gazgolder
Рет қаралды 3,8 МЛН
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
Controlling a robot turn using the EV3 Gyro sensor
16:00
Crispins Robots, Wokingham
Рет қаралды 1,9 М.
World’s BEST Lego self-driving car
10:58
Creative Mindstorms
Рет қаралды 142 М.
Improve the Accuracy of the EV3 Gyro - 3 Simple Tips
6:58
Builderdude35
Рет қаралды 81 М.
I made maps that show time instead of space
10:44
Václav Volhejn
Рет қаралды 916 М.
Gyro Turns with EV3 Classroom app
14:33
Mr. Goddard's STEM Tutorials
Рет қаралды 23 М.
Stop Making THIS MISTAKE With Your LEGO Gyro Sensor
10:18
Builderdude35
Рет қаралды 19 М.
LEGO Mindstorm EV3: Programming Tutorial
14:18
Tech with Mike
Рет қаралды 71 М.
EV3 Classroom Line Follower
13:41
Mr. Goddard's STEM Tutorials
Рет қаралды 73 М.
Вопрос Ребром - Джиган
43:52
Gazgolder
Рет қаралды 3,8 МЛН