Accurate Turns With The EV3 Gyro Sensor

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 41

  • @austinshe3502
    @austinshe3502 4 роки тому

    Nice stuff, helped our team win regionals in first place

    • @natesimpkins4875
      @natesimpkins4875  3 роки тому

      Glad to hear, covid has presented many challenges with having the time to upload videos this season. However we will still be uploading a video of technobots 2021 robot within the next few days. Please tune in and ask questions!

  • @alexandervandelft4479
    @alexandervandelft4479 4 роки тому

    What is that sound on the background on 6:28?

    • @natesimpkins4875
      @natesimpkins4875  4 роки тому

      I listened to the video and honestly cannot tell you for sure what it was. This was recorded a long time ago and although the room I record in is separated from other people sometimes you can still here some background sounds.

  • @emrobotics3635
    @emrobotics3635 4 роки тому +1

    how do you adjust the turn angle again, is it the 1st variable value in the code?

  • @ritamr2690
    @ritamr2690 5 років тому +1

    I see only 2 medium motors, and one dog gear. You said there was 4. Could you do like a video about your robot, and how your guys' attachments work?

  • @emrobotics3635
    @emrobotics3635 4 роки тому

    thats nice , great job i subbed

    • @natesimpkins4875
      @natesimpkins4875  3 роки тому +1

      Glad to hear, covid has presented many challenges with having the time to upload videos this season. However we will still be uploading a video of technobots 2021 robot within the next few days. Please tune in and ask questions!

    • @emrobotics3635
      @emrobotics3635 3 роки тому

      @@natesimpkins4875 will do

  • @stephanieargyle7537
    @stephanieargyle7537 3 роки тому

    Thank you for making such a helpful video. It totally helped us with more accurate turns.-Cookies and Milk FLL team :)

    • @natesimpkins4875
      @natesimpkins4875  3 роки тому

      Glad to hear, covid has presented many challenges with having the time to upload videos this season. However we will still be uploading a video of technobots 2021 robot within the next few days. Please tune in and ask questions!

  • @jasonzeyer5943
    @jasonzeyer5943 6 років тому

    Just tried this code with our EV3 setup. It seems to make it into the top branch and activate the motors. However, it just seems to stay there and not loop to decrease the motor speed resulting in an infinite left-hand turn with no decrease in speed. What should we check first to verify the operation?

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      Check to make sure the gyro sensor is not spiking...

    • @jasonzeyer5943
      @jasonzeyer5943 6 років тому +1

      Actually, we found the solution. With our sensor, turning to the left from 0° results in a negative reading on the sensor. So, it would never hit 90 - only -90. A little reconfigure, and it's up and running. Thanks for the start!

  • @b.e.johnson6451
    @b.e.johnson6451 6 років тому

    What about left turns and reverse turns? Also, what if you only need to turn 5 degrees? Thanks for your video

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      Thank you for bringing to my attention left turns. Let me look at the code see how you could incorporate that easily. 5 degrees or less is so little you wouldn't use a PID turn. I will be doing a video on regular gyro turning for small turns.

    • @vercsfll1344
      @vercsfll1344 5 років тому

      @@natesimpkins4875 so, what we have to do for left turns? Also, thanks for the video!!

    • @natesimpkins4875
      @natesimpkins4875  5 років тому

      @@vercsfll1344 check out my other video for that!

  • @marwinsteiner5817
    @marwinsteiner5817 5 років тому +1

    My robot only drives forward a little, then slows down and stops

  • @michaelherrera8279
    @michaelherrera8279 6 років тому

    I tried to duplicate your program but it doesn't work it just goes in revers forever. Can you tell me why? ex) -2192

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      Your gyro is probably spiking. I made a past video on how to fix that

    • @michaelherrera8279
      @michaelherrera8279 6 років тому

      Can you tell me what the name of that video is?@@natesimpkins4875

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      @@michaelherrera8279 ua-cam.com/video/7BqKEaOydvE/v-deo.html

  • @ritamr2690
    @ritamr2690 6 років тому

    how do you turn right

  • @ritamr2690
    @ritamr2690 6 років тому

    Hey nate could you do a PID go forward with gyro

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      Can you give me a little more detail on this? Like what is the gyro doing or what am I using a PID for?

    • @ritamr2690
      @ritamr2690 6 років тому

      @@natesimpkins4875 Using a PID algorithm could you create a program using a gyro to go forward

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      @@ritamr2690 I apologize still having a bit of trouble understanding. What do you want the gyro to do because you don't need the gyro to just drive forward.

    • @ritamr2690
      @ritamr2690 6 років тому

      @@natesimpkins4875 Using the gyro sensor create a program that lets the robot go forward

    • @natesimpkins4875
      @natesimpkins4875  6 років тому

      @@ritamr2690 to go forward you would just use a move block. Gyro measured angles not movement