Best way to code a walking bot?

I have 3d printed a walking bot that has 8 legs and uses 12 small sg90 servos. I plan on

using an uno or a nano and simple code like loops and speed to manipulate the servos into

each position to make it walk or move, but it seems like I might be recreating the wheel. Is

this a practical way to go about making my walker move or is there another way with pr-

fabbed code?

I have looked at others code and its seems its is very specific to each bot.

Thanks.

It’s a great learning idea, but as soon as you get it running, save the code and start again with real-time principles rather than just ‘pushing’ actions to the motors.

Sensors, switches etc will make the bit seem more ‘alive’.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.