I want to Arduino Uno Code to make walking robot with 180 degree turning.
I have also algorithm but cant realise it.
Pls help me to write down to the code.
Algorithm will like this:
All servos will turn from 0 to 180 degree.
Then 1st servo will go from 180 to 0 degree.
And 2st servo go back.
Then 3rd.
5 Then 4th.
It all will be repeated infinitively i mean in while loop. That's all. Ty for ur attention.
PS: I have terrible english. So dont mention it.
U can write me on Telegram or WhatsApp: +996 558 408 448(We can be a friend if you want:D).
And also u can mail me:marsel.melisov@iaau.edu.kg
If someone wants to chat with you on WhatsApp or whatever, that's fine, but it deprives the community of the learning experience, and that isn't what this place is all about. So please hold your conversation here in the forum, on this thread!
One thing to be aware of, is that 180 degree servos do not actually turn 180 degrees. Perhaps you should think about gearing them up to achieve that much movement.
There is an Example sketch built into the Arduino IDE called Knob. It teaches the basics of servo motor control. If you get that sketch running, it will start you on your way toward building your project. After all, since you are learning, the journey is the reward, no?