Mini Hexapod

Update (sort of):

Today the guys from the mechanical engineering department told me that they are movinginside the building, which means the plotter cant be used for presumably one week or so. Damn! I could kick my self for not checking those measures again.

So I thought I at least post some pictures of the cardboard prototyp, so you can see where this is going:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

As you can see in the picture, I assembled the two legs on the left as some proof of concept. The others are just put in place to judge upon the overall design.The green thing, that looks a bit like plastic explosives is a placeholder for the battery pack. The Controller will be placed on the bottom. With spread legs its about 40 cm in diameter. The body lenght is 13 cm.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

and another angle

 

I definitly would like to post a video, but i think at this point it would'nt make much sense.

Also I am not sure how to upload a video (do I need a Youtube account for example?), but i have to admit that i did'nt search LMR for instructions on this topic. Will do next week.

 

 


Hello,

my name is Ruben. Im a 2nd year computer science student and always loved the idea of building my own hexapod robot.

When I saw the Mini Hexapodinno a few weeks ago I totally wanted to have such a little fella, but I didnt want to spend the 700 something bucks for the kit.

So I decided to build my own, which is of course more fun as well.

I downloaded the construction manual and studied it extensivly. After realizing that is indeed less complicanted than i thought, i ordered some servos from the internet which had nearly the same specifications like the ones mentioned in the manual.

I choose analog servos though. I know they are less acurat, but they are still much cheaper than digital ones and my budget is small. Hopefully they will get the job done.

When the servos arived last week, i immediatly started constructing some sort of prototyp from cardboard and assembled the parts. I went more for a lynxmotion phoenix like look.

When i was happy with the designed i started moddeling the parts in QCAD. Today I plotted them and they came out very well, but back at home i realized that unfortunately they were scaled down about 1/10 due to conversion from dxf to hpgl format (no idea why this happens).

Tomorrow i will plot them again at the university.

For the brains I decided to go with a Seeeduino mega (arduino mega compliant), cause it is small in size and money, can drive up to 48 servos and seems to have a pretty forward c/c++-library.

Though I did a bit of assembler programming, my c/c++ is much better.

Im playing with the idea of "driving" the robot with a neural network,but i am not sure if this will work. I did a lot of research into this topic lately and am actually writing a general purpose C++-library at the moment.

What gives me headaches is the sensors to read out servo position. It is by default possible to read out the angle, but afaik thats just the last parameter of the write-function and is not necessarily the real position.

So if you have an idea, keep it coming.

So, thats it for now. Hopfully i can assemble the mechanics tomorrow.

Pictures will follow asap, which means as soon as i find my camera usb cable ;-).

For now i use a picture of the lynxmotion phoenix (please dont sue me, im poor), because I like it and my one looks a little bit like it.

Cheers, Ruben

walk around the house

  • Actuators / output devices: 18 servos
  • Control method: autonomous
  • CPU: Arduino
  • Power source: 7, 2V 2200mAh
  • Programming language: C
  • Target environment: indoors

This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/mini-hexapod

Awesome!

Haven’t seen an arduino hexapod yet! I was considering getting a Seeduino Mega too, but I decided just to stick with a normal one. Anyways, good luck with your project!

Hi Ruben.Interesting project

Hi Ruben.

Interesting project you’ve got there. I am in the works of building my own hexapod too - also inspired by the lynxmotion phoenix.

I will however use Assembler since I don’t know how to write C.

My brother will be in charge of the bodyparts because he has access to almost infinite amounts of carbon fiber - which the bot will be made of, and we will make everything ourselfs (we mold it too)

Like you, I considered using analog servos, but since I do not have to use money on bodyparts I am going to use digital servos.

"What gives me headaches is the sensors to read out servo position. It is by default possible to read out the angle, but afaik thats just the last parameter of the write-function and is not necessarily the real position."

I do not understand your problem, if you are aware of the legs last position then why do you need to read it out again?

I also have made a schematic with walk patern. I will upload it here soon.

"I do not understand your

"I do not understand your problem, if you are aware of the legs last position then why do you need to read it out again? "

Knowing the position you set is totally suffcient as long as nothing unforeseen happens. But what happens if a leg is stuck or pushed by an external force?

The idea behind reading back real servo position is to give the robot some sort of real world awareness that lets it react properly on to external influences and it was directly connected to the idea of driving the robot via a neural net.

would definitly be a cool feature, but as this is pretty straight foreward for me, I think I will skip it for now:

1. Get it assembled

2. Programm tripedal and quadpedal gait

3. Add some lightsensors (maybe compound eye?), extend program

4. If come so far, let the cool programming fun begin …

Video?
Video?

Will post a video soon.
Will post a video soon.

nice

ive been thinking of doing that for a long time. is that cardboard? are you going to use alumium or plastic later? (i hope you do)

good luck with the project!

Nice. I’m working on an
Nice. I’m working on an arduino hexapod too, though only a 12DOF. Good luck, look forward to seeing a video.

@Sergutiteg:Sorry but I dont

@Sergutiteg:

Sorry but I dont speak russian.

@PeterJacob

Yeah of course. As the parts will be plotted at our university, the matrerial depends on the leftovers the have. Most ikely it will be coppercoated resin boards, usually used to make your own PCBs. We’ll see.

@pixelseventy2:

Looks cool. Everything handcrafted, he! Interesting board that you have. Will we see some schematics?