aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-07-21 07:20:35 +0000
committers-ol <s+removethis@s-ol.nu>2022-07-21 07:20:35 +0000
commitb034e9aebc2a5a523af7e15b9b5c620cc23b7394 (patch)
treeab2ccb97248805ed289dac2980ed8171b2631f12
parentadd non-reversible D_SOD-323 footprint (diff)
downloadkicad-lib-b034e9aebc2a5a523af7e15b9b5c620cc23b7394.tar.gz
kicad-lib-b034e9aebc2a5a523af7e15b9b5c620cc23b7394.zip
add SK6812MINI-E things
-rw-r--r--s-ol.kicad_sym113
-rw-r--r--s-ol.pretty/SK6812MINI-E.kicad_mod27
2 files changed, 140 insertions, 0 deletions
diff --git a/s-ol.kicad_sym b/s-ol.kicad_sym
index 938dae4..937f196 100644
--- a/s-ol.kicad_sym
+++ b/s-ol.kicad_sym
@@ -293,4 +293,117 @@
)
)
)
+ (symbol "SK6812MINI-E" (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
+ (property "Reference" "RGB1" (id 0) (at -5.08 6.35 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "SK6812MINI-E" (id 1) (at 10.795 1.7907 0)
+ (effects (font (size 1.27 1.27)) (justify left top) hide)
+ )
+ (property "Footprint" "s-ol:SK6812MINI-E" (id 2) (at 1.27 -7.62 0)
+ (effects (font (size 1.27 1.27)) (justify left top) hide)
+ )
+ (property "Datasheet" "https://cdn-shop.adafruit.com/product-files/4960/4960_SK6812MINI-E_REV02_EN.pdf" (id 3) (at 2.54 -9.525 0)
+ (effects (font (size 1.27 1.27)) (justify left top) hide)
+ )
+ (property "ki_keywords" "RGB LED NeoPixel Nano addressable" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "RGB LED with integrated controller" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "LED*SK6805*PLCC*2.4x2.7mm*P1.3mm*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "SK6812MINI-E_0_0"
+ (text "RGB" (at 2.286 -4.191 0)
+ (effects (font (size 0.762 0.762)))
+ )
+ )
+ (symbol "SK6812MINI-E_0_1"
+ (polyline
+ (pts
+ (xy 1.27 -3.556)
+ (xy 1.778 -3.556)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 1.27 -2.54)
+ (xy 1.778 -2.54)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 4.699 -3.556)
+ (xy 2.667 -3.556)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 2.286 -2.54)
+ (xy 1.27 -3.556)
+ (xy 1.27 -3.048)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 2.286 -1.524)
+ (xy 1.27 -2.54)
+ (xy 1.27 -2.032)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 3.683 -1.016)
+ (xy 3.683 -3.556)
+ (xy 3.683 -4.064)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 4.699 -1.524)
+ (xy 2.667 -1.524)
+ (xy 3.683 -3.556)
+ (xy 4.699 -1.524)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (rectangle (start 5.08 5.08) (end -5.08 -5.08)
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type background))
+ )
+ )
+ (symbol "SK6812MINI-E_1_1"
+ (pin power_in line (at 0 7.62 270) (length 2.54)
+ (name "VDD" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin output line (at 7.62 0 180) (length 2.54)
+ (name "DOUT" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 0 -7.62 90) (length 2.54)
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at -7.62 0 0) (length 2.54)
+ (name "DIN" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
)
diff --git a/s-ol.pretty/SK6812MINI-E.kicad_mod b/s-ol.pretty/SK6812MINI-E.kicad_mod
new file mode 100644
index 0000000..9f97617
--- /dev/null
+++ b/s-ol.pretty/SK6812MINI-E.kicad_mod
@@ -0,0 +1,27 @@
+(footprint "SK6812MINI-E" (version 20211014) (generator pcbnew)
+ (layer "F.Cu")
+ (tedit 62D801F1)
+ (attr smd)
+ (fp_text reference "REF**" (at 0 -2.1 unlocked) (layer "F.SilkS")
+ (effects (font (size 0.5 0.5) (thickness 0.1)))
+ (tstamp 89999550-331b-456c-b849-35cde1161a86)
+ )
+ (fp_text value "SK6812MINI-E" (at 0 0.5 unlocked) (layer "F.Fab")
+ (effects (font (size 0.5 0.5) (thickness 0.1)))
+ (tstamp 35db62c3-5d93-4309-9d77-e83edad225b9)
+ )
+ (fp_text user "${REFERENCE}" (at 0 -0.4 unlocked) (layer "F.Fab")
+ (effects (font (size 0.5 0.5) (thickness 0.1)))
+ (tstamp 94c7e981-d805-45c6-8d0e-a325204dc389)
+ )
+ (fp_line (start -3.3 1.3) (end -3.7 0.9) (layer "F.SilkS") (width 0.12) (tstamp 6c843bf6-f38e-4194-9a8e-7f72e1165388))
+ (fp_line (start -3.3 1.3) (end -1.9 1.3) (layer "F.SilkS") (width 0.12) (tstamp 8236a635-ccca-4db1-92ae-27ce5451df22))
+ (fp_rect (start -1.7 -1.5) (end 1.7 1.5) (layer "Edge.Cuts") (width 0.12) (fill none) (tstamp e61ab269-9ed2-4997-9d04-ff45179c9616))
+ (fp_line (start -1.7 0.5) (end -0.7 1.5) (layer "F.Fab") (width 0.1) (tstamp c3ff307f-501b-4398-bfbe-c3dbcec3c80e))
+ (fp_rect (start 1.7 -1.5) (end -1.7 1.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp c98d36b8-9034-4cc3-842e-e855c4c8d2d2))
+ (pad "1" smd rect (at 2.6 -0.75) (size 1.8 0.82) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e60135aa-f13b-4d7f-a02d-9f5e9a476e7c))
+ (pad "2" smd rect (at 2.6 0.75) (size 1.8 0.82) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ba546f3f-9f91-45b7-b7e2-ee37445d0461))
+ (pad "3" smd roundrect (at -2.6 0.75) (size 1.8 0.82) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0)
+ (chamfer_ratio 0.33) (chamfer bottom_left) (tstamp c7afafc6-d548-4bba-b86b-59cb1615caf9))
+ (pad "4" smd rect (at -2.6 -0.75) (size 1.8 0.82) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0a607643-7cbe-40aa-8963-65165d337d58))
+)