Schlagwort: Hexapod

  • A very nimble DIY hexapod robot

    A very nimble DIY hexapod robot

    Reading Time: 2 minutes

    While robots can get around on two legs (or even none), it is difficult to get a smooth and efficient gait. Moving up to four legs improves the situation a bit, but each of those legs will still need multiple joints and careful balance for the robot to move in a stable manner. Once you increase the leg count to six, you can achieve some very good gaits, which is why hexapod robots are so popular. To experiment with six legs, Aecert Robotics built this nimble DIY hexapod robot from scratch.

    As you can see in the detailed video, this robot is quite agile. If you watch carefully, you can see that three legs lift and three legs remain in contact with the ground for each step. That keeps the robot very stable, as it can balance easily on the tripod formed by the three legs touching the ground. Each leg has three joints: a “hip” joint that pivots the leg horizontally, a “knee” joint that pivots vertically, and an “ankle” joint that also pivots vertically. Servo motors directly actuate all of those joints, meaning there are 18 servos in total.

    To control those servo motors, Aecert Robotics used an Arduino Mega 2560 board. A custom PCB shield made the connections much easier and tidier. The hexapod’s body and all of the legs were 3D printed. Aecert Robotics can control the robot via radio, using a custom controller based on an Arduino Uno. The two Arduino boards communicate via nRF24L01 radio transceiver modules. With the controller, Aecert Robotics can move the robot forward, backwards, left, and right. But the controller will also let the operator extended all the legs simultaneously. That means that they can make the robot hop in place by rapidly extending all of the legs at the same time.

    [youtube https://www.youtube.com/watch?v=u-U2VmCW-e8?feature=oembed&w=500&h=281]

    The post A very nimble DIY hexapod robot appeared first on Arduino Blog.

    Website: LINK

  • Arduino Mega is the brains of this ant-like hexapod

    Arduino Mega is the brains of this ant-like hexapod

    Reading Time: 2 minutes

    Arduino Mega is the brains of this ant-like hexapod

    Arduino TeamDecember 13th, 2018

    Six-legged robots are nothing new, but if you’d like inspiration for your own, it would be hard to beat this 22 servo-driven, 3D-printed hexapod from Dejan at How To Mechatronics. 

    The ant-inspired device features three metal geared servos per leg, as well as a pair to move the heat, another for the tail, and a micro servo to activate the mandibles.

    To control this large number of servos, Dejan turned to the Arduino Mega, along with a custom Android app and Bluetooth link for the user interface. While most movements are activated by the user, it does have a single ultrasonic sensor buried in its head as “eyes.” This allows it to lean backwards when approached by an unknown object or hand, then strike with its mandibles if the aggressor continues its advance. 

    As the name suggests, the hexapod has six legs but in addition to that, it also has a tail or abdomen, a head, antennas, mandibles and even functional eyes. All of this, makes the hexapod look like an ant, so therefore we can also call it an Arduino Ant Robot.

    For controlling the robot I made a custom-built Android application. The app has four buttons through which we can command the robot to move forward or backwards, as well as turn left or right. Along with these main functions, the robot can also move its head and tail, as well as it can bite, grab and drop things and even attack.

    You can see it in action and being assembled in the video below, and build files are available here.

    [youtube https://www.youtube.com/watch?v=bmoGfBe63ZA?feature=oembed&w=500&h=281]

    Website: LINK