Biped dancing robot : Différence entre versions

(set pageLanguageSource property)
Ligne 86 : Ligne 86 :
 
Code: https://github.com/bqlabs/zowi</translate>
 
Code: https://github.com/bqlabs/zowi</translate>
 
}}
 
}}
{{ {{tntn|Tuto Status}}}}
+
{{ {{tntn|Tuto Status}}
 +
|Complete=Draft
 +
}}
 
{{Tuto_Status
 
{{Tuto_Status
|Complete=Yes
+
|Complete=Published
 
}}
 
}}
 
{{Separator}}
 
{{Separator}}

Version du 27 juin 2018 à 11:03

Auteur avatarCamilo Parra Palacio | Dernière modification 9/12/2019 par Clementflipo

Tito (11).jpg
Tito is a Biped dancing DIY robot, derivative from Zowi and Bob, basically has been adapted to an standard Arduino UNO board with easier connections and supports.
Difficulté
Moyen
Durée
10 heure(s)
Catégories
Électronique, Jeux & Loisirs, Robotique
Coût
45 USD ($)
Autres langues :
English
Licence : Attribution-ShareAlike (CC BY-SA)

Introduction

Tito is a Biped dancing DIY robot, derivative from Zowi and Bob, basically has been adapted to an standard arduino UNO board. original project Zowi https://github.com/bqlabs/zowi

Matériaux

Arduino UNO Nano breadboard or Buzzer Futaba servo S3003 x4 HC-SR04 Ultrasound sensor Powerbank (optional) Nut M3 x20 Screw M3 x20 3d print Head 3d print Base 3d print Leg x2 3d print Foot R 3d print Foot L

Outils

3d printer, allen key and screwdriver

Étape 1 - 3D print parts

3D .stl files here: http://www.thingiverse.com/thing:1378605 Find a way to 3d print the parts, they are designed for no supports so is very easy to print with 20% infill and 0.2mm resolution.




Étape 2 - Pre assemble

There is many was to build Tito, but one recommendation is before the connect the servos is to assemble the servo disk pieces to the legs, then put the servos in the body and the feet..



Étape 3 - The Schematic

Follow the picture for the connections. HC-SR04 Ultrasound sensor (not connected in the schematic; trig for pin 8 and echo for pin 9). During the making process you may need to disconnect and connect constantly so just keep this schematic present for further fixes.




Étape 4 - Test the position of the servos

In the picture the cables are disconnected but the idea here is to upload a code to the Arduino board (https://github.com/agomezgar/tutoriales/tree/master/tutorialZowi3/prepararServosparaMontaje) that will put the all servos in 90 degrees and then fix the right angle for the crank discs in the body and the feet. Tito should be in a neutral position like the photo. then you can fix all the servos with the screw axis.




Étape 5 - Assemble Arduino board

This design make it easy to fix any Arduino Uno compatible board (in my case a DFRduino UNO) in the head part, you can use up to 4 screws.




Étape 6 - Final assembly

If all connections are secured you can close the head part and fix it to the body using the lateral screws.




Étape 7 - Programming

All libraries and Arduino source code are in this Github repository: https://github.com/bqlabs/zowi Just connect your USB cable to Arduino and upload the codes There are many programmed movements for the robot like walk different directions, raise, tilt and dance.




Notes et références

3D print files: http://www.thingiverse.com/thing:137860 Code: https://github.com/bqlabs/zowi

Commentaires

Draft Published