Это видео недоступно.
Сожалеем об этом.

Pixy Pet Robot

Поделиться
HTML-код
  • Опубликовано: 21 июл 2014
  • A Pixy CMU-Cam with a Zumo Robot base.
    The full tutorial with source code can be found in the Adafruit Learning System.
    learn.adafruit...

Комментарии • 43

  • @jand3206
    @jand3206 10 лет назад +1

    Wow, that's awesome (dare I say... adorable). It really _wants_ that ball. I really, really want to make one of those for my desk at work.

  • @gavincurtis
    @gavincurtis 9 лет назад

    Interesting how it backed away from the big red ball with caution. Only higher order creatures can do that. Now make the large red ball rush it so it exhibits fear and flees.

  • @MechDickel
    @MechDickel 8 лет назад

    I can't stop watching!

  • @onkako3587
    @onkako3587 7 лет назад

    Hi, I am going to use pixycam as the sensor on mobile robots to follow color lines , for example a red line and also a blue line. The pixycam is taught with two colors signatures which is the red and the blue. There is one problem when it detects red and blue lines at once, how to tell the camera that , only to select one of the colour out of two detected colours. Is there any codes to tell the pixycam, to select only one colour out of two signatures taught? Thanks in advance.

  • @ServeAndAce
    @ServeAndAce 8 лет назад

    Is the period on those servo motors fixed? Or does it vary such that it moves as fast as the object its following, or instead u let the DC motors take over?

    • @billearl6706
      @billearl6706 8 лет назад

      The servo control loop and motor control loop run in parallel, so both react to the movement at the same time. Since the servos are faster, the head turns first and the body follows.

    • @ServeAndAce
      @ServeAndAce 8 лет назад

      +Bill Earl I see. thank you. =)

  • @thomasgjrtzchristensen989
    @thomasgjrtzchristensen989 8 лет назад

    Ok ill try and have a look at the guide then Thank you

  • @BushCampingTools
    @BushCampingTools 7 лет назад

    can you transmit a concurrent video image with the PixyCMU-Cam? Sorry for the dumb question

  • @nurimanbinjohari8136
    @nurimanbinjohari8136 5 лет назад

    hello... how to make the coding for the pixy camera in arduino ? i need to use combination of 2 or more color. i only can use single color to make the robot follow me. As example the robot will follow me if detect the combination of purple and green color.

  • @letsguitar
    @letsguitar 8 лет назад

    The code in the video and the code in the Adafruit Tutorial are the same? I need to know if i must improve/tune the code or something is wrong in my new Zumo + Pixy hardware.

    • @billearl6706
      @billearl6706 8 лет назад +1

      +Rafa López
      The code in the Adafruit tutorial is the same as what you see here. If you are having trouble getting it to work, please post in the Adafruit forums. we can try to diagnose it there.

    • @letsguitar
      @letsguitar 8 лет назад

      +Bill Earl I'll do it, thanks :)

  • @andresceballos4128
    @andresceballos4128 7 лет назад

    where I can get the library that utlizas to use pixy?

  • @halilibrahimekici9921
    @halilibrahimekici9921 4 года назад

    Hi bill,can i do this robot with pixy2 with the same code?

  • @thomasgjrtzchristensen989
    @thomasgjrtzchristensen989 8 лет назад +2

    will this work with the Zumo 32U4 ?

    • @billearl4034
      @billearl4034  8 лет назад +1

      +Thomas G Christensen
      Have not tried it. The Leonardo used in the tutorial is 32U4 based, so it probably would.

    • @weissestangel4172
      @weissestangel4172 8 лет назад +1

      +Bill Earl I try to do this project but when I put the codes in arduino it put errors

    • @billearl6706
      @billearl6706 8 лет назад +1

      +Iron Skull Please post the errors you are seeing over on the Adafruit forum. We can help you there.

  • @hardware7161
    @hardware7161 8 лет назад +1

    how can use the code in my camera ov7670 with arduino uno please answer me

    • @billearl6706
      @billearl6706 8 лет назад

      +abidall mez
      The code works with the Pixy CMUcam5. Just follow the tutorial on the Adafruit site.

  • @axelcabnal4268
    @axelcabnal4268 8 лет назад

    code to move the camera with servos

  • @ludosanko4291
    @ludosanko4291 6 лет назад

    Can I obtain the CODE in C/C++ for the same action ? i want to do the same thing but using C/C++ .. can u get me the same code ? thx . i got an omni wheel robot and i needed to implement the same code in C/C++ to get the same result.. can you help please

    • @billearl6706
      @billearl6706 6 лет назад

      The code is all in C++ (Arduino). You can find it in the tutorial on the Adafruit Learning System

  • @Carlos.USA88
    @Carlos.USA88 6 лет назад

    why it doesn't work with Arduino Uno and only Leonardo ?

    • @billearl6706
      @billearl6706 6 лет назад

      There are pin conflicts with the UNO SPI pins and the Zumo motor control.

  • @DANTZFF
    @DANTZFF 5 лет назад

    Ele podia postar mais vídeos seria muito bom

  • @InfiniteCraftsman
    @InfiniteCraftsman 6 лет назад

    Can this be applied to a larger vehicle?

    • @billearl6706
      @billearl6706 6 лет назад +1

      Sure. The same control principles apply. See the tutorial on the Adafruit site.

    • @InfiniteCraftsman
      @InfiniteCraftsman 6 лет назад

      Just ordered everything from the link you provided. This will be fun

  • @Pixycamera
    @Pixycamera 9 лет назад +1

    Hey Bill! Awesome project - could we feature this video on our RUclips channel? Thanks!

  • @sigitsasongko4234
    @sigitsasongko4234 7 лет назад

    excuse me sir, can you share the codes...

    • @billearl6706
      @billearl6706 7 лет назад

      You can find my complete tutorial with code at the Adafruit site: learn.adafruit.com/pixy-pet-robot-color-vision-follower-using-pixycam/troubleshooting?view=all#overview

    • @sigitsasongko4234
      @sigitsasongko4234 7 лет назад

      thanks sir.