-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnRF24L01p_adapter.net
101 lines (101 loc) · 3.18 KB
/
nRF24L01p_adapter.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
(export (version D)
(design
(source /home/calcium3000/Projects/nRF24L01p_adapter/nRF24L01p_adapter.sch)
(date "Sun 14 May 2017 06:22:25 PM MDT")
(tool "Eeschema 4.0.2+dfsg1-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source nRF24L01p_adapter.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref P1)
(value 2x4)
(footprint Socket_Strips:Socket_Strip_Straight_2x04)
(libsource (lib conn) (part CONN_02X04))
(sheetpath (names /) (tstamps /))
(tstamp 5918EA77))
(comp (ref P2)
(value 2x4)
(footprint nRF24L01p_adapter:Socket_Strip_Straight_2x04_mirrored)
(libsource (lib conn) (part CONN_02X04))
(sheetpath (names /) (tstamps /))
(tstamp 5918EADE))
(comp (ref C1)
(value 10uF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5918EB3F)))
(libparts
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C?)
(fp C_????_*)
(fp C_????)
(fp SMD*_c)
(fp Capacitor*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part CONN_02X04)
(description "Connector 02x04")
(footprints
(fp Pin_Header_Straight_2X04)
(fp Pin_Header_Angled_2X04)
(fp Socket_Strip_Straight_2X04)
(fp Socket_Strip_Angled_2X04))
(fields
(field (name Reference) P)
(field (name Value) CONN_02X04))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))
(pin (num 7) (name P7) (type passive))
(pin (num 8) (name P8) (type passive)))))
(libraries
(library (logical conn)
(uri /usr/share/kicad/library/conn.lib))
(library (logical device)
(uri /usr/share/kicad/library/device.lib)))
(nets
(net (code 1) (name MOSI)
(node (ref P2) (pin 6))
(node (ref P1) (pin 3)))
(net (code 2) (name MISO)
(node (ref P2) (pin 7))
(node (ref P1) (pin 5)))
(net (code 3) (name SCK)
(node (ref P2) (pin 5))
(node (ref P1) (pin 7)))
(net (code 4) (name ~CSN)
(node (ref P1) (pin 8))
(node (ref P2) (pin 4)))
(net (code 5) (name ~IRQ)
(node (ref P2) (pin 8))
(node (ref P1) (pin 2)))
(net (code 6) (name CE)
(node (ref P2) (pin 3))
(node (ref P1) (pin 6)))
(net (code 7) (name VDD)
(node (ref C1) (pin 1))
(node (ref P1) (pin 1))
(node (ref P2) (pin 2)))
(net (code 8) (name GND)
(node (ref C1) (pin 2))
(node (ref P1) (pin 4))
(node (ref P2) (pin 1)))))