Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-lapeyre committed Mar 20, 2015
2 parents 4ea28dc + 7c0501c commit 5cdf933
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 46 deletions.
90 changes: 49 additions & 41 deletions hardware/doc/BOM.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,75 @@

## 3D printing

Last full release: https://github.com/poppy-project/Poppy-Humanoid/releases/download/1.0-pre-release/3D_printed_part_STL.zip
Last full release: https://github.com/poppy-project/Poppy-Humanoid/releases/

### lower_limbs:
- 2x leg *(polyamide poli blanc)*
- 1x thigh_right *(polyamide poli blanc)*
- 1x thigh_left *(polyamide poli blanc)*
- 1x hip_right *(polyamide poli blanc)*
- 1x hip_left *(polyamide poli blanc)*
- 1x pelvis *(polyamide poli blanc)*
- 1x simple_foot_left *(polyamide poli blanc)*
- 1x simple_foot_right *(polyamide poli blanc)*
- 2 x hip_z_to_hip_y-connector *(polyamide poli blanc)*
- 2x leg *(white polished polyamid)*
- 1x thigh_right *(white polished polyamid)*
- 1x thigh_left *(white polished polyamid)*
- 1x hip_right *(white polished polyamid)*
- 1x hip_left *(white polished polyamid)*
- 1x pelvis *(white polished polyamid)*
- 1x simple_foot_left *(white polished polyamid)*
- 1x simple_foot_right *(white polished polyamid)*
- 2 x hip_z_to_hip_y-connector *(white polished polyamid)*

### torso
- 2x double_rotation_MX64_link *(polyamide blanc)*
- 1x i101-Set_to_MX64_link *(polyamide blanc)*
- 1x abdomen *(polyamide poli blanc)*
- 1x spine *(polyamide poli blanc)*
- 2x double_rotation_MX28_link *(polyamide blanc)*
- 1x i101-Set_to_MX28_link *(polyamide blanc)*
- 1x chest *(polyamide poli blanc)*
- 2x double_rotation_MX64_link *(white polyamid)*
- 1x i101-Set_to_MX64_link *(white polyamid)*
- 1x abdomen *(white polished polyamid)*
- 1x spine *(white polished polyamid)*
- 2x double_rotation_MX28_link *(white polyamid)*
- 1x i101-Set_to_MX28_link *(white polyamid)*
- 1x chest *(white polished polyamid)*

### upper_limbs
- 1x shoulder_right *(polyamide poli blanc)*
- 1x shoulder_left *(polyamide poli blanc)*
- 2x arm_connector *(polyamide poli blanc)*
- 2x upper_arm *(polyamide poli blanc)*
- 1x forearm_left *(polyamide poli blanc)*
- 1x forearm_right *(polyamide poli blanc)*
- 1x hand_right *(polyamide poli blanc)*
- 1x hand_left *(polyamide poli blanc)*
- 1x shoulder_right *(white polished polyamid)*
- 1x shoulder_left *(white polished polyamid)*
- 2x arm_connector *(white polished polyamid)*
- 2x upper_arm *(white polished polyamid)*
- 1x forearm_left *(white polished polyamid)*
- 1x forearm_right *(white polished polyamid)*
- 1x hand_right *(white polished polyamid)*
- 1x hand_left *(white polished polyamid)*

### head
- 1x neck *(polyamide poli blanc)*
- 1x head-back *(polyamide poli blanc)*
- 1x head-face *(polyamide poli blanc)*
- 1x support_camera *(polyamide blanc)*
- 1x screen (resine transparent)
- 1x hide-screen (polyamide noir)
- 1x speaker_left (polyamide noir)
- 1x speaker_right (polyamide noir)
- 1x fake_manga_screen
- 1x neck *(white polished polyamid)*
- 1x head-back *(white polished polyamid)*
- 1x head-face *(white polished polyamid)*
- 1x support_camera *(white polyamid)*
- 1x screen *(resine transparent)*
- 1x hide-screen *(black polyamid)*
- 1x speaker_left *(black polyamid)*
- 1x speaker_right *(black polyamid)*
- 1x fake_manga_screen *(black polyamid)*


## Electronics

### Control
### Embedded control
- 2x USB2AX
- [Hardkernel Odroid U3][1]
- [8GB eMMC Module U Linux][2]
- [Cooling Fan U3][4] (Optionnal)
- USB hub: [here][7] ou [here][8]

### Power Supply
- [DC Plug Cable Assembly 2.5mm][3]
- [Cooling Fan U3][4]
- [5V/2A Power Supply][5]
- [Convertisseur 5V][6]
- hub USB: [ici][7] ou [ici][8]
- [5V DC convertor][6]

### Audio/video
- [Camera Videw][9] **version avec FOV 170°!!** + cable USB
- 2x [haut-parleur][10]
- 2x [speakers][10]
- [ampli stereo][11]

### Communication
- [Nano Wifi Dongle](http://www.amazon.fr/gp/product/B003MTTJOY)

### Sensors
- [Camera Videw][9] **with FOV 120° or 170°!!** + USB cable
- [Sparkfun Razor 9DoF IMU](https://www.sparkfun.com/products/10736) (Optionnal)
- [Manga Screen](https://www.kickstarter.com/projects/1924187374/manga-screen-multi-touch-43-lcd) (Optionnal)


----------

Expand Down
8 changes: 3 additions & 5 deletions hardware/doc/how_to_export_to_STL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ Yet, if you want to regenerate these files for any reasons (e.g. changes on the
## Step 2 - extract the 3D printed parts from the exported files

The export should have generated a bunch of STL files (near 200) but most of them are useless and unfortunately the naming made difficult to recognize which part should be kept or not.
![](img/export_STL_step5.jpg)

![](img/export_STL_step6.jpg)

To overcome this issue, we have written a quick and dirty python script to extract only the parts to be 3D printed and rename them appropriately.

*If you use windows, please check if you have python, if not you can download the version 2.7 [here](https://www.python.org/downloads/).*

On windows, double click on the `extract_3D_printable_STL_parts.py`
![](img/export_STL_step6.jpg)

A black terminal windows should pop-up and desappears quickly.
On windows, double click on the `extract_3D_printable_STL_parts.py`, a black terminal windows should pop-up and desappears quickly.

If everything goes right, you have now a STL folder including subfolders associated with each Poppy Humanoid modules (i.e. head, trunk, upper_limbs and lower_limbs):

Expand Down
Binary file removed hardware/doc/img/export_STL_step5.jpg
Binary file not shown.
Binary file modified hardware/doc/img/export_STL_step6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cdf933

Please sign in to comment.