-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcc1352P-dongle.net
446 lines (446 loc) · 16.9 KB
/
cc1352P-dongle.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
(export (version D)
(design
(source C:\Users\rolan\OneDrive\Documenten\KiCad\cc1352P-dongle\cc1352P-dongle.sch)
(date "03/21/20 20:50:20")
(tool "Eeschema (5.1.5)-3")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source cc1352P-dongle.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U3)
(value E79-400DM2005S)
(footprint zigbee-usb-plate:E79-400DM2005S)
(libsource (lib Zigbee-modules) (part E79-400DM2005S) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5E58C7A5))
(comp (ref C2)
(value 10uF)
(footprint Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5E58D261))
(comp (ref C1)
(value 100nF)
(footprint Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5E58D2C5))
(comp (ref C3)
(value 100nF)
(footprint Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5E59C736))
(comp (ref R1)
(value 470)
(footprint Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5E59D0FB))
(comp (ref R2)
(value 470)
(footprint Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5E59D696))
(comp (ref D1)
(value GREEN)
(footprint LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5E59D6FA))
(comp (ref D2)
(value RED)
(footprint LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5E59D79A))
(comp (ref U1)
(value LD1117S33TR_SOT223)
(footprint Package_TO_SOT_SMD:SOT-223-3_TabPin2)
(datasheet http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00000544.pdf)
(libsource (lib Regulator_Linear) (part LD1117S33TR_SOT223) (description "800mA Fixed Low Drop Positive Voltage Regulator, Fixed Output 3.3V, SOT-223"))
(sheetpath (names /) (tstamps /))
(tstamp 5E58C9A1))
(comp (ref R3)
(value 100k)
(footprint Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5E5F00FF))
(comp (ref C4)
(value 100nF)
(footprint Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5E5F0194))
(comp (ref SW1)
(value SW_Push)
(footprint Button_Switch_SMD:SW_SPST_B3U-3000P)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5E6D6FDB))
(comp (ref J2)
(value Conn_02x03_Odd_Even)
(footprint Connector_PinHeader_2.54mm:PinHeader_2x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_02x03_Odd_Even) (description "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5E70DD3A))
(comp (ref J1)
(value USB_A)
(datasheet " ~")
(libsource (lib Connector-local) (part USB_A) (description "USB Type A connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5E72851F))
(comp (ref D3)
(value PRTR5V0U2X)
(footprint Package_TO_SOT_SMD:SOT-143)
(datasheet https://assets.nexperia.com/documents/data-sheet/PRTR5V0U2X.pdf)
(libsource (lib Power_Protection) (part PRTR5V0U2X) (description "Ultra low capacitance double rail-to-rail ESD protection diode, SOT-363"))
(sheetpath (names /) (tstamps /))
(tstamp 5E716300))
(comp (ref U2)
(value CH340E)
(libsource (lib Zigbee-modules) (part CH340E) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5E795F4A)))
(libparts
(libpart (lib Connector-local) (part USB_A)
(description "USB Type A connector")
(docs " ~")
(footprints
(fp USB*))
(fields
(field (name Reference) J)
(field (name Value) USB_A))
(pins
(pin (num 1) (name VBUS) (type power_out))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name GND) (type power_out))
(pin (num 5) (name Shield) (type passive))))
(libpart (lib Connector_Generic) (part Conn_02x03_Odd_Even)
(description "Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x03_Odd_Even))
(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 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 Device) (part LED)
(description "Light emitting diode")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (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 Power_Protection) (part PRTR5V0U2X)
(description "Ultra low capacitance double rail-to-rail ESD protection diode, SOT-363")
(docs https://assets.nexperia.com/documents/data-sheet/PRTR5V0U2X.pdf)
(footprints
(fp SOT?143*))
(fields
(field (name Reference) D)
(field (name Value) PRTR5V0U2X)
(field (name Footprint) Package_TO_SOT_SMD:SOT-143))
(pins
(pin (num 1) (name GND) (type passive))
(pin (num 2) (name I/O1) (type passive))
(pin (num 3) (name I/O2) (type passive))
(pin (num 4) (name VCC) (type passive))))
(libpart (lib Regulator_Linear) (part AP1117-15)
(aliases
(alias AP1117-18)
(alias AP1117-25)
(alias AP1117-33)
(alias AP1117-50)
(alias LD1117S33TR_SOT223)
(alias LD1117S12TR_SOT223)
(alias LD1117S18TR_SOT223)
(alias LD1117S25TR_SOT223)
(alias LD1117S50TR_SOT223)
(alias NCP1117-12_SOT223)
(alias NCP1117-1.5_SOT223)
(alias NCP1117-1.8_SOT223)
(alias NCP1117-2.0_SOT223)
(alias NCP1117-2.5_SOT223)
(alias NCP1117-2.85_SOT223)
(alias NCP1117-3.3_SOT223)
(alias NCP1117-5.0_SOT223)
(alias AMS1117-1.5)
(alias AMS1117-1.8)
(alias AMS1117-2.5)
(alias AMS1117-2.85)
(alias AMS1117-3.3)
(alias AMS1117-5.0))
(description "1A Low Dropout regulator, positive, 1.5V fixed output, SOT-223")
(docs http://www.diodes.com/datasheets/AP1117.pdf)
(footprints
(fp SOT?223*TabPin2*))
(fields
(field (name Reference) U)
(field (name Value) AP1117-15)
(field (name Footprint) Package_TO_SOT_SMD:SOT-223-3_TabPin2))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VO) (type power_out))
(pin (num 3) (name VI) (type power_in))))
(libpart (lib Switch) (part SW_Push)
(description "Push button switch, generic, two pins")
(docs ~)
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Zigbee-modules) (part CH340E)
(fields
(field (name Reference) U)
(field (name Value) CH340E))
(pins
(pin (num 1) (name UD+) (type input))
(pin (num 2) (name UD-) (type input))
(pin (num 3) (name GND) (type power_in))
(pin (num 4) (name RTS) (type output))
(pin (num 5) (name CTS) (type output))
(pin (num 6) (name TNOW) (type input))
(pin (num 7) (name VCC) (type power_in))
(pin (num 8) (name TXD) (type output))
(pin (num 9) (name RXD) (type output))
(pin (num 10) (name V3) (type input))))
(libpart (lib Zigbee-modules) (part E79-400DM2005S)
(fields
(field (name Reference) U)
(field (name Value) E79-400DM2005S))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name ANT) (type output))
(pin (num 3) (name GND) (type power_in))
(pin (num 4) (name GND) (type power_in))
(pin (num 5) (name DIO_7) (type BiDi))
(pin (num 6) (name DIO_8_MISO) (type BiDi))
(pin (num 7) (name DIO_9_MOSI) (type BiDi))
(pin (num 8) (name DIO_10_SCLK) (type BiDi))
(pin (num 9) (name DIO_11) (type BiDi))
(pin (num 10) (name DIO_12_UART0_RX) (type BiDi))
(pin (num 11) (name DIO_13_UART0_TX) (type BiDi))
(pin (num 12) (name DIO_14_BTN2) (type BiDi))
(pin (num 13) (name DIO_15_BTN1) (type BiDi))
(pin (num 14) (name GND) (type power_in))
(pin (num 15) (name GND) (type power_in))
(pin (num 16) (name JTAG_TMSC) (type input))
(pin (num 17) (name JTAC_TCKC) (type input))
(pin (num 18) (name DIO_16) (type BiDi))
(pin (num 19) (name DIO_17) (type BiDi))
(pin (num 20) (name DIO_18_UART0_RTS) (type BiDi))
(pin (num 21) (name DIO_19_UART0_CTS) (type BiDi))
(pin (num 22) (name DIO_20) (type BiDi))
(pin (num 23) (name DIO_21) (type BiDi))
(pin (num 24) (name DIO_22) (type BiDi))
(pin (num 25) (name RESET_N) (type input))
(pin (num 26) (name GND) (type power_in))
(pin (num 27) (name GND) (type power_in))
(pin (num 28) (name DIO_23) (type BiDi))
(pin (num 29) (name DIO_28) (type BiDi))
(pin (num 30) (name DIO_27) (type BiDi))
(pin (num 31) (name DIO_24) (type BiDi))
(pin (num 32) (name DIO_25) (type BiDi))
(pin (num 33) (name DIO_26) (type BiDi))
(pin (num 34) (name DIO_29) (type BiDi))
(pin (num 35) (name DIO_30) (type BiDi))
(pin (num 36) (name VCC) (type power_in))
(pin (num 37) (name GND) (type power_in)))))
(libraries
(library (logical Connector-local)
(uri "C:/Users/rolan/OneDrive/Documenten/KiCad/Smoothie Brainz - new/Connector-local.lib"))
(library (logical Connector_Generic)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector_Generic.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical Power_Protection)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Power_Protection.lib"))
(library (logical Regulator_Linear)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Regulator_Linear.lib"))
(library (logical Switch)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Switch.lib"))
(library (logical Zigbee-modules)
(uri C:/Users/rolan/OneDrive/Documenten/KiCad/cc1352P-dongle/Zigbee-modules.lib)))
(nets
(net (code 1) (name /LED_RED)
(node (ref U3) (pin 9))
(node (ref D2) (pin 2)))
(net (code 2) (name /LED_GREEN)
(node (ref D1) (pin 2))
(node (ref U3) (pin 5)))
(net (code 4) (name "Net-(U2-Pad4)")
(node (ref U2) (pin 4)))
(net (code 5) (name "Net-(U2-Pad5)")
(node (ref U2) (pin 5)))
(net (code 6) (name "Net-(U2-Pad6)")
(node (ref U2) (pin 6)))
(net (code 7) (name VBUS)
(node (ref J1) (pin 1))
(node (ref U1) (pin 3))
(node (ref C1) (pin 1)))
(net (code 8) (name /SRSTN)
(node (ref C4) (pin 1))
(node (ref R3) (pin 2))
(node (ref U3) (pin 25))
(node (ref J2) (pin 6)))
(net (code 9) (name +3V3)
(node (ref C2) (pin 1))
(node (ref U2) (pin 10))
(node (ref D3) (pin 4))
(node (ref C3) (pin 1))
(node (ref R3) (pin 1))
(node (ref U1) (pin 2))
(node (ref U3) (pin 36))
(node (ref J2) (pin 1))
(node (ref U2) (pin 7)))
(net (code 10) (name "Net-(SW1-Pad2)")
(node (ref SW1) (pin 2))
(node (ref U3) (pin 13)))
(net (code 11) (name /TMS)
(node (ref J2) (pin 2))
(node (ref U3) (pin 16)))
(net (code 12) (name /TCK)
(node (ref U3) (pin 17))
(node (ref J2) (pin 4)))
(net (code 13) (name /TDO)
(node (ref U3) (pin 18)))
(net (code 14) (name /TDI)
(node (ref U3) (pin 19)))
(net (code 15) (name "Net-(U3-Pad6)")
(node (ref U3) (pin 6)))
(net (code 16) (name "Net-(D3-Pad3)")
(node (ref U2) (pin 2))
(node (ref D3) (pin 3))
(node (ref J1) (pin 2)))
(net (code 17) (name "Net-(D3-Pad2)")
(node (ref D3) (pin 2))
(node (ref U2) (pin 1))
(node (ref J1) (pin 3)))
(net (code 18) (name "Net-(U2-Pad8)")
(node (ref U3) (pin 10))
(node (ref U2) (pin 8)))
(net (code 19) (name "Net-(J2-Pad5)")
(node (ref J2) (pin 5)))
(net (code 20) (name "Net-(U2-Pad9)")
(node (ref U3) (pin 11))
(node (ref U2) (pin 9)))
(net (code 21) (name "Net-(U3-Pad8)")
(node (ref U3) (pin 8)))
(net (code 22) (name "Net-(U3-Pad7)")
(node (ref U3) (pin 7)))
(net (code 23) (name "Net-(U3-Pad22)")
(node (ref U3) (pin 22)))
(net (code 24) (name "Net-(U3-Pad21)")
(node (ref U3) (pin 21)))
(net (code 25) (name "Net-(U3-Pad20)")
(node (ref U3) (pin 20)))
(net (code 26) (name "Net-(U3-Pad2)")
(node (ref U3) (pin 2)))
(net (code 27) (name "Net-(U3-Pad23)")
(node (ref U3) (pin 23)))
(net (code 28) (name "Net-(U3-Pad12)")
(node (ref U3) (pin 12)))
(net (code 29) (name GND)
(node (ref U1) (pin 1))
(node (ref U3) (pin 26))
(node (ref R2) (pin 2))
(node (ref R1) (pin 2))
(node (ref C3) (pin 2))
(node (ref SW1) (pin 1))
(node (ref U3) (pin 15))
(node (ref U2) (pin 3))
(node (ref C2) (pin 2))
(node (ref C1) (pin 2))
(node (ref J2) (pin 3))
(node (ref J1) (pin 4))
(node (ref J1) (pin 5))
(node (ref D3) (pin 1))
(node (ref U3) (pin 3))
(node (ref C4) (pin 2))
(node (ref U3) (pin 37))
(node (ref U3) (pin 4))
(node (ref U3) (pin 27))
(node (ref U3) (pin 1))
(node (ref U3) (pin 14)))
(net (code 30) (name "Net-(U3-Pad24)")
(node (ref U3) (pin 24)))
(net (code 31) (name "Net-(U3-Pad28)")
(node (ref U3) (pin 28)))
(net (code 32) (name "Net-(U3-Pad29)")
(node (ref U3) (pin 29)))
(net (code 33) (name "Net-(U3-Pad30)")
(node (ref U3) (pin 30)))
(net (code 34) (name "Net-(U3-Pad31)")
(node (ref U3) (pin 31)))
(net (code 35) (name "Net-(U3-Pad32)")
(node (ref U3) (pin 32)))
(net (code 36) (name "Net-(U3-Pad33)")
(node (ref U3) (pin 33)))
(net (code 37) (name "Net-(U3-Pad34)")
(node (ref U3) (pin 34)))
(net (code 38) (name "Net-(U3-Pad35)")
(node (ref U3) (pin 35)))
(net (code 40) (name "Net-(D1-Pad1)")
(node (ref D1) (pin 1))
(node (ref R1) (pin 1)))
(net (code 41) (name "Net-(D2-Pad1)")
(node (ref D2) (pin 1))
(node (ref R2) (pin 1)))))