Introduction: Baby MIT Cheetah Robot
I like very much to see robots walk like animals. Lot of Robots MIT Cheetah, Boston Spot wow amazing robots. Like wise very small robot i want to build. This is the version 1 i plan to upgrade more and more for this robot. In the first version i cover major portion. This robot Run, Walk, Crawl, Walk and run in different heights, take push ups(actually i plan for jump but this servo just push up), self check and say Hai. For the first time i use the 3D printed parts. Use android app to control the robot. On inspired of MIT Cheetah i did it so i name it as "BABY MIT CHEETAH". The Baby cheetah size is only 23 cm X 9 cm X 9 cm.
The cheetah run in different heights and different height in front and back side. Turn in the same place.
Step 1: Materials Required
Materials Required
1) Arduino nano.
2) HC-05 Arduino bluetooth module.
3) MG90S Servo - 8 Nos.
4) Servo motor mount - 3D printed 8Nos, body made with wooden sheet .
5) Old Computer SMPS (5V for servo taken from red and black wire and 12V taken from yellow and black wire).
6) Double Side plain PCB board.
7) Male and Female Header pins.
Step 2: 3D Print Leg and Servo Holder
Use Tinkercad to design the leg links and servo holder. At first i use servo holder and a poly wood to design the robot body then after find it successful i change the body to 3d print.
The 3D model downloaded from tinkercad is given in the link. The leg joint links is 3 cm and 6 cm in length. 4 sets of legs printed. And 8 servo holder printed. I use online printing service. When go through the websites i found A3DXYZ is best in prize and product is also fine.
Attachments
Step 3: Circuit Plan
As per plan we want to drive 8 servos. So i user Digital pins 2 to 9. Connect the pin to the servo pins using male connector. Arduino TX RX is connected to bluetooth RX and TX and power supply for bluetooth is given from arduino 5V. For Arduino Vin is given from 12V supply from SMPS. For servos voltage is given from 5V supply from SMPS.
Step 4: Design the Circuit
For the first time i use double side PCB its cost more when compare to one side PCB but we able to solder in both sides. While use double side PCB be careful while creating track in the PCB. Molten lead pass through the holes and fill in the next side. Use Female header pins in the double side PCB to connect the arduino nano and in the opposite side of the board use male header pins to connect the servos, I soldered 12 male connectors from 2 to 13(4 for my future use). Solder female header pins to connect the HC-05 bluetooth module on the board. if you feel bluetooth module pop out from the nano use a connector to make it parallel with the arduino nano. Now the circuit is ready and its very compact.
Step 5: Assemble Leg
There are 7 pieces in the a single set leg. Like wise 4 sets available. Join the leg links where two pieces connected with servo has a servo horn slot on the back side and its is 30mm length hole to hole. and the link pieces are 6 cm from hole to hole.In the 3D model i set only 0.1mm difference gap for links, so it hold very tight. I use fine emery sheet to increase the hole size and fix the links.First join the left side and then the right side and then the bottom.Now use the top screw like cap to hold the links. Join all the four sets.
Step 6: Complete Leg
The screw like plastic piece extend up to the back side of the links. Use feviquick (quick fixing liquid) to paste the holder permanently with the legs. Be careful while pasting, Don't allow the feviquick to flow inside the moving joins. Then fully paste the servo horn on both side of the leg. Now check and found the movement is correct. The links are 5mm thick so its hard.
Step 7: Make Body and Fix Servo
1) The total length of body size is 230 mm where the first 10 mm and last 10 mm are empty. So the servos occupied space is 110mm. Breadth is only 70mm. First place the Servo holder on the four edges of the wooden frame.
2) Make slot on the front side to let the wire from the servos come to the arduino controller.
3) Put some 2mm holes on the wooden body to tie wire.
4) Now hot glue the stand with the base.
Step 8: Servo Fix Plan
8 Servo motors are fixed as per the top plan. Arduino pin and the arduino name also meintion in the image. Connect the servo pin as per the drawing.
Step 9: Join Servo to PCB
As per the servo fix plan. Connect the servo wires to the pcb male connector, through the slot taken in the base of the plat form.Fix the servos as like the picture so that the distance between each leg center is 45cm.Now hot glue the servos with the base. For testing i use hot glue. After testing when fix with the 3d pinted body i use screws and nuts. Tie the wire neatly with the holes in the body.
Step 10: Join the Legs and Body
Create a simple arduino program and set the servos in following position
Leg1F = 80 degree
Leg1B = 100 degree
Leg2F = 100 degree
Leg2B = 80 degree
Leg3F = 80 degree
Leg3B = 100 degree
Leg4F = 100 degree
Leg4B = 80 degree
fix the leg horn to the servos as shown in the figure ( set the 30mm link parallel to he body) an screw it tightly.
Step 11: First Finish Look
Now the "Baby Cheetah is born". Though lot of future changes id done for stability. This first look looks good.
Step 12: Android Program Using MIT
By using the online MIT APP INVENTOR. I created a app to control the cheetah. The Actions done by the cheetah with the keys send from android are as follows.
G-Front left-Move Front with left turn
F-Front - Move Front
I-Front Right - Move front with right turn
L-Left - Turn left in the same place
S-Stop - Stop
R-Right - Turn right in the same place
H-Back left - Move back in with left turn.
B-Back - Move back
J-Back right - Move back with right turn
U-Up - One step up on all legs
D-Down - One step down on all legs
W-Front only down - Only front two legs one step down
X Back only down- Only Back two legs one step down
Y Front only UP - Only front two legs one step up
Z Back only UP - Only Back two legs one step up
O Fullstand - Full stand from any position
P Fullshit - Full Sit from any position
C Check - Self check all the legs one by one
V Hai - Sit and say hai to all.
Winrar apk file is attached here download and install in your android mobile and start using.
Attachments
Step 13: Arduino Program
The main aim of the arduino program is to keep the body in the same position even walk and turn. For that angle of the leg movement is calculated in each height and put it in a multidimensional array. As per the commands received from the android the program check the array and move the leg in that direction. So the body is in the same height while walk and turn.
Cheetah walk funny like front leg in full height and back leg full down. Like wise wise verse. Like wise it also run in all heights.
Attachments
Step 14: Running Android
After install the app in the android mobile. You found a Baby Cheetah app in the screen. Before open the app turn on the blue-tooth in the mobile. Click and open the app. In the display you found Pick blue-tooth, click it and found list of linked blue-tooth and available blue-tooth. Select the blue-tooth connected with arduino. Now the control screen open. Use the control to move the Baby Cheetah.
Step 15: First Checking
This is the first video with basic coding. The cheetah full sit and stand.
Step 16: First Walking Video
This is the first walking video of Baby Cheetah.
Step 17: Change Controller Location
For stability, Controller want to move to the center of the base. Only after check this i create a 3d print base for the cheetah.
Step 18: Make a Body Cover
Using A4 Plastic sheet, make a box to cover the body. The cover sit over the servo motor and with the body tight, So no need for any screw. If want add screws on the sides.
Step 19: Photo Shot for Baby Cheetah
See some Inhouse photo shoot for Baby Cheetah.
Step 20: Baby Cheetah Videos
Two Videos one with long shot and another one with close up shot. Lot type of walk and modes.
Step 21: Future Development
At first want to change the body fully to 3D print. Add battery for the servos and arduino (already purchase booked for 18650 batteries).
Then as like original cheetah i want to move side wise with out turn. so when solder i already provide provision for 12 servos. I want to change the base design, Separate each legs and one servo for each legs to side rotation. If it complete then add gyoscope sensor and ultrasonic sensor to the arduino and try to do it autonomous robot.
Step 22: Have Fun
This is my first instructables with walking style robot. After complete this i have different plans for walking robots in different angle. May i develop more projects in walking robots.
Thank you for going through my project. In this project whats i learn new is start using 3D printed parts, Double side PCB, Leg movement calculation (trigonometry), Calculate the power taken by servos and order a battery.
Lot more to enjoy...............Don't forgot to comment and encourage me friends.

First Prize in the
Make it Move
109 Comments
Question 1 year ago
hello sorry I'm worried. I want to add a device ky-037 to it. my purpose in adding it was for the cheetah to dance to the tempo of the song. how can i do that. How do I change the code?
Question 1 year ago
Hello. can i add a sound circuit to it that is, when he says right, should he go to the right?
Question 2 years ago on Step 14
hello
Can you give the necessary codes to go forward and backward? I want it to go backward with the forward button and the forward button.
Answer 2 years ago
also refer the latest version
https://www.instructables.com/Baby-MIT-Cheetah-Rob...
Answer 2 years ago
You can found all codes in the step13. For android you found aia file in step12.
2 years ago
Здравствуйте? Можете помочь пожалуйста у вашего скетче показывает ошибка
Reply 2 years ago
Which sketch show error. Also please refer the lastest version
https://www.instructables.com/Baby-MIT-Cheetah-Rob...
Question 3 years ago
Hello
I want to add mp3 module to the robot.
Answer 3 years ago
its not a problem i think. Its a seperate module it never disturb any mechanisam or ciruit.
Reply 3 years ago
Reply 3 years ago
send me circuits schematics
Reply 3 years ago
I try to do it and reply.
3 years ago
hi.how to add 3 axis robotic arm this project ?
Reply 3 years ago
Its nice idea i also in progress to make it autonomous. Adding servos to the circuit is simple already we have enough digital pins for more servo or we use 16-Channel 12-bit PWM/Servo Driver I2C interface PCA9685. But balancing is the problem. because these servos are not so speed when compare to real cheetah robot. So in my new design i give the foot for stand steady even stand with two legs. Try that one. For more details mail me.
Question 3 years ago
This is what I got. It’s 2 3.7V 2200mah batteries connected to the arduino which is connected to the PCA9685 connected to 8 servos... but it still doesn’t work
Answer 3 years ago
can you please see the below link for details connection. https://learn.adafruit.com/16-channel-pwm-servo-driver/hooking-it-up. And also check the code dont fully use my code change code for PCA9685. First use simple code and test each servos seperately.
Reply 3 years ago
I’m sorry for asking for so much but how would I have to change the code?
Reply 3 years ago
No problem.....Aft first upload my code...create a new code for PCA9685. from the given above link download the library and test with example code.
Reply 3 years ago
ive tried changing a few things and adding the library from the website, still wont work. It could be my burrent but i cant test for that without having the code working first so the servos can call for the current.
Reply 3 years ago
can you send me the circuit connection diagram and the testing code