-
Notifications
You must be signed in to change notification settings - Fork 0
/
bricopixels.xml
131 lines (131 loc) · 4.41 KB
/
bricopixels.xml
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="UTF-8"?>
<export version="D">
<design>
<source>/home/scrawny/Documentos/Neopixel PCB/neopixelpcb/neopixelpcb.sch</source>
<date>Mon 27 May 2019 20:35:42 CEST</date>
<tool>Eeschema 5.0.2-5.fc29</tool>
<sheet number="1" name="/" tstamps="/">
<title_block>
<title>WS2812B PCB</title>
<company>BricoLabs</company>
<rev>0.1</rev>
<date/>
<source>neopixelpcb.sch</source>
<comment number="1" value=""/>
<comment number="2" value=""/>
<comment number="3" value=""/>
<comment number="4" value=""/>
</title_block>
</sheet>
</design>
<components>
<comp ref="D1">
<value>WS2812B</value>
<footprint>LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm</footprint>
<datasheet>https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf</datasheet>
<libsource lib="LED" part="WS2812B" description="RGB LED with integrated controller"/>
<sheetpath names="/" tstamps="/"/>
<tstamp>5CEA5BDC</tstamp>
</comp>
<comp ref="J1">
<value>Conn_01x01_Female</value>
<datasheet>~</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</tstamp>
</comp>
<comp ref="C1">
<value>0.1uF</value>
<footprint>Capacitor_SMD:C_0603_1608Metric</footprint>
<datasheet>~</datasheet>
<libsource lib="Device" part="C" description="Unpolarized capacitor"/>
<sheetpath names="/" tstamps="/"/>
<tstamp>5CEA6EE1</tstamp>
</comp>
<comp ref="J2">
<value>Conn_01x01_Female</value>
<datasheet>~</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</tstamp>
</comp>
</components>
<libparts>
<libpart lib="Connector" part="Conn_01x01_Female">
<description>Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)</description>
<docs>~</docs>
<footprints>
<fp>Connector*:*</fp>
</footprints>
<fields>
<field name="Reference">J</field>
<field name="Value">Conn_01x01_Female</field>
</fields>
<pins>
<pin num="1" name="Pin_1" type="passive"/>
</pins>
</libpart>
<libpart lib="Device" part="C">
<description>Unpolarized capacitor</description>
<docs>~</docs>
<footprints>
<fp>C_*</fp>
</footprints>
<fields>
<field name="Reference">C</field>
<field name="Value">C</field>
</fields>
<pins>
<pin num="1" name="~" type="passive"/>
<pin num="2" name="~" type="passive"/>
</pins>
</libpart>
<libpart lib="LED" part="WS2812B">
<description>RGB LED with integrated controller</description>
<docs>https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf</docs>
<footprints>
<fp>LED*WS2812*PLCC*5.0x5.0mm*P3.2mm*</fp>
</footprints>
<fields>
<field name="Reference">D</field>
<field name="Value">WS2812B</field>
<field name="Footprint">LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm</field>
</fields>
<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"/>
</pins>
</libpart>
</libparts>
<libraries>
<library logical="Connector">
<uri>/usr/share/kicad/library/Connector.lib</uri>
</library>
<library logical="Device">
<uri>/usr/share/kicad/library/Device.lib</uri>
</library>
<library logical="LED">
<uri>/usr/share/kicad/library/LED.lib</uri>
</library>
</libraries>
<nets>
<net code="1" name="GND">
<node ref="D1" pin="3"/>
<node ref="C1" pin="2"/>
</net>
<net code="2" name="Net-(D1-Pad4)">
<node ref="D1" pin="4"/>
<node ref="J1" pin="1"/>
</net>
<net code="3" name="Net-(D1-Pad2)">
<node ref="D1" pin="2"/>
<node ref="J2" pin="1"/>
</net>
<net code="4" name="VCC">
<node ref="D1" pin="1"/>
<node ref="C1" pin="1"/>
</net>
</nets>
</export>