Demoniac
10-04-2018, 09:20 AM
Hi everybody,
I've build an hexapod from this guy : https://www.thingiverse.com/thing:432829
and everything work well. But weight was too heavy for me.
So, I've decided to build my own hexapod with 3D printed parts, SSC-32U, Arduino Micro, and micro-servos:
6 x MG-90S (Coxa)
12 x 7455 MG-D (Femur and Tibia)
I used the same code like Thingiverse link but my hexapod legs don't do the same movements. The only different things are servos for Femur and Tibia. I've tested with KurtE code and another one from this guy but same problem :
https://www.instructables.com/id/Capers-II-a-Hexapod-Robot/
and
https://github.com/Toglefritz/Capers_II
My hexapod are the same from Instructables Link.
I've read on another forum that there is a line to the code "phoenix_driver_ssc32" to modify in the section [OutputServoInfoForLeg] :
#define cPwmDiv
#define cPFConst
If the problem came from this part, how can I change this lines for my servos MG-90S and 7455 MG-D please ?
Thanks
I've build an hexapod from this guy : https://www.thingiverse.com/thing:432829
and everything work well. But weight was too heavy for me.
So, I've decided to build my own hexapod with 3D printed parts, SSC-32U, Arduino Micro, and micro-servos:
6 x MG-90S (Coxa)
12 x 7455 MG-D (Femur and Tibia)
I used the same code like Thingiverse link but my hexapod legs don't do the same movements. The only different things are servos for Femur and Tibia. I've tested with KurtE code and another one from this guy but same problem :
https://www.instructables.com/id/Capers-II-a-Hexapod-Robot/
and
https://github.com/Toglefritz/Capers_II
My hexapod are the same from Instructables Link.
I've read on another forum that there is a line to the code "phoenix_driver_ssc32" to modify in the section [OutputServoInfoForLeg] :
#define cPwmDiv
#define cPFConst
If the problem came from this part, how can I change this lines for my servos MG-90S and 7455 MG-D please ?
Thanks