-
Notifications
You must be signed in to change notification settings - Fork 0
/
node.net
361 lines (361 loc) · 14.2 KB
/
node.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
(export (version D)
(design
(source /home/marco/node/node.sch)
(date "lun 26 ott 2020, 01:52:56")
(tool "Eeschema 5.1.7-a382d34a8~87~ubuntu20.04.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "T-Beam sensor node shield")
(company)
(rev 0.1)
(date)
(source node.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J5)
(value "LPPYRA03AV Screw Terminal")
(footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Screw_Terminal_01x04) (description "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5FA1D57F))
(comp (ref R3)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5FA4C9AD))
(comp (ref R4)
(value 20k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5FA694F0))
(comp (ref R9)
(value 100k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5F89C554))
(comp (ref J8)
(value Power)
(footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Screw_Terminal_01x04) (description "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F980452))
(comp (ref PS2)
(value "DCDC 3V3-5")
(datasheet https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf)
(libsource (lib dcdc) (part generic_DCDC) (description "3W, 1000 VDC isolated DC/DC converter, 5V input, 5V output, SIP"))
(sheetpath (names /) (tstamps /))
(tstamp 5F9C5279))
(comp (ref PS1)
(value "DCDC 3V3-12")
(datasheet https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf)
(libsource (lib dcdc) (part generic_DCDC) (description "3W, 1000 VDC isolated DC/DC converter, 5V input, 5V output, SIP"))
(sheetpath (names /) (tstamps /))
(tstamp 5F9E0756))
(comp (ref R6)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5FAFB529))
(comp (ref R7)
(value 20k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5FAFB536))
(comp (ref J6)
(value "SEN0170 Screw Terminal")
(footprint Connector_Phoenix_MSTB:PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Screw_Terminal_01x04) (description "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5FAFB511))
(comp (ref J7)
(value UART)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x03_Female) (description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F8BF79D))
(comp (ref R2)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5F9B3820))
(comp (ref R1)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5F8F44A5))
(comp (ref J2)
(value "SPS30 socket")
(footprint eec:JST)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x05_Female) (description "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F8BA307))
(comp (ref J3)
(value "BME680 socket")
(footprint Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x06_Female) (description "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F8B6779))
(comp (ref J4)
(value "T-Beam right socket ")
(footprint Connector_PinSocket_2.54mm:PinSocket_1x13_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x13_Female) (description "Generic connector, single row, 01x13, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F8B0EF2))
(comp (ref J1)
(value "T-Beam left socket ")
(footprint Connector_PinSocket_2.54mm:PinSocket_1x13_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x13_Female) (description "Generic connector, single row, 01x13, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F8AF6BB)))
(libparts
(libpart (lib Connector) (part Conn_01x03_Female)
(description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x03_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))))
(libpart (lib Connector) (part Conn_01x05_Female)
(description "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x05_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))))
(libpart (lib Connector) (part Conn_01x06_Female)
(description "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x06_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))))
(libpart (lib Connector) (part Conn_01x13_Female)
(description "Generic connector, single row, 01x13, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x13_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))
(pin (num 11) (name Pin_11) (type passive))
(pin (num 12) (name Pin_12) (type passive))
(pin (num 13) (name Pin_13) (type passive))))
(libpart (lib Connector) (part Screw_Terminal_01x04)
(description "Generic screw terminal, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp TerminalBlock*:*))
(fields
(field (name Reference) J)
(field (name Value) Screw_Terminal_01x04))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib dcdc) (part generic_DCDC)
(aliases
(alias MEE3S0509SC_copy)
(alias MEE3S0512SC_copy)
(alias MEE3S0515SC_copy)
(alias MEE3S1205SC_copy)
(alias MEE3S1209SC_copy)
(alias MEE3S1212SC_copy)
(alias MEE3S1215SC_copy))
(description "3W, 1000 VDC isolated DC/DC converter, 5V input, 5V output, SIP")
(docs https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf)
(footprints
(fp Converter*DCDC*Murata*MEE3SxxxxSC*THT*))
(fields
(field (name Reference) PS)
(field (name Value) generic_DCDC)
(field (name Footprint) Converter_DCDC:Converter_DCDC_Murata_MEE3SxxxxSC_THT))
(pins
(pin (num 1) (name -Vin) (type power_in))
(pin (num 2) (name +Vin) (type power_in))
(pin (num 3) (name -Vout) (type power_out))
(pin (num 4) (name +Vout) (type power_out)))))
(libraries
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical dcdc)
(uri /home/marco/Scaricati/Converter_DCDC.lib)))
(nets
(net (code 1) (name "Net-(J1-Pad2)")
(node (ref J1) (pin 2)))
(net (code 2) (name "Net-(J1-Pad8)")
(node (ref J1) (pin 8)))
(net (code 3) (name "Net-(J1-Pad9)")
(node (ref J1) (pin 9)))
(net (code 4) (name "Net-(J1-Pad10)")
(node (ref J1) (pin 10)))
(net (code 5) (name "Net-(J4-Pad13)")
(node (ref J4) (pin 13)))
(net (code 6) (name "Net-(J4-Pad12)")
(node (ref J4) (pin 12)))
(net (code 7) (name "Net-(J4-Pad11)")
(node (ref J4) (pin 11)))
(net (code 8) (name "Net-(J4-Pad6)")
(node (ref J4) (pin 6)))
(net (code 9) (name "Net-(J4-Pad5)")
(node (ref J4) (pin 5)))
(net (code 10) (name "Net-(J4-Pad4)")
(node (ref J4) (pin 4)))
(net (code 11) (name "Net-(J4-Pad3)")
(node (ref J4) (pin 3)))
(net (code 12) (name "Net-(J1-Pad7)")
(node (ref J1) (pin 7)))
(net (code 13) (name "Net-(J1-Pad6)")
(node (ref J1) (pin 6)))
(net (code 14) (name "Net-(J1-Pad5)")
(node (ref J1) (pin 5)))
(net (code 15) (name "Net-(J1-Pad3)")
(node (ref J1) (pin 3)))
(net (code 16) (name "Net-(J3-Pad5)")
(node (ref J3) (pin 5)))
(net (code 17) (name "Net-(J1-Pad1)")
(node (ref J1) (pin 1)))
(net (code 18) (name /CS)
(node (ref R2) (pin 2))
(node (ref J3) (pin 6)))
(net (code 20) (name /SDA)
(node (ref J3) (pin 4))
(node (ref J4) (pin 10))
(node (ref J2) (pin 3)))
(net (code 21) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4))
(node (ref R1) (pin 1)))
(net (code 22) (name 3V3)
(node (ref PS1) (pin 2))
(node (ref J8) (pin 1))
(node (ref PS2) (pin 2))
(node (ref J4) (pin 7))
(node (ref R2) (pin 1))
(node (ref J3) (pin 1)))
(net (code 23) (name 5VDC)
(node (ref PS2) (pin 4))
(node (ref J2) (pin 1))
(node (ref J8) (pin 3)))
(net (code 24) (name GND)
(node (ref PS2) (pin 3))
(node (ref PS2) (pin 1))
(node (ref PS1) (pin 3))
(node (ref PS1) (pin 1))
(node (ref R4) (pin 2))
(node (ref R7) (pin 2))
(node (ref J5) (pin 2))
(node (ref J8) (pin 4))
(node (ref J4) (pin 8))
(node (ref R1) (pin 2))
(node (ref J7) (pin 3))
(node (ref J2) (pin 4))
(node (ref R9) (pin 2))
(node (ref J3) (pin 2))
(node (ref J2) (pin 5)))
(net (code 25) (name /RX)
(node (ref J7) (pin 2))
(node (ref J4) (pin 2)))
(net (code 26) (name /TX)
(node (ref J4) (pin 1))
(node (ref J7) (pin 1)))
(net (code 28) (name /SCL)
(node (ref J4) (pin 9))
(node (ref J3) (pin 3))
(node (ref J2) (pin 2)))
(net (code 29) (name ADCPYRA)
(node (ref J1) (pin 11))
(node (ref R4) (pin 1))
(node (ref R3) (pin 2)))
(net (code 30) (name ADCWIND)
(node (ref R7) (pin 1))
(node (ref R6) (pin 2))
(node (ref J1) (pin 12)))
(net (code 31) (name "Net-(J1-Pad13)")
(node (ref J1) (pin 13)))
(net (code 32) (name "Net-(J5-Pad1)")
(node (ref J5) (pin 1))
(node (ref R3) (pin 1))
(node (ref R9) (pin 1)))
(net (code 34) (name 12VDC)
(node (ref PS1) (pin 4))
(node (ref J8) (pin 2))
(node (ref J5) (pin 3)))
(net (code 39) (name Earth)
(node (ref J5) (pin 4))
(node (ref J6) (pin 4)))
(net (code 41) (name DCDCOUT)
(node (ref J6) (pin 3)))
(net (code 42) (name "Net-(J6-Pad2)")
(node (ref J6) (pin 2)))
(net (code 45) (name "Net-(J6-Pad1)")
(node (ref J6) (pin 1))
(node (ref R6) (pin 1)))))