Skip to content

Commit

Permalink
added second revision of housing
Browse files Browse the repository at this point in the history
improved mechanical stability
button is now an actual button instead
of just a hole
fixed missing hole in PCB for the screw
  • Loading branch information
Slamy committed May 20, 2024
1 parent 221d93d commit 6d0f819
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
3 changes: 3 additions & 0 deletions doc/housing_v2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions housing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ Problems:

Based on Version 1 but with changes:

* Big hole is replaced by smaller one and a small piece of plastic.
* Big hole is replaced by smaller one and a small piece of plastic is used as a button.
* Screw is moved to another location
* Bottom wall is thicker so screw head is not sticking out.
* Structural integrity still not perfect.

![Photo of both versions side by side](../doc/housing_v1_vs_v2.jpg)
![Photo of both versions side by side](../doc/housing_v2.jpg)
3 changes: 3 additions & 0 deletions housing/housing_v2-Button.stl
Git LFS file not shown
3 changes: 3 additions & 0 deletions housing/housing_v2-Cap.stl
Git LFS file not shown
3 changes: 3 additions & 0 deletions housing/housing_v2-Main.stl
Git LFS file not shown
3 changes: 3 additions & 0 deletions housing/housing_v2.FCStd
Git LFS file not shown
2 changes: 2 additions & 0 deletions schematic/yaumataca/yaumataca.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,12 @@
(stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp 8141d94a-396e-48cc-aba3-6092a187516d))
(fp_line (start 10.5 25.5) (end -10.5 25.5)
(stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp 69b8918e-293c-4380-aaf8-f89ada8833b3))
(pad "" np_thru_hole circle (at -5.7 23.5) (size 1.5 1.5) (drill 2.2) (layers "F&B.Cu" "*.Mask") (tstamp 5b360839-b9ca-4f41-b468-3a0616ff10d0))
(pad "" np_thru_hole oval (at -2.725 -24) (size 1.8 1.8) (drill 1.8) (layers "*.Cu" "*.Mask") (tstamp 594133a4-e52e-4108-8ce1-25c089ffdedf))
(pad "" np_thru_hole oval (at -2.425 -20.97) (size 1.5 1.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 1f54971e-04ed-4867-9662-0115bdf6611c))
(pad "" np_thru_hole oval (at 2.425 -20.97) (size 1.5 1.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 74720156-3775-4d61-a267-8b83e7502775))
(pad "" np_thru_hole oval (at 2.725 -24) (size 1.8 1.8) (drill 1.8) (layers "*.Cu" "*.Mask") (tstamp 19333814-f278-420f-af34-2f5f9b95d728))
(pad "" np_thru_hole oval (at 5.7 23.5) (size 1.5 1.5) (drill 2.2) (layers "F&B.Cu" "*.Mask") (tstamp 02033a59-a4e7-46ac-a5b3-d31dc2cb7131))
(pad "1" thru_hole oval (at -8.89 -24.13) (size 1.7 1.7) (drill 1.02) (layers "*.Cu" "*.Mask")
(net 12 "/Pi_Joystick_Right") (pinfunction "GPIO0") (pintype "bidirectional") (tstamp adcf9c35-8767-4da2-be0e-ae031f1bda67))
(pad "1" smd rect (at -8.89 -24.13) (size 3.5 1.7) (drill (offset -0.9 0)) (layers "F.Cu" "F.Mask")
Expand Down
8 changes: 4 additions & 4 deletions schematic/yaumataca/yaumataca.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
"drill": 2.5,
"height": 1.5,
"width": 1.5
},
"silk_line_width": 0.15,
"silk_text_italic": false,
Expand Down Expand Up @@ -462,7 +462,7 @@
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
"vrml": "yaumataca.wrl"
},
"page_layout_descr_file": ""
},
Expand Down

0 comments on commit 6d0f819

Please sign in to comment.