Merge branch 'new_hw_integrated'
|
@ -5,3 +5,7 @@ firmware/test/main.py*
|
|||
*.s#*
|
||||
*.b#*
|
||||
*.l#*
|
||||
|
||||
*.#
|
||||
|
||||
*.ipynb_checkpoints
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "breakout-hardware/tracking"]
|
||||
path = breakout-hardware/tracking
|
||||
url = https://github.com/richardeoin/parts
|
||||
[submodule "hardware/partslist"]
|
||||
path = hardware/partslist
|
||||
url = http://github.com/richardeoin/parts
|
||||
url = https://github.com/richardeoin/parts
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 82d98592fa104795f94b93f14341fd2aae29a887
|
|
@ -1,4 +1,8 @@
|
|||
all: Parts.md
|
||||
# Recursive Make
|
||||
SUBDIRS := $(wildcard */Makefile)
|
||||
|
||||
Parts.md: parts
|
||||
ruby partslist/parts.rb
|
||||
all: $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $(@D)
|
||||
|
||||
.PHONY: all $(SUBDIRS)
|
||||
|
|
Przed Szerokość: | Wysokość: | Rozmiar: 26 KiB |
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,43 @@
|
|||
# Parts List
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|ATSAMD20E17A-MU|ATMEL - MCU, 32BIT, CORTEX-M0+, 48MHZ, QFN-32|[2361006](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2361006) [556-ATSAMD20E17A-MU](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=556-ATSAMD20E17A-MU)|1|U1
|
||||
|SI5356A-B-GM|SILICON LABS - CLOCK GENERATOR, 200MHZ, QFN-24|[2421797](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2421797)|1|U2 HF Gen
|
||||
|AD8354ACPZ-REEL7|ANALOG DEVICES - RF/IF AMP, 19.5DB, 1MHZ-2.7GHZ, LFCSP-8|[2377134](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2377134)|1|U3 RF Amplifier
|
||||
|X1G0041310008 TG-5006CJ-17H 16.369MHZ|EPSON - CRYSTAL, TCXO, TG-5006CJ-17H, 16.369 MHZ|[2405790](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2405790)|1|U6 TCXO
|
||||
|TLV70018DCKT|TEXAS INSTRUMENTS - IC, LDO, 200MA, 1.8V, 5SC70|[1778221](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1778221)|1|U4 1.8V reg
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|MLK1005SR10J|TDK - INDUCTOR, HI FREQUENCY, 100NH, 0402|[1669646](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1669646)|1|L1 100nH
|
||||
|CRGH0603J10K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 10 kohm, 200 mW, ± 5%, 50 V, 0603 [1608 Metric]|[2331740](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331740)|4|R1, R2, R3, R4 10kΩ
|
||||
|CRGH0603J15K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 15 kohm, 200 mW, ± 5%, 50 V, 0603 [1608 Metric]|[2331742](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331742)|1|R5 15kΩ
|
||||
|CRGH0603J220R|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 220 ohm, 200 mW, ± 5%, 50 V, 0603 [1608 Metric]|[2331717](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331717)|1|R6 220Ω
|
||||
|MC0402X104K100CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 0.1 µF, ± 10%, X5R, 10 V, 0402 [1005 Metric]|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|9|C1, C2, C3, C4, C5, C6, C7, C8, C9 100nF
|
||||
|MC0402N101J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 100 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758969](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758969)|1|C10 100pF
|
||||
|C1005X5R0J105K050BB|TDK - Multilayer Ceramic Capacitor, C Series, 1 µF, ± 10%, X5R, 6.3 V, 0402 [1005 Metric]|[2346871](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2346871)|2|C11, C12 1µF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|20021121-00010C4LF|FCI - CONNECTOR, HEADER, SMT, R/A, 1.27MM, 10P|[1865279](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865279) [649-202112100010C4LF](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=649-202112100010C4LF)|1|JTAG1
|
||||
|BLM15BB100SN1D|MURATA - FERRITE BEAD, 0.1OHM, 300MA, 0402|[1515765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1515765)|2|FB1, FB2
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
|FFSD-05-D-06.00-01-N|SAMTEC - RIBBON CABLE, IDC, 152.4MM, GREY, 10WAY|[1667659](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1667659)|0|10way 1.27mm
|
Po Szerokość: | Wysokość: | Rozmiar: 337 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 98 KiB |
|
@ -0,0 +1,43 @@
|
|||
# Parts List
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2361006 556-ATSAMD20E17A-MU 1 U1
|
||||
2421797 1 U2 HF Gen
|
||||
2377134 1 U3 RF Amplifier
|
||||
2405790 1 U6 TCXO
|
||||
1778221 1 U4 1.8V reg
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1669646 1 L1 100nH
|
||||
2331740 4 R1, R2, R3, R4 10kΩ
|
||||
2331742 1 R5 15kΩ
|
||||
2331717 1 R6 220Ω
|
||||
1759380 9 C1, C2, C3, C4, C5, C6, C7, C8, C9 100nF
|
||||
1758969 1 C10 100pF
|
||||
2346871 2 C11, C12 1µF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1865279 649-202112100010C4LF 1 JTAG1
|
||||
1515765 2 FB1, FB2
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
1667659 Ribbon 10way 1.27mm
|
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,54 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|ATSAMD20E17A-MU|ATMEL - MCU, 32BIT, CORTEX-M0+, 48MHZ, QFN-32|[2361006](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2361006) [556-ATSAMD20E17A-MU](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=556-ATSAMD20E17A-MU)|1|U1
|
||||
|SI4467-A2A-IM|SILICON LABS - RF TRANSCEIVER, 0.142-1.05GHZ, HQFN-20|[2462638](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2462638) [634-SI4467-A2A-IM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4467-A2A-IM)|1|U2
|
||||
|BMP180|Board Mount Pressure Sensors Digital Barometer 12uA, 300-1200hPa|[262-BMP180](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=262-BMP180)|1|U3 pressure sensor
|
||||
|7M-30.000MAAJ-T|TXC - XTAL, 30.000MHZ, 18PF, SMD, 3.2X2.5|[1842071](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1842071) [717-7M-30.000MAAJ-T](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=717-7M-30.000MAAJ-T)|1|U4 30MHz xtal
|
||||
|0433AT62A0020E|JOHANSON TECHNOLOGY - ANTENNA, AT62|[2148530](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2148530) [609-0433AT62A0020E](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=609-0433AT62A0020E)|1|U5 434 chip antenna
|
||||
|TPS3123J18DBVT|TEXAS INSTRUMENTS - IC, 1.62V SUPPLY MONITOR SOT-23-5|[1755607](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1755607) [595-TPS3123J8DBVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3123J8DBVT)|1|U7 watchdog
|
||||
|SN74LVC1G32DCKR|TEXAS INSTRUMENTS - IC, SINGLE 2 INPUT OR GATE, SMD|[1470880](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1470880) [595-SN74LVC1G32DCKR](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-SN74LVC1G32DCKR)|1|U8 or-gate
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|0402AF-221XJLU|COILCRAFT - INDUCTOR, RF, 220NH, 5%,1.15GHZ, SMD|[2285640](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2285640)|1|L2 220nH radio
|
||||
|LQG15HN56NJ02D|MURATA - INDUCTOR, 0402 CASE, 56NH±5%|[1343091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1343091)|1|L3 56nH filter
|
||||
|L-07C18NJV6T|JOHANSON TECHNOLOGY - INDUCTOR RF, 0402, 18NH, 5%|[1865775](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865775)|1|L4, L5 18nH filter
|
||||
| L6, L7 | DNP ||| si4xxx rx
|
||||
|MC00625W0402110K|MULTICOMP - SMD Current Sense Resistors, MC Series, 10 kohm, 62.5 mW, ± 1%, 50 V, 0402 [1005 Metric]|[1358069](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1358069)|4|R1, R2, R3, R7 10k
|
||||
|CRG0402F22K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 22 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331489](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331489)|1|R8 22k
|
||||
|GRM1555C1H8R2CA01D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 8.2 pF, ± 0.25pF, C0G / NP0, 50 V|[1828874](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828874)|2|C1, C3 8.2pF
|
||||
|MC0402N150J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 15 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758945](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758945)|5|C2, C4, C7, C9, C10 rf, xtal load 15pF
|
||||
| C5, C6 | DNP ||| si4xxx rx
|
||||
|MC0402N101J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 100 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758969](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758969)|1|C8 100pF
|
||||
|MC0402X104K100CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 0.1 µF, ± 10%, X5R, 10 V, 0402 [1005 Metric]|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|8|C11, C12, C15, C16, C17 100nF
|
||||
|C1005X5R0J475M050BC|TDK - Multilayer Ceramic Capacitor, C Series, 4.7 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2309027](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2309027)|1|C18 pressure sens 4.7µF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|M52-040023V0545|HARWIN - HEADER, THT, VERTICAL, 1.27MM, 5WAY|[1099560](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1099560) [855-M52-040023V0545](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=855-M52-040023V0545)|1|JTAG1
|
||||
|CR-2032/BN|PANASONIC ELECTRONIC COMPONENTS - Non-rechargeable Battery, Lithium Manganese Dioxide, 220 mAh, 3 V, 2032, Pressure Contact|[5219590](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=5219590)|1|2032 coin cell LMnO2 220mAh
|
||||
|BC-2001|MULTICOMP - RETAINER CLIP, 20MM, SMT|[2064713](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2064713)|1|J2 Coin Cell Connector 2032
|
||||
|BLM15BB100SN1D|MURATA - FERRITE BEAD, 0.1OHM, 300MA, 0402|[1515765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1515765)|1|FB1
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
|FFSD-05-D-06.00-01-N|SAMTEC - RIBBON CABLE, IDC, 152.4MM, GREY, 10WAY|[1667659](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1667659)|0|10way 1.27mm
|
Po Szerokość: | Wysokość: | Rozmiar: 340 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 130 KiB |
|
@ -0,0 +1,54 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2361006 556-ATSAMD20E17A-MU 1 U1
|
||||
2462638 634-SI4467-A2A-IM 1 U2
|
||||
262-BMP180 1 U3 pressure sensor
|
||||
1842071 717-7M-30.000MAAJ-T 1 U4 30MHz xtal
|
||||
2148530 609-0433AT62A0020E 1 U5 434 chip antenna
|
||||
1755607 595-TPS3123J8DBVT 1 U7 watchdog
|
||||
1470880 595-SN74LVC1G32DCKR 1 U8 or-gate
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2285640 1 L2 220nH radio
|
||||
1343091 1 L3 56nH filter
|
||||
1865775 1 L4, L5 18nH filter
|
||||
| L6, L7 | DNP ||| si4xxx rx
|
||||
1358069 4 R1, R2, R3, R7 10k
|
||||
2331489 1 R8 22k
|
||||
1828874 2 C1, C3 8.2pF
|
||||
1758945 5 C2, C4, C7, C9, C10 rf, xtal load 15pF
|
||||
| C5, C6 | DNP ||| si4xxx rx
|
||||
1758969 1 C8 100pF
|
||||
1759380 8 C11, C12, C15, C16, C17 100nF
|
||||
2309027 1 C18 pressure sens 4.7µF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1099560 855-M52-040023V0545 1 JTAG1
|
||||
5219590 1 2032 coin cell LMnO2 220mAh
|
||||
2064713 1 J2 Coin Cell Connector 2032
|
||||
1515765 1 FB1
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
1667659 Ribbon 10way 1.27mm
|
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,61 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|ATSAMD20E17A-MU|ATMEL - MCU, 32BIT, CORTEX-M0+, 48MHZ, QFN-32|[2361006](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2361006) [556-ATSAMD20E17A-MU](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=556-ATSAMD20E17A-MU)|1|U1
|
||||
|SI4467-A2A-IM|SILICON LABS - RF TRANSCEIVER, 0.142-1.05GHZ, HQFN-20|[2462638](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2462638) [634-SI4467-A2A-IM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4467-A2A-IM)|1|U2
|
||||
| UBLOX MAX-8C | GPS | [HAB Supplies](http://ava.upuaut.net/store/index.php?route=product/product&path=59_64&product_id=108) | 1 | U3
|
||||
|SST25WF040BT-40I/NP|MICROCHIP - FLASH, 4MBIT, 40MHZ, USON-8|[2414758](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2414758) [579-25WF040BT-40I/NP](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=579-25WF040BT-40I/NP)|1|U4 memory 4mbit
|
||||
|X1G0041310008 TG-5006CJ-17H 16.369MHZ|EPSON - CRYSTAL, TCXO, TG-5006CJ-17H, 16.369 MHZ|[2405790](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2405790)|2|U5, U6 TCXO Si4xxx, SE880
|
||||
|TPS3123J18DBVT|TEXAS INSTRUMENTS - IC, 1.62V SUPPLY MONITOR SOT-23-5|[1755607](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1755607) [595-TPS3123J8DBVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3123J8DBVT)|1|U7 watchdog
|
||||
|SN74LVC1G32DCKR|TEXAS INSTRUMENTS - IC, SINGLE 2 INPUT OR GATE, SMD|[1470880](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1470880) [595-SN74LVC1G32DCKR](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-SN74LVC1G32DCKR)|1|U8 or-gate, watchdog subsystem
|
||||
| SE880 | GPS | [Sequoia](http://www.sequoia.co.uk/product.php?id=1761) [Digikey](http://www.digikey.co.uk/product-detail/en/SE880GPSR22R003/943-1028-1-ND/5050348) | 1 | U9
|
||||
|ADP1607ACPZN-R7|ANALOG DEVICES - BOOST, 0.8-3.3V, 2MHZ, 1.8-3.3V, 6LFCSP|[2254940](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2254940)|1|U10 Boost Reg
|
||||
|ABS05-32.768KHZ-T|ABRACON - CRYSTAL, 32.768KHZ, 12.5PF, 1.6 X 1MM|[2467859](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2467859)|1|Y1 32.786kHz xtal Se880
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|CVH252009-3R3M|BOURNS - INDUCTOR, POWER, 20%, 3.3UH|[2118125](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2118125)|1|L1 Boost
|
||||
|0402AF-221XJLU|COILCRAFT - INDUCTOR, RF, 220NH, 5%,1.15GHZ, SMD|[2285640](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2285640)|1|L2 220nH radio
|
||||
|LQG15HN56NJ02D|MURATA - INDUCTOR, 0402 CASE, 56NH±5%|[1343091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1343091)|1|L3 56nH rf filter
|
||||
|L-07C18NJV6T|JOHANSON TECHNOLOGY - INDUCTOR RF, 0402, 18NH, 5%|[1865775](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865775)|1|L4, L5 18nH rf filter
|
||||
| L6, L7 | DNP ||| si4xxx rx
|
||||
|MC00625W0402110K|MULTICOMP - SMD Current Sense Resistors, MC Series, 10 kohm, 62.5 mW, ± 1%, 50 V, 0402 [1005 Metric]|[1358069](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1358069)|4|R1, R4, R5, R6 10k
|
||||
|CRG0402F100K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 100 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331442](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331442)|3|R2, R9, R10 100k
|
||||
|CRG0402F240K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 240 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331491](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331491)|1|R3 240k
|
||||
|GRM1555C1H8R2CA01D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 8.2 pF, ± 0.25pF, C0G / NP0, 50 V|[1828874](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828874)|2|C1, C3 8.2pF
|
||||
|MC0402N150J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 15 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758945](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758945)|3|C2, C4, C7 15pF
|
||||
| C5, C6 | DNP ||| si4xxx rx
|
||||
|MC0402N101J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 100 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758969](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758969)|3|C8, C9, C10 100pF
|
||||
|MC0402X104K100CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 0.1 µF, ± 10%, X5R, 10 V, 0402 [1005 Metric]|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|10|C11, C12, C13, C14, C15, C16, C17, C18, C19, C20 100nF
|
||||
|GRM155R60J225ME15D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 2.2 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2362088](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2362088)|1|C21 2.2µF
|
||||
|MC0402N180J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 18 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758947](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758947)|2|C22, C23 18pF se880 y1 load
|
||||
|06036D106MAT2A|AVX - Multilayer Ceramic Capacitor, 10 µF, ± 20%, X5R, 6.3 V, 0603 [1608 Metric]|[1833804](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1833804)|2|C24, C25 10µF 0603 boost
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|M52-040023V0545|HARWIN - HEADER, THT, VERTICAL, 1.27MM, 5WAY|[1099560](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1099560) [855-M52-040023V0545](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=855-M52-040023V0545)|1|JTAG1
|
||||
|BLM15BB100SN1D|MURATA - FERRITE BEAD, 0.1OHM, 300MA, 0402|[1515765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1515765)|2|FB1, FB2
|
||||
|CG0603MLC-05LE|BOURNS - ESD SUPPRESSOR, 0603, 5V, 0.5PF|[1828732](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828732)|0|ESD1, ESD2
|
||||
| | Antenna Wire | [ebay](http://www.ebay.co.uk/itm/Ernie-Ball-Custom-Gauge-Guitar-Single-Strings-Electric-or-Acoustic-Pack-6-13-/360959212478 ) | 1 | Ernie Ball .013
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
|FFSD-05-D-06.00-01-N|SAMTEC - RIBBON CABLE, IDC, 152.4MM, GREY, 10WAY|[1667659](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1667659)|0|10way 1.27mm
|
Po Szerokość: | Wysokość: | Rozmiar: 658 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 232 KiB |
|
@ -0,0 +1,61 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2361006 556-ATSAMD20E17A-MU 1 U1
|
||||
2462638 634-SI4467-A2A-IM 1 U2
|
||||
| UBLOX MAX-8C | GPS | [HAB Supplies](http://ava.upuaut.net/store/index.php?route=product/product&path=59_64&product_id=108) | 1 | U3
|
||||
2414758 579-25WF040BT-40I/NP 1 U4 memory 4mbit
|
||||
2405790 2 U5, U6 TCXO Si4xxx, SE880
|
||||
1755607 595-TPS3123J8DBVT 1 U7 watchdog
|
||||
1470880 595-SN74LVC1G32DCKR 1 U8 or-gate, watchdog subsystem
|
||||
| SE880 | GPS | [Sequoia](http://www.sequoia.co.uk/product.php?id=1761) [Digikey](http://www.digikey.co.uk/product-detail/en/SE880GPSR22R003/943-1028-1-ND/5050348) | 1 | U9
|
||||
2254940 1 U10 Boost Reg
|
||||
2467859 1 Y1 32.786kHz xtal Se880
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2118125 1 L1 Boost
|
||||
2285640 1 L2 220nH radio
|
||||
1343091 1 L3 56nH rf filter
|
||||
1865775 1 L4, L5 18nH rf filter
|
||||
| L6, L7 | DNP ||| si4xxx rx
|
||||
1358069 4 R1, R4, R5, R6 10k
|
||||
2331442 3 R2, R9, R10 100k
|
||||
2331491 1 R3 240k
|
||||
1828874 2 C1, C3 8.2pF
|
||||
1758945 3 C2, C4, C7 15pF
|
||||
| C5, C6 | DNP ||| si4xxx rx
|
||||
1758969 3 C8, C9, C10 100pF
|
||||
1759380 10 C11, C12, C13, C14, C15, C16, C17, C18, C19, C20 100nF
|
||||
2362088 1 C21 2.2µF
|
||||
1758947 2 C22, C23 18pF se880 y1 load
|
||||
1833804 2 C24, C25 10µF 0603 boost
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1099560 855-M52-040023V0545 1 JTAG1
|
||||
1515765 2 FB1, FB2
|
||||
1828732 0 ESD1, ESD2
|
||||
| | Antenna Wire | [ebay](http://www.ebay.co.uk/itm/Ernie-Ball-Custom-Gauge-Guitar-Single-Strings-Electric-or-Acoustic-Pack-6-13-/360959212478 ) | 1 | Ernie Ball .013
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
1667659 Ribbon 10way 1.27mm
|
|
@ -1,18 +1,21 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|ATSAMD20E17A-MU|ATMEL - MCU, 32BIT, CORTEX-M0+, 48MHZ, QFN-32|[2361006](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2361006) [556-ATSAMD20E17A-MU](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=556-ATSAMD20E17A-MU)|1|U1
|
||||
|SI4060-B1B-FM|SILICON LABORATORIES - RF TRANSMITTER, 142MHZ-1.05GHZ, QFN-20|[2414373](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2414373) [634-SI4060-B1B-FM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4060-B1B-FM)|1|U2
|
||||
|SI4060-B1B-FM|SILICON LABORATORIES - RF TRANSMITTER, 142MHZ-1.05GHZ, QFN-20|[2414373](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2414373) [634-SI4063-B1B-FM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4063-B1B-FM)|1|U2
|
||||
| UBLOX MAX-8C | GPS | | 1 | U3
|
||||
|ADP1607ACPZN-R7|ANALOG DEVICES - BOOST, 0.8-3.3V, 2MHZ, 1.8-3.3V, 6LFCSP|[2254940](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2254940) [584-ADP1607ACPZN-R7](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=584-ADP1607ACPZN-R7)|1|U4
|
||||
|S25FS128SAGNFI101|SPANSION - IC, MEMORY, FLASH, 128MBIT, 1.8V, 8WSON|[2367709](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2367709) [797-25FS128SAGNFI101](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=797-25FS128SAGNFI101)|0|U5
|
||||
|X1G0041310008 TG-5006CJ-17H 16.369MHZ|EPSON - CRYSTAL, TCXO, TG-5006CJ-17H, 16.369 MHZ|[2405790](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2405790)|1|U6
|
||||
|TPS3123J18DBVT|TEXAS INSTRUMENTS - IC, 1.62V SUPPLY MONITOR SOT-23-5|[1755607](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1755607) [595-TPS3123J18DBVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3123J18DBVT)|1|U7
|
||||
|SI4060-B1B-FM|SILICON LABS - RF TRANSMITTER, 142MHZ-1.05GHZ, QFN-20|[2414373](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2414373) [634-SI4060-B1B-FM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4060-B1B-FM)|1|U2
|
||||
|SI4060-B1B-FM|SILICON LABS - RF TRANSMITTER, 142MHZ-1.05GHZ, QFN-20|[2414373](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2414373) [634-SI4063-B1B-FM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4063-B1B-FM)|1|U2
|
||||
| UBLOX MAX-8C | GPS | [HAB Supplies]() | 1 | U3
|
||||
|S25FS128SAGNFI101|SPANSION - IC, MEMORY, FLASH, 128MBIT, 1.8V, 8WSON|[2367709](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2367709) [797-25FS128SAGNFI101](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=797-25FS128SAGNFI101)|0|U4 memory
|
||||
|X1G0041310008 TG-5006CJ-17H 16.369MHZ|EPSON - CRYSTAL, TCXO, TG-5006CJ-17H, 16.369 MHZ|[2405790](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2405790)|1|U5 TCXO
|
||||
| U6 | DNP
|
||||
|TPS3123J18DBVT|TEXAS INSTRUMENTS - IC, 1.62V SUPPLY MONITOR SOT-23-5|[1755607](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1755607) [595-TPS3123J8DBVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3123J8DBVT)|1|U7 watchdog
|
||||
|SN74LVC1G32DCKR|TEXAS INSTRUMENTS - IC, SINGLE 2 INPUT OR GATE, SMD|[1470880](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1470880) [595-SN74LVC1G32DCKR](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-SN74LVC1G32DCKR)|1|U8 or-gate
|
||||
|
||||
----
|
||||
|
||||
|
@ -20,20 +23,22 @@
|
|||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|CVH252009-3R3M|BOURNS - INDUCTOR, POWER, 20%, 3.3UH|[2118125](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2118125)|1|L1
|
||||
|0402AF-221XJLU|COILCRAFT - INDUCTOR, RF, 220NH, 5%,1.15GHZ, SMD|[2285640](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2285640)|1|L2
|
||||
|LQG15HN56NJ02D|MURATA - INDUCTOR, 0402 CASE, 56NH±5%|[1343091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1343091)|1|L3
|
||||
|L-07C18NJV6T|JOHANSON TECHNOLOGY - INDUCTOR RF, 0402, 18NH, 5%|[1865775](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865775)|1|L4, L5
|
||||
|0402AF-221XJLU|COILCRAFT - INDUCTOR, RF, 220NH, 5%,1.15GHZ, SMD|[2285640](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2285640)|1|L2 220nH radio
|
||||
|LQG15HN56NJ02D|MURATA - INDUCTOR, 0402 CASE, 56NH±5%|[1343091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1343091)|1|L3 56nH filter
|
||||
|L-07C18NJV6T|JOHANSON TECHNOLOGY - INDUCTOR RF, 0402, 18NH, 5%|[1865775](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865775)|1|L4, L5 18nH filter
|
||||
| L6 | DNP
|
||||
|CRG0402F100K|TE CONNECTIVITY - RESISTOR, PRECISION, 100K, 1%, 0402|[2331442](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331442)|1|R1
|
||||
|CRG0402F240K|TE CONNECTIVITY - RESISTOR, FIXED, 240K, 1%, 0402|[2331491](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331491)|1|R2
|
||||
|GRM1555C1H8R2CA01D|MURATA - CAP, MLCC, C0G/NP0, 8.2PF, 50V, 0402|[1828874](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828874)|2|C1, C3
|
||||
|MC0402N150J500CT|MULTICOMP - CAP, MLCC, C0G/NP0, 15PF, 50V, 0402|[1758945](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758945)|3|C2, C4, C7
|
||||
|MC00625W0402110K|MULTICOMP - SMD Current Sense Resistors, MC Series, 10 kohm, 62.5 mW, ± 1%, 50 V, 0402 [1005 Metric]|[1358069](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1358069)|4|R1, R2, R3, R7 10k
|
||||
| R4, R5, R6 | DNP
|
||||
|CRG0402F22K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 22 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331489](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331489)|1|R8 22k
|
||||
|CRG0402F100K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 100 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331442](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331442)|2|R9, R10 100k
|
||||
|GRM1555C1H8R2CA01D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 8.2 pF, ± 0.25pF, C0G / NP0, 50 V|[1828874](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828874)|2|C1, C3 8.2pF
|
||||
|MC0402N150J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 15 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758945](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758945)|3|C2, C4, C7 15pF
|
||||
| C5, C6 | DNP
|
||||
|MC0402N101J500CT|MULTICOMP - CAP, MLCC, C0G/NP0, 100PF, 50V, 0402|[1758969](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758969)|3|C8, C9, C10
|
||||
|MC0402X104K100CT|MULTICOMP - CAP, MLCC, X5R, 100NF, 10V, 0402|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|6|C11, C12, C13, C14, C15, C16
|
||||
|GRM155R60J225ME15D|MURATA - CAP, MLCC, X5R, 2.2UF, 6.3V, 0402|[2362088](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2362088)|1|C17
|
||||
|06036D106MAT2A|AVX - CAP, MLCC, X5R, 10UF, 6.3V, 0603|[1833804](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1833804)|2|C18, C19
|
||||
|MC0402N101J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 100 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758969](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758969)|3|C8, C9, C10 100pF
|
||||
|MC0402X104K100CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 0.1 µF, ± 10%, X5R, 10 V, 0402 [1005 Metric]|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|8|C11, C12, C13, C14, C15, C16, C17, C18 100nF
|
||||
| C19, C20 | DNP
|
||||
|GRM155R60J225ME15D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 2.2 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2362088](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2362088)|1|C21 2.2µF
|
||||
| C22, C23 | DNP
|
||||
|
||||
----
|
||||
|
||||
|
@ -42,11 +47,24 @@
|
|||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|20021121-00010C4LF|FCI - CONNECTOR, HEADER, SMT, R/A, 1.27MM, 10P|[1865279](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865279) [649-202112100010C4LF](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=649-202112100010C4LF)|1|JTAG1
|
||||
|20021111-00008T4LF|FCI - HEADER, VERT, 1.27MM, THT, 8WAY|[1865284](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865284)|1|Interconnect Header
|
||||
|BLM15BB100SN1D|MURATA - FERRITE BEAD, 0.1OHM, 300MA, 0402|[1515765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1515765)|2|FB1, FB2
|
||||
|CG0603MLC-05LE|BOURNS - ESD SUPPRESSOR, 0603, 5V, 0.5PF|[1828732](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828732)|2|ESD1, ESD2
|
||||
|55|KEYSTONE - BATTERY CLIP AAA|[1702644](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1702644)|2|J1, J1
|
||||
|4276101511|VARTA - BATTERY, BUTTON CELL, 1.5V LR 44|[3055917](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=3055917)|1|Battery
|
||||
|2997|KEYSTONE - BATTERY HOLDER, 11.6MM COIN CELL, THT|[2293265](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2293265) [534-2997](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=534-2997)|1|Single-piece battery holder
|
||||
| | Antenna Wire | [ebay](http://www.ebay.co.uk/itm/Ernie-Ball-Custom-Gauge-Guitar-Single-Strings-Electric-or-Acoustic-Pack-6-13-/360959212478 ) | 1 | Ernie Ball .013
|
||||
|
||||
----
|
||||
|
||||
### Additional parts for jupiter gps
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
| SE880 | GPS | [Sequoia](http://www.sequoia.co.uk/product.php?id=1761) [Digikey](http://www.digikey.co.uk/product-detail/en/SE880GPSR22R003/943-1028-1-ND/5050348) | 1 | U9
|
||||
|X1G0041310008 TG-5006CJ-17H 16.369MHZ|EPSON - CRYSTAL, TCXO, TG-5006CJ-17H, 16.369 MHZ|[2405790](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2405790)|1|U6 TCXO
|
||||
|ABS05-32.768KHZ-T|ABRACON - CRYSTAL, 32.768KHZ, 12.5PF, 1.6 X 1MM|[2467859](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2467859)|1|Y1 32.786kHz xtal
|
||||
|MC00625W0402110K|MULTICOMP - SMD Current Sense Resistors, MC Series, 10 kohm, 62.5 mW, ± 1%, 50 V, 0402 [1005 Metric]|[1358069](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1358069)|3|R4, R5, R6 10k
|
||||
|MC0402X104K100CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 0.1 µF, ± 10%, X5R, 10 V, 0402 [1005 Metric]|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|2|C19, C20 100nF
|
||||
|MC0402N180J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 18 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758947](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758947)|2|C22, C23 18pF
|
||||
|
||||
|
||||
----
|
||||
## Extras for Development Version TODO
|
Po Szerokość: | Wysokość: | Rozmiar: 1.3 MiB |
Po Szerokość: | Wysokość: | Rozmiar: 1.2 MiB |
|
@ -1,5 +1,7 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
|
@ -8,11 +10,12 @@
|
|||
2361006 556-ATSAMD20E17A-MU 1 U1
|
||||
2414373 634-SI4060-B1B-FM 1 U2
|
||||
2414373 634-SI4063-B1B-FM 1 U2
|
||||
| UBLOX MAX-8C | GPS | | 1 | U3
|
||||
2254940 584-ADP1607ACPZN-R7 1 U4
|
||||
2367709 797-25FS128SAGNFI101 0 U5
|
||||
2405790 1 U6
|
||||
1755607 595-TPS3123J18DBVT 1 U7
|
||||
| UBLOX MAX-8C | GPS | [HAB Supplies]() | 1 | U3
|
||||
2367709 797-25FS128SAGNFI101 0 U4 memory
|
||||
2405790 1 U5 TCXO
|
||||
| U6 | DNP
|
||||
1755607 595-TPS3123J8DBVT 1 U7 watchdog
|
||||
1470880 595-SN74LVC1G32DCKR 1 U8 or-gate
|
||||
|
||||
----
|
||||
|
||||
|
@ -20,20 +23,22 @@
|
|||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2118125 1 L1
|
||||
2285640 1 L2
|
||||
1343091 1 L3
|
||||
1865775 1 L4, L5
|
||||
2285640 1 L2 220nH radio
|
||||
1343091 1 L3 56nH filter
|
||||
1865775 1 L4, L5 18nH filter
|
||||
| L6 | DNP
|
||||
2331442 1 R1
|
||||
2331491 1 R2
|
||||
1828874 2 C1, C3
|
||||
1758945 3 C2, C4, C7
|
||||
1358069 4 R1, R2, R3, R7 10k
|
||||
| R4, R5, R6 | DNP
|
||||
2331489 1 R8 22k
|
||||
2331442 2 R9, R10 100k
|
||||
1828874 2 C1, C3 8.2pF
|
||||
1758945 3 C2, C4, C7 15pF
|
||||
| C5, C6 | DNP
|
||||
1758969 3 C8, C9, C10
|
||||
1759380 6 C11, C12, C13, C14, C15, C16
|
||||
2362088 1 C17
|
||||
1833804 2 C18, C19
|
||||
1758969 3 C8, C9, C10 100pF
|
||||
1759380 8 C11, C12, C13, C14, C15, C16, C17, C18 100nF
|
||||
| C19, C20 | DNP
|
||||
2362088 1 C21 2.2µF
|
||||
| C22, C23 | DNP
|
||||
|
||||
----
|
||||
|
||||
|
@ -42,11 +47,24 @@
|
|||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1865279 649-202112100010C4LF 1 JTAG1
|
||||
1865284 1 Interconnect Header
|
||||
1515765 2 FB1, FB2
|
||||
1828732 2 ESD1, ESD2
|
||||
1702644 2 J1, J1
|
||||
3055917 1 Battery
|
||||
2293265 534-2997 1 Single-piece battery holder
|
||||
| | Antenna Wire | [ebay](http://www.ebay.co.uk/itm/Ernie-Ball-Custom-Gauge-Guitar-Single-Strings-Electric-or-Acoustic-Pack-6-13-/360959212478 ) | 1 | Ernie Ball .013
|
||||
|
||||
----
|
||||
|
||||
### Additional parts for jupiter gps
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
| SE880 | GPS | [Sequoia](http://www.sequoia.co.uk/product.php?id=1761) [Digikey](http://www.digikey.co.uk/product-detail/en/SE880GPSR22R003/943-1028-1-ND/5050348) | 1 | U9
|
||||
2405790 1 U6 TCXO
|
||||
2467859 1 Y1 32.786kHz xtal
|
||||
1358069 3 R4, R5, R6 10k
|
||||
1759380 2 C19, C20 100nF
|
||||
1758947 2 C22, C23 18pF
|
||||
|
||||
|
||||
----
|
||||
## Extras for Development Version TODO
|
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,82 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|ATSAMD20E17A-MU|ATMEL - MCU, 32BIT, CORTEX-M0+, 48MHZ, QFN-32|[2361006](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2361006) [556-ATSAMD20E17A-MU](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=556-ATSAMD20E17A-MU)|1|U1
|
||||
|SI4467-A2A-IM|SILICON LABS - RF TRANSCEIVER, 0.142-1.05GHZ, HQFN-20|[2462638](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2462638) [634-SI4467-A2A-IM](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=634-SI4467-A2A-IM)|1|U2
|
||||
| UBLOX MAX-8C | GPS | [HAB Supplies](http://ava.upuaut.net/store/index.php?route=product/product&path=59_64&product_id=108) | 1 | U3
|
||||
|SST25WF040BT-40I/NP|MICROCHIP - FLASH, 4MBIT, 40MHZ, USON-8|[2414758](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2414758) [579-25WF040BT-40I/NP](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=579-25WF040BT-40I/NP)|1|U4 memory 4mbit
|
||||
|X1G0041310008 TG-5006CJ-17H 16.369MHZ|EPSON - CRYSTAL, TCXO, TG-5006CJ-17H, 16.369 MHZ|[2405790](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2405790)|2|U5, U6 TCXO Si4xxx, SE880
|
||||
|TPS3123J18DBVT|TEXAS INSTRUMENTS - IC, 1.62V SUPPLY MONITOR SOT-23-5|[1755607](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1755607) [595-TPS3123J8DBVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3123J8DBVT)|1|U7 watchdog
|
||||
|SN74LVC1G32DCKR|TEXAS INSTRUMENTS - IC, SINGLE 2 INPUT OR GATE, SMD|[1470880](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1470880) [595-SN74LVC1G32DCKR](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-SN74LVC1G32DCKR)|1|U8 or-gate, watchdog subsystem
|
||||
| SE880 | GPS | [Sequoia](http://www.sequoia.co.uk/product.php?id=1761) [Digikey](http://www.digikey.co.uk/product-detail/en/SE880GPSR22R003/943-1028-1-ND/5050348) | 1 | U9
|
||||
|ABS05-32.768KHZ-T|ABRACON - CRYSTAL, 32.768KHZ, 12.5PF, 1.6 X 1MM|[2467859](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2467859)|1|Y1 32.786kHz xtal Se880
|
||||
----
|
||||
|
||||
#### Active (Solar)
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|SPV1040T|Voltage Regulators - Switching Regulators Hi efficiency solar battery charger|[511-SPV1040T](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=511-SPV1040T)|1|MPPT U10
|
||||
|LTC4054LES5-4.2#PBF|LINEAR TECHNOLOGY - CHARGER, BATTERY, LI-ION, 0.15A, 5SOT23|[2102610](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2102610)|1|Li-ion charge controller U11
|
||||
|TPS62243DRVT|TEXAS INSTRUMENTS - DC-DC CONV, BUCK, 0.3A, 2.25MHZ, SON-6|[2400648](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2400648) [595-TPS62243DRVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS62243DRVT)|2|Buck Converter DRVT = SON-6 TPS62243 U12, U13
|
||||
|TPS3808G25DRVR|Supervisory Circuits Lo Quies Current Pro Delay Sup Circuit|[595-TPS3808G25DRVR](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3808G25DRVR)|1|Vth = 2.33, DRVR = SON-6 U14
|
||||
|74LVC1G04GW,125|NXP - IC, LOGIC, INVERTER, SOT-353|[1631683](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1631683) [771-74LVC1G04GW-G](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=771-74LVC1G04GW-G)|1|Inverter U15
|
||||
|BAT760|NXP - DIODE, SCHOTTKY, SOD-323|[8734593](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=8734593) [771-BAT760-T/R](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=771-BAT760-T/R)|2|D3, D4
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|XAL6060-103MEC|COILCRAFT - INDUCTOR, PWR, 10UH, 7A, 20%, 14MHZ|[2289091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2289091)|1|L1A 10µH XAL6060
|
||||
|LPS3015-103MRB|COILCRAFT - INDUCTOR, SHLD, 10UH, 20%, 0.55A, SMD|[2408024](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2408024)|1|L1B 10µH LPS3015
|
||||
|0402AF-221XJLU|COILCRAFT - INDUCTOR, RF, 220NH, 5%,1.15GHZ, SMD|[2285640](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2285640)|1|L2 220nH radio
|
||||
|LQG15HN56NJ02D|MURATA - INDUCTOR, 0402 CASE, 56NH±5%|[1343091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1343091)|1|L3 56nH rf filter
|
||||
|L-07C18NJV6T|JOHANSON TECHNOLOGY - INDUCTOR RF, 0402, 18NH, 5%|[1865775](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865775)|1|L4, L5 18nH rf filter
|
||||
| L6, L7 | DNP ||| si4xxx rx
|
||||
|SRN2512-2R2M|BOURNS - INDUCTOR, SEMI-SHLD, 2.2UH, 20%, 2.3A|[2428203](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2428203)|2|L8, L9 inductor for buck regulators 2.2µH
|
||||
|MC00625W0402110K|MULTICOMP - SMD Current Sense Resistors, MC Series, 10 kohm, 62.5 mW, ± 1%, 50 V, 0402 [1005 Metric]|[1358069](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1358069)|7|R1, R2, R3, R4, R5, R6, R7 10k
|
||||
|CRG0402F22K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 22 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331489](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331489)|1|R8 22k
|
||||
|CRG0402F100K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 100 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331442](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331442)|2|R9, R10 100k
|
||||
|CRG0402F1K0|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 1 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331474](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331474)|1|R11 Mpp-set 1k
|
||||
|CRG0402F220K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 220 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331487](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331487)|1|R12A Vctrl-up 4.6V 220k
|
||||
|CRG0402F180K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 180 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331468](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331468)|1|R12B Vctrl-up 4.25V 180k
|
||||
|CRG0402F82K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 82 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331569](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331569)|1|R13A Vctrl-down 4.6V 82k
|
||||
|MCWR04X7502FTL|MULTICOMP - Surface Mount Thick Film Resistor, MCWR Series, 75 kohm, 62.5 mW, ± 1%, 50 V|[2447215](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2447215)|1|R13B Vctrl-down 4.25V 75k
|
||||
|CRG0402F2K2|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 2.2 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331502](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331502)|1|R14 Rprog 2.2k
|
||||
|RC0402JR-070RL|YAGEO (PHYCOMP) - Surface Mount Thick Film Resistor, RC Series, 62.5 mW, ± 5%, 50 V, 0402 [1005 Metric]|[9232516](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=9232516)|1|R15 Bridge 0Ω
|
||||
|GRM1555C1H8R2CA01D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 8.2 pF, ± 0.25pF, C0G / NP0, 50 V|[1828874](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828874)|2|C1, C3 8.2pF
|
||||
|MC0402N150J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 15 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758945](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758945)|3|C2, C4, C7 15pF
|
||||
| C5, C6 | DNP ||| si4xxx rx
|
||||
|MC0402N101J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 100 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758969](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758969)|3|C8, C9, C10 100pF
|
||||
|MC0402X104K100CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 0.1 µF, ± 10%, X5R, 10 V, 0402 [1005 Metric]|[1759380](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1759380)|10|C11, C12, C13, C14, C15, C16, C17, C18, C19, C20 100nF
|
||||
|GRM155R60J225ME15D|MURATA - Multilayer Ceramic Capacitor, GRM Series, 2.2 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2362088](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2362088)|1|C21 2.2µF
|
||||
|MC0402N180J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 18 pF, ± 5%, C0G / NP0, 50 V, 0402 [1005 Metric]|[1758947](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1758947)|2|C22, C23 18pF se880 y1 load
|
||||
|06036D106MAT2A|AVX - Multilayer Ceramic Capacitor, 10 µF, ± 20%, X5R, 6.3 V, 0603 [1608 Metric]|[1833804](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1833804)|3|C24, C25, C26 Solar input, Buck Out 10µF 0603
|
||||
|C1005X5R0J475M050BC|TDK - Multilayer Ceramic Capacitor, C Series, 4.7 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2309027](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2309027)|6|C27, C28, C29, C30, C31, C32 Solar input, MPPT Output, Chg in, chg out, buck in 4.7µF
|
||||
|MC0402B102J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 1000 pF, ± 5%, X7R, 50 V, 0402 [1005 Metric]|[2320765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2320765)|3|C33, C34, C35 Mpp-set, vctrl, vcc-sup 1nF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|M52-040023V0545|HARWIN - HEADER, THT, VERTICAL, 1.27MM, 5WAY|[1099560](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1099560) [855-M52-040023V0545](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=855-M52-040023V0545)|1|JTAG1
|
||||
|BLM15BB100SN1D|MURATA - FERRITE BEAD, 0.1OHM, 300MA, 0402|[1515765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1515765)|2|FB1, FB2
|
||||
|CG0603MLC-05LE|BOURNS - ESD SUPPRESSOR, 0603, 5V, 0.5PF|[1828732](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1828732)|0|ESD1, ESD2
|
||||
| | Antenna Wire | [ebay](http://www.ebay.co.uk/itm/Ernie-Ball-Custom-Gauge-Guitar-Single-Strings-Electric-or-Acoustic-Pack-6-13-/360959212478 ) | 1 | Ernie Ball .013
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
|FFSD-05-D-06.00-01-N|SAMTEC - RIBBON CABLE, IDC, 152.4MM, GREY, 10WAY|[1667659](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1667659)|0|10way 1.27mm
|
Po Szerokość: | Wysokość: | Rozmiar: 717 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 329 KiB |
|
@ -0,0 +1,82 @@
|
|||
# Parts List
|
||||
|
||||
** Parts for HF Section not yet included **
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2361006 556-ATSAMD20E17A-MU 1 U1
|
||||
2462638 634-SI4467-A2A-IM 1 U2
|
||||
| UBLOX MAX-8C | GPS | [HAB Supplies](http://ava.upuaut.net/store/index.php?route=product/product&path=59_64&product_id=108) | 1 | U3
|
||||
2414758 579-25WF040BT-40I/NP 1 U4 memory 4mbit
|
||||
2405790 2 U5, U6 TCXO Si4xxx, SE880
|
||||
1755607 595-TPS3123J8DBVT 1 U7 watchdog
|
||||
1470880 595-SN74LVC1G32DCKR 1 U8 or-gate, watchdog subsystem
|
||||
| SE880 | GPS | [Sequoia](http://www.sequoia.co.uk/product.php?id=1761) [Digikey](http://www.digikey.co.uk/product-detail/en/SE880GPSR22R003/943-1028-1-ND/5050348) | 1 | U9
|
||||
2467859 1 Y1 32.786kHz xtal Se880
|
||||
----
|
||||
|
||||
#### Active (Solar)
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
511-SPV1040T 1 MPPT U10
|
||||
2102610 1 Li-ion charge controller U11
|
||||
2400648 595-TPS62243DRVT 2 Buck Converter DRVT = SON-6 TPS62243 U12, U13
|
||||
595-TPS3808G25DRVR 1 Vth = 2.33, DRVR = SON-6 U14
|
||||
1631683 771-74LVC1G04GW-G 1 Inverter U15
|
||||
8734593 771-BAT760-T/R 2 D3, D4
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2289091 1 L1A 10µH XAL6060
|
||||
2408024 1 L1B 10µH LPS3015
|
||||
2285640 1 L2 220nH radio
|
||||
1343091 1 L3 56nH rf filter
|
||||
1865775 1 L4, L5 18nH rf filter
|
||||
| L6, L7 | DNP ||| si4xxx rx
|
||||
2428203 2 L8, L9 inductor for buck regulators 2.2µH
|
||||
1358069 7 R1, R2, R3, R4, R5, R6, R7 10k
|
||||
2331489 1 R8 22k
|
||||
2331442 2 R9, R10 100k
|
||||
2331474 1 R11 Mpp-set 1k
|
||||
2331487 1 R12A Vctrl-up 4.6V 220k
|
||||
2331468 1 R12B Vctrl-up 4.25V 180k
|
||||
2331569 1 R13A Vctrl-down 4.6V 82k
|
||||
2447215 1 R13B Vctrl-down 4.25V 75k
|
||||
2331502 1 R14 Rprog 2.2k
|
||||
9232516 1 R15 Bridge 0Ω
|
||||
1828874 2 C1, C3 8.2pF
|
||||
1758945 3 C2, C4, C7 15pF
|
||||
| C5, C6 | DNP ||| si4xxx rx
|
||||
1758969 3 C8, C9, C10 100pF
|
||||
1759380 10 C11, C12, C13, C14, C15, C16, C17, C18, C19, C20 100nF
|
||||
2362088 1 C21 2.2µF
|
||||
1758947 2 C22, C23 18pF se880 y1 load
|
||||
1833804 3 C24, C25, C26 Solar input, Buck Out 10µF 0603
|
||||
2309027 6 C27, C28, C29, C30, C31, C32 Solar input, MPPT Output, Chg in, chg out, buck in 4.7µF
|
||||
2320765 3 C33, C34, C35 Mpp-set, vctrl, vcc-sup 1nF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1099560 855-M52-040023V0545 1 JTAG1
|
||||
1515765 2 FB1, FB2
|
||||
1828732 0 ESD1, ESD2
|
||||
| | Antenna Wire | [ebay](http://www.ebay.co.uk/itm/Ernie-Ball-Custom-Gauge-Guitar-Single-Strings-Electric-or-Acoustic-Pack-6-13-/360959212478 ) | 1 | Ernie Ball .013
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
1667659 Ribbon 10way 1.27mm
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for design notes
|
||||
|
||||
all: fbri-notes.pdf
|
||||
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,33 @@
|
|||
# Parts List
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|TLV70018DCKT|TEXAS INSTRUMENTS - IC, LDO, 200MA, 1.8V, 5SC70|[1778221](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1778221)|1|U1 1.8V reg
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|C1005X5R0J105K050BB|TDK - Multilayer Ceramic Capacitor, C Series, 1 µF, ± 10%, X5R, 6.3 V, 0402 [1005 Metric]|[2346871](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2346871)|2|C11, C12 1µF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|20021121-00010C4LF|FCI - CONNECTOR, HEADER, SMT, R/A, 1.27MM, 10P|[1865279](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865279) [649-202112100010C4LF](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=649-202112100010C4LF)|1|JTAG1
|
||||
|M52-040023V0545|HARWIN - HEADER, THT, VERTICAL, 1.27MM, 5WAY|[1099560](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1099560) [855-M52-040023V0545](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=855-M52-040023V0545)|1|JTAG2
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
|FFSD-05-D-06.00-01-N|SAMTEC - RIBBON CABLE, IDC, 152.4MM, GREY, 10WAY|[1667659](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1667659)|0|10way 1.27mm
|
Po Szerokość: | Wysokość: | Rozmiar: 37 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 42 KiB |
|
@ -0,0 +1,33 @@
|
|||
# Parts List
|
||||
|
||||
----
|
||||
### Active
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1778221 1 U1 1.8V reg
|
||||
|
||||
----
|
||||
|
||||
### Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2346871 2 C11, C12 1µF
|
||||
|
||||
----
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1865279 649-202112100010C4LF 1 JTAG1
|
||||
1099560 855-M52-040023V0545 1 JTAG2
|
||||
|
||||
----
|
||||
|
||||
## Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
1667659 Ribbon 10way 1.27mm
|
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,16 @@
|
|||
# Parts List
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|20021121-00010C4LF|FCI - CONNECTOR, HEADER, SMT, R/A, 1.27MM, 10P|[1865279](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1865279) [649-202112100010C4LF](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=649-202112100010C4LF)|1|JTAG1
|
||||
|M52-040023V0545|HARWIN - HEADER, THT, VERTICAL, 1.27MM, 5WAY|[1099560](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1099560) [855-M52-040023V0545](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=855-M52-040023V0545)|1|JTAG2
|
||||
|
||||
----
|
||||
|
||||
### Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
|FFSD-05-D-06.00-01-N|SAMTEC - RIBBON CABLE, IDC, 152.4MM, GREY, 10WAY|[1667659](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1667659)|0|10way 1.27mm
|
Po Szerokość: | Wysokość: | Rozmiar: 48 KiB |
|
@ -0,0 +1,840 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
|
||||
<layer number="2" name="Route2" color="1" fill="3" visible="no" active="no"/>
|
||||
<layer number="3" name="Route3" color="4" fill="3" visible="no" active="no"/>
|
||||
<layer number="4" name="Route4" color="1" fill="4" visible="no" active="no"/>
|
||||
<layer number="5" name="Route5" color="4" fill="4" visible="no" active="no"/>
|
||||
<layer number="6" name="Route6" color="1" fill="8" visible="no" active="no"/>
|
||||
<layer number="7" name="Route7" color="4" fill="8" visible="no" active="no"/>
|
||||
<layer number="8" name="Route8" color="1" fill="2" visible="no" active="no"/>
|
||||
<layer number="9" name="Route9" color="4" fill="2" visible="no" active="no"/>
|
||||
<layer number="10" name="Route10" color="1" fill="7" visible="no" active="no"/>
|
||||
<layer number="11" name="Route11" color="4" fill="7" visible="no" active="no"/>
|
||||
<layer number="12" name="Route12" color="1" fill="5" visible="no" active="no"/>
|
||||
<layer number="13" name="Route13" color="4" fill="5" visible="no" active="no"/>
|
||||
<layer number="14" name="Route14" color="1" fill="6" visible="no" active="no"/>
|
||||
<layer number="15" name="Route15" color="4" fill="6" visible="no" active="no"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/>
|
||||
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/>
|
||||
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/>
|
||||
<layer number="19" name="Unrouted" color="14" fill="1" visible="no" active="no"/>
|
||||
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="no"/>
|
||||
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/>
|
||||
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/>
|
||||
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/>
|
||||
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/>
|
||||
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/>
|
||||
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/>
|
||||
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="53" name="tGND_GNDA" color="7" fill="9" visible="no" active="no"/>
|
||||
<layer number="54" name="bGND_GNDA" color="1" fill="9" visible="no" active="no"/>
|
||||
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
|
||||
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="100" name="Muster" color="7" fill="1" visible="no" active="no"/>
|
||||
<layer number="101" name="Patch_Top" color="12" fill="4" visible="yes" active="yes"/>
|
||||
<layer number="102" name="Vscore" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="103" name="fp3" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="104" name="Name" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="105" name="Beschreib" color="9" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="106" name="BGA-Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="107" name="BD-Top" color="5" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="108" name="fp8" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="109" name="fp9" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="110" name="fp0" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="111" name="LPC17xx" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="112" name="tSilk" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="116" name="Patch_BOT" color="9" fill="4" visible="yes" active="yes"/>
|
||||
<layer number="121" name="_tsilk" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="122" name="_bsilk" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="123" name="tTestmark" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="124" name="bTestmark" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="125" name="_tNames" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="126" name="_bNames" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="127" name="_tValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="128" name="_bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="131" name="tAdjust" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="132" name="bAdjust" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="144" name="Drill_legend" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="151" name="HeatSink" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="152" name="_bDocu" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="199" name="Contour" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="200" name="200bmp" color="1" fill="10" visible="no" active="no"/>
|
||||
<layer number="201" name="201bmp" color="2" fill="1" visible="no" active="no"/>
|
||||
<layer number="202" name="202bmp" color="3" fill="1" visible="no" active="no"/>
|
||||
<layer number="203" name="203bmp" color="4" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="204" name="204bmp" color="5" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="205" name="205bmp" color="6" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="206" name="206bmp" color="7" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="207" name="207bmp" color="8" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="208" name="208bmp" color="9" fill="10" visible="yes" active="yes"/>
|
||||
<layer number="209" name="209bmp" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="210" name="210bmp" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="211" name="211bmp" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="212" name="212bmp" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="213" name="213bmp" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="214" name="214bmp" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="215" name="215bmp" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="216" name="216bmp" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="217" name="217bmp" color="18" fill="1" visible="no" active="no"/>
|
||||
<layer number="218" name="218bmp" color="19" fill="1" visible="no" active="no"/>
|
||||
<layer number="219" name="219bmp" color="20" fill="1" visible="no" active="no"/>
|
||||
<layer number="220" name="220bmp" color="21" fill="1" visible="no" active="no"/>
|
||||
<layer number="221" name="221bmp" color="22" fill="1" visible="no" active="no"/>
|
||||
<layer number="222" name="222bmp" color="23" fill="1" visible="no" active="no"/>
|
||||
<layer number="223" name="223bmp" color="24" fill="1" visible="no" active="no"/>
|
||||
<layer number="224" name="224bmp" color="25" fill="1" visible="no" active="no"/>
|
||||
<layer number="248" name="Housing" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="249" name="Edge" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/>
|
||||
<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/>
|
||||
<layer number="254" name="cooling" color="7" fill="1" visible="yes" active="yes"/>
|
||||
</layers>
|
||||
<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R">
|
||||
<libraries>
|
||||
<library name="SparkFun">
|
||||
<description><h3>SparkFun Electronics' preferred foot prints</h3>
|
||||
We've spent an enormous amount of time creating and checking these footprints and parts. If you enjoy using this library, please buy one of our products at www.sparkfun.com.
|
||||
<br><br>
|
||||
<b>Licensing:</b> CC v3.0 Share-Alike You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage.</description>
|
||||
<packages>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="LETTER_L">
|
||||
<wire x1="0" y1="185.42" x2="248.92" y2="185.42" width="0.4064" layer="94"/>
|
||||
<wire x1="248.92" y1="185.42" x2="248.92" y2="0" width="0.4064" layer="94"/>
|
||||
<wire x1="0" y1="185.42" x2="0" y2="0" width="0.4064" layer="94"/>
|
||||
<wire x1="0" y1="0" x2="248.92" y2="0" width="0.4064" layer="94"/>
|
||||
</symbol>
|
||||
<symbol name="DOCFIELD">
|
||||
<wire x1="0" y1="0" x2="71.12" y2="0" width="0.254" layer="94"/>
|
||||
<wire x1="101.6" y1="15.24" x2="87.63" y2="15.24" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="0" x2="0" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="5.08" x2="71.12" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="5.08" x2="0" y2="15.24" width="0.254" layer="94"/>
|
||||
<wire x1="101.6" y1="15.24" x2="101.6" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="71.12" y1="5.08" x2="71.12" y2="0" width="0.254" layer="94"/>
|
||||
<wire x1="71.12" y1="5.08" x2="87.63" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="71.12" y1="0" x2="101.6" y2="0" width="0.254" layer="94"/>
|
||||
<wire x1="87.63" y1="15.24" x2="87.63" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="87.63" y1="15.24" x2="0" y2="15.24" width="0.254" layer="94"/>
|
||||
<wire x1="87.63" y1="5.08" x2="101.6" y2="5.08" width="0.254" layer="94"/>
|
||||
<wire x1="101.6" y1="5.08" x2="101.6" y2="0" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="15.24" x2="0" y2="22.86" width="0.254" layer="94"/>
|
||||
<wire x1="101.6" y1="35.56" x2="0" y2="35.56" width="0.254" layer="94"/>
|
||||
<wire x1="101.6" y1="35.56" x2="101.6" y2="22.86" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="22.86" x2="101.6" y2="22.86" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="22.86" x2="0" y2="35.56" width="0.254" layer="94"/>
|
||||
<wire x1="101.6" y1="22.86" x2="101.6" y2="15.24" width="0.254" layer="94"/>
|
||||
<text x="1.27" y="1.27" size="2.54" layer="94" font="vector">Date:</text>
|
||||
<text x="12.7" y="1.27" size="2.54" layer="94" font="vector">>LAST_DATE_TIME</text>
|
||||
<text x="72.39" y="1.27" size="2.54" layer="94" font="vector">Sheet:</text>
|
||||
<text x="86.36" y="1.27" size="2.54" layer="94" font="vector">>SHEET</text>
|
||||
<text x="88.9" y="11.43" size="2.54" layer="94" font="vector">REV:</text>
|
||||
<text x="1.524" y="17.78" size="2.54" layer="94" font="vector">TITLE:</text>
|
||||
<text x="1.27" y="11.43" size="2.54" layer="94" font="vector">Document Number:</text>
|
||||
<text x="15.494" y="17.78" size="2.7432" layer="94" font="vector">>DRAWING_NAME</text>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="FRAME-LETTER" prefix="FRAME">
|
||||
<description><b>Schematic Frame</b><p>
|
||||
Standard 8.5x11 US Letter frame</description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="LETTER_L" x="0" y="0"/>
|
||||
<gate name="G$2" symbol="DOCFIELD" x="147.32" y="0" addlevel="must"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="">
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
<library name="microbuilder_v3">
|
||||
<description><h2><b>microBuilder.eu</b> Eagle Footprint Library</h2>
|
||||
|
||||
<p>Footprints for common components used in our projects and products. This is the same library that we use internally, and it is regularly updated. The newest version can always be found at <b>www.microBuilder.eu</b>. If you find this library useful, please feel free to purchase something from our online store. Please also note that all holes are optimised for metric drill bits!</p>
|
||||
|
||||
<h3>Obligatory Warning</h3>
|
||||
<p>While it probably goes without saying, there are no guarantees that the footprints or schematic symbols in this library are flawless, and we make no promises of fitness for production, prototyping or any other purpose. These libraries are provided for information puposes only, and are used at your own discretion. While we make every effort to produce accurate footprints, and many of the items found in this library have be proven in production, we can't make any promises of suitability for a specific purpose. If you do find any errors, though, please feel free to contact us at www.microbuilder.eu to let us know about it so that we can update the library accordingly!</p>
|
||||
|
||||
<h3>License</h3>
|
||||
<p>This work is placed in the public domain, and may be freely used for commercial and non-commercial work with the following conditions:</p>
|
||||
<p>THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</p></description>
|
||||
<packages>
|
||||
<package name="2X05_1.27MM_SMT">
|
||||
<description><p>2x05 1.27mm Headers SMT (2.0mm Height)</p>
|
||||
4UConnector: 16846</description>
|
||||
<wire x1="-3.365" y1="3.5" x2="3.365" y2="3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="3.365" y1="3.5" x2="3.365" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="3.365" y1="-3.5" x2="1" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="1" y1="-3.5" x2="-1" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-1" y1="-3.5" x2="-3.365" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-3.365" y1="-3.5" x2="-3.365" y2="3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-1" y1="-3.5" x2="-1" y2="-4" width="0.2032" layer="21"/>
|
||||
<wire x1="-1" y1="-4" x2="1" y2="-4" width="0.2032" layer="21"/>
|
||||
<wire x1="1" y1="-4" x2="1" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<smd name="2" x="-2.54" y="1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="4" x="-1.27" y="1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="6" x="0" y="1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="8" x="1.27" y="1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="10" x="2.54" y="1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="1" x="-2.54" y="-1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="3" x="-1.27" y="-1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="5" x="0" y="-1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="7" x="1.27" y="-1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<smd name="9" x="2.54" y="-1.85" dx="0.65" dy="2.6" layer="1"/>
|
||||
<text x="-5.199" y="3.806" size="0.8128" layer="25" ratio="18">>NAME</text>
|
||||
<text x="-5.199" y="-4.2465" size="0.4064" layer="27" ratio="10">>VALUE</text>
|
||||
<polygon width="0.127" layer="21">
|
||||
<vertex x="1.016" y="-3.556"/>
|
||||
<vertex x="1.016" y="-3.937"/>
|
||||
<vertex x="-1.016" y="-3.937"/>
|
||||
<vertex x="-1.016" y="-3.556"/>
|
||||
</polygon>
|
||||
</package>
|
||||
<package name="CORTEXM3_SWD10_MOLEX">
|
||||
<description>10 Pin SWD Connector (Cortex M3)
|
||||
<p>Note: Small tRestrict polygon's were added to the ground pads to improve solderability when this part is used in combination with a ground pour. By default, Eagle will product four large bridges to the ground pour significantly increasing the heat distribution on the pads and preventing lead-free solder from reflowing in certain situations. For more details, see: http://www.microbuilder.eu/Blog/09-12-14/Reducing_Thermals_for_Large_Pads_in_Eagle.aspx</p></description>
|
||||
<wire x1="2" y1="-3.75" x2="-2" y2="-3.75" width="0.2032" layer="21"/>
|
||||
<wire x1="-2" y1="-4.35" x2="-2" y2="-3.75" width="0.2032" layer="21"/>
|
||||
<wire x1="2" y1="-4.35" x2="2" y2="-3.75" width="0.2032" layer="21"/>
|
||||
<wire x1="-5.5118" y1="-2.3368" x2="-4.6482" y2="-2.3368" width="0.2032" layer="51"/>
|
||||
<wire x1="-4.6482" y1="-2.3368" x2="-5.08" y2="-3.175" width="0.2032" layer="51"/>
|
||||
<wire x1="-5.08" y1="-3.175" x2="-5.5118" y2="-2.3368" width="0.2032" layer="51"/>
|
||||
<wire x1="-5.08" y1="-3.175" x2="-5.08" y2="-2.921" width="0.2032" layer="51"/>
|
||||
<wire x1="10.125" y1="4.35" x2="-10.125" y2="4.35" width="0.2032" layer="21"/>
|
||||
<wire x1="-10.125" y1="4.35" x2="-10.125" y2="-4.35" width="0.2032" layer="21"/>
|
||||
<wire x1="-10.125" y1="-4.35" x2="-2" y2="-4.35" width="0.2032" layer="21"/>
|
||||
<wire x1="2" y1="-4.35" x2="10.125" y2="-4.35" width="0.2032" layer="21"/>
|
||||
<wire x1="-11.6172" y1="-3.0828" x2="-11.6172" y2="-2.2192" width="0.2032" layer="21"/>
|
||||
<wire x1="-11.6172" y1="-2.2192" x2="-10.779" y2="-2.651" width="0.2032" layer="21"/>
|
||||
<wire x1="-10.779" y1="-2.651" x2="-11.6172" y2="-3.0828" width="0.2032" layer="21"/>
|
||||
<wire x1="-10.779" y1="-2.651" x2="-11.033" y2="-2.651" width="0.2032" layer="21"/>
|
||||
<wire x1="10.125" y1="4.35" x2="10.125" y2="-4.35" width="0.2032" layer="21"/>
|
||||
<pad name="1" x="-5.08" y="-1.27" drill="1"/>
|
||||
<pad name="2" x="-5.08" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="3" x="-2.54" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="4" x="-2.54" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="5" x="0" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="6" x="0" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="7" x="2.54" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="8" x="2.54" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="9" x="5.08" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="10" x="5.08" y="1.27" drill="1" shape="octagon"/>
|
||||
<text x="-10.35" y="4.81" size="0.8128" layer="25" ratio="18">>NAME</text>
|
||||
<text x="-10.223" y="-5.207" size="0.4064" layer="27" ratio="10">>VALUE</text>
|
||||
<text x="-7.25" y="-2" size="1.27" layer="51">1</text>
|
||||
<rectangle x1="-5.334" y1="-2.7686" x2="-4.826" y2="-2.5146" layer="51"/>
|
||||
<rectangle x1="-5.461" y1="-2.5146" x2="-5.08" y2="-2.3876" layer="51"/>
|
||||
<rectangle x1="-5.08" y1="-2.5146" x2="-4.699" y2="-2.3876" layer="51"/>
|
||||
<rectangle x1="-5.207" y1="-2.9718" x2="-4.953" y2="-2.7178" layer="51"/>
|
||||
<rectangle x1="-11.5664" y1="-2.778" x2="-11.0584" y2="-2.524" layer="21" rot="R90"/>
|
||||
<rectangle x1="-11.6934" y1="-2.905" x2="-11.3124" y2="-2.778" layer="21" rot="R90"/>
|
||||
<rectangle x1="-11.6934" y1="-2.524" x2="-11.3124" y2="-2.397" layer="21" rot="R90"/>
|
||||
<rectangle x1="-11.2362" y1="-2.778" x2="-10.9822" y2="-2.524" layer="21" rot="R90"/>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="-2.7916" y="-2.0574"/>
|
||||
<vertex x="-2.2916" y="-2.0574"/>
|
||||
<vertex x="-2.2916" y="-2.0674"/>
|
||||
<vertex x="-2.7916" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="-3.3274" y="-1.5216"/>
|
||||
<vertex x="-3.3274" y="-1.0216"/>
|
||||
<vertex x="-3.3174" y="-1.0216"/>
|
||||
<vertex x="-3.3174" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="-1.7526" y="-1.5216"/>
|
||||
<vertex x="-1.7526" y="-1.0216"/>
|
||||
<vertex x="-1.7426" y="-1.0216"/>
|
||||
<vertex x="-1.7426" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="-0.2516" y="-2.0574"/>
|
||||
<vertex x="0.2484" y="-2.0574"/>
|
||||
<vertex x="0.2484" y="-2.0674"/>
|
||||
<vertex x="-0.2516" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="-0.7874" y="-1.5216"/>
|
||||
<vertex x="-0.7874" y="-1.0216"/>
|
||||
<vertex x="-0.7774" y="-1.0216"/>
|
||||
<vertex x="-0.7774" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="0.7874" y="-1.5216"/>
|
||||
<vertex x="0.7874" y="-1.0216"/>
|
||||
<vertex x="0.7974" y="-1.0216"/>
|
||||
<vertex x="0.7974" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="1.7526" y="-1.4962"/>
|
||||
<vertex x="1.7526" y="-0.9962"/>
|
||||
<vertex x="1.7626" y="-0.9962"/>
|
||||
<vertex x="1.7626" y="-1.4962"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="3.3274" y="-1.5216"/>
|
||||
<vertex x="3.3274" y="-1.0216"/>
|
||||
<vertex x="3.3374" y="-1.0216"/>
|
||||
<vertex x="3.3374" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="2.2884" y="-2.0574"/>
|
||||
<vertex x="2.7884" y="-2.0574"/>
|
||||
<vertex x="2.7884" y="-2.0674"/>
|
||||
<vertex x="2.2884" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="4.8284" y="-2.0574"/>
|
||||
<vertex x="5.3284" y="-2.0574"/>
|
||||
<vertex x="5.3284" y="-2.0674"/>
|
||||
<vertex x="4.8284" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="4.2926" y="-1.5216"/>
|
||||
<vertex x="4.2926" y="-1.0216"/>
|
||||
<vertex x="4.3026" y="-1.0216"/>
|
||||
<vertex x="4.3026" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="41">
|
||||
<vertex x="5.8674" y="-1.5216"/>
|
||||
<vertex x="5.8674" y="-1.0216"/>
|
||||
<vertex x="5.8774" y="-1.0216"/>
|
||||
<vertex x="5.8774" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="-3.3182" y="-1.5216"/>
|
||||
<vertex x="-3.3182" y="-1.0216"/>
|
||||
<vertex x="-3.3282" y="-1.0216"/>
|
||||
<vertex x="-3.3282" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="-2.2884" y="-2.0574"/>
|
||||
<vertex x="-2.7884" y="-2.0574"/>
|
||||
<vertex x="-2.7884" y="-2.0674"/>
|
||||
<vertex x="-2.2884" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="-1.7474" y="-1.5216"/>
|
||||
<vertex x="-1.7474" y="-1.0216"/>
|
||||
<vertex x="-1.7574" y="-1.0216"/>
|
||||
<vertex x="-1.7574" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="-0.7826" y="-1.5216"/>
|
||||
<vertex x="-0.7826" y="-1.0216"/>
|
||||
<vertex x="-0.7926" y="-1.0216"/>
|
||||
<vertex x="-0.7926" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="0.2516" y="-2.0574"/>
|
||||
<vertex x="-0.2484" y="-2.0574"/>
|
||||
<vertex x="-0.2484" y="-2.0674"/>
|
||||
<vertex x="0.2516" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="0.7926" y="-1.5216"/>
|
||||
<vertex x="0.7926" y="-1.0216"/>
|
||||
<vertex x="0.7826" y="-1.0216"/>
|
||||
<vertex x="0.7826" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="1.7574" y="-1.4962"/>
|
||||
<vertex x="1.7574" y="-0.9962"/>
|
||||
<vertex x="1.7474" y="-0.9962"/>
|
||||
<vertex x="1.7474" y="-1.4962"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="2.7916" y="-2.0574"/>
|
||||
<vertex x="2.2916" y="-2.0574"/>
|
||||
<vertex x="2.2916" y="-2.0674"/>
|
||||
<vertex x="2.7916" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="3.3326" y="-1.5216"/>
|
||||
<vertex x="3.3326" y="-1.0216"/>
|
||||
<vertex x="3.3226" y="-1.0216"/>
|
||||
<vertex x="3.3226" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="4.2974" y="-1.5216"/>
|
||||
<vertex x="4.2974" y="-1.0216"/>
|
||||
<vertex x="4.2874" y="-1.0216"/>
|
||||
<vertex x="4.2874" y="-1.5216"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="5.3316" y="-2.0574"/>
|
||||
<vertex x="4.8316" y="-2.0574"/>
|
||||
<vertex x="4.8316" y="-2.0674"/>
|
||||
<vertex x="5.3316" y="-2.0674"/>
|
||||
</polygon>
|
||||
<polygon width="0.01" layer="42">
|
||||
<vertex x="5.8726" y="-1.5216"/>
|
||||
<vertex x="5.8726" y="-1.0216"/>
|
||||
<vertex x="5.8626" y="-1.0216"/>
|
||||
<vertex x="5.8626" y="-1.5216"/>
|
||||
</polygon>
|
||||
</package>
|
||||
<package name="JTAG-ARM">
|
||||
<description>20 Pin JTAG Connector (ARM7, ARM9)</description>
|
||||
<wire x1="-11.8618" y1="-2.3368" x2="-10.9982" y2="-2.3368" width="0.2032" layer="21"/>
|
||||
<wire x1="-10.9982" y1="-2.3368" x2="-11.43" y2="-3.175" width="0.2032" layer="21"/>
|
||||
<wire x1="-11.43" y1="-3.175" x2="-11.8618" y2="-2.3368" width="0.2032" layer="21"/>
|
||||
<wire x1="-11.43" y1="-3.175" x2="-11.43" y2="-2.921" width="0.2032" layer="21"/>
|
||||
<wire x1="16.5" y1="4.5" x2="-16.5" y2="4.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-16.5" y1="4.5" x2="-16.5" y2="-4.5" width="0.2032" layer="21"/>
|
||||
<wire x1="16.5" y1="4.5" x2="16.5" y2="-4.5" width="0.2032" layer="21"/>
|
||||
<wire x1="15.7" y1="3.7" x2="-15.7" y2="3.7" width="0.2032" layer="51"/>
|
||||
<wire x1="15.7" y1="-3.7" x2="-15.7" y2="-3.7" width="0.2032" layer="51"/>
|
||||
<wire x1="-15.7" y1="3.7" x2="-15.7" y2="-3.7" width="0.2032" layer="51"/>
|
||||
<wire x1="15.7" y1="3.7" x2="15.7" y2="-3.7" width="0.2032" layer="51"/>
|
||||
<wire x1="-16.5" y1="-4.5" x2="-2.25" y2="-4.5" width="0.2032" layer="21"/>
|
||||
<wire x1="2.25" y1="-4.5" x2="16.5" y2="-4.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-2.25" y1="-3.5" x2="2.25" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-2.25" y1="-4.5" x2="-2.25" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="2.25" y1="-3.5" x2="2.25" y2="-4.5" width="0.2032" layer="21"/>
|
||||
<pad name="1" x="-11.43" y="-1.27" drill="1"/>
|
||||
<pad name="2" x="-11.43" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="3" x="-8.89" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="4" x="-8.89" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="5" x="-6.35" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="6" x="-6.35" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="7" x="-3.81" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="8" x="-3.81" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="9" x="-1.27" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="10" x="-1.27" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="11" x="1.27" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="12" x="1.27" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="13" x="3.81" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="14" x="3.81" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="15" x="6.35" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="16" x="6.35" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="17" x="8.89" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="18" x="8.89" y="1.27" drill="1" shape="octagon"/>
|
||||
<pad name="19" x="11.43" y="-1.27" drill="1" shape="octagon"/>
|
||||
<pad name="20" x="11.43" y="1.27" drill="1" shape="octagon"/>
|
||||
<text x="-16.256" y="5.08" size="0.8128" layer="25" ratio="18">>NAME</text>
|
||||
<text x="-13.843" y="-1.905" size="1.524" layer="21" ratio="10">1</text>
|
||||
<text x="-3.175" y="-3.429" size="1.27" layer="51" ratio="10">JTAG</text>
|
||||
<text x="-16.51" y="-5.842" size="0.4064" layer="27" ratio="10">>VALUE</text>
|
||||
<rectangle x1="-11.684" y1="-2.7686" x2="-11.176" y2="-2.5146" layer="21"/>
|
||||
<rectangle x1="-11.811" y1="-2.5146" x2="-11.43" y2="-2.3876" layer="21"/>
|
||||
<rectangle x1="-11.43" y1="-2.5146" x2="-11.049" y2="-2.3876" layer="21"/>
|
||||
<rectangle x1="-11.557" y1="-2.9718" x2="-11.303" y2="-2.7178" layer="21"/>
|
||||
</package>
|
||||
<package name="2X05_1.27MM">
|
||||
<wire x1="-5.27" y1="3.5" x2="5.27" y2="3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="5.27" y1="3.5" x2="5.27" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="5.27" y1="-3.5" x2="1" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="1" y1="-3.5" x2="-1" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-1" y1="-3.5" x2="-5.27" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-5.27" y1="-3.5" x2="-5.27" y2="3.5" width="0.2032" layer="21"/>
|
||||
<wire x1="-1" y1="-3.5" x2="-1" y2="-4" width="0.2032" layer="21"/>
|
||||
<wire x1="-1" y1="-4" x2="1" y2="-4" width="0.2032" layer="21"/>
|
||||
<wire x1="1" y1="-4" x2="1" y2="-3.5" width="0.2032" layer="21"/>
|
||||
<text x="-5.199" y="3.806" size="0.8128" layer="25" ratio="18">>NAME</text>
|
||||
<text x="-5.199" y="-4.2465" size="0.4064" layer="27" ratio="10">>VALUE</text>
|
||||
<polygon width="0.127" layer="21">
|
||||
<vertex x="1.016" y="-3.556"/>
|
||||
<vertex x="1.016" y="-3.937"/>
|
||||
<vertex x="-1.016" y="-3.937"/>
|
||||
<vertex x="-1.016" y="-3.556"/>
|
||||
</polygon>
|
||||
<pad name="5" x="0" y="-0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="3" x="-1.27" y="-0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="1" x="-2.54" y="-0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="7" x="1.27" y="-0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="9" x="2.54" y="-0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="10" x="2.54" y="0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="8" x="1.27" y="0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="6" x="0" y="0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="4" x="-1.27" y="0.635" drill="0.5" shape="octagon"/>
|
||||
<pad name="2" x="-2.54" y="0.635" drill="0.5" shape="octagon"/>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="GND">
|
||||
<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
|
||||
<text x="-1.524" y="-2.54" size="1.27" layer="96">>VALUE</text>
|
||||
<pin name="GND" x="0" y="2.54" visible="off" length="short" direction="sup" rot="R270"/>
|
||||
</symbol>
|
||||
<symbol name="JTAG-CORTEXM3">
|
||||
<wire x1="-6.35" y1="12.7" x2="6.35" y2="12.7" width="0.4064" layer="94"/>
|
||||
<wire x1="6.35" y1="-2.54" x2="6.35" y2="12.7" width="0.4064" layer="94"/>
|
||||
<wire x1="6.35" y1="-2.54" x2="-6.35" y2="-2.54" width="0.4064" layer="94"/>
|
||||
<wire x1="-6.35" y1="12.7" x2="-6.35" y2="-2.54" width="0.4064" layer="94"/>
|
||||
<circle x="-4.445" y="10.16" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="-4.445" y="7.62" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="-4.445" y="5.08" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="-4.445" y="2.54" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="-4.445" y="0" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="4.445" y="10.16" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="4.445" y="7.62" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="4.445" y="5.08" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="4.445" y="2.54" radius="0.635" width="0.254" layer="94"/>
|
||||
<circle x="4.445" y="0" radius="0.635" width="0.254" layer="94"/>
|
||||
<text x="-6.35" y="13.335" size="1.27" layer="95">>NAME</text>
|
||||
<text x="1.524" y="0.762" size="0.635" layer="95">nRESET</text>
|
||||
<text x="1.778" y="3.302" size="0.635" layer="95">NC/TDI</text>
|
||||
<text x="1.016" y="5.842" size="0.635" layer="95">SWO/TDO</text>
|
||||
<text x="-0.762" y="8.382" size="0.635" layer="95">SWDCLK/TCK</text>
|
||||
<text x="0" y="10.922" size="0.635" layer="95">SWDIO/TMS</text>
|
||||
<text x="-5.588" y="11.176" size="0.635" layer="95">VCC</text>
|
||||
<text x="-5.588" y="8.382" size="0.635" layer="95">GND</text>
|
||||
<text x="-5.588" y="5.842" size="0.635" layer="95">GND</text>
|
||||
<text x="-5.588" y="3.302" size="0.635" layer="95">KEY</text>
|
||||
<text x="-5.588" y="0.762" size="0.635" layer="95">GNDDetect</text>
|
||||
<text x="-6.35" y="-4.445" size="1.27" layer="96">>VALUE</text>
|
||||
<pin name="1" x="-10.16" y="10.16" visible="pad" length="middle" direction="pas" swaplevel="1"/>
|
||||
<pin name="2" x="10.16" y="10.16" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="3" x="-10.16" y="7.62" visible="pad" length="middle" direction="pas" swaplevel="1"/>
|
||||
<pin name="4" x="10.16" y="7.62" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="5" x="-10.16" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1"/>
|
||||
<pin name="6" x="10.16" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="7" x="-10.16" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1"/>
|
||||
<pin name="8" x="10.16" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="9" x="-10.16" y="0" visible="pad" length="middle" direction="pas" swaplevel="1"/>
|
||||
<pin name="10" x="10.16" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
</symbol>
|
||||
<symbol name="3.3V">
|
||||
<wire x1="-1.27" y1="-1.27" x2="0" y2="0" width="0.254" layer="94"/>
|
||||
<wire x1="0" y1="0" x2="1.27" y2="-1.27" width="0.254" layer="94"/>
|
||||
<text x="-1.524" y="1.016" size="1.27" layer="96">>VALUE</text>
|
||||
<pin name="3.3V" x="0" y="-2.54" visible="off" length="short" direction="sup" rot="R90"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="GND">
|
||||
<description><b>GND</b></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="GND" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="">
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="JTAG-CORTEXM3" prefix="JTAG" uservalue="yes">
|
||||
<description><p><b>Serial Wire (SW-DP) Connector</b></p>
|
||||
This standard 0.05" 10-pin connector is for use with the Cortex M0/M3's native SWD (serial wire debugger) interface (SW-DP). Some boards support a 20-pin combined JTAG+SWD connector (SWJ-DP), such as the LPC1700 family, but many smaller devices only work with SWD which typically use the smaller 10-pin SW-DP connecter (the LPC1300 family, for example, only supports SWD).
|
||||
<p><b>2x05 1.27mm/0.05" Connector:</b> This is the standard SMT connector defined by ARM for all Cortex devices, and should be used in most situations and for forward-compatibility since any new devices coming to market will likely use this connector.</p>
|
||||
<p><b>MOLEX 10 Pin 0.1" Connector:</b> This 0.1" 10 pin connector has the same pin layout as the standard 0.05" connector, but is easier to work with if you are using standard jumper wires or custom cables to connect your SWD hardware.</p>
|
||||
<p><b>MOLEX 20 Pin 0.1" Connector:</b> This 0.1" 20 pin connector is the same model used for ARM7/ARM9 JTAG debuggers, but is connected to match the pins on the Segger J-Link for ARM (which supports both JTAG and SWD debugging).</p>
|
||||
<p>See the following document from ARM for more information on Cortex M3 Debug Connectors: http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf<br/>And the following page for an overview with images of the different connector types: http://www.keil.com/peripherals/coresight/connectors.asp</p></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="JTAG-CORTEXM3" x="0" y="-5.08"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="SMT" package="2X05_1.27MM_SMT">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="10" pad="10"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
<connect gate="G$1" pin="5" pad="5"/>
|
||||
<connect gate="G$1" pin="6" pad="6"/>
|
||||
<connect gate="G$1" pin="7" pad="7"/>
|
||||
<connect gate="G$1" pin="8" pad="8"/>
|
||||
<connect gate="G$1" pin="9" pad="9"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
<device name="MOLEX" package="CORTEXM3_SWD10_MOLEX">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="10" pad="10"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
<connect gate="G$1" pin="5" pad="5"/>
|
||||
<connect gate="G$1" pin="6" pad="6"/>
|
||||
<connect gate="G$1" pin="7" pad="7"/>
|
||||
<connect gate="G$1" pin="8" pad="8"/>
|
||||
<connect gate="G$1" pin="9" pad="9"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
<device name="MOLEX20" package="JTAG-ARM">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="10" pad="15"/>
|
||||
<connect gate="G$1" pin="2" pad="7"/>
|
||||
<connect gate="G$1" pin="3" pad="4"/>
|
||||
<connect gate="G$1" pin="4" pad="9"/>
|
||||
<connect gate="G$1" pin="5" pad="6"/>
|
||||
<connect gate="G$1" pin="6" pad="13"/>
|
||||
<connect gate="G$1" pin="7" pad="10"/>
|
||||
<connect gate="G$1" pin="8" pad="17"/>
|
||||
<connect gate="G$1" pin="9" pad="8"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
<device name="" package="2X05_1.27MM">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="1" pad="1"/>
|
||||
<connect gate="G$1" pin="10" pad="10"/>
|
||||
<connect gate="G$1" pin="2" pad="2"/>
|
||||
<connect gate="G$1" pin="3" pad="3"/>
|
||||
<connect gate="G$1" pin="4" pad="4"/>
|
||||
<connect gate="G$1" pin="5" pad="5"/>
|
||||
<connect gate="G$1" pin="6" pad="6"/>
|
||||
<connect gate="G$1" pin="7" pad="7"/>
|
||||
<connect gate="G$1" pin="8" pad="8"/>
|
||||
<connect gate="G$1" pin="9" pad="9"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="3.3V">
|
||||
<description><b>3.3V Supply</b></description>
|
||||
<gates>
|
||||
<gate name="G$1" symbol="3.3V" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="">
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
<library name="fbri">
|
||||
<packages>
|
||||
<package name="M05_SIDE">
|
||||
<smd name="$3" x="0" y="0" dx="1.5" dy="0.8" layer="1" cream="no"/>
|
||||
<smd name="$4" x="0" y="1.27" dx="1.5" dy="0.8" layer="1" cream="no"/>
|
||||
<smd name="$2" x="0" y="-1.27" dx="1.5" dy="0.8" layer="1" cream="no"/>
|
||||
<smd name="$1" x="0" y="-2.54" dx="1.5" dy="0.8" layer="1" cream="no"/>
|
||||
<smd name="$5" x="0" y="2.54" dx="1.5" dy="0.8" layer="1" cream="no"/>
|
||||
<rectangle x1="-0.690625" y1="1.031875" x2="0.690625" y2="1.508125" layer="31"/>
|
||||
<rectangle x1="-0.690625" y1="-0.238125" x2="0.690625" y2="0.238125" layer="31"/>
|
||||
<rectangle x1="-0.690625" y1="-1.508125" x2="0.690625" y2="-1.031875" layer="31"/>
|
||||
<rectangle x1="-0.690625" y1="-2.778125" x2="0.690625" y2="-2.301875" layer="31"/>
|
||||
<rectangle x1="-0.690625" y1="2.301875" x2="0.690625" y2="2.778125" layer="31"/>
|
||||
<wire x1="-1.1" y1="3" x2="-1.1" y2="-3" width="0.05" layer="21"/>
|
||||
<wire x1="-1.1" y1="-3" x2="-0.85" y2="-3.25" width="0.05" layer="21"/>
|
||||
<wire x1="-0.85" y1="-3.25" x2="0.85" y2="-3.25" width="0.05" layer="21"/>
|
||||
<wire x1="0.85" y1="-3.25" x2="1.1" y2="-3" width="0.05" layer="21"/>
|
||||
<wire x1="1.1" y1="-3" x2="1.1" y2="3" width="0.05" layer="21"/>
|
||||
<wire x1="1.1" y1="3" x2="0.85" y2="3.25" width="0.05" layer="21"/>
|
||||
<wire x1="0.85" y1="3.25" x2="-0.85" y2="3.25" width="0.05" layer="21"/>
|
||||
<wire x1="-0.85" y1="3.25" x2="-1.1" y2="3" width="0.05" layer="21"/>
|
||||
<text x="-1.5" y="3.5" size="0.5" layer="21" font="vector" ratio="12">>NAME</text>
|
||||
<text x="-1.5" y="-4" size="0.5" layer="21" font="vector" ratio="12">>VALUE</text>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="M05">
|
||||
<wire x1="1.27" y1="-7.62" x2="-5.08" y2="-7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="-1.27" y1="0" x2="0" y2="0" width="0.6096" layer="94"/>
|
||||
<wire x1="-1.27" y1="-2.54" x2="0" y2="-2.54" width="0.6096" layer="94"/>
|
||||
<wire x1="-1.27" y1="-5.08" x2="0" y2="-5.08" width="0.6096" layer="94"/>
|
||||
<wire x1="-5.08" y1="7.62" x2="-5.08" y2="-7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="1.27" y1="-7.62" x2="1.27" y2="7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="-5.08" y1="7.62" x2="1.27" y2="7.62" width="0.4064" layer="94"/>
|
||||
<wire x1="-1.27" y1="5.08" x2="0" y2="5.08" width="0.6096" layer="94"/>
|
||||
<wire x1="-1.27" y1="2.54" x2="0" y2="2.54" width="0.6096" layer="94"/>
|
||||
<text x="-5.08" y="-10.16" size="1.778" layer="96">>VALUE</text>
|
||||
<text x="-5.08" y="8.382" size="1.778" layer="95">>NAME</text>
|
||||
<pin name="1" x="5.08" y="-5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="2" x="5.08" y="-2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="3" x="5.08" y="0" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="4" x="5.08" y="2.54" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
<pin name="5" x="5.08" y="5.08" visible="pad" length="middle" direction="pas" swaplevel="1" rot="R180"/>
|
||||
</symbol>
|
||||
</symbols>
|
||||
<devicesets>
|
||||
<deviceset name="M05">
|
||||
<gates>
|
||||
<gate name="A" symbol="M05" x="0" y="0"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="M05_SIDE">
|
||||
<connects>
|
||||
<connect gate="A" pin="1" pad="$1"/>
|
||||
<connect gate="A" pin="2" pad="$2"/>
|
||||
<connect gate="A" pin="3" pad="$3"/>
|
||||
<connect gate="A" pin="4" pad="$4"/>
|
||||
<connect gate="A" pin="5" pad="$5"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</libraries>
|
||||
<attributes>
|
||||
</attributes>
|
||||
<variantdefs>
|
||||
</variantdefs>
|
||||
<classes>
|
||||
<class number="0" name="default" width="0" drill="0">
|
||||
</class>
|
||||
</classes>
|
||||
<parts>
|
||||
<part name="FRAME1" library="SparkFun" deviceset="FRAME-LETTER" device=""/>
|
||||
<part name="U$6" library="microbuilder_v3" deviceset="GND" device=""/>
|
||||
<part name="JTAG2" library="fbri" deviceset="M05" device=""/>
|
||||
<part name="U$1" library="microbuilder_v3" deviceset="GND" device=""/>
|
||||
<part name="JTAG1" library="microbuilder_v3" deviceset="JTAG-CORTEXM3" device="SMT"/>
|
||||
<part name="U$2" library="microbuilder_v3" deviceset="3.3V" device=""/>
|
||||
<part name="U$3" library="microbuilder_v3" deviceset="3.3V" device=""/>
|
||||
</parts>
|
||||
<sheets>
|
||||
<sheet>
|
||||
<plain>
|
||||
<text x="22.86" y="134.62" size="2.54" layer="97" font="vector" ratio="11">ARM Cortex M0+: Atmel SAM D20E</text>
|
||||
</plain>
|
||||
<instances>
|
||||
<instance part="FRAME1" gate="G$1" x="0" y="0"/>
|
||||
<instance part="FRAME1" gate="G$2" x="147.32" y="0"/>
|
||||
<instance part="U$6" gate="G$1" x="30.48" y="152.4"/>
|
||||
<instance part="JTAG2" gate="A" x="22.86" y="162.56"/>
|
||||
<instance part="U$1" gate="G$1" x="12.7" y="106.68"/>
|
||||
<instance part="JTAG1" gate="G$1" x="25.4" y="114.3"/>
|
||||
<instance part="U$2" gate="G$1" x="12.7" y="137.16"/>
|
||||
<instance part="U$3" gate="G$1" x="66.04" y="162.56" rot="R270"/>
|
||||
</instances>
|
||||
<busses>
|
||||
</busses>
|
||||
<nets>
|
||||
<net name="GND" class="0">
|
||||
<segment>
|
||||
<pinref part="JTAG2" gate="A" pin="1"/>
|
||||
<wire x1="27.94" y1="157.48" x2="30.48" y2="157.48" width="0.1524" layer="91"/>
|
||||
<pinref part="U$6" gate="G$1" pin="GND"/>
|
||||
<wire x1="30.48" y1="157.48" x2="30.48" y2="154.94" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<wire x1="15.24" y1="121.92" x2="12.7" y2="121.92" width="0.1524" layer="91"/>
|
||||
<wire x1="12.7" y1="121.92" x2="12.7" y2="119.38" width="0.1524" layer="91"/>
|
||||
<wire x1="12.7" y1="119.38" x2="15.24" y2="119.38" width="0.1524" layer="91"/>
|
||||
<wire x1="12.7" y1="119.38" x2="12.7" y2="109.22" width="0.1524" layer="91"/>
|
||||
<pinref part="U$1" gate="G$1" pin="GND"/>
|
||||
<junction x="12.7" y="119.38"/>
|
||||
<pinref part="JTAG1" gate="G$1" pin="3"/>
|
||||
<pinref part="JTAG1" gate="G$1" pin="5"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="SWDIO" class="0">
|
||||
<segment>
|
||||
<pinref part="JTAG2" gate="A" pin="4"/>
|
||||
<wire x1="27.94" y1="165.1" x2="45.72" y2="165.1" width="0.1524" layer="91"/>
|
||||
<label x="33.02" y="165.1" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<wire x1="93.98" y1="124.46" x2="35.56" y2="124.46" width="0.1524" layer="91"/>
|
||||
<pinref part="JTAG1" gate="G$1" pin="2"/>
|
||||
<label x="38.1" y="124.46" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="SWDCLK" class="0">
|
||||
<segment>
|
||||
<pinref part="JTAG2" gate="A" pin="5"/>
|
||||
<wire x1="27.94" y1="167.64" x2="45.72" y2="167.64" width="0.1524" layer="91"/>
|
||||
<label x="33.02" y="167.64" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<wire x1="96.52" y1="121.92" x2="35.56" y2="121.92" width="0.1524" layer="91"/>
|
||||
<pinref part="JTAG1" gate="G$1" pin="4"/>
|
||||
<label x="38.1" y="121.92" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="EXT!RESET" class="0">
|
||||
<segment>
|
||||
<pinref part="JTAG2" gate="A" pin="2"/>
|
||||
<wire x1="27.94" y1="160.02" x2="58.42" y2="160.02" width="0.1524" layer="91"/>
|
||||
<label x="33.02" y="160.02" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<pinref part="JTAG1" gate="G$1" pin="10"/>
|
||||
<wire x1="35.56" y1="114.3" x2="104.14" y2="114.3" width="0.1524" layer="91"/>
|
||||
<label x="38.1" y="114.3" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="3.3V" class="0">
|
||||
<segment>
|
||||
<pinref part="JTAG1" gate="G$1" pin="1"/>
|
||||
<pinref part="U$2" gate="G$1" pin="3.3V"/>
|
||||
<wire x1="15.24" y1="124.46" x2="12.7" y2="124.46" width="0.1524" layer="91"/>
|
||||
<wire x1="12.7" y1="124.46" x2="12.7" y2="134.62" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<pinref part="JTAG2" gate="A" pin="3"/>
|
||||
<pinref part="U$3" gate="G$1" pin="3.3V"/>
|
||||
<wire x1="27.94" y1="162.56" x2="63.5" y2="162.56" width="0.1524" layer="91"/>
|
||||
</segment>
|
||||
</net>
|
||||
</nets>
|
||||
</sheet>
|
||||
</sheets>
|
||||
</schematic>
|
||||
</drawing>
|
||||
</eagle>
|
Po Szerokość: | Wysokość: | Rozmiar: 39 KiB |
|
@ -0,0 +1,16 @@
|
|||
# Parts List
|
||||
|
||||
### Misc
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
1865279 649-202112100010C4LF 1 JTAG1
|
||||
1099560 855-M52-040023V0545 1 JTAG2
|
||||
|
||||
----
|
||||
|
||||
### Useful Hardware
|
||||
|
||||
| ID | Part Number | Description | Supplier | Order Code | Quantity
|
||||
| --- | --- | --- | --- | --- | ---
|
||||
1667659 Ribbon 10way 1.27mm
|
|
@ -0,0 +1,43 @@
|
|||
all: Parts.md schematic board
|
||||
|
||||
Parts.md: parts
|
||||
ruby ../partslist/parts.rb
|
||||
|
||||
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm Parts.md
|
||||
rm bristol_longshot.sch.pdf
|
||||
rm bristol_longshot.sch.png
|
||||
rm bristol_longshot.brd.pdf
|
||||
rm bristol_longshot.brd.png
|
||||
|
||||
#
|
||||
# PNG from .sch
|
||||
#
|
||||
%.sch.png: %.sch
|
||||
rm -f $@
|
||||
eagle -C "export image $@ 300; display all; quit" $<
|
||||
#
|
||||
# PDF from .sch
|
||||
# 1 page lanscape
|
||||
#
|
||||
%.sch.pdf: %.sch
|
||||
rm -f $@
|
||||
eagle -C "print -1 landscape file $@; quit" $<
|
||||
#
|
||||
# PNG from .brd
|
||||
# Ratsnest, maximum dpi
|
||||
#
|
||||
%.brd.png: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; export image $@ 1800; display all; quit" $<
|
||||
#
|
||||
# PDF from .brd
|
||||
# -1 limits to one page
|
||||
#
|
||||
%.brd.pdf: %.brd
|
||||
rm -f $@
|
||||
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
|
@ -0,0 +1,46 @@
|
|||
# Parts List
|
||||
|
||||
---
|
||||
|
||||
## Actives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|SPV1040T|Voltage Regulators - Switching Regulators Hi efficiency solar battery charger|[511-SPV1040T](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=511-SPV1040T)|2|MPPT U1, U2
|
||||
|LTC4054LES5-4.2#PBF|LINEAR TECHNOLOGY - CHARGER, BATTERY, LI-ION, 0.15A, 5SOT23|[2102610](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2102610)|1|Li-ion charge controller U3
|
||||
|TPS62243DRVT|TEXAS INSTRUMENTS - DC-DC CONV, BUCK, 0.3A, 2.25MHZ, SON-6|[2400648](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2400648) [595-TPS62243DRVT](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS62243DRVT)|2|Buck Converter DRVT = SON-6 TPS62243 U4, U5
|
||||
|TPS3808G25DRVR|Supervisory Circuits Lo Quies Current Pro Delay Sup Circuit|[595-TPS3808G25DRVR](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=595-TPS3808G25DRVR)|1|Vth = 2.33, DRVR = SON-6 U6
|
||||
|74LVC1G04GW,125|NXP - IC, LOGIC, INVERTER, SOT-353|[1631683](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1631683) [771-74LVC1G04GW-G](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=771-74LVC1G04GW-G)|1|Inverter U7
|
||||
|BAT760|NXP - DIODE, SCHOTTKY, SOD-323|[8734593](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=8734593) [771-BAT760-T/R](http://uk.mouser.com/Search/Refine.aspx?N=1323043&Keyword=771-BAT760-T/R)|2|D3, D4
|
||||
|
||||
|
||||
## Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|XAL6060-103MEC|COILCRAFT - INDUCTOR, PWR, 10UH, 7A, 20%, 14MHZ|[2289091](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2289091)|2|Recomended Lx for MPPT L1, L2
|
||||
|SRN4026-100M|BOURNS - INDUCTOR, SEMI-SHLD, 10UH, 20%, 0.97A|[2428219](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2428219)|0|10µH Lx for MPPT 4x4mm 0.102Ω esr, try this L1, L2
|
||||
|SRN2512-2R2M|BOURNS - INDUCTOR, SEMI-SHLD, 2.2UH, 20%, 2.3A|[2428203](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2428203)|0|2.2µH Lx for MPPT, try this L1, L2 <-- Doesn't work
|
||||
|SRN2512-2R2M|BOURNS - INDUCTOR, SEMI-SHLD, 2.2UH, 20%, 2.3A|[2428203](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2428203)|2|Inductutor for Buck L3, L4
|
||||
|C1005X5R0J475M050BC|TDK - Multilayer Ceramic Capacitor, C Series, 4.7 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2309027](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2309027)|4|Solar input cap 4.7uF C1, C2, C3, C4
|
||||
|C1005X5R0J475M050BC|TDK - Multilayer Ceramic Capacitor, C Series, 4.7 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2309027](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2309027)|4|MPPT output cap 4.7µF C13, C14
|
||||
|MC0402B102J500CT|MULTICOMP - Multilayer Ceramic Capacitor, MC Series, 1000 pF, ± 5%, X7R, 50 V, 0402 [1005 Metric]|[2320765](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2320765)|5|Mpp-set, vctrl, vcc-sup 1nF C5, C6, C7, C8, C10
|
||||
|C1005X5R0J475M050BC|TDK - Multilayer Ceramic Capacitor, C Series, 4.7 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2309027](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2309027)|2|Chg in / out 4.7µF C11, C12
|
||||
|C1005X5R0J475M050BC|TDK - Multilayer Ceramic Capacitor, C Series, 4.7 µF, ± 20%, X5R, 6.3 V, 0402 [1005 Metric]|[2309027](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2309027)|2|Buck in 4.7µF C15, C16
|
||||
|06036D106MAT2A|AVX - Multilayer Ceramic Capacitor, 10 µF, ± 20%, X5R, 6.3 V, 0603 [1608 Metric]|[1833804](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1833804)|3|Buck Out 10µF 0603 C17, C18, C19
|
||||
|CRG0402F1K0|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 1 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331474](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331474)|2|Mpp-set R1, R2
|
||||
|CRG0402F10K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 10 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331444](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331444)|2|en-pull-up R3, R4
|
||||
|CRG0402F220K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 220 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331487](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331487)|2|Vctrl-up R5, R6
|
||||
|CRG0402F82K|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 82 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331569](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331569)|2|Vctrl-down R7, R8
|
||||
|CRG0402F2K2|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 2.2 kohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331502](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331502)|1|Rprog R9
|
||||
|CRG0402F330R|TE CONNECTIVITY - Surface Mount Thick Film Resistor, CRG Series, 330 ohm, 63 mW, ± 1%, 50 V, 0402 [1005 Metric]|[2331511](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2331511)|1|led R10
|
||||
|PTVS5V0S1UR|NXP - DIODE, TVS, UNI, 5V, 400W, SOD123W|[1829262](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=1829262)|2|TVS diodes D5, D6
|
||||
|
||||
## Items used in breakout verision ONLY
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
|S1751-46R|HARWIN - TEST POINT, PCB, SMT|[2293786](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=2293786)|12|Test Point
|
||||
|CTB3051/2BK|CAMDENBOSS - TERMINAL BLOCK, WIRE TO BRD, 2POS|[3882615](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=3882615)|3|Terminal Block 2 Wire
|
||||
|CTB3051/3BK|CAMDENBOSS - TERMINAL BLOCK, WIRE TO BRD, 3POS|[3882627](http://uk.farnell.com/webapp/wcs/stores/servlet/Search?st=3882627)|0|Terminal Block 3 Wire
|
||||
| D1, D2 | LED | | 2 | Misc
|
Po Szerokość: | Wysokość: | Rozmiar: 551 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 159 KiB |
|
@ -0,0 +1,46 @@
|
|||
# Parts List
|
||||
|
||||
---
|
||||
|
||||
## Actives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
511-SPV1040T 2 MPPT U1, U2
|
||||
2102610 1 Li-ion charge controller U3
|
||||
2400648 595-TPS62243DRVT 2 Buck Converter DRVT = SON-6 TPS62243 U4, U5
|
||||
595-TPS3808G25DRVR 1 Vth = 2.33, DRVR = SON-6 U6
|
||||
1631683 771-74LVC1G04GW-G 1 Inverter U7
|
||||
8734593 771-BAT760-T/R 2 D3, D4
|
||||
|
||||
|
||||
## Passives
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2289091 2 Recomended Lx for MPPT L1, L2
|
||||
2428219 0 10µH Lx for MPPT 4x4mm 0.102Ω esr, try this L1, L2
|
||||
2428203 0 2.2µH Lx for MPPT, try this L1, L2 <-- Doesn't work
|
||||
2428203 2 Inductutor for Buck L3, L4
|
||||
2309027 4 Solar input cap 4.7uF C1, C2, C3, C4
|
||||
2309027 4 MPPT output cap 4.7µF C13, C14
|
||||
2320765 5 Mpp-set, vctrl, vcc-sup 1nF C5, C6, C7, C8, C10
|
||||
2309027 2 Chg in / out 4.7µF C11, C12
|
||||
2309027 2 Buck in 4.7µF C15, C16
|
||||
1833804 3 Buck Out 10µF 0603 C17, C18, C19
|
||||
2331474 2 Mpp-set R1, R2
|
||||
2331444 2 en-pull-up R3, R4
|
||||
2331487 2 Vctrl-up R5, R6
|
||||
2331569 2 Vctrl-down R7, R8
|
||||
2331502 1 Rprog R9
|
||||
2331511 1 led R10
|
||||
1829262 2 TVS diodes D5, D6
|
||||
|
||||
## Items used in breakout verision ONLY
|
||||
|
||||
| Part | Description | Supplier | Quantity Required | Notes
|
||||
| --- | --- | --- | --- | ---
|
||||
2293786 12 Test Point
|
||||
3882615 3 Terminal Block 2 Wire
|
||||
3882627 0 Terminal Block 3 Wire
|
||||
| D1, D2 | LED | | 2 | Misc
|