Thanks to DialFonzo for the advice on joining these forums, here I am eager to learn, and soak up as much geekness as possible! My first task is understanding what is all needed for electronics to build a hexapod. So far I have the chassis, the servos, and the understanding that I need a controller to drive the servos. I wanna grab an arduino due to drive the 18 servos, but aside from that I’m unsure of anything else. I do want it to be driven by a transmitter of sorts, and not be autonomous. I’m coming from a multicopter background so I’m pretty clueless to these hexapods, and any help or pointing to what I need to get would be very much appreciated! Thanks, and congrates DialFonzo on your awesome new job!
We will all help you get your Hexapod working, be assured…
You can take a look at my MiniHEXAPOD thread… not finish as you know but i had the code running on an Arduino Pro Mini and link to a SSC-32
I have or had my versions of the code base running on just about everything Arduinoish (github.com/KurtE/Raspberry_Pi
There are several threads up here talking about the different options. Likewise up on Trossen Robotics forum.
Update: For question posted as I was posting this. I don’t know with the Due these days. Not sure how well the servo library is working on it. Also issue of how to hook up all of the servos to Due. When I last played with the Due there were jitters when I tried to use it to drive the servos. More up on the thread: viewtopic.php?f=26&t=8563&p=89393
A MultiWii board is basicaly an “Arduino Pro Mini 16mhz 5v” with sensors.
So it can to whatever an Arduino can do, just upload the right project to it.