Spider Robot (Quad robot, Quadruped)

Поділитися
Вставка
  • Опубліковано 11 кві 2016
  • Spider robot - Arduino, 3D Printer, Bluetooth Android controlled

КОМЕНТАРІ • 15

  • @VinnieboyFE
    @VinnieboyFE 7 років тому

    can you tell me what AWG(size) wires you used for the power and ground?

  • @ridersentai9597
    @ridersentai9597 7 років тому +2

    what is android app which you used?

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

    is it possible to send me an electric diagram of the robot with arduino nano?
    I'm in trouble with the project

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

    Hoj nemáš prosím tě schéma zapojení ? a jakou používáš apk pro ovládání ? díky moc .

  • @paintdragons
    @paintdragons 7 років тому +1

    Hello, I've read through the entire instructables from the original DIY. I'm completely new to arduino, but how did you manage to connect the Distance sensor (the 2 eyes in the front)? When I'm looking at the instructables from what I can see al the pins on the Arduino mini pro are being used. I would love to get a responce, and maybe even a picture to explain how you connected the distance sensor :)

    • @alesfilip2221
      @alesfilip2221  7 років тому

      Hi, distance sensor connected on a analog pins. Analog pins can be used as additional digital pins :-)

    • @paintdragons
      @paintdragons 7 років тому

      can you tell me what pins exactly?

    • @alesfilip2221
      @alesfilip2221  7 років тому +2

      A0 is D14
      A1 is D15
      etc...
      pinMode(D14, OUTPUT); // sets the A0 pin as digital output
      pinMode(D15, INPUT); // sets the A1 pin as digital input
      etc...
      www.instructables.com/id/How-to-add-6-extra-pins-to-your-Arduino-with-no-ex/

    • @paintdragons
      @paintdragons 7 років тому

      Thanks

  • @eliaboliveiradasilva2752
    @eliaboliveiradasilva2752 7 років тому

    I am newbie and this is my first robot (I did with the mini pro)
    I tou racking my brain go three weeks and could not make it work with sonar, could pass me the codes please

  • @furkansonmez9183
    @furkansonmez9183 8 років тому

    hi !! can ı know how you could drive 12 servo with only nano?, ı mean without servo controller because ı think there is no sufficient digital pin on arduino nano
    thanks in advance for your help :D

    • @alesfilip2221
      @alesfilip2221  8 років тому

      Not a problem. Digital pin can power servo without servo controller :-)
      the original is here: www.instructables.com/id/DIY-Spider-RobotQuad-robot-Quadruped/

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

    Can you send code for me! Please

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

    code is here: www.instructables.com/id/DIY-Spider-RobotQuad-robot-Quadruped/