Hello Xan and thanks for the reply.
I finally decided to trust the standard kit: SSC32, Bot Board II and Basic Atom Pro 28.
I just finished assembling and programming. All right! I just have to make some adjustment…
Your code is awesome…congratulations!
A question: I’m not up to date…I used your code which is in the Phoenix tutorial, you made a newer version for use with the PS2 controller?
Hi I don’t know how much Xan is monitoring this forum these days.
My guess is there may not be one for the maestro controller, probably would not be hard. However but my guess there may not be very much working being done these days with this code base for the Basic Atom processors. These days code bases that were based earlier from here that work with most all Arduino like processsors (C/C++) as well as many linux boxes. Most of these are up on my github account: //www.github.com/kurte
Personally i have had a lot of fun with Teensy 3.1s over the last many months. It uses the Arduino IDE, but is a lot more capable. I built my own interface boards. Right now I am playing around some with the Intel boards (Edison, Galileo G2), I also do like boards like the Raspberry Pi, but probably prefer the BeagleBone black over it. LIkewise I like the Odroids, but their shipping charges are really high…
Yep, I got on email notification and took a quick peek.
I did some fiddling with a Raspberry Pi 2 for a new project. But I didn’t make any progress for the last month. So I guess it will take some time. But who knows, it’s getting winter again
What about yourself?
Nice, you are actually making an Hexapod with a Pi2 ? Or a complete other project ? (i’m curious)
I’ve been working on the Quadrino Nano a lot before and after it’s release and now some other project related to the Lynxmotion UAV lineup.
(i work for Lynxmotion / RobotShop now, if you didn’t know)
I will try to complete my Mini Hexapod project in the coming months…
Im trying to phoenix a small hexapod using MG90 servos, an SSC-32U, ps2 TX/RX pair and a 3d printed frame. Coleman has been trying to help me but i think we’ve surpassed his expertise. Ive gotten a lil help from Arduino but nobody really knows the program enough to help.
I was hoping you guys could help me finish my project. Ive changed alot of the code to match my bot but i still cant get it to walk properly so must be something i either have wrong or dont know it needs changing.
I have no problems using the single leg movements or raising and lowering the bot and even turns on the spot okish but it goes haywire when you try to make it walk. It doesnt lift the leg high enough but brings the leg down farther than it needs to go. Also the coxa rotation is way out there bringing the leg to farthest limit.
The list below are the modifications to the code for my hexapo.
I have what I believe is your or some of your IK code ported to run on Win 10 IOT and the PI 2. It is in C#. Works pretty well. I will put it up on GitHub soon. Uses a Xbox 360 Wireless controller for putting the Hexapod through its paces.
It took me quite a while to wrap my head around the code, and I am still not 100% of the way there yet!
Hay Eric.
Well i find that i can convert the hex code to work for biped, but yes Biped is the end goal for this so should that be available it will save a bit of time.
I have been looking at github.com/KurtE/Arduino_Phoenix_Parts
and it seems all the files i am looking for are there but as Kurt had mentioned the RC part is only first pass and im not sure how well implemented it is as i cannot test at the moment.
With that said i am also a little confused as to which files i need. There are lots and so if you have a pointer to what ill need that would be great.
Simply looking for a standard IK Robot code that i can control with RC.
I plan to use an arduino board and SSC as i also (luckly) have one in stock so im sure i am on the right track.