(set pageLanguageSource property) |
(update property name) |
||
Ligne 1 : | Ligne 1 : | ||
− | {{ | + | {{Tuto Details |
|Type=Creation | |Type=Creation | ||
|Area=Electronics, Play and Hobbies, Robotics | |Area=Electronics, Play and Hobbies, Robotics | ||
Ligne 15 : | Ligne 15 : | ||
|IsTranslation=1 | |IsTranslation=1 | ||
}} | }} | ||
− | {{ | + | {{Introduction |
|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 | |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 | ||
}} | }} | ||
− | {{ | + | {{Materials |
|Step_Picture_00=Tito (6).jpg | |Step_Picture_00=Tito (6).jpg | ||
|Material=Arduino UNO | |Material=Arduino UNO | ||
Ligne 35 : | Ligne 35 : | ||
|Tools=3d printer, allen key and screwdriver | |Tools=3d printer, allen key and screwdriver | ||
}} | }} | ||
− | {{ | + | {{Separator}} |
− | {{ | + | {{Tuto Step |
|Step_Picture_00=3dprinter.JPG | |Step_Picture_00=3dprinter.JPG | ||
|Step_Title=3D print parts | |Step_Title=3D print parts | ||
Ligne 42 : | Ligne 42 : | ||
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. | 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. | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
|Step_Picture_00=Tito (3).jpg | |Step_Picture_00=Tito (3).jpg | ||
|Step_Picture_01=Tito parts.jpg | |Step_Picture_01=Tito parts.jpg | ||
Ligne 48 : | Ligne 48 : | ||
|Step_Content=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.. | |Step_Content=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.. | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
|Step_Picture_00=conection.JPG | |Step_Picture_00=conection.JPG | ||
|Step_Title=The Schematic | |Step_Title=The Schematic | ||
Ligne 55 : | Ligne 55 : | ||
During the making process you may need to disconnect and connect constantly so just keep this schematic present for further fixes. | During the making process you may need to disconnect and connect constantly so just keep this schematic present for further fixes. | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
|Step_Picture_00=Tito align.jpg | |Step_Picture_00=Tito align.jpg | ||
|Step_Title=Test the position of the servos | |Step_Title=Test the position of the servos | ||
|Step_Content=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. | |Step_Content=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. | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
|Step_Picture_00=Tito (30).JPG | |Step_Picture_00=Tito (30).JPG | ||
|Step_Title=Assemble Arduino board | |Step_Title=Assemble Arduino board | ||
|Step_Content=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. | |Step_Content=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. | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
|Step_Picture_00=Tito (15).jpg | |Step_Picture_00=Tito (15).jpg | ||
|Step_Title=Final assembly | |Step_Title=Final assembly | ||
|Step_Content=If all connections are secured you can close the head part and fix it to the body using the lateral screws. | |Step_Content=If all connections are secured you can close the head part and fix it to the body using the lateral screws. | ||
}} | }} | ||
− | {{ | + | {{Tuto Step |
|Step_Picture_00=Tito program.jpg | |Step_Picture_00=Tito program.jpg | ||
|Step_Title=Programming | |Step_Title=Programming | ||
Ligne 77 : | Ligne 77 : | ||
There are many programmed movements for the robot like walk different directions, raise, tilt and dance. | There are many programmed movements for the robot like walk different directions, raise, tilt and dance. | ||
}} | }} | ||
− | {{ | + | {{Notes |
|Notes=3D print files: http://www.thingiverse.com/thing:137860 | |Notes=3D print files: http://www.thingiverse.com/thing:137860 | ||
Code: https://github.com/bqlabs/zowi | Code: https://github.com/bqlabs/zowi | ||
}} | }} | ||
− | {{ | + | {{Tuto Status |
|Complete=Draft | |Complete=Draft | ||
}} | }} |
Auteur Camilo Parra Palacio | Dernière modification 9/12/2019 par Clementflipo
robot, Arduino Tito (11).jpg en none Creation 1
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.
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..
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.
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.
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.
If all connections are secured you can close the head part and fix it to the body using the lateral screws.
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.
3D print files: http://www.thingiverse.com/thing:137860 Code: https://github.com/bqlabs/zowi
Draft Published
Vous avez entré un nom de page invalide, avec un ou plusieurs caractères suivants :
< > @ ~ : * € £ ` + = / \ | [ ] { } ; ? #