-
Notifications
You must be signed in to change notification settings - Fork 0
/
bricopixels.net
116 lines (116 loc) · 4.46 KB
/
bricopixels.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
(export (version D)
(design
(source /home/scrawny/Documentos/BricoPixelsLED/bricopixels.sch)
(date "Thu 30 May 2019 22:10:29 CEST")
(tool "Eeschema 5.0.2-5.fc29")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "WS2812B PCB")
(company BricoLabs)
(rev 0.1)
(date)
(source bricopixels.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref D1)
(value WS2812B)
(footprint LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm)
(datasheet https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf)
(libsource (lib LED) (part WS2812B) (description "RGB LED with integrated controller"))
(sheetpath (names /) (tstamps /))
(tstamp 5CEA5BDC))
(comp (ref J4)
(value Conn_01x01_Female)
(footprint Bricopixels_pads:BricoPixel_pad_4x)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x01_Female) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CEA6859))
(comp (ref C1)
(value 0.1uF)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5CEA6EE1))
(comp (ref J2)
(value Conn_01x01_Female)
(footprint Bricopixels_pads:BricoPixel_pad_4x)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x01_Female) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CEA73CD))
(comp (ref J1)
(value Conn_01x01_Female)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x01_Female) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CF0315D))
(comp (ref J3)
(value Conn_01x01_Female)
(footprint Bricopixels_pads:BricoPixel_pad_4x)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x01_Female) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CF03202)))
(libparts
(libpart (lib Connector) (part Conn_01x01_Female)
(description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x01_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib LED) (part WS2812B)
(description "RGB LED with integrated controller")
(docs https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf)
(footprints
(fp LED*WS2812*PLCC*5.0x5.0mm*P3.2mm*))
(fields
(field (name Reference) D)
(field (name Value) WS2812B)
(field (name Footprint) LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm))
(pins
(pin (num 1) (name VDD) (type power_in))
(pin (num 2) (name DOUT) (type output))
(pin (num 3) (name VSS) (type power_in))
(pin (num 4) (name DIN) (type input)))))
(libraries
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical LED)
(uri /usr/share/kicad/library/LED.lib)))
(nets
(net (code 1) (name VCC)
(node (ref C1) (pin 1))
(node (ref D1) (pin 1))
(node (ref J1) (pin 1)))
(net (code 2) (name GND)
(node (ref J3) (pin 1))
(node (ref D1) (pin 3))
(node (ref C1) (pin 2)))
(net (code 3) (name "Net-(D1-Pad4)")
(node (ref J4) (pin 1))
(node (ref D1) (pin 4)))
(net (code 4) (name "Net-(D1-Pad2)")
(node (ref J2) (pin 1))
(node (ref D1) (pin 2)))))