Skip to content

Commit

Permalink
feat: external power circuit schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyPadmal committed Jun 21, 2020
1 parent 848c50f commit 631daa5
Show file tree
Hide file tree
Showing 23 changed files with 128,578 additions and 10,724 deletions.
30,806 changes: 30,806 additions & 0 deletions schematics/3DModels/ESP01.STEP

Large diffs are not rendered by default.

2,160 changes: 2,160 additions & 0 deletions schematics/3DModels/Fuse.STEP

Large diffs are not rendered by default.

12,575 changes: 12,575 additions & 0 deletions schematics/3DModels/HC05.STEP

Large diffs are not rendered by default.

49,553 changes: 49,553 additions & 0 deletions schematics/3DModels/SDCard.STEP

Large diffs are not rendered by default.

11,998 changes: 11,998 additions & 0 deletions schematics/3DModels/USBCable.STEP

Large diffs are not rendered by default.

10,388 changes: 10,388 additions & 0 deletions schematics/3DModels/USBPort.STEP

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions schematics/Custom_Components.pretty/SPDT.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
(module SPDT (layer F.Cu) (tedit 5EEDC00B)
(fp_text reference REF** (at 0 4.064) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SPDT (at 0 -3.81) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_poly (pts (xy -0.508 0.508) (xy -1.524 0.508) (xy -1.524 -0.508) (xy -0.508 -0.508)) (layer F.SilkS) (width 0.1))
(fp_line (start -0.508 -0.508) (end -0.508 0.508) (layer F.SilkS) (width 0.12))
(fp_line (start -1.524 -0.508) (end -0.508 -0.508) (layer F.SilkS) (width 0.12))
(fp_line (start 1.524 -0.508) (end -1.524 -0.508) (layer F.SilkS) (width 0.12))
(fp_line (start 1.524 0.508) (end 1.524 -0.508) (layer F.SilkS) (width 0.12))
(fp_line (start -1.524 0.508) (end 1.524 0.508) (layer F.SilkS) (width 0.12))
(fp_line (start -1.524 -0.508) (end -1.524 0.508) (layer F.SilkS) (width 0.12))
(fp_line (start 3.81 -2.794) (end 3.81 2.794) (layer F.SilkS) (width 0.12))
(fp_line (start -3.81 -2.794) (end 3.81 -2.794) (layer F.SilkS) (width 0.12))
(fp_line (start -3.81 2.794) (end 3.81 2.794) (layer F.SilkS) (width 0.12))
(fp_line (start -3.81 -2.794) (end -3.81 2.794) (layer F.SilkS) (width 0.12))
(pad 1 smd roundrect (at -3 -2) (size 1 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at 3 -2) (size 1 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -3 2) (size 1 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 3 smd roundrect (at -1 2) (size 1 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at 1 2) (size 1 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
)
17 changes: 17 additions & 0 deletions schematics/Custom_Components.pretty/SPDT_DIP.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
(module SPDT_DIP (layer F.Cu) (tedit 5EEF2929)
(fp_text reference REF** (at 2.9 0.9) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.1)))
)
(fp_text value SPDT_DIP (at 0 -2.032) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.1)))
)
(fp_line (start -4.5 1.5) (end -4.5 -1.5) (layer F.SilkS) (width 0.12))
(fp_line (start -4.5 -1.5) (end 4.2 -1.5) (layer F.SilkS) (width 0.12))
(fp_line (start 4.2 -1.5) (end 4.2 1.5) (layer F.SilkS) (width 0.12))
(fp_line (start 4.2 1.5) (end -4.5 1.5) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole circle (at -3 -0.875) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 3 -0.875) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at -3 0.875) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at -1 0.875) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 1 0.875) (size 1 1) (drill 0.6) (layers *.Cu *.Mask))
)
Loading

0 comments on commit 631daa5

Please sign in to comment.