-
Notifications
You must be signed in to change notification settings - Fork 0
/
Feather-SAM-M8Q-GPS.net
95 lines (95 loc) · 3.58 KB
/
Feather-SAM-M8Q-GPS.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
(export (version D)
(design
(source "D:\\Documents\\GitHub\\Kicad-_Projects\\My Own Boards\\Feather-SAM-M8Q-GPS\\Feather-SAM-M8Q-GPS.sch")
(date "11/8/2019 8:03:23 PM")
(tool "Eeschema (5.1.4)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source Feather-SAM-M8Q-GPS.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value MAX-M8Q)
(footprint RF_GPS:ublox_MAX)
(datasheet https://www.u-blox.com/sites/default/files/MAX-M8-FW3_DataSheet_%28UBX-15031506%29.pdf)
(libsource (lib RF_GPS) (part MAX-M8Q) (description "GNSS Module MAX M8, VCC 2.7V to 3.6V"))
(sheetpath (names /) (tstamps /))
(tstamp 5DC61083)))
(libparts
(libpart (lib RF_GPS) (part MAX-8C)
(aliases
(alias MAX-8Q)
(alias MAX-M8C)
(alias MAX-M8Q))
(description "GNSS Module MAX M8, VCC 1.65V to 3.6V")
(docs https://www.u-blox.com/sites/default/files/MAX-8_DataSheet_%28UBX-16000093%29.pdf)
(footprints
(fp ublox*MAX*))
(fields
(field (name Reference) U)
(field (name Value) MAX-8C)
(field (name Footprint) RF_GPS:ublox_MAX))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name TXD) (type output))
(pin (num 3) (name RXD) (type input))
(pin (num 4) (name TIMEPULSE) (type output))
(pin (num 5) (name EXTINT) (type input))
(pin (num 6) (name V_BCKP) (type power_in))
(pin (num 7) (name VCC_IO) (type power_in))
(pin (num 8) (name VCC) (type power_in))
(pin (num 9) (name ~RESET) (type input))
(pin (num 10) (name GND) (type passive))
(pin (num 11) (name RF_IN) (type input))
(pin (num 12) (name GND) (type passive))
(pin (num 13) (name LNA_EN) (type output))
(pin (num 14) (name VCC_RF) (type power_out))
(pin (num 15) (name Reserved) (type NotConnected))
(pin (num 16) (name SDA) (type BiDi))
(pin (num 17) (name SCL) (type input))
(pin (num 18) (name ~SAFEBOOT) (type input)))))
(libraries
(library (logical RF_GPS)
(uri "D:\\AveryW\\Assorted Programs\\KiCad\\share\\kicad\\library/RF_GPS.lib")))
(nets
(net (code 1) (name "Net-(U1-Pad18)")
(node (ref U1) (pin 18)))
(net (code 2) (name "Net-(U1-Pad9)")
(node (ref U1) (pin 9)))
(net (code 3) (name "Net-(U1-Pad8)")
(node (ref U1) (pin 8)))
(net (code 4) (name "Net-(U1-Pad7)")
(node (ref U1) (pin 7)))
(net (code 5) (name "Net-(U1-Pad6)")
(node (ref U1) (pin 6)))
(net (code 6) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5)))
(net (code 7) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 8) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3)))
(net (code 9) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 10) (name "Net-(U1-Pad1)")
(node (ref U1) (pin 10))
(node (ref U1) (pin 12))
(node (ref U1) (pin 1)))
(net (code 11) (name "Net-(U1-Pad17)")
(node (ref U1) (pin 17)))
(net (code 12) (name "Net-(U1-Pad16)")
(node (ref U1) (pin 16)))
(net (code 13) (name "Net-(U1-Pad15)")
(node (ref U1) (pin 15)))
(net (code 14) (name "Net-(U1-Pad14)")
(node (ref U1) (pin 14)))
(net (code 15) (name "Net-(U1-Pad13)")
(node (ref U1) (pin 13)))
(net (code 16) (name "Net-(U1-Pad11)")
(node (ref U1) (pin 11)))))