Skip to content

Commit

Permalink
Merge pull request #190 from mossmann/hw-r0.5
Browse files Browse the repository at this point in the history
LUNA hardware r0.5
  • Loading branch information
miek authored Jan 18, 2023
2 parents 251691e + 05f613d commit 6c3ca76
Show file tree
Hide file tree
Showing 30 changed files with 64,440 additions and 23,342 deletions.
27 changes: 20 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,51 @@
# kicad backup files
# KiCad local project settings
*.kicad_prl

# KiCad backup files
$savepcb.*
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*.sch-bak
_autosave*
*.zip
\#auto_saved_files\#

# kicad cache files
# KiCad cache files
# *-cache.lib not ignored, so schematic can be viewed without libraries
fp-info-cache

# gerber and drill files
# KiCad fabrication outputs
*.drl
*.g2
*.g3
*.gbl
*.gbo
*.gbp
*.gbr
*.gbr
*.gbr
*.gbs
*.gm1
*.gtl
*.gto
*.gtp
*.gts
*.pos
*.rpt

# other generated files
# other KiCad generated files
*.csv
*.html
*.net
*.pdf
*.svg
*.xml
*.zip
*.cmp
*.dxf
*.ps
*.plt

# KiCad Interactive HTML BOM plugin
*.ini
*.html
33 changes: 33 additions & 0 deletions libraries/luna.pretty/DSN1006-2.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
(footprint "DSN1006-2" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(tags "SOD-993 SOD993")
(attr smd)
(fp_text reference "REF**" (at 0 -0.9) (layer "F.SilkS")
(effects (font (size 0.5 0.5) (thickness 0.1)))
(tstamp 8cad4e48-4840-4c6c-9f05-2a3810d5f836)
)
(fp_text value "VAL**" (at 0 0.9 unlocked) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.1)))
(tstamp 6b0d0367-b0b1-4473-aba2-84d7f9325623)
)
(fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.1)))
(tstamp c8c553c0-596b-4568-ae4b-42fbf7e4efa5)
)
(fp_line (start -0.85 -0.4) (end -0.85 0.4) (layer "F.SilkS") (width 0.12) (tstamp 0c182452-3ce1-4f08-a1dd-bcf7ebea42f4))
(fp_rect (start -0.62 -0.42) (end 0.62 0.42) (layer "F.SilkS") (width 0.12) (fill none) (tstamp f7ba40d4-facb-4daa-bf54-50852b6835df))
(fp_rect (start -0.65 -0.45) (end 0.65 0.45) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d8a101db-2fcb-457b-b7e5-8c298cb3175d))
(fp_line (start -0.1 0) (end 0.15 -0.15) (layer "F.Fab") (width 0.1) (tstamp 0fd52b16-3700-46c2-a658-724745784f1c))
(fp_line (start -0.2 -0.15) (end -0.2 0.15) (layer "F.Fab") (width 0.1) (tstamp 6a1f49f8-fb1e-4c9f-be7d-39abd0a05e91))
(fp_line (start 0.15 0.15) (end -0.1 0) (layer "F.Fab") (width 0.1) (tstamp 7e41b446-354a-4229-a570-250862c472f9))
(fp_line (start 0.15 -0.15) (end 0.15 0.15) (layer "F.Fab") (width 0.1) (tstamp ea2c5462-47ff-4a3d-9a51-8221253fd7f7))
(fp_rect (start -0.5 -0.3) (end 0.5 0.3) (layer "F.Fab") (width 0.1) (fill none) (tstamp 97bcd71e-36b2-4b97-a9b1-fcb40ca80204))
(pad "1" smd rect (at -0.325 0) (size 0.35 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 79b75cc3-01c9-4dba-b42b-62f8b2637e04))
(pad "2" smd rect (at 0.325 0) (size 0.35 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c51a212c-a9fc-46cc-9c09-d97ac12144e6))
(model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SMA.wrl"
(offset (xyz 0 0 0))
(scale (xyz 0.19 0.24 0.126))
(rotate (xyz 0 0 0))
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(pad 3 thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_2x06_P2.54mm_Horizontal.wrl
(model ${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_2x06_P2.54mm_Horizontal.wrl
(offset (xyz 0 12.7 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down
2 changes: 1 addition & 1 deletion libraries/luna.pretty/SOD128.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(fp_line (start -3.35 -1.25) (end -3.35 1.25) (layer F.SilkS) (width 0.12))
(pad 1 smd rect (at -2.2 0 180) (size 1.4 2.1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 2.2 0 180) (size 1.4 2.1) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.step
(model ${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.step
(at (xyz 0 0 0))
(scale (xyz 1.4 1.5 1.5))
(rotate (xyz 0 0 0))
Expand Down
2 changes: 1 addition & 1 deletion libraries/luna.pretty/SWD_CONNECTOR_LARGE_BOX.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(pad 8 thru_hole circle (at 1.27 -0.635) (size 1.0668 1.0668) (drill 0.7112) (layers *.Cu *.Mask))
(pad 9 thru_hole circle (at 2.54 0.635) (size 1.0668 1.0668) (drill 0.7112) (layers *.Cu *.Mask))
(pad 10 thru_hole circle (at 2.54 -0.635) (size 1.0668 1.0668) (drill 0.7112) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl
(model ${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl
(offset (xyz -2.54 -0.635 -0.0762))
(scale (xyz 0.5 0.5 0.5))
(rotate (xyz 0 0 -90))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
(pad 2 thru_hole circle (at 4.5 0) (size 1.7 1.7) (drill 1.1) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 0 0) (size 1.7 1.7) (drill 1.1) (layers *.Cu *.Mask))
(pad "" thru_hole circle (at -1.35 2.5) (size 2.1 2.1) (drill 1.4) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx83-2LFS.wrl
(model ${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx83-2LFS.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(pad 6 smd rect (at 0.4375 0.15 270) (size 0.15 0.725) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at 0.4375 -0.15 270) (size 0.15 0.725) (layers F.Cu F.Paste F.Mask))
(pad 8 smd rect (at 0.4375 -0.45 270) (size 0.15 0.725) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/Package_SON.3dshapes/X2SON-8_1.4x1mm_P0.35mm.wrl
(model ${KICAD6_3DMODEL_DIR}/Package_SON.3dshapes/X2SON-8_1.4x1mm_P0.35mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 0.857 1))
(rotate (xyz 0 0 0))
Expand Down
2 changes: 1 addition & 1 deletion libraries/luna.pretty/lattice_cabga256.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
(pad T14 smd circle (at 4.4 6 90) (size 0.41 0.41) (layers F.Cu F.Paste F.Mask))
(pad T15 smd circle (at 5.2 6 90) (size 0.41 0.41) (layers F.Cu F.Paste F.Mask))
(pad T16 smd circle (at 6 6 90) (size 0.41 0.41) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/Package_BGA.3dshapes/BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD.step
(model ${KICAD6_3DMODEL_DIR}/Package_BGA.3dshapes/BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down
Loading

0 comments on commit 6c3ca76

Please sign in to comment.