Pololu Zumo 32U4 Robot Example Projects

Sdílet
Vložit
  • čas přidán 8. 04. 2015
  • The Pololu Zumo 32U4 robot is a versatile tracked robot based on the Arduino-compatible ATmega32U4 microcontroller. Many different projects are made possible by the Zumo 32U4's motors, encoders, line sensors, proximity sensors, accelerometer, gyroscope, LCD, LEDs, and buttons.
    More information about the Zumo 32U4 robot and all of our example programs:
    www.pololu.com/zumo
    Most of the Zumos in the video used our 75:1 HP micro metal gearmotors:
    www.pololu.com/product/2215
    The Zumo doing line following used 50:1 HP micro metal gearmotors:
    www.pololu.com/product/2213
    The source code for many of the projects shown here is available as examples in the Zumo32U4 library:
    github.com/pololu/zumo-32u4-a...
    The infrared remote control example shown at 2:41 can be used with this Mini IR Remote Control:
    www.pololu.com/product/2777
    Video index:
    User interface demo: 0:05
    Proximity sensor test: 0:17
    Object tracking: 0:39
    Accelerometer demo: always face uphilll: 0:57
    Gyro demo: resist being rotated: 1:14
    Drive upside down: 1:31
    Balance using the gyro and accelerometer: 1:42
    Line following using the line sensors: 2:02
    Maze solving: 2:15
    Control with an infrared remote: 2:41
    Mini sumo: 2:54
    The melody played at 0:12 is from "Ride of the Valkyries" by Richard Wagner.
  • Věda a technologie

Komentáře • 33

  • @DavidWatts
    @DavidWatts Před 9 lety +8

    Wow, this looks really cool. Pretty impressive that a tracked robot can balance that well.

  • @RickHenderson
    @RickHenderson Před 8 lety +3

    This video has convinced me that I should buy one.

  • @JeromeDemers
    @JeromeDemers Před 9 lety +3

    the gyro demo @1:16 is pretty awesome!

    • @dnsseguin
      @dnsseguin Před 9 lety

      D'accord avec toi vraiment cool

  • @daotrung7705
    @daotrung7705 Před 4 lety

    Wow, it is so cool.

  • @pololu
    @pololu  Před 9 lety +5

    Video: Zumo 32U4 Robot Example Projects www.pololu.com/blog/482/video-zumo-32u4-robot-example-projects

    • @pololu
      @pololu  Před 9 lety

      Jeronimo Cisco The schematic for the front sensor array that comes with the Zumo 32U4 can be found in "Schematics and Dimensions" section of the Zumo 32U4 user's guide: www.pololu.com/docs/0J63 You could take a front sensor array from a Zumo 32U4 and connect it to the Zumo Robot for Arduino, but to actually get working proximity sensors you would need to add 38 kHz 940 nm infrared emitters somewhere on your robot and write the code to control them. Also, we don't currently sell the front sensor array separately from the Zumo 32U4.

  • @gonzothegreat1317
    @gonzothegreat1317 Před 8 lety

    This is fucking AWESOME!!!!!!!

  • @Stig-uz2tn
    @Stig-uz2tn Před 9 lety +1

    Очень круто, в своем роботе реализую все эти функии. Жаль только размером будет немного больше((

  • @andersoncalvopina9693
    @andersoncalvopina9693 Před 7 lety +1

    Could you explain me about the inertial sensors?

    • @pololu
      @pololu  Před 7 lety

      It is not entirely clear what kind of explanation you are looking for. In general, you can learn more about what inertial sensors the Zumo 32U4 uses by following the links in the video description. The comments section of a CZcams video is not an appropriate place for a technical discussion. If you still have technical questions after reading through the product pages, please refer to our support page:
      www.pololu.com/support

  • @dawoodzeba7007
    @dawoodzeba7007 Před 4 lety

    Does the robot come with IR detectors or do they have to be integrated separately to use with the IR remote?

    • @pololu
      @pololu  Před 4 lety

      Hi! The Zumo 32U4 comes with three IR proximity sensors on the front sensor array that are designed to detect 38kHz infrared signals and that can be used to detect signals from an IR remote (like you see in the video). You can find out more about them in the Zumo's user's guide here: www.pololu.com/docs/0J63/3.6

  • @moshebensaadon
    @moshebensaadon Před 6 lety

    Is it possible to program the 32u4 with matlab simulink? If so, how the simulink model configuration parameters needs to be set up?

    • @pololu
      @pololu  Před 6 lety

      There is a Simulink library designed for our Zumo Robot for Arduino. Unfortunately, most of the functionality of that library would probably not work with the Zumo 32U4 and we do not know of any other libraries that might work. www.mathworks.com/matlabcentral/fileexchange/45886-simulink-library-for-zumo-robot

  • @phillipneal8194
    @phillipneal8194 Před 4 lety +1

    I gotta get one

  • @nlambuca
    @nlambuca Před 9 lety

    does the driver closed course also come with Zumo?

    • @pololu
      @pololu  Před 9 lety

      Nuno Costa L The Zumo 32U4 does not come with a semi-professional human driver or a closed course. The purpose of the caption at 4:00 is to make it clear that the Zumo 32U4 in that scene is being remote-controlled by a human, since some people might think it is acting autonomously.

    • @nlambuca
      @nlambuca Před 9 lety

      Ahhhh ok

  • @GonzoM1A1
    @GonzoM1A1 Před 9 lety

    What size motors does the one with the black wheels have?

    • @pololu
      @pololu  Před 9 lety

      Pedro González We updated the description to include information about the gearmotors used in the Zumos.

    • @sidyoung2
      @sidyoung2 Před 8 lety

      +Pololu Robotics and Electronics Where is the description that includes the motor sizes? I didn't see it in the video.

    • @pololu
      @pololu  Před 8 lety

      +Sid Young We link to the version of our micro metal gearmotors used in most of the Zumos in this video inside the video description. If you cannot see it, you can expand the description by clicking "SHOW MORE".

  • @maxrichhart4929
    @maxrichhart4929 Před 8 lety

    What do you use to code this? Arduino... anything else?

    • @pololu
      @pololu  Před 8 lety +1

      The Zumo 32U4 is generally programmed through the Arduino IDE, and all our Zumo example code and libraries are written for it. However, it is certainly possible to program a Zumo 32U4 with other IDEs and languages that support the ATmega32U4 microcontroller.

    • @josuelainez8853
      @josuelainez8853 Před 6 lety

      send me the full fight code please

    • @zamzarinaosman5615
      @zamzarinaosman5615 Před 5 lety

      Josue Lainez....me to zamzarinaosman@gmail.com

  • @mcboby932
    @mcboby932 Před 8 lety +1

    Can i use this video for homework ?

    • @pololu
      @pololu  Před 8 lety

      +mcboby932 We don't understand what you are asking; what do you mean by "use"?

    • @mcboby932
      @mcboby932 Před 8 lety

      +Pololu Robotics and Electronics i have to film the robot zumo in action i just want "use" some sequence of your video

    • @pololu
      @pololu  Před 8 lety

      +mcboby932 If you are just asking whether you can play this video in your class, you don't need our permission for that.

  • @Stearmania
    @Stearmania Před 8 lety

    Have a look on TronixMaker:
    tronixmaker.com/fr/zumo-robots-et-accessoires/87-kit-robot-zumo-32u4-robot-sans-moteurs-3124.html

  • @1dimtim
    @1dimtim Před 5 lety

    not for $200!!!