diff options
Diffstat (limited to 'demo/thirdparty/unlockoslo-alpha-3')
16 files changed, 21990 insertions, 2420 deletions
diff --git a/demo/thirdparty/unlockoslo-alpha-3/build.ninja b/demo/thirdparty/unlockoslo-alpha-3/build.ninja index 7628941..f860095 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/build.ninja +++ b/demo/thirdparty/unlockoslo-alpha-3/build.ninja @@ -1,80 +1,5 @@ -ee = ../../../env/bin/python3 -m ee -report_dir = ee/reports -sch = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.sch -sch_files = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.sch -pcb = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.kicad_pcb +# This file was generated by eetools. Add your own rules and build commands +# here, but keep the include line as we'll update ee.ninja for you when your +# configuration changes -rule kicad-gerber - description = kicad-gerber - command = $ee kicad-gerber $ - --output-dir $gerber_dir $ - --pcb $pcb -# mkdir -p $( -# (cd $(GERBER_DIR); zip tmp.zip $(foreach GBR,$(GERBERS),$(notdir $(GBR)))) -# mv $(GERBER_DIR)/tmp.zip $@ - -rule kicad-make-bom - description = kicad-make-bom $out - command = $ee kicad-make-bom --sch $sch --out $out $strategy - -rule part-create-distributor-search-list - description = part-create-distributor-search-list distributor: $distributor - command = $ee part-create-distributor-search-list --in $in --out $out - -rule digikey-search-parts - description = digikey-search-parts - command = $ee digikey-search-parts --in $in --out $out - -rule digikey-normalize-facts - description = digikey-normalize-facts - command = $ee digikey-normalize-facts --in $in --out $out - -rule element14-search-parts - description = element14-search-parts - command = $ee element14-search-parts --in $in --out $out - -rule element14-normalize-facts - description = element14-normalize-facts - command = $ee element14-normalize-facts --in $in --out $out - -rule create-bom - description = create-bom - command = $ee create-bom --schematic $schematic --part-db $part_dbs --out $out $strategy - -rule import-parts-yaml - description = import-parts-yaml $in - command = $ee import-parts-yaml --in $in --out $out - - -build gerbers: phony prod/gerber.zip -build prod/gerber.zip: kicad-gerber $pcb - gerber_dir = prod - -build ee/sch.xml: kicad-make-bom $sch - -# Distributor digikey -build ee/digikey/search-list.xml: part-create-distributor-search-list ee/sch.xml - distributor = digikey - -build ee/digikey/downloaded.xml: digikey-search-parts ee/digikey/search-list.xml - -build ee/digikey/normalized.xml: digikey-normalize-facts ee/digikey/downloaded.xml - -default ee/digikey/normalized.xml - -build ee/bom.xml | $report_dir/bom.rst: create-bom ee/sch.xml ee/digikey/normalized.xml - schematic = ee/sch.xml - part_dbs = ee/digikey/normalized.xml - -default ee/bom.xml - -rule seeed-download-opl - description = seeed-download-opl $opl - command = $ee seeed-download-opl --out $out --opl $opl - -build seeed-download-opls: phony ee/seeed/opl/SEEED.xml ee/seeed/opl/HQCHIP.xml -build ee/seeed/opl/SEEED.xml: seeed-download-opl - opl = SEEED - -build ee/seeed/opl/HQCHIP.xml: seeed-download-opl - opl = HQCHIP +include ee.ninja diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee.ninja b/demo/thirdparty/unlockoslo-alpha-3/ee.ninja new file mode 100644 index 0000000..e330e0d --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee.ninja @@ -0,0 +1,109 @@ +ee = ../../../env/bin/python3 -m ee +report_dir = ee/reports +sch = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.sch +sch_files = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.sch +pcb = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.kicad_pcb + +rule kicad-gerber + description = kicad-gerber + command = $ee kicad-gerber $ + --output-dir $gerber_dir $ + --pcb $pcb +# mkdir -p $( +# (cd $(GERBER_DIR); zip tmp.zip $(foreach GBR,$(GERBERS),$(notdir $(GBR)))) +# mv $(GERBER_DIR)/tmp.zip $@ + +rule kicad-make-bom + description = kicad-make-bom $out + command = $ee kicad-make-bom --sch $sch --out $out + +rule pn-part-search-list + description = pn-part-search-list supplier: $supplier + command = $ee pn-part-search-list --in $in --out $out --supplier $supplier + +rule part-apply-function + command = $ee part-apply-function --execution $execution --in $in --out $out $functions $arguments + +rule part-find-requirements + description = part-find-requirements + command = $ee part-find-requirements --in $in --out $out + +rule part-validate-parts + command = $ee part-validate-parts --in $in --out $out + +rule digikey-search-parts + description = digikey-search-parts + command = $ee digikey-search-parts --in $in --out $out + +rule element14-search-parts + description = element14-search-parts + command = $ee element14-search-parts --in $in --out $out + +rule create-bom + description = create-bom + command = $ee create-bom --schematic $schematic --part-db $part_dbs --out $out $strategy + +rule split-parts-by-supplier + description = split-parts-by-supplier + command = $ee split-parts-by-supplier --parts $order $part_dbs --out-dir $out_dir + +rule import-parts-yaml + description = import-parts-yaml $in + command = $ee import-parts-yaml --in $in --out $out + +rule drawio-decompress + command = $ee drawio-decompress --in $in --out $out + +rule drawio-to-parts + command = $ee drawio-to-parts --in $in --out $out $args + +rule part-from-excel + command = $ee part-from-excel --in $in --out $out --sheet "$sheet" + + +build gerbers: phony prod/gerber.zip +build prod/gerber.zip: kicad-gerber $pcb + gerber_dir = prod + +build ee/kicad-sch.xml: kicad-make-bom $sch +build ee/sch.xml: part-apply-function ee/kicad-sch.xml + execution = kicad + functions = --function ee.kicad.functions.default + arguments = + +build $report_dir/part-validate-parts.rst: part-validate-parts ee/sch.xml + +build ee/requirements.xml: part-find-requirements ee/sch.xml + + +# Supplier digikey +build ee/digikey/pn-part-search-list.xml: pn-part-search-list ee/sch.xml + supplier = digikey + +build ee/digikey/downloaded.xml | ee/digikey/downloaded.rst: digikey-search-parts ee/digikey/pn-part-search-list.xml + +build ee/digikey/parts.xml: part-apply-function ee/digikey/downloaded.xml + execution = digikey + functions = --function ee.digikey.functions.default + +build ee/bom.xml | $report_dir/bom.rst: create-bom ee/sch.xml ee/digikey/parts.xml + schematic = ee/sch.xml + part_dbs = ee/digikey/parts.xml + +build ee/orders/index.xml: split-parts-by-supplier ee/bom.xml ee/digikey/parts.xml + order = ee/bom.xml + part_dbs = --part-db ee/digikey/parts.xml + out_dir = ee/orders + +default ee/orders/index.xml + +rule seeed-download-opl + description = seeed-download-opl $opl + command = $ee seeed-download-opl --out $out --opl $opl + +build seeed-download-opls: phony ee/seeed/opl/SEEED.xml ee/seeed/opl/HQCHIP.xml +build ee/seeed/opl/SEEED.xml: seeed-download-opl + opl = SEEED + +build ee/seeed/opl/HQCHIP.xml: seeed-download-opl + opl = HQCHIP diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/bom.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/bom.xml index 4ec7fd9..45f4757 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/ee/bom.xml +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/bom.xml @@ -1,7 +1,7 @@ <part-db> <parts> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-6468-1-ND</part-uri> @@ -12,7 +12,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#587-4893-1-ND</part-uri> @@ -23,7 +23,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-6468-1-ND</part-uri> @@ -34,7 +34,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#490-5951-1-ND</part-uri> @@ -45,7 +45,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#490-10511-1-ND</part-uri> @@ -56,7 +56,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#490-10511-1-ND</part-uri> @@ -67,18 +67,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> - <references> - <part-reference> - <part-uri>S1MTR</part-uri> - </part-reference> - <schematic-reference> - <reference>D1</reference> - </schematic-reference> - </references> - </part> - <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62301CT-ND</part-uri> @@ -89,18 +78,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> - <references> - <part-reference> - <part-uri>S1MTR</part-uri> - </part-reference> - <schematic-reference> - <reference>D3</reference> - </schematic-reference> - </references> - </part> - <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62301CT-ND</part-uri> @@ -111,18 +89,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> - <references> - <part-reference> - <part-uri>S1MTR</part-uri> - </part-reference> - <schematic-reference> - <reference>D5</reference> - </schematic-reference> - </references> - </part> - <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62301CT-ND</part-uri> @@ -133,18 +100,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> - <references> - <part-reference> - <part-uri>S1MTR</part-uri> - </part-reference> - <schematic-reference> - <reference>D7</reference> - </schematic-reference> - </references> - </part> - <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62301CT-ND</part-uri> @@ -155,18 +111,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> - <references> - <part-reference> - <part-uri>S1MTR</part-uri> - </part-reference> - <schematic-reference> - <reference>D9</reference> - </schematic-reference> - </references> - </part> - <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62301CT-ND</part-uri> @@ -177,18 +122,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> - <references> - <part-reference> - <part-uri>S1MTR</part-uri> - </part-reference> - <schematic-reference> - <reference>D11</reference> - </schematic-reference> - </references> - </part> - <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62301CT-ND</part-uri> @@ -199,7 +133,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -210,7 +144,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -221,7 +155,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -232,7 +166,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -243,7 +177,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -254,7 +188,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -265,7 +199,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -276,7 +210,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND</part-uri> @@ -287,7 +221,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62305CT-ND</part-uri> @@ -298,7 +232,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62305CT-ND</part-uri> @@ -309,7 +243,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#L62305CT-ND</part-uri> @@ -320,7 +254,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#587-2973-1-ND</part-uri> @@ -331,7 +265,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1195-3666-1-ND</part-uri> @@ -342,7 +276,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1195-3662-1-ND</part-uri> @@ -353,7 +287,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#S6104-ND</part-uri> @@ -364,7 +298,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1195-3656-1-ND</part-uri> @@ -375,7 +309,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMN2041L-7DICT-ND</part-uri> @@ -386,7 +320,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMN2041L-7DICT-ND</part-uri> @@ -397,7 +331,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMN2041L-7DICT-ND</part-uri> @@ -408,7 +342,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMN2041L-7DICT-ND</part-uri> @@ -419,7 +353,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMN2041L-7DICT-ND</part-uri> @@ -430,7 +364,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMN2041L-7DICT-ND</part-uri> @@ -441,7 +375,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#DMP3056L-7DICT-ND</part-uri> @@ -452,7 +386,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -463,7 +397,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -474,7 +408,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -485,7 +419,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -496,7 +430,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -507,7 +441,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -518,7 +452,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -529,7 +463,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -540,7 +474,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -551,7 +485,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -562,7 +496,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -573,7 +507,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -584,7 +518,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -595,7 +529,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -606,7 +540,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -617,7 +551,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -628,7 +562,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -639,7 +573,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -650,7 +584,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -661,7 +595,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -672,7 +606,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#541-100KLCT-ND</part-uri> @@ -683,7 +617,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#YAG2974CT-ND</part-uri> @@ -694,7 +628,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -705,7 +639,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -716,7 +650,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -727,7 +661,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#RMCF0402FT10K0CT-ND</part-uri> @@ -738,7 +672,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -749,7 +683,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#1276-3970-1-ND</part-uri> @@ -760,7 +694,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#296-44151-1-ND</part-uri> @@ -771,7 +705,7 @@ </references> </part> <part> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <references> <part-reference> <part-uri>https://digikey.com/pn#296-22055-1-ND</part-uri> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.rst b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.rst new file mode 100644 index 0000000..0ef8cbb --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.rst @@ -0,0 +1,45 @@ +Executing 21 product number searches + + +Searching for '14010213102000': found + +Searching for '14010813102000': found + +Searching for '14011213102000': found + +Searching for 'BZX384C3V3-E3-08': found + +Searching for 'CL21B104KBFNNNG': found + +Searching for 'CMD15-21VGD/TR8': found + +Searching for 'CMD15-21VRD/TR8': found + +Searching for 'CRCW0402100KFKED': found + +Searching for 'DMN2041L-7': found + +Searching for 'DMP3056L-7': found + +Searching for 'GMK212BBJ106KG-T': found + +Searching for 'GRM1555C1H750JA01D': found + +Searching for 'GRM21BR61A226ME51L': found + +Searching for 'NRS8040T150MJGJ': found + +Searching for 'PPTC202LFBN-RC': found + +Searching for 'RC0402FR-0713K3L': found + +Searching for 'RC1005F271CS': found + +Searching for 'RMCF0402FT10K0': found + +Searching for 'S1MTR': too-many + +Searching for 'TMP102AIDRLT': found + +Searching for 'TPS54202DDCT': found + diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.xml index 1b524ee..afca353 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.xml +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/downloaded.xml @@ -1,21 +1,7 @@ <part-db> <parts> - <part uri="S1MTR"> - <supplier>https://digikey.com</supplier> - <references> - <schematic-reference> - <reference>D1</reference> - </schematic-reference> - <part-number> - <value>S1MTR</value> - </part-number> - </references> - <distributor-info> - <state>too-many</state> - </distributor-info> - </part> <part uri="https://digikey.com/pn#1195-3656-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>TERM BLK 2P SIDE ENT 2.54MM SMD</description> <links> <link url="https://www.digikey.com/product-detail/en/harting/14010213102000/1195-3656-1-ND/4834984" relation="canonical" media-type="text/html"/> @@ -32,107 +18,104 @@ <value>1195-3656-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2168</key> + <key>http://purl.org/ee/digikey-fact-key#2168</key> <label>Number of Levels</label> <value>1</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1075</key> + <key>http://purl.org/ee/digikey-fact-key#1075</key> <label>Positions Per Level</label> <value>2</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#89</key> + <key>http://purl.org/ee/digikey-fact-key#89</key> <label>Pitch</label> <value>0.100" (2.54mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#802</key> + <key>http://purl.org/ee/digikey-fact-key#802</key> <label>Mating Orientation</label> <value>Horizontal with Board</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2155</key> + <key>http://purl.org/ee/digikey-fact-key#2155</key> <label>Current</label> <value>6A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2191</key> + <key>http://purl.org/ee/digikey-fact-key#2191</key> <label>Voltage</label> <value>160V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#78</key> + <key>http://purl.org/ee/digikey-fact-key#78</key> <label>Wire Gauge</label> <value>20-26 AWG</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1487</key> + <key>http://purl.org/ee/digikey-fact-key#1487</key> <label>Wire Termination</label> <value>Screwless - Spring Cage, Tension Clamp</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Board Guide, Solder Retention</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#37</key> + <key>http://purl.org/ee/digikey-fact-key#37</key> <label>Color</label> <value>Black</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-40°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1330</key> - <label>Housing Material</label> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> <value>Liquid Crystal Polymer (LCP), Glass Filled</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1482</key> + <key>http://purl.org/ee/digikey-fact-key#1482</key> <label>Contact Material - Plating</label> <value>Copper Alloy - Tin Plated</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1483</key> + <key>http://purl.org/ee/digikey-fact-key#1483</key> <label>Clamp Material - Plating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1484</key> + <key>http://purl.org/ee/digikey-fact-key#1484</key> <label>Screw Material - Plating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1485</key> + <key>http://purl.org/ee/digikey-fact-key#1485</key> <label>Torque - Screw</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1486</key> + <key>http://purl.org/ee/digikey-fact-key#1486</key> <label>Screw Thread</label> <value>-</value> </fact> @@ -140,32 +123,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="1.05" currency="USD"/> + <amount value="1.05"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.926" currency="USD"/> + <amount value="0.926"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="0.8712" currency="USD"/> + <amount value="0.8712"/> </price-break> <price-break> <quantity>50</quantity> - <amount value="0.835" currency="USD"/> + <amount value="0.835"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.7986" currency="USD"/> + <amount value="0.7986"/> </price-break> <price-break> <quantity>250</quantity> - <amount value="0.726" currency="USD"/> + <amount value="0.726"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#1195-3662-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>TERM BLK 8P SIDE ENT 2.54MM SMD</description> <links> <link url="https://www.digikey.com/product-detail/en/harting/14010813102000/1195-3662-1-ND/4834972" relation="canonical" media-type="text/html"/> @@ -182,107 +165,104 @@ <value>1195-3662-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2168</key> + <key>http://purl.org/ee/digikey-fact-key#2168</key> <label>Number of Levels</label> <value>1</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1075</key> + <key>http://purl.org/ee/digikey-fact-key#1075</key> <label>Positions Per Level</label> <value>8</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#89</key> + <key>http://purl.org/ee/digikey-fact-key#89</key> <label>Pitch</label> <value>0.100" (2.54mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#802</key> + <key>http://purl.org/ee/digikey-fact-key#802</key> <label>Mating Orientation</label> <value>Horizontal with Board</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2155</key> + <key>http://purl.org/ee/digikey-fact-key#2155</key> <label>Current</label> <value>6A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2191</key> + <key>http://purl.org/ee/digikey-fact-key#2191</key> <label>Voltage</label> <value>160V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#78</key> + <key>http://purl.org/ee/digikey-fact-key#78</key> <label>Wire Gauge</label> <value>20-26 AWG</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1487</key> + <key>http://purl.org/ee/digikey-fact-key#1487</key> <label>Wire Termination</label> <value>Screwless - Spring Cage, Tension Clamp</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Board Guide, Solder Retention</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#37</key> + <key>http://purl.org/ee/digikey-fact-key#37</key> <label>Color</label> <value>Black</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-40°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1330</key> - <label>Housing Material</label> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> <value>Liquid Crystal Polymer (LCP), Glass Filled</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1482</key> + <key>http://purl.org/ee/digikey-fact-key#1482</key> <label>Contact Material - Plating</label> <value>Copper Alloy - Tin Plated</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1483</key> + <key>http://purl.org/ee/digikey-fact-key#1483</key> <label>Clamp Material - Plating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1484</key> + <key>http://purl.org/ee/digikey-fact-key#1484</key> <label>Screw Material - Plating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1485</key> + <key>http://purl.org/ee/digikey-fact-key#1485</key> <label>Torque - Screw</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1486</key> + <key>http://purl.org/ee/digikey-fact-key#1486</key> <label>Screw Thread</label> <value>-</value> </fact> @@ -290,32 +270,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="2.11" currency="USD"/> + <amount value="2.11"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="1.913" currency="USD"/> + <amount value="1.913"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="1.7964" currency="USD"/> + <amount value="1.7964"/> </price-break> <price-break> <quantity>50</quantity> - <amount value="1.7182" currency="USD"/> + <amount value="1.7182"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="1.6401" currency="USD"/> + <amount value="1.6401"/> </price-break> <price-break> <quantity>250</quantity> - <amount value="1.48392" currency="USD"/> + <amount value="1.48392"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#1195-3666-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>TERM BLK 12P SIDE ENT 2.54MM SMD</description> <links> <link url="https://www.digikey.com/product-detail/en/harting/14011213102000/1195-3666-1-ND/4834964" relation="canonical" media-type="text/html"/> @@ -332,107 +312,104 @@ <value>1195-3666-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2168</key> + <key>http://purl.org/ee/digikey-fact-key#2168</key> <label>Number of Levels</label> <value>1</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1075</key> + <key>http://purl.org/ee/digikey-fact-key#1075</key> <label>Positions Per Level</label> <value>12</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#89</key> + <key>http://purl.org/ee/digikey-fact-key#89</key> <label>Pitch</label> <value>0.100" (2.54mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#802</key> + <key>http://purl.org/ee/digikey-fact-key#802</key> <label>Mating Orientation</label> <value>Horizontal with Board</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2155</key> + <key>http://purl.org/ee/digikey-fact-key#2155</key> <label>Current</label> <value>6A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2191</key> + <key>http://purl.org/ee/digikey-fact-key#2191</key> <label>Voltage</label> <value>160V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#78</key> + <key>http://purl.org/ee/digikey-fact-key#78</key> <label>Wire Gauge</label> <value>20-26 AWG</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1487</key> + <key>http://purl.org/ee/digikey-fact-key#1487</key> <label>Wire Termination</label> <value>Screwless - Spring Cage, Tension Clamp</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Board Guide, Solder Retention</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#37</key> + <key>http://purl.org/ee/digikey-fact-key#37</key> <label>Color</label> <value>Black</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-40°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1330</key> - <label>Housing Material</label> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> <value>Liquid Crystal Polymer (LCP), Glass Filled</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1482</key> + <key>http://purl.org/ee/digikey-fact-key#1482</key> <label>Contact Material - Plating</label> <value>Copper Alloy - Tin Plated</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1483</key> + <key>http://purl.org/ee/digikey-fact-key#1483</key> <label>Clamp Material - Plating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1484</key> + <key>http://purl.org/ee/digikey-fact-key#1484</key> <label>Screw Material - Plating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1485</key> + <key>http://purl.org/ee/digikey-fact-key#1485</key> <label>Torque - Screw</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1486</key> + <key>http://purl.org/ee/digikey-fact-key#1486</key> <label>Screw Thread</label> <value>-</value> </fact> @@ -440,32 +417,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="3.74" currency="USD"/> + <amount value="3.74"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="3.59" currency="USD"/> + <amount value="3.59"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="3.2912" currency="USD"/> + <amount value="3.2912"/> </price-break> <price-break> <quantity>50</quantity> - <amount value="3.1416" currency="USD"/> + <amount value="3.1416"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="2.992" currency="USD"/> + <amount value="2.992"/> </price-break> <price-break> <quantity>250</quantity> - <amount value="2.618" currency="USD"/> + <amount value="2.618"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#1276-3970-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>RES SMD 270 OHM 1% 1/16W 0402</description> <links> <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> @@ -483,82 +460,79 @@ <value>1276-3970-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2085</key> + <key>http://purl.org/ee/digikey-fact-key#2085</key> <label>Resistance</label> <value>270 Ohms</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±1%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2</key> + <key>http://purl.org/ee/digikey-fact-key#2</key> <label>Power (Watts)</label> <value>0.063W, 1/16W</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#174</key> + <key>http://purl.org/ee/digikey-fact-key#174</key> <label>Composition</label> <value>Thick Film</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Moisture Resistant</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>±100ppm/°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 155°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0402 (1005 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>0402</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>0.016" (0.40mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1127</key> + <key>http://purl.org/ee/digikey-fact-key#1127</key> <label>Number of Terminations</label> <value>2</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1531</key> + <key>http://purl.org/ee/digikey-fact-key#1531</key> <label>Failure Rate</label> <value>-</value> </fact> @@ -566,32 +540,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.1" currency="USD"/> + <amount value="0.1"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.02" currency="USD"/> + <amount value="0.02"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.0083" currency="USD"/> + <amount value="0.0083"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.00373" currency="USD"/> + <amount value="0.00373"/> </price-break> <price-break> <quantity>2500</quantity> - <amount value="0.00324" currency="USD"/> + <amount value="0.00324"/> </price-break> <price-break> <quantity>5000</quantity> - <amount value="0.00267" currency="USD"/> + <amount value="0.00267"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#1276-6468-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>CAP CER 0.1UF 50V X7R 0805</description> <links> <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL21B104KBFNNNG/1276-6468-1-ND/5958096" relation="canonical" media-type="text/html"/> @@ -601,7 +575,7 @@ <link url="https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL_Series_MLCC_ds.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL Series, MLCC Datasheet"/> <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/high-cap-mlcc-family?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Cap MLCC Family"/> <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/soft-termination-mlcc?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Soft Termination MLCC"/> - <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_MLCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: MLCC RoHS 2 Compliance"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fcert%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2019%2F%2F03%2F%2F07&fileName=RoHS_compliance_MLCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: MLCC RoHS Compliance"/> <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/multi-layer-ceramic-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multi-Layer Ceramic Capacitors"/> <link url="https://www.digikey.com/en/datasheets/samsung-electro-mechanics/samsung-electro-mechanics-cl_series_mlcc_ds" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: CL Series, MLCC Datasheet"/> <link url="/catalog/en/partgroup/cl-series-general-purpose/36881?mpart=CL21B104KBFNNNG&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CL Series, General Purpose"/> @@ -614,92 +588,89 @@ <value>1276-6468-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2049</key> + <key>http://purl.org/ee/digikey-fact-key#2049</key> <label>Capacitance</label> <value>0.1µF</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±10%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#14</key> + <key>http://purl.org/ee/digikey-fact-key#14</key> <label>Voltage - Rated</label> <value>50V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>X7R</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#707</key> + <key>http://purl.org/ee/digikey-fact-key#707</key> <label>Ratings</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#405</key> + <key>http://purl.org/ee/digikey-fact-key#405</key> <label>Applications</label> <value>General Purpose</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount, MLCC</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0805 (2012 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1501</key> + <key>http://purl.org/ee/digikey-fact-key#1501</key> <label>Thickness (Max)</label> <value>0.053" (1.35mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#508</key> + <key>http://purl.org/ee/digikey-fact-key#508</key> <label>Lead Spacing</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#4</key> + <key>http://purl.org/ee/digikey-fact-key#4</key> <label>Lead Style</label> <value>-</value> </fact> @@ -707,28 +678,28 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.1" currency="USD"/> + <amount value="0.1"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.06" currency="USD"/> + <amount value="0.06"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.0266" currency="USD"/> + <amount value="0.0266"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.01902" currency="USD"/> + <amount value="0.01902"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.01495" currency="USD"/> + <amount value="0.01495"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#296-22055-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>SENSOR DIGITAL -40C-125C SOT563</description> <links> <link url="https://www.digikey.com/product-detail/en/texas-instruments/TMP102AIDRLT/296-22055-1-ND/1649890" relation="canonical" media-type="text/html"/> @@ -741,6 +712,7 @@ <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20181022003.0.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP302/102 Datasheet Chg 24/Oct/2018"/> <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20190108000.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 23/Jan/2019"/> <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TMP102AIDRLT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TMP102AIDRLT Specifications"/> + <link url="https://www.digikey.com/en/resources/design-tools/kicad" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Available In the Digi-Key KiCad Library"/> <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=296-22055-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> <link url="/catalog/en/partgroup/tmp102/59048?mpart=TMP102AIDRLT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: TMP102"/> </links> @@ -752,82 +724,79 @@ <value>296-22055-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#345</key> + <key>http://purl.org/ee/digikey-fact-key#345</key> <label>Sensor Type</label> <value>Digital, Local</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1847</key> + <key>http://purl.org/ee/digikey-fact-key#1847</key> <label>Sensing Temperature - Local</label> <value>-40°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1848</key> + <key>http://purl.org/ee/digikey-fact-key#1848</key> <label>Sensing Temperature - Remote</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#41</key> + <key>http://purl.org/ee/digikey-fact-key#41</key> <label>Output Type</label> <value>I²C/SMBus</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#276</key> + <key>http://purl.org/ee/digikey-fact-key#276</key> <label>Voltage - Supply</label> <value>1.4V ~ 3.6V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#688</key> + <key>http://purl.org/ee/digikey-fact-key#688</key> <label>Resolution</label> <value>11 b</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>One-Shot, Output Switch, Shutdown Mode</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1846</key> + <key>http://purl.org/ee/digikey-fact-key#1846</key> <label>Accuracy - Highest (Lowest)</label> <value>±2°C (±3°C)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1602</key> + <key>http://purl.org/ee/digikey-fact-key#1602</key> <label>Test Condition</label> <value>-25°C ~ 85°C (-40°C ~ 125°C)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 150°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>SOT-563, SOT-666</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>SOT-563</value> </fact> @@ -835,25 +804,25 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="2.06" currency="USD"/> + <amount value="2.06"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="1.67" currency="USD"/> + <amount value="1.67"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="1.336" currency="USD"/> + <amount value="1.336"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="1.1132" currency="USD"/> + <amount value="1.1132"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#296-44151-1-ND"> - <supplier>https://digikey.com</supplier> - <description>IC REG BUCK ADJ 2A SYNC SOT23-6</description> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>IC REG BUCK ADJ 2A TSOT23-6</description> <links> <link url="https://www.digikey.com/product-detail/en/texas-instruments/TPS54202DDCT/296-44151-1-ND/6021980" relation="canonical" media-type="text/html"/> <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftps54202" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TPS54202 Datasheet"/> @@ -872,97 +841,94 @@ <value>296-44151-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#110</key> + <key>http://purl.org/ee/digikey-fact-key#110</key> <label>Function</label> <value>Step-Down</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#255</key> + <key>http://purl.org/ee/digikey-fact-key#255</key> <label>Output Configuration</label> <value>Positive</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1098</key> + <key>http://purl.org/ee/digikey-fact-key#1098</key> <label>Topology</label> <value>Buck</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#41</key> + <key>http://purl.org/ee/digikey-fact-key#41</key> <label>Output Type</label> <value>Adjustable</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#87</key> + <key>http://purl.org/ee/digikey-fact-key#87</key> <label>Number of Outputs</label> <value>1</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1471</key> + <key>http://purl.org/ee/digikey-fact-key#1471</key> <label>Voltage - Input (Min)</label> <value>4.5V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#573</key> + <key>http://purl.org/ee/digikey-fact-key#573</key> <label>Voltage - Input (Max)</label> <value>28V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1779</key> + <key>http://purl.org/ee/digikey-fact-key#1779</key> <label>Voltage - Output (Min/Fixed)</label> <value>0.596V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1429</key> + <key>http://purl.org/ee/digikey-fact-key#1429</key> <label>Voltage - Output (Max)</label> <value>28V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#129</key> + <key>http://purl.org/ee/digikey-fact-key#129</key> <label>Current - Output</label> <value>2A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#384</key> + <key>http://purl.org/ee/digikey-fact-key#384</key> <label>Frequency - Switching</label> <value>500kHz</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1320</key> + <key>http://purl.org/ee/digikey-fact-key#1320</key> <label>Synchronous Rectifier</label> <value>Yes</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-40°C ~ 125°C (TJ)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>SOT-23-6 Thin, TSOT-23-6</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>TSOT-23-6</value> </fact> @@ -970,26 +936,27 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="2.03" currency="USD"/> + <amount value="2.03"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="1.83" currency="USD"/> + <amount value="1.83"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="1.4775" currency="USD"/> + <amount value="1.4775"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#490-10511-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>CAP CER 22UF 10V X5R 0805</description> <links> <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61A226ME51L/490-10511-1-ND/5026441" relation="canonical" media-type="text/html"/> <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR61A226ME51-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM21BR61A226ME51x Ref Sheet"/> <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-cap-multilayer-ceramic-capacitors?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High-Cap Multilayer Ceramic Capacitors"/> <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-capacitance-hi-cap-mlcc?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Capacitance (Hi-Cap) MLCC"/> <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM21BR61A226ME51L%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM21BR61A226ME51L SimSurfing Design Tool"/> <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> @@ -1004,92 +971,89 @@ <value>490-10511-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Not For New Designs</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2049</key> + <key>http://purl.org/ee/digikey-fact-key#2049</key> <label>Capacitance</label> <value>22µF</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±20%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#14</key> + <key>http://purl.org/ee/digikey-fact-key#14</key> <label>Voltage - Rated</label> <value>10V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>X5R</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 85°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#707</key> + <key>http://purl.org/ee/digikey-fact-key#707</key> <label>Ratings</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#405</key> + <key>http://purl.org/ee/digikey-fact-key#405</key> <label>Applications</label> <value>General Purpose</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount, MLCC</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0805 (2012 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1501</key> + <key>http://purl.org/ee/digikey-fact-key#1501</key> <label>Thickness (Max)</label> <value>0.055" (1.40mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#508</key> + <key>http://purl.org/ee/digikey-fact-key#508</key> <label>Lead Spacing</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#4</key> + <key>http://purl.org/ee/digikey-fact-key#4</key> <label>Lead Style</label> <value>-</value> </fact> @@ -1097,28 +1061,28 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.35" currency="USD"/> + <amount value="0.35"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.239" currency="USD"/> + <amount value="0.239"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.1353" currency="USD"/> + <amount value="0.1353"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.0955" currency="USD"/> + <amount value="0.0955"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.08356" currency="USD"/> + <amount value="0.08356"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#490-5951-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>CAP CER 75PF 50V C0G/NP0 0402</description> <links> <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM1555C1H750JA01D/490-5951-1-ND/3721308" relation="canonical" media-type="text/html"/> @@ -1139,92 +1103,89 @@ <value>490-5951-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Not For New Designs</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2049</key> + <key>http://purl.org/ee/digikey-fact-key#2049</key> <label>Capacitance</label> <value>75pF</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±5%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#14</key> + <key>http://purl.org/ee/digikey-fact-key#14</key> <label>Voltage - Rated</label> <value>50V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>C0G, NP0</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#707</key> + <key>http://purl.org/ee/digikey-fact-key#707</key> <label>Ratings</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#405</key> + <key>http://purl.org/ee/digikey-fact-key#405</key> <label>Applications</label> <value>General Purpose</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount, MLCC</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0402 (1005 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1501</key> + <key>http://purl.org/ee/digikey-fact-key#1501</key> <label>Thickness (Max)</label> <value>0.022" (0.55mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#508</key> + <key>http://purl.org/ee/digikey-fact-key#508</key> <label>Lead Spacing</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#4</key> + <key>http://purl.org/ee/digikey-fact-key#4</key> <label>Lead Style</label> <value>-</value> </fact> @@ -1232,36 +1193,36 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.1" currency="USD"/> + <amount value="0.1"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.06" currency="USD"/> + <amount value="0.06"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.0265" currency="USD"/> + <amount value="0.0265"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.01894" currency="USD"/> + <amount value="0.01894"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.01488" currency="USD"/> + <amount value="0.01488"/> </price-break> <price-break> <quantity>2500</quantity> - <amount value="0.01352" currency="USD"/> + <amount value="0.01352"/> </price-break> <price-break> <quantity>5000</quantity> - <amount value="0.01244" currency="USD"/> + <amount value="0.01244"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#541-100KLCT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>RES SMD 100K OHM 1% 1/16W 0402</description> <links> <link url="https://www.digikey.com/product-detail/en/vishay-dale/CRCW0402100KFKED/541-100KLCT-ND/1183351" relation="canonical" media-type="text/html"/> @@ -1278,82 +1239,79 @@ <value>541-100KLCT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2085</key> + <key>http://purl.org/ee/digikey-fact-key#2085</key> <label>Resistance</label> <value>100 kOhms</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±1%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2</key> + <key>http://purl.org/ee/digikey-fact-key#2</key> <label>Power (Watts)</label> <value>0.063W, 1/16W</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#174</key> + <key>http://purl.org/ee/digikey-fact-key#174</key> <label>Composition</label> <value>Thick Film</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Automotive AEC-Q200</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>±100ppm/°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 155°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0402 (1005 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>0402</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>0.016" (0.40mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1127</key> + <key>http://purl.org/ee/digikey-fact-key#1127</key> <label>Number of Terminations</label> <value>2</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1531</key> + <key>http://purl.org/ee/digikey-fact-key#1531</key> <label>Failure Rate</label> <value>-</value> </fact> @@ -1361,32 +1319,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.1" currency="USD"/> + <amount value="0.1"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.044" currency="USD"/> + <amount value="0.042"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.0178" currency="USD"/> + <amount value="0.017"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.00802" currency="USD"/> + <amount value="0.00765"/> </price-break> <price-break> <quantity>2500</quantity> - <amount value="0.00696" currency="USD"/> + <amount value="0.00664"/> </price-break> <price-break> <quantity>5000</quantity> - <amount value="0.00575" currency="USD"/> + <amount value="0.00549"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#587-2973-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>FIXED IND 15UH 2.4A 65 MOHM SMD</description> <links> <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/NRS8040T150MJGJ/587-2973-1-ND/2666078" relation="canonical" media-type="text/html"/> @@ -1406,107 +1364,104 @@ <value>587-2973-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#183</key> + <key>http://purl.org/ee/digikey-fact-key#183</key> <label>Type</label> <value>Wirewound</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1221</key> + <key>http://purl.org/ee/digikey-fact-key#1221</key> <label>Material - Core</label> <value>Ferrite</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2087</key> + <key>http://purl.org/ee/digikey-fact-key#2087</key> <label>Inductance</label> <value>15µH</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±20%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2088</key> + <key>http://purl.org/ee/digikey-fact-key#2088</key> <label>Current Rating (Amps)</label> <value>2.4A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1219</key> + <key>http://purl.org/ee/digikey-fact-key#1219</key> <label>Current - Saturation</label> <value>2.9A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#80</key> + <key>http://purl.org/ee/digikey-fact-key#80</key> <label>Shielding</label> <value>Shielded</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#314</key> + <key>http://purl.org/ee/digikey-fact-key#314</key> <label>DC Resistance (DCR)</label> - <value>65 mOhm Max</value> + <value>65mOhm Max</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#705</key> + <key>http://purl.org/ee/digikey-fact-key#705</key> <label>Q @ Freq</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#706</key> + <key>http://purl.org/ee/digikey-fact-key#706</key> <label>Frequency - Self Resonant</label> <value>16MHz</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#707</key> + <key>http://purl.org/ee/digikey-fact-key#707</key> <label>Ratings</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-25°C ~ 125°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1222</key> + <key>http://purl.org/ee/digikey-fact-key#1222</key> <label>Inductance Frequency - Test</label> <value>100kHz</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>Nonstandard</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.315" L x 0.315" W (8.00mm x 8.00mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>0.157" (4.00mm)</value> </fact> @@ -1514,24 +1469,24 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.51" currency="USD"/> + <amount value="0.51"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.444" currency="USD"/> + <amount value="0.444"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.3171" currency="USD"/> + <amount value="0.3171"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.26638" currency="USD"/> + <amount value="0.26638"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#587-4893-1-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>CAP CER 10UF 35V X5R 0805</description> <links> <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/GMK212BBJ106KG-T/587-4893-1-ND/6563736" relation="canonical" media-type="text/html"/> @@ -1548,97 +1503,94 @@ <value>587-4893-1-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2049</key> + <key>http://purl.org/ee/digikey-fact-key#2049</key> <label>Capacitance</label> <value>10µF</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±10%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#14</key> + <key>http://purl.org/ee/digikey-fact-key#14</key> <label>Voltage - Rated</label> <value>35V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>X5R</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 85°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#707</key> + <key>http://purl.org/ee/digikey-fact-key#707</key> <label>Ratings</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#405</key> + <key>http://purl.org/ee/digikey-fact-key#405</key> <label>Applications</label> <value>SMPS Filtering</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1531</key> + <key>http://purl.org/ee/digikey-fact-key#1531</key> <label>Failure Rate</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount, MLCC</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0805 (2012 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1501</key> + <key>http://purl.org/ee/digikey-fact-key#1501</key> <label>Thickness (Max)</label> <value>0.057" (1.45mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#508</key> + <key>http://purl.org/ee/digikey-fact-key#508</key> <label>Lead Spacing</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#4</key> + <key>http://purl.org/ee/digikey-fact-key#4</key> <label>Lead Style</label> <value>-</value> </fact> @@ -1646,28 +1598,28 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.85" currency="USD"/> + <amount value="0.85"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.603" currency="USD"/> + <amount value="0.603"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.3968" currency="USD"/> + <amount value="0.3968"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.29396" currency="USD"/> + <amount value="0.29396"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.24986" currency="USD"/> + <amount value="0.24986"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>DIODE ZENER 3.3V 200MW SOD323</description> <links> <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> @@ -1683,62 +1635,59 @@ <value>BZX384C3V3-E3-08GICT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#920</key> + <key>http://purl.org/ee/digikey-fact-key#920</key> <label>Voltage - Zener (Nom) (Vz)</label> <value>3.3V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±5%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2109</key> + <key>http://purl.org/ee/digikey-fact-key#2109</key> <label>Power - Max</label> <value>200mW</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#921</key> + <key>http://purl.org/ee/digikey-fact-key#921</key> <label>Impedance (Max) (Zzt)</label> <value>95 Ohms</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2269</key> + <key>http://purl.org/ee/digikey-fact-key#2269</key> <label>Current - Reverse Leakage @ Vr</label> <value>5µA @ 1V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 150°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>SC-76, SOD-323</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>SOD-323</value> </fact> @@ -1746,41 +1695,41 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.26" currency="USD"/> + <amount value="0.24"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.213" currency="USD"/> + <amount value="0.203"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="0.1796" currency="USD"/> + <amount value="0.1712"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.1153" currency="USD"/> + <amount value="0.11"/> </price-break> <price-break> <quantity>250</quantity> - <amount value="0.08992" currency="USD"/> + <amount value="0.08584"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.07726" currency="USD"/> + <amount value="0.07378"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.0539" currency="USD"/> + <amount value="0.05154"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>MOSFET N-CH 20V 6.4A SOT23</description> <links> <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> - <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> @@ -1794,97 +1743,94 @@ <value>DMN2041L-7DICT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#606</key> + <key>http://purl.org/ee/digikey-fact-key#606</key> <label>FET Type</label> <value>N-Channel</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#570</key> + <key>http://purl.org/ee/digikey-fact-key#570</key> <label>Technology</label> <value>MOSFET (Metal Oxide)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2068</key> + <key>http://purl.org/ee/digikey-fact-key#2068</key> <label>Drain to Source Voltage (Vdss)</label> <value>20V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#608</key> + <key>http://purl.org/ee/digikey-fact-key#608</key> <label>Current - Continuous Drain (Id) @ 25°C</label> <value>6.4A (Ta)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1993</key> + <key>http://purl.org/ee/digikey-fact-key#1993</key> <label>Drive Voltage (Max Rds On, Min Rds On)</label> <value>2.5V, 4.5V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#612</key> + <key>http://purl.org/ee/digikey-fact-key#612</key> <label>Rds On (Max) @ Id, Vgs</label> - <value>28 mOhm @ 6A, 4.5V</value> + <value>28mOhm @ 6A, 4.5V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1236</key> + <key>http://purl.org/ee/digikey-fact-key#1236</key> <label>Vgs(th) (Max) @ Id</label> <value>1.2V @ 250µA</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2262</key> + <key>http://purl.org/ee/digikey-fact-key#2262</key> <label>Gate Charge (Qg) (Max) @ Vgs</label> <value>15.6nC @ 10V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1994</key> + <key>http://purl.org/ee/digikey-fact-key#1994</key> <label>Vgs (Max)</label> <value>±12V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2263</key> + <key>http://purl.org/ee/digikey-fact-key#2263</key> <label>Input Capacitance (Ciss) (Max) @ Vds</label> <value>550pF @ 10V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#959</key> + <key>http://purl.org/ee/digikey-fact-key#959</key> <label>FET Feature</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1174</key> + <key>http://purl.org/ee/digikey-fact-key#1174</key> <label>Power Dissipation (Max)</label> <value>780mW (Ta)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 150°C (TJ)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>SOT-23-3</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>TO-236-3, SC-59, SOT-23-3</value> </fact> @@ -1892,33 +1838,33 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.49" currency="USD"/> + <amount value="0.49"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.351" currency="USD"/> + <amount value="0.351"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.2336" currency="USD"/> + <amount value="0.2336"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.14184" currency="USD"/> + <amount value="0.14184"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.11124" currency="USD"/> + <amount value="0.11124"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#DMP3056L-7DICT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>MOSFET P-CH 30V 4.3A SOT23</description> <links> <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMP3056L-7/DMP3056L-7DICT-ND/5126873" relation="canonical" media-type="text/html"/> <link url="https://www.diodes.com/assets/Datasheets/DMP3056L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMP3056L"/> - <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2374_Rev1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Assembly Add 7/Dec/2018"/> <link url="/catalog/en/partgroup/p-channel-mosfet-metal-oxide/16451?mpart=DMP3056L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: P-Channel MOSFET (Metal Oxide)"/> </links> @@ -1930,97 +1876,94 @@ <value>DMP3056L-7DICT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#606</key> + <key>http://purl.org/ee/digikey-fact-key#606</key> <label>FET Type</label> <value>P-Channel</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#570</key> + <key>http://purl.org/ee/digikey-fact-key#570</key> <label>Technology</label> <value>MOSFET (Metal Oxide)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2068</key> + <key>http://purl.org/ee/digikey-fact-key#2068</key> <label>Drain to Source Voltage (Vdss)</label> <value>30V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#608</key> + <key>http://purl.org/ee/digikey-fact-key#608</key> <label>Current - Continuous Drain (Id) @ 25°C</label> <value>4.3A (Ta)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1993</key> + <key>http://purl.org/ee/digikey-fact-key#1993</key> <label>Drive Voltage (Max Rds On, Min Rds On)</label> <value>4.5V, 10V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#612</key> + <key>http://purl.org/ee/digikey-fact-key#612</key> <label>Rds On (Max) @ Id, Vgs</label> - <value>50 mOhm @ 6A, 10V</value> + <value>50mOhm @ 6A, 10V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1236</key> + <key>http://purl.org/ee/digikey-fact-key#1236</key> <label>Vgs(th) (Max) @ Id</label> <value>2.1V @ 250µA</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2262</key> + <key>http://purl.org/ee/digikey-fact-key#2262</key> <label>Gate Charge (Qg) (Max) @ Vgs</label> <value>11.8nC @ 10V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1994</key> + <key>http://purl.org/ee/digikey-fact-key#1994</key> <label>Vgs (Max)</label> <value>±25V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2263</key> + <key>http://purl.org/ee/digikey-fact-key#2263</key> <label>Input Capacitance (Ciss) (Max) @ Vds</label> <value>642pF @ 25V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#959</key> + <key>http://purl.org/ee/digikey-fact-key#959</key> <label>FET Feature</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1174</key> + <key>http://purl.org/ee/digikey-fact-key#1174</key> <label>Power Dissipation (Max)</label> <value>1.38W (Ta)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 150°C (TJ)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>SOT-23</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>TO-236-3, SC-59, SOT-23-3</value> </fact> @@ -2028,28 +1971,28 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.5" currency="USD"/> + <amount value="0.5"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.395" currency="USD"/> + <amount value="0.395"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.2753" currency="USD"/> + <amount value="0.2753"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.19306" currency="USD"/> + <amount value="0.19306"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.1482" currency="USD"/> + <amount value="0.1482"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#L62301CT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>LED RED DIFFUSED 1206 SMD</description> <links> <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> @@ -2066,107 +2009,104 @@ <value>L62301CT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#37</key> + <key>http://purl.org/ee/digikey-fact-key#37</key> <label>Color</label> <value>Red</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#207</key> + <key>http://purl.org/ee/digikey-fact-key#207</key> <label>Configuration</label> <value>Standard</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#525</key> + <key>http://purl.org/ee/digikey-fact-key#525</key> <label>Lens Color</label> <value>Red</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1843</key> + <key>http://purl.org/ee/digikey-fact-key#1843</key> <label>Lens Transparency</label> <value>Diffused</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#206</key> + <key>http://purl.org/ee/digikey-fact-key#206</key> <label>Millicandela Rating</label> <value>4mcd</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2028</key> + <key>http://purl.org/ee/digikey-fact-key#2028</key> <label>Lens Style</label> <value>Rectangle with Flat Top</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2029</key> + <key>http://purl.org/ee/digikey-fact-key#2029</key> <label>Lens Size</label> <value>2.00mm x 1.50mm</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#319</key> + <key>http://purl.org/ee/digikey-fact-key#319</key> <label>Voltage - Forward (Vf) (Typ)</label> <value>2V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#543</key> + <key>http://purl.org/ee/digikey-fact-key#543</key> <label>Current - Test</label> <value>20mA</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#551</key> + <key>http://purl.org/ee/digikey-fact-key#551</key> <label>Viewing Angle</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#969</key> + <key>http://purl.org/ee/digikey-fact-key#969</key> <label>Wavelength - Dominant</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#968</key> + <key>http://purl.org/ee/digikey-fact-key#968</key> <label>Wavelength - Peak</label> <value>640nm</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>1206 (3216 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>1206</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>3.20mm L x 1.50mm W</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#966</key> + <key>http://purl.org/ee/digikey-fact-key#966</key> <label>Height (Max)</label> <value>1.30mm</value> </fact> @@ -2174,36 +2114,36 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.47" currency="USD"/> + <amount value="0.47"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.34" currency="USD"/> + <amount value="0.34"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="0.2772" currency="USD"/> + <amount value="0.2772"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.2218" currency="USD"/> + <amount value="0.2218"/> </price-break> <price-break> <quantity>250</quantity> - <amount value="0.18712" currency="USD"/> + <amount value="0.18712"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.1594" currency="USD"/> + <amount value="0.1594"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.12474" currency="USD"/> + <amount value="0.12474"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#L62305CT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>LED GREEN DIFFUSED 1206 SMD</description> <links> <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VGD-TR8/L62305CT-ND/254925" relation="canonical" media-type="text/html"/> @@ -2220,107 +2160,104 @@ <value>L62305CT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#37</key> + <key>http://purl.org/ee/digikey-fact-key#37</key> <label>Color</label> <value>Green</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#207</key> + <key>http://purl.org/ee/digikey-fact-key#207</key> <label>Configuration</label> <value>Standard</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#525</key> + <key>http://purl.org/ee/digikey-fact-key#525</key> <label>Lens Color</label> <value>Green</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1843</key> + <key>http://purl.org/ee/digikey-fact-key#1843</key> <label>Lens Transparency</label> <value>Diffused</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#206</key> + <key>http://purl.org/ee/digikey-fact-key#206</key> <label>Millicandela Rating</label> <value>6.5mcd</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2028</key> + <key>http://purl.org/ee/digikey-fact-key#2028</key> <label>Lens Style</label> <value>Rectangle with Flat Top</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2029</key> + <key>http://purl.org/ee/digikey-fact-key#2029</key> <label>Lens Size</label> <value>2.00mm x 1.50mm</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#319</key> + <key>http://purl.org/ee/digikey-fact-key#319</key> <label>Voltage - Forward (Vf) (Typ)</label> <value>2.1V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#543</key> + <key>http://purl.org/ee/digikey-fact-key#543</key> <label>Current - Test</label> <value>20mA</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#551</key> + <key>http://purl.org/ee/digikey-fact-key#551</key> <label>Viewing Angle</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Surface Mount</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#969</key> + <key>http://purl.org/ee/digikey-fact-key#969</key> <label>Wavelength - Dominant</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#968</key> + <key>http://purl.org/ee/digikey-fact-key#968</key> <label>Wavelength - Peak</label> <value>570nm</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>1206 (3216 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>1206</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>3.20mm L x 1.50mm W</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#966</key> + <key>http://purl.org/ee/digikey-fact-key#966</key> <label>Height (Max)</label> <value>1.30mm</value> </fact> @@ -2328,36 +2265,36 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.47" currency="USD"/> + <amount value="0.47"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.34" currency="USD"/> + <amount value="0.34"/> </price-break> <price-break> <quantity>25</quantity> - <amount value="0.2772" currency="USD"/> + <amount value="0.2772"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.2218" currency="USD"/> + <amount value="0.2218"/> </price-break> <price-break> <quantity>250</quantity> - <amount value="0.18712" currency="USD"/> + <amount value="0.18712"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="0.1594" currency="USD"/> + <amount value="0.1594"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.12474" currency="USD"/> + <amount value="0.12474"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>RES 10K OHM 1% 1/16W 0402</description> <links> <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> @@ -2365,6 +2302,8 @@ <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> @@ -2377,82 +2316,79 @@ <value>RMCF0402FT10K0CT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2085</key> + <key>http://purl.org/ee/digikey-fact-key#2085</key> <label>Resistance</label> <value>10 kOhms</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±1%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2</key> + <key>http://purl.org/ee/digikey-fact-key#2</key> <label>Power (Watts)</label> <value>0.063W, 1/16W</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#174</key> + <key>http://purl.org/ee/digikey-fact-key#174</key> <label>Composition</label> <value>Thick Film</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Automotive AEC-Q200</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>±100ppm/°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 155°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0402 (1005 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>0402</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>0.016" (0.40mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1127</key> + <key>http://purl.org/ee/digikey-fact-key#1127</key> <label>Number of Terminations</label> <value>2</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1531</key> + <key>http://purl.org/ee/digikey-fact-key#1531</key> <label>Failure Rate</label> <value>-</value> </fact> @@ -2460,32 +2396,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.1" currency="USD"/> + <amount value="0.1"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.015" currency="USD"/> + <amount value="0.015"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.0061" currency="USD"/> + <amount value="0.0061"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.00275" currency="USD"/> + <amount value="0.00275"/> </price-break> <price-break> <quantity>2500</quantity> - <amount value="0.00239" currency="USD"/> + <amount value="0.00239"/> </price-break> <price-break> <quantity>5000</quantity> - <amount value="0.00198" currency="USD"/> + <amount value="0.00198"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#S6104-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>CONN HDR 40POS 0.1 TIN PCB</description> <links> <link url="https://www.digikey.com/product-detail/en/sullins-connector-solutions/PPTC202LFBN-RC/S6104-ND/807240" relation="canonical" media-type="text/html"/> @@ -2504,162 +2440,159 @@ <value>S6104-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Tray</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#28</key> + <key>http://purl.org/ee/digikey-fact-key#28</key> <label>Connector Type</label> <value>Header</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#512</key> + <key>http://purl.org/ee/digikey-fact-key#512</key> <label>Contact Type</label> <value>Female Socket</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#91</key> + <key>http://purl.org/ee/digikey-fact-key#91</key> <label>Style</label> <value>Board to Board</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#88</key> + <key>http://purl.org/ee/digikey-fact-key#88</key> <label>Number of Positions</label> <value>40</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#564</key> + <key>http://purl.org/ee/digikey-fact-key#564</key> <label>Number of Positions Loaded</label> <value>All</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1790</key> + <key>http://purl.org/ee/digikey-fact-key#1790</key> <label>Pitch - Mating</label> <value>0.100" (2.54mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2172</key> + <key>http://purl.org/ee/digikey-fact-key#2172</key> <label>Number of Rows</label> <value>2</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2024</key> + <key>http://purl.org/ee/digikey-fact-key#2024</key> <label>Row Spacing - Mating</label> <value>0.100" (2.54mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#69</key> + <key>http://purl.org/ee/digikey-fact-key#69</key> <label>Mounting Type</label> <value>Through Hole</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#589</key> + <key>http://purl.org/ee/digikey-fact-key#589</key> <label>Termination</label> <value>Solder</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#518</key> + <key>http://purl.org/ee/digikey-fact-key#518</key> <label>Fastening Type</label> <value>Push-Pull</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1791</key> + <key>http://purl.org/ee/digikey-fact-key#1791</key> <label>Contact Finish - Mating</label> <value>Tin</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1792</key> + <key>http://purl.org/ee/digikey-fact-key#1792</key> <label>Contact Finish Thickness - Mating</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1693</key> + <key>http://purl.org/ee/digikey-fact-key#1693</key> <label>Insulation Color</label> <value>Black</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2018</key> + <key>http://purl.org/ee/digikey-fact-key#2018</key> <label>Insulation Height</label> <value>0.335" (8.51mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2012</key> + <key>http://purl.org/ee/digikey-fact-key#2012</key> <label>Contact Length - Post</label> <value>0.126" (3.20mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-40°C ~ 105°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#903</key> + <key>http://purl.org/ee/digikey-fact-key#903</key> <label>Material Flammability Rating</label> <value>UL94 V-0</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1795</key> + <key>http://purl.org/ee/digikey-fact-key#1795</key> <label>Contact Finish - Post</label> <value>Tin</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1263</key> + <key>http://purl.org/ee/digikey-fact-key#1263</key> <label>Mated Stacking Heights</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#697</key> + <key>http://purl.org/ee/digikey-fact-key#697</key> <label>Ingress Protection</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#66</key> + <key>http://purl.org/ee/digikey-fact-key#66</key> <label>Current Rating (Amps)</label> <value>3A</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#63</key> + <key>http://purl.org/ee/digikey-fact-key#63</key> <label>Voltage Rating</label> <value>250V</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#405</key> + <key>http://purl.org/ee/digikey-fact-key#405</key> <label>Applications</label> <value>-</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2023</key> + <key>http://purl.org/ee/digikey-fact-key#2023</key> <label>Insulation Material</label> <value>Polyester</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2011</key> + <key>http://purl.org/ee/digikey-fact-key#2011</key> <label>Contact Shape</label> <value>Square</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1084</key> + <key>http://purl.org/ee/digikey-fact-key#1084</key> <label>Contact Material</label> <value>Phosphor Bronze</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1796</key> + <key>http://purl.org/ee/digikey-fact-key#1796</key> <label>Contact Finish Thickness - Post</label> <value>-</value> </fact> @@ -2667,32 +2600,32 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="2.29" currency="USD"/> + <amount value="2.29"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="2.075" currency="USD"/> + <amount value="2.075"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="1.7785" currency="USD"/> + <amount value="1.7785"/> </price-break> <price-break> <quantity>500</quantity> - <amount value="1.48208" currency="USD"/> + <amount value="1.48208"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="1.27035" currency="USD"/> + <amount value="1.27035"/> </price-break> <price-break> <quantity>5000</quantity> - <amount value="1.2233" currency="USD"/> + <amount value="1.2233"/> </price-break> </price-breaks> </part> <part uri="https://digikey.com/pn#YAG2974CT-ND"> - <supplier>https://digikey.com</supplier> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> <description>RES SMD 13.3K OHM 1% 1/16W 0402</description> <links> <link url="https://www.digikey.com/product-detail/en/yageo/RC0402FR-0713K3L/YAG2974CT-ND/5281839" relation="canonical" media-type="text/html"/> @@ -2710,82 +2643,79 @@ <value>YAG2974CT-ND</value> </supplier-part-number> </references> - <distributor-info> - <state>resolved</state> - </distributor-info> <facts> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#7</key> + <key>http://purl.org/ee/digikey-fact-key#7</key> <label>Packaging</label> <value>Cut Tape (CT)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1989</key> + <key>http://purl.org/ee/digikey-fact-key#1989</key> <label>Part Status</label> <value>Active</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2085</key> + <key>http://purl.org/ee/digikey-fact-key#2085</key> <label>Resistance</label> <value>13.3 kOhms</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#3</key> + <key>http://purl.org/ee/digikey-fact-key#3</key> <label>Tolerance</label> <value>±1%</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#2</key> + <key>http://purl.org/ee/digikey-fact-key#2</key> <label>Power (Watts)</label> <value>0.063W, 1/16W</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#174</key> + <key>http://purl.org/ee/digikey-fact-key#174</key> <label>Composition</label> <value>Thick Film</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#5</key> + <key>http://purl.org/ee/digikey-fact-key#5</key> <label>Features</label> <value>Moisture Resistant</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#17</key> + <key>http://purl.org/ee/digikey-fact-key#17</key> <label>Temperature Coefficient</label> <value>±100ppm/°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#252</key> + <key>http://purl.org/ee/digikey-fact-key#252</key> <label>Operating Temperature</label> <value>-55°C ~ 155°C</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#16</key> + <key>http://purl.org/ee/digikey-fact-key#16</key> <label>Package / Case</label> <value>0402 (1005 Metric)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1291</key> + <key>http://purl.org/ee/digikey-fact-key#1291</key> <label>Supplier Device Package</label> <value>0402</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#46</key> + <key>http://purl.org/ee/digikey-fact-key#46</key> <label>Size / Dimension</label> <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1500</key> + <key>http://purl.org/ee/digikey-fact-key#1500</key> <label>Height - Seated (Max)</label> <value>0.016" (0.40mm)</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1127</key> + <key>http://purl.org/ee/digikey-fact-key#1127</key> <label>Number of Terminations</label> <value>2</value> </fact> <fact> - <key>http://purl.org/trygvis/ee/digikey-fact-key#1531</key> + <key>http://purl.org/ee/digikey-fact-key#1531</key> <label>Failure Rate</label> <value>-</value> </fact> @@ -2793,27 +2723,27 @@ <price-breaks> <price-break> <quantity>1</quantity> - <amount value="0.1" currency="USD"/> + <amount value="0.1"/> </price-break> <price-break> <quantity>10</quantity> - <amount value="0.016" currency="USD"/> + <amount value="0.016"/> </price-break> <price-break> <quantity>100</quantity> - <amount value="0.007" currency="USD"/> + <amount value="0.007"/> </price-break> <price-break> <quantity>1000</quantity> - <amount value="0.00328" currency="USD"/> + <amount value="0.00328"/> </price-break> <price-break> <quantity>2500</quantity> - <amount value="0.00288" currency="USD"/> + <amount value="0.00288"/> </price-break> <price-break> <quantity>5000</quantity> - <amount value="0.00242" currency="USD"/> + <amount value="0.00242"/> </price-break> </price-breaks> </part> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/normalized.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/normalized.xml deleted file mode 100644 index e079f24..0000000 --- a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/normalized.xml +++ /dev/null @@ -1,1249 +0,0 @@ -<part-db> - <parts> - <part uri="S1MTR"> - <supplier>https://digikey.com</supplier> - <references> - <schematic-reference> - <reference>D1</reference> - </schematic-reference> - <part-number> - <value>S1MTR</value> - </part-number> - </references> - <distributor-info> - <state>too-many</state> - </distributor-info> - </part> - <part uri="https://digikey.com/pn#1195-3656-1-ND"> - <supplier>https://digikey.com</supplier> - <description>TERM BLK 2P SIDE ENT 2.54MM SMD</description> - <links> - <link url="https://www.digikey.com/product-detail/en/harting/14010213102000/1195-3656-1-ND/4834984" relation="canonical" media-type="text/html"/> - <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> - <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3656-1-ND&part_id=4834984" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> - <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14010213102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14010213102000.stp"/> - <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14010213102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> - </links> - <references> - <part-number> - <value>14010213102000</value> - </part-number> - <supplier-part-number> - <value>1195-3656-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>40</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="1.05" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.926" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="0.8712" currency="USD"/> - </price-break> - <price-break> - <quantity>50</quantity> - <amount value="0.835" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.7986" currency="USD"/> - </price-break> - <price-break> - <quantity>250</quantity> - <amount value="0.726" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#1195-3662-1-ND"> - <supplier>https://digikey.com</supplier> - <description>TERM BLK 8P SIDE ENT 2.54MM SMD</description> - <links> - <link url="https://www.digikey.com/product-detail/en/harting/14010813102000/1195-3662-1-ND/4834972" relation="canonical" media-type="text/html"/> - <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> - <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3662-1-ND&part_id=4834972" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> - <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14010813102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14010813102000.stp"/> - <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14010813102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> - </links> - <references> - <part-number> - <value>14010813102000</value> - </part-number> - <supplier-part-number> - <value>1195-3662-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>40</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="2.11" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="1.913" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="1.7964" currency="USD"/> - </price-break> - <price-break> - <quantity>50</quantity> - <amount value="1.7182" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="1.6401" currency="USD"/> - </price-break> - <price-break> - <quantity>250</quantity> - <amount value="1.48392" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#1195-3666-1-ND"> - <supplier>https://digikey.com</supplier> - <description>TERM BLK 12P SIDE ENT 2.54MM SMD</description> - <links> - <link url="https://www.digikey.com/product-detail/en/harting/14011213102000/1195-3666-1-ND/4834964" relation="canonical" media-type="text/html"/> - <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> - <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3666-1-ND&part_id=4834964" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> - <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14011213102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14011213102000.stp"/> - <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14011213102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> - </links> - <references> - <part-number> - <value>14011213102000</value> - </part-number> - <supplier-part-number> - <value>1195-3666-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>40</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="3.74" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="3.59" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="3.2912" currency="USD"/> - </price-break> - <price-break> - <quantity>50</quantity> - <amount value="3.1416" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="2.992" currency="USD"/> - </price-break> - <price-break> - <quantity>250</quantity> - <amount value="2.618" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#1276-3970-1-ND"> - <supplier>https://digikey.com</supplier> - <description>RES SMD 270 OHM 1% 1/16W 0402</description> - <links> - <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> - <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> - <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> - <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> - <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> - <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> - </links> - <references> - <part-number> - <value>RC1005F271CS</value> - </part-number> - <supplier-part-number> - <value>1276-3970-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±1%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#part-height</key> - <value>0.40</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.1" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.02" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.0083" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.00373" currency="USD"/> - </price-break> - <price-break> - <quantity>2500</quantity> - <amount value="0.00324" currency="USD"/> - </price-break> - <price-break> - <quantity>5000</quantity> - <amount value="0.00267" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#1276-6468-1-ND"> - <supplier>https://digikey.com</supplier> - <description>CAP CER 0.1UF 50V X7R 0805</description> - <links> - <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL21B104KBFNNNG/1276-6468-1-ND/5958096" relation="canonical" media-type="text/html"/> - <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/CL21B104KBFNNNG.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Spec"/> - <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2018/08/31/Data%20sheet_CL21B104KBFNNNG.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Characteristics"/> - <link url="http://www.samsungsem.com/kr/support/library/product-catalog/mlcc.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Catalog"/> - <link url="https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL_Series_MLCC_ds.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL Series, MLCC Datasheet"/> - <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/high-cap-mlcc-family?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Cap MLCC Family"/> - <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/soft-termination-mlcc?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Soft Termination MLCC"/> - <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_MLCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: MLCC RoHS 2 Compliance"/> - <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/multi-layer-ceramic-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multi-Layer Ceramic Capacitors"/> - <link url="https://www.digikey.com/en/datasheets/samsung-electro-mechanics/samsung-electro-mechanics-cl_series_mlcc_ds" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: CL Series, MLCC Datasheet"/> - <link url="/catalog/en/partgroup/cl-series-general-purpose/36881?mpart=CL21B104KBFNNNG&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CL Series, General Purpose"/> - </links> - <references> - <part-number> - <value>CL21B104KBFNNNG</value> - </part-number> - <supplier-part-number> - <value>1276-6468-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> - <value>100 nF</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±10%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.1" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.06" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.0266" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.01902" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.01495" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#296-22055-1-ND"> - <supplier>https://digikey.com</supplier> - <description>SENSOR DIGITAL -40C-125C SOT563</description> - <links> - <link url="https://www.digikey.com/product-detail/en/texas-instruments/TMP102AIDRLT/296-22055-1-ND/1649890" relation="canonical" media-type="text/html"/> - <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftmp102" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TMP102 Datasheet"/> - <link url="https://www.digikey.com/api/videos/videoplayer/smallplayer/1646388020001" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Video File: TMP102 Low Power Digital Temperature Sensor with SMBus/Two-Wire Serial Interface in SOT563"/> - <link url="https://www.digikey.com/en/resources/development-tools/product-selector" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Development Tool Selector"/> - <link url="https://www.digikey.com/en/resources/sensors/index" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Sensor Selector"/> - <link url="https://www.digikey.com/en/resources/industrial-automation/product-selector" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Industrial Automation Product Selector"/> - <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20150420002_20150422100838445.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 Datasheet Update 22/Apr/2014"/> - <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20181022003.0.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP302/102 Datasheet Chg 24/Oct/2018"/> - <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20190108000.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 23/Jan/2019"/> - <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TMP102AIDRLT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TMP102AIDRLT Specifications"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=296-22055-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/tmp102/59048?mpart=TMP102AIDRLT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: TMP102"/> - </links> - <references> - <part-number> - <value>TMP102AIDRLT</value> - </part-number> - <supplier-part-number> - <value>296-22055-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>0</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="2.06" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="1.67" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="1.336" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="1.1132" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#296-44151-1-ND"> - <supplier>https://digikey.com</supplier> - <description>IC REG BUCK ADJ 2A SYNC SOT23-6</description> - <links> - <link url="https://www.digikey.com/product-detail/en/texas-instruments/TPS54202DDCT/296-44151-1-ND/6021980" relation="canonical" media-type="text/html"/> - <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftps54202" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TPS54202 Datasheet"/> - <link url="https://www.digikey.com/en/product-highlight/t/texas-instruments/tps5420-step-down-converters" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: TPS5420 Step-Down Converters"/> - <link url="https://www.digikey.com/en/product-highlight/t/texas-instruments/power-management" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Power Management"/> - <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20180927003.1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: LBC7 Wafer Chg 15/Oct/2018"/> - <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20180927003.1A.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Wafer Fab 04/Jan/2018"/> - <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TPS54202DDCT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TPS54202DDCT Specifications"/> - <link url="/catalog/en/partgroup/buck-step-down-ic/14378?mpart=TPS54202DDCT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: Buck (Step-Down) IC"/> - </links> - <references> - <part-number> - <value>TPS54202DDCT</value> - </part-number> - <supplier-part-number> - <value>296-44151-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#voltage-input-min</key> - <value>4.5</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#voltage-input-max</key> - <value>28</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#voltage-output-max</key> - <value>28</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>40</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="2.03" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="1.83" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="1.4775" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#490-10511-1-ND"> - <supplier>https://digikey.com</supplier> - <description>CAP CER 22UF 10V X5R 0805</description> - <links> - <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61A226ME51L/490-10511-1-ND/5026441" relation="canonical" media-type="text/html"/> - <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR61A226ME51-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM21BR61A226ME51x Ref Sheet"/> - <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> - <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> - <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-capacitance-hi-cap-mlcc?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Capacitance (Hi-Cap) MLCC"/> - <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM21BR61A226ME51L%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM21BR61A226ME51L SimSurfing Design Tool"/> - <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> - <link url="https://www.snapeda.com/parts/GRM21BR61A226ME51L/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM21BR61A226ME51L by SnapEDA"/> - <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM21BR61A226ME51L&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> - </links> - <references> - <part-number> - <value>GRM21BR61A226ME51L</value> - </part-number> - <supplier-part-number> - <value>490-10511-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> - <value>22 uF</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±20%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.35" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.239" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.1353" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.0955" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.08356" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#490-5951-1-ND"> - <supplier>https://digikey.com</supplier> - <description>CAP CER 75PF 50V C0G/NP0 0402</description> - <links> - <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM1555C1H750JA01D/490-5951-1-ND/3721308" relation="canonical" media-type="text/html"/> - <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> - <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> - <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM1555C1H750JA01-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM1555C1H750JA01 Ref Sheet"/> - <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM1555C1H750JA01D%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM1555C1H750JA01D SimSurfing Design Tool"/> - <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> - <link url="https://www.snapeda.com/parts/GRM1555C1H750JA01D/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM1555C1H750JA01D by SnapEDA"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=490-5951-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM1555C1H750JA01D&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> - </links> - <references> - <part-number> - <value>GRM1555C1H750JA01D</value> - </part-number> - <supplier-part-number> - <value>490-5951-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> - <value>75 pF</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±5%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.1" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.06" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.0265" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.01894" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.01488" currency="USD"/> - </price-break> - <price-break> - <quantity>2500</quantity> - <amount value="0.01352" currency="USD"/> - </price-break> - <price-break> - <quantity>5000</quantity> - <amount value="0.01244" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#541-100KLCT-ND"> - <supplier>https://digikey.com</supplier> - <description>RES SMD 100K OHM 1% 1/16W 0402</description> - <links> - <link url="https://www.digikey.com/product-detail/en/vishay-dale/CRCW0402100KFKED/541-100KLCT-ND/1183351" relation="canonical" media-type="text/html"/> - <link url="http://www.vishay.com/docs/20035/dcrcwe3.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: D/CRCW e3 Series Datasheet"/> - <link url="https://www.digikey.com/en/datasheets/vishay-dale/vishay-dale-dcrcwe3" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: D/CRCW e3 Series Datasheet"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=541-100KLCT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/crcw-automotive-series/29668?mpart=CRCW0402100KFKED&vendor=541" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CRCW - Automotive Series"/> - </links> - <references> - <part-number> - <value>CRCW0402100KFKED</value> - </part-number> - <supplier-part-number> - <value>541-100KLCT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±1%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#part-height</key> - <value>0.40</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.1" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.044" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.0178" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.00802" currency="USD"/> - </price-break> - <price-break> - <quantity>2500</quantity> - <amount value="0.00696" currency="USD"/> - </price-break> - <price-break> - <quantity>5000</quantity> - <amount value="0.00575" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#587-2973-1-ND"> - <supplier>https://digikey.com</supplier> - <description>FIXED IND 15UH 2.4A 65 MOHM SMD</description> - <links> - <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/NRS8040T150MJGJ/587-2973-1-ND/2666078" relation="canonical" media-type="text/html"/> - <link url="https://ds.yuden.co.jp/TYCOMPAS/ut/detail?pn=NRS8040T150MJGJ &u=M" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: NRS8040T150MJGJ View all Specification"/> - <link url="https://www.yuden.co.jp/productdata/catalog/wound04_e.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: NR(H,S,V) Series Catalog"/> - <link url="https://www.digikey.com/en/ptm/t/taiyo-yuden/nr-series-power-inductors?pn_sku=587-2973-1-ND&part_id=2666078" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: NR Series Power Inductors"/> - <link url="https://www.digikey.com/en/product-highlight/t/taiyo-yuden/nr-series-inductors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: NR Series Inductors"/> - <link url="https://www.digikey.com/en/datasheets/taiyo-yuden/taiyo-yuden-wound04_e" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: NR(H,S,V) Series Catalog"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=587-2973-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/nr-nrh-nrs-and-nrv-series/41136?mpart=NRS8040T150MJGJ&vendor=587" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: NR, NRH, NRS and NRV Series"/> - </links> - <references> - <part-number> - <value>NRS8040T150MJGJ</value> - </part-number> - <supplier-part-number> - <value>587-2973-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±20%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>25</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#part-height</key> - <value>4.00</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.51" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.444" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.3171" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.26638" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#587-4893-1-ND"> - <supplier>https://digikey.com</supplier> - <description>CAP CER 10UF 35V X5R 0805</description> - <links> - <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/GMK212BBJ106KG-T/587-4893-1-ND/6563736" relation="canonical" media-type="text/html"/> - <link url="http://www.yuden.co.jp/productdata/catalog/mlcc06_e.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Capacitor Catalog"/> - <link url="https://ds.yuden.co.jp/TYCOMPAS/ut/detail?pn=GMK212BBJ106KG-T &u=M" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GMK212BBJ106KG-T View all Specification"/> - <link url="https://www.digikey.com/en/product-highlight/t/taiyo-yuden/multilayer-chip-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multilayer Chip Capacitors"/> - <link url="/catalog/en/partgroup/m-series-general-purpose/3880?mpart=GMK212BBJ106KG-T&vendor=587" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: M Series, General Purpose"/> - </links> - <references> - <part-number> - <value>GMK212BBJ106KG-T</value> - </part-number> - <supplier-part-number> - <value>587-4893-1-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> - <value>10 uF</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±10%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.85" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.603" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.3968" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.29396" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.24986" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> - <supplier>https://digikey.com</supplier> - <description>DIODE ZENER 3.3V 200MW SOD323</description> - <links> - <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> - <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> - <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> - <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> - </links> - <references> - <part-number> - <value>BZX384C3V3-E3-08</value> - </part-number> - <supplier-part-number> - <value>BZX384C3V3-E3-08GICT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±5%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>0</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.26" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.213" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="0.1796" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.1153" currency="USD"/> - </price-break> - <price-break> - <quantity>250</quantity> - <amount value="0.08992" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.07726" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.0539" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> - <supplier>https://digikey.com</supplier> - <description>MOSFET N-CH 20V 6.4A SOT23</description> - <links> - <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> - <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> - <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> - <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> - <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> - <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> - <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> - </links> - <references> - <part-number> - <value>DMN2041L-7</value> - </part-number> - <supplier-part-number> - <value>DMN2041L-7DICT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>0</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.49" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.351" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.2336" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.14184" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.11124" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#DMP3056L-7DICT-ND"> - <supplier>https://digikey.com</supplier> - <description>MOSFET P-CH 30V 4.3A SOT23</description> - <links> - <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMP3056L-7/DMP3056L-7DICT-ND/5126873" relation="canonical" media-type="text/html"/> - <link url="https://www.diodes.com/assets/Datasheets/DMP3056L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMP3056L"/> - <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> - <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2374_Rev1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Assembly Add 7/Dec/2018"/> - <link url="/catalog/en/partgroup/p-channel-mosfet-metal-oxide/16451?mpart=DMP3056L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: P-Channel MOSFET (Metal Oxide)"/> - </links> - <references> - <part-number> - <value>DMP3056L-7</value> - </part-number> - <supplier-part-number> - <value>DMP3056L-7DICT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>0</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.5" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.395" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.2753" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.19306" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.1482" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#L62301CT-ND"> - <supplier>https://digikey.com</supplier> - <description>LED RED DIFFUSED 1206 SMD</description> - <links> - <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> - <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> - <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> - </links> - <references> - <part-number> - <value>CMD15-21VRD/TR8</value> - </part-number> - <supplier-part-number> - <value>L62301CT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.47" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.34" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="0.2772" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.2218" currency="USD"/> - </price-break> - <price-break> - <quantity>250</quantity> - <amount value="0.18712" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.1594" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.12474" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#L62305CT-ND"> - <supplier>https://digikey.com</supplier> - <description>LED GREEN DIFFUSED 1206 SMD</description> - <links> - <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VGD-TR8/L62305CT-ND/254925" relation="canonical" media-type="text/html"/> - <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> - <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62305CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VGD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> - </links> - <references> - <part-number> - <value>CMD15-21VGD/TR8</value> - </part-number> - <supplier-part-number> - <value>L62305CT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.47" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.34" currency="USD"/> - </price-break> - <price-break> - <quantity>25</quantity> - <amount value="0.2772" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.2218" currency="USD"/> - </price-break> - <price-break> - <quantity>250</quantity> - <amount value="0.18712" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="0.1594" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.12474" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> - <supplier>https://digikey.com</supplier> - <description>RES 10K OHM 1% 1/16W 0402</description> - <links> - <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> - <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> - <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> - <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> - <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> - <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> - <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> - <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> - </links> - <references> - <part-number> - <value>RMCF0402FT10K0</value> - </part-number> - <supplier-part-number> - <value>RMCF0402FT10K0CT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±1%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#part-height</key> - <value>0.40</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.1" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.015" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.0061" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.00275" currency="USD"/> - </price-break> - <price-break> - <quantity>2500</quantity> - <amount value="0.00239" currency="USD"/> - </price-break> - <price-break> - <quantity>5000</quantity> - <amount value="0.00198" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#S6104-ND"> - <supplier>https://digikey.com</supplier> - <description>CONN HDR 40POS 0.1 TIN PCB</description> - <links> - <link url="https://www.digikey.com/product-detail/en/sullins-connector-solutions/PPTC202LFBN-RC/S6104-ND/807240" relation="canonical" media-type="text/html"/> - <link url="https://drawings-pdf.s3.amazonaws.com/10492.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: xPxCyyyLFBN-RC Drawing"/> - <link url="https://media.digikey.com/pdf/Data%20Sheets/Sullins%20PDFs/Female_Headers.100_DS.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title='Datasheets: Female Headers .100" Data Sheet'/> - <link url="https://www.digikey.com/api/videos/videoplayer/smallplayer/5855854953001" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Video File: Scaredy Pi | The Resident Geeks"/> - <link url="http://sullinscorp.com/wp-content/uploads/2017/09/Sullins-RoHS-Compliant-Statement.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> - <link url="https://www.digikey.com/en/datasheets/sullins-connector-solutions/sullins-connector-solutions78pnpxcxxxlfbnrc10492h" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: xPxCyyyLFBN-RC Drawing"/> - <link url="/catalog/en/partgroup/pppc-and-pptc-series/2709?mpart=PPTC202LFBN-RC&vendor=35" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: PPPC and PPTC Series"/> - </links> - <references> - <part-number> - <value>PPTC202LFBN-RC</value> - </part-number> - <supplier-part-number> - <value>S6104-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>40</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="2.29" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="2.075" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="1.7785" currency="USD"/> - </price-break> - <price-break> - <quantity>500</quantity> - <amount value="1.48208" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="1.27035" currency="USD"/> - </price-break> - <price-break> - <quantity>5000</quantity> - <amount value="1.2233" currency="USD"/> - </price-break> - </price-breaks> - </part> - <part uri="https://digikey.com/pn#YAG2974CT-ND"> - <supplier>https://digikey.com</supplier> - <description>RES SMD 13.3K OHM 1% 1/16W 0402</description> - <links> - <link url="https://www.digikey.com/product-detail/en/yageo/RC0402FR-0713K3L/YAG2974CT-ND/5281839" relation="canonical" media-type="text/html"/> - <link url="http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_10.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series, L Datasheet"/> - <link url="http://www.yageo.com/exep/pages/download/literatures/PYu-R_Marking_2.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Resistor Marking"/> - <link url="https://www.digikey.com/en/ptm/y/yageo/chip-resistors?pn_sku=YAG2974CT-ND&part_id=5281839" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Chip Resistor"/> - <link url="https://www.digikey.com/en/datasheets/yageo/yageo-pyu-r_marking_2" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Resistor Marking"/> - <link url="/catalog/en/partgroup/rc0402-series/5996?mpart=RC0402FR-0713K3L&vendor=13" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC0402 Series"/> - </links> - <references> - <part-number> - <value>RC0402FR-0713K3L</value> - </part-number> - <supplier-part-number> - <value>YAG2974CT-ND</value> - </supplier-part-number> - </references> - <distributor-info> - <state>resolved</state> - </distributor-info> - <facts> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> - <value>±1%</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> - <value>55</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> - <value>5</value> - </fact> - <fact> - <key>http://purl.org/trygvis/ee/fact-key#part-height</key> - <value>0.40</value> - </fact> - </facts> - <price-breaks> - <price-break> - <quantity>1</quantity> - <amount value="0.1" currency="USD"/> - </price-break> - <price-break> - <quantity>10</quantity> - <amount value="0.016" currency="USD"/> - </price-break> - <price-break> - <quantity>100</quantity> - <amount value="0.007" currency="USD"/> - </price-break> - <price-break> - <quantity>1000</quantity> - <amount value="0.00328" currency="USD"/> - </price-break> - <price-break> - <quantity>2500</quantity> - <amount value="0.00288" currency="USD"/> - </price-break> - <price-break> - <quantity>5000</quantity> - <amount value="0.00242" currency="USD"/> - </price-break> - </price-breaks> - </part> - </parts> -</part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/parts.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/parts.xml new file mode 100644 index 0000000..6941421 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/parts.xml @@ -0,0 +1,2983 @@ +<part-db> + <parts> + <part uri="https://digikey.com/pn#1195-3656-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>TERM BLK 2P SIDE ENT 2.54MM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/harting/14010213102000/1195-3656-1-ND/4834984" relation="canonical" media-type="text/html"/> + <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> + <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3656-1-ND&part_id=4834984" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> + <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14010213102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14010213102000.stp"/> + <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14010213102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> + </links> + <references> + <part-number> + <value>14010213102000</value> + </part-number> + <supplier-part-number> + <value>1195-3656-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2168</key> + <label>Number of Levels</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1075</key> + <label>Positions Per Level</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#89</key> + <label>Pitch</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#802</key> + <label>Mating Orientation</label> + <value>Horizontal with Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2155</key> + <label>Current</label> + <value>6A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2191</key> + <label>Voltage</label> + <value>160V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#78</key> + <label>Wire Gauge</label> + <value>20-26 AWG</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1487</key> + <label>Wire Termination</label> + <value>Screwless - Spring Cage, Tension Clamp</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Board Guide, Solder Retention</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> + <value>Liquid Crystal Polymer (LCP), Glass Filled</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1482</key> + <label>Contact Material - Plating</label> + <value>Copper Alloy - Tin Plated</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1483</key> + <label>Clamp Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1484</key> + <label>Screw Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1485</key> + <label>Torque - Screw</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1486</key> + <label>Screw Thread</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="1.05"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.926"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.8712"/> + </price-break> + <price-break> + <quantity>50</quantity> + <amount value="0.835"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.7986"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.726"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1195-3662-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>TERM BLK 8P SIDE ENT 2.54MM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/harting/14010813102000/1195-3662-1-ND/4834972" relation="canonical" media-type="text/html"/> + <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> + <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3662-1-ND&part_id=4834972" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> + <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14010813102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14010813102000.stp"/> + <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14010813102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> + </links> + <references> + <part-number> + <value>14010813102000</value> + </part-number> + <supplier-part-number> + <value>1195-3662-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2168</key> + <label>Number of Levels</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1075</key> + <label>Positions Per Level</label> + <value>8</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#89</key> + <label>Pitch</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#802</key> + <label>Mating Orientation</label> + <value>Horizontal with Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2155</key> + <label>Current</label> + <value>6A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2191</key> + <label>Voltage</label> + <value>160V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#78</key> + <label>Wire Gauge</label> + <value>20-26 AWG</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1487</key> + <label>Wire Termination</label> + <value>Screwless - Spring Cage, Tension Clamp</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Board Guide, Solder Retention</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> + <value>Liquid Crystal Polymer (LCP), Glass Filled</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1482</key> + <label>Contact Material - Plating</label> + <value>Copper Alloy - Tin Plated</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1483</key> + <label>Clamp Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1484</key> + <label>Screw Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1485</key> + <label>Torque - Screw</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1486</key> + <label>Screw Thread</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.11"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="1.913"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="1.7964"/> + </price-break> + <price-break> + <quantity>50</quantity> + <amount value="1.7182"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.6401"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="1.48392"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1195-3666-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>TERM BLK 12P SIDE ENT 2.54MM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/harting/14011213102000/1195-3666-1-ND/4834964" relation="canonical" media-type="text/html"/> + <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> + <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3666-1-ND&part_id=4834964" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> + <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14011213102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14011213102000.stp"/> + <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14011213102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> + </links> + <references> + <part-number> + <value>14011213102000</value> + </part-number> + <supplier-part-number> + <value>1195-3666-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2168</key> + <label>Number of Levels</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1075</key> + <label>Positions Per Level</label> + <value>12</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#89</key> + <label>Pitch</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#802</key> + <label>Mating Orientation</label> + <value>Horizontal with Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2155</key> + <label>Current</label> + <value>6A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2191</key> + <label>Voltage</label> + <value>160V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#78</key> + <label>Wire Gauge</label> + <value>20-26 AWG</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1487</key> + <label>Wire Termination</label> + <value>Screwless - Spring Cage, Tension Clamp</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Board Guide, Solder Retention</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> + <value>Liquid Crystal Polymer (LCP), Glass Filled</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1482</key> + <label>Contact Material - Plating</label> + <value>Copper Alloy - Tin Plated</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1483</key> + <label>Clamp Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1484</key> + <label>Screw Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1485</key> + <label>Torque - Screw</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1486</key> + <label>Screw Thread</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="3.74"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="3.59"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="3.2912"/> + </price-break> + <price-break> + <quantity>50</quantity> + <amount value="3.1416"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="2.992"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="2.618"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-6468-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 0.1UF 50V X7R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL21B104KBFNNNG/1276-6468-1-ND/5958096" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/CL21B104KBFNNNG.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Spec"/> + <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2018/08/31/Data%20sheet_CL21B104KBFNNNG.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Characteristics"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/mlcc.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Catalog"/> + <link url="https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL_Series_MLCC_ds.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL Series, MLCC Datasheet"/> + <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/high-cap-mlcc-family?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Cap MLCC Family"/> + <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/soft-termination-mlcc?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Soft Termination MLCC"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fcert%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2019%2F%2F03%2F%2F07&fileName=RoHS_compliance_MLCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: MLCC RoHS Compliance"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/multi-layer-ceramic-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multi-Layer Ceramic Capacitors"/> + <link url="https://www.digikey.com/en/datasheets/samsung-electro-mechanics/samsung-electro-mechanics-cl_series_mlcc_ds" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: CL Series, MLCC Datasheet"/> + <link url="/catalog/en/partgroup/cl-series-general-purpose/36881?mpart=CL21B104KBFNNNG&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CL Series, General Purpose"/> + </links> + <references> + <part-number> + <value>CL21B104KBFNNNG</value> + </part-number> + <supplier-part-number> + <value>1276-6468-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>0.1µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>50V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X7R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.053" (1.35mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>100 nF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.06"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0266"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.01902"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.01495"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#296-22055-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>SENSOR DIGITAL -40C-125C SOT563</description> + <links> + <link url="https://www.digikey.com/product-detail/en/texas-instruments/TMP102AIDRLT/296-22055-1-ND/1649890" relation="canonical" media-type="text/html"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftmp102" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TMP102 Datasheet"/> + <link url="https://www.digikey.com/api/videos/videoplayer/smallplayer/1646388020001" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Video File: TMP102 Low Power Digital Temperature Sensor with SMBus/Two-Wire Serial Interface in SOT563"/> + <link url="https://www.digikey.com/en/resources/development-tools/product-selector" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Development Tool Selector"/> + <link url="https://www.digikey.com/en/resources/sensors/index" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Sensor Selector"/> + <link url="https://www.digikey.com/en/resources/industrial-automation/product-selector" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Industrial Automation Product Selector"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20150420002_20150422100838445.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 Datasheet Update 22/Apr/2014"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20181022003.0.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP302/102 Datasheet Chg 24/Oct/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20190108000.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 23/Jan/2019"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TMP102AIDRLT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TMP102AIDRLT Specifications"/> + <link url="https://www.digikey.com/en/resources/design-tools/kicad" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Available In the Digi-Key KiCad Library"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=296-22055-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/tmp102/59048?mpart=TMP102AIDRLT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: TMP102"/> + </links> + <references> + <part-number> + <value>TMP102AIDRLT</value> + </part-number> + <supplier-part-number> + <value>296-22055-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#345</key> + <label>Sensor Type</label> + <value>Digital, Local</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1847</key> + <label>Sensing Temperature - Local</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1848</key> + <label>Sensing Temperature - Remote</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#41</key> + <label>Output Type</label> + <value>I²C/SMBus</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#276</key> + <label>Voltage - Supply</label> + <value>1.4V ~ 3.6V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#688</key> + <label>Resolution</label> + <value>11 b</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>One-Shot, Output Switch, Shutdown Mode</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1846</key> + <label>Accuracy - Highest (Lowest)</label> + <value>±2°C (±3°C)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1602</key> + <label>Test Condition</label> + <value>-25°C ~ 85°C (-40°C ~ 125°C)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SOT-563, SOT-666</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-563</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.06"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="1.67"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="1.336"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.1132"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#296-44151-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>IC REG BUCK ADJ 2A TSOT23-6</description> + <links> + <link url="https://www.digikey.com/product-detail/en/texas-instruments/TPS54202DDCT/296-44151-1-ND/6021980" relation="canonical" media-type="text/html"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftps54202" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TPS54202 Datasheet"/> + <link url="https://www.digikey.com/en/product-highlight/t/texas-instruments/tps5420-step-down-converters" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: TPS5420 Step-Down Converters"/> + <link url="https://www.digikey.com/en/product-highlight/t/texas-instruments/power-management" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Power Management"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20180927003.1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: LBC7 Wafer Chg 15/Oct/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20180927003.1A.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Wafer Fab 04/Jan/2018"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TPS54202DDCT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TPS54202DDCT Specifications"/> + <link url="/catalog/en/partgroup/buck-step-down-ic/14378?mpart=TPS54202DDCT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: Buck (Step-Down) IC"/> + </links> + <references> + <part-number> + <value>TPS54202DDCT</value> + </part-number> + <supplier-part-number> + <value>296-44151-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#110</key> + <label>Function</label> + <value>Step-Down</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#255</key> + <label>Output Configuration</label> + <value>Positive</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1098</key> + <label>Topology</label> + <value>Buck</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#41</key> + <label>Output Type</label> + <value>Adjustable</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#87</key> + <label>Number of Outputs</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1471</key> + <label>Voltage - Input (Min)</label> + <value>4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#573</key> + <label>Voltage - Input (Max)</label> + <value>28V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1779</key> + <label>Voltage - Output (Min/Fixed)</label> + <value>0.596V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1429</key> + <label>Voltage - Output (Max)</label> + <value>28V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#129</key> + <label>Current - Output</label> + <value>2A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#384</key> + <label>Frequency - Switching</label> + <value>500kHz</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1320</key> + <label>Synchronous Rectifier</label> + <value>Yes</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SOT-23-6 Thin, TSOT-23-6</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>TSOT-23-6</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#voltage-input-min</key> + <value>4.5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#voltage-input-max</key> + <value>28</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#voltage-output-max</key> + <value>28</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.03"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="1.83"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.4775"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#490-10511-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 22UF 10V X5R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61A226ME51L/490-10511-1-ND/5026441" relation="canonical" media-type="text/html"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR61A226ME51-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM21BR61A226ME51x Ref Sheet"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> + <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-cap-multilayer-ceramic-capacitors?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High-Cap Multilayer Ceramic Capacitors"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-capacitance-hi-cap-mlcc?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Capacitance (Hi-Cap) MLCC"/> + <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM21BR61A226ME51L%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM21BR61A226ME51L SimSurfing Design Tool"/> + <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.snapeda.com/parts/GRM21BR61A226ME51L/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM21BR61A226ME51L by SnapEDA"/> + <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM21BR61A226ME51L&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> + </links> + <references> + <part-number> + <value>GRM21BR61A226ME51L</value> + </part-number> + <supplier-part-number> + <value>490-10511-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Not For New Designs</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>22µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X5R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 85°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.055" (1.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>22 uF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.35"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.239"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.1353"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.0955"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.08356"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#490-5951-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 75PF 50V C0G/NP0 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM1555C1H750JA01D/490-5951-1-ND/3721308" relation="canonical" media-type="text/html"/> + <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM1555C1H750JA01-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM1555C1H750JA01 Ref Sheet"/> + <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM1555C1H750JA01D%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM1555C1H750JA01D SimSurfing Design Tool"/> + <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.snapeda.com/parts/GRM1555C1H750JA01D/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM1555C1H750JA01D by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=490-5951-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM1555C1H750JA01D&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> + </links> + <references> + <part-number> + <value>GRM1555C1H750JA01D</value> + </part-number> + <supplier-part-number> + <value>490-5951-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Not For New Designs</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>75pF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>50V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>C0G, NP0</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.022" (0.55mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>75 pF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.06"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0265"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.01894"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.01488"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.01352"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.01244"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#541-100KLCT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 100K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-dale/CRCW0402100KFKED/541-100KLCT-ND/1183351" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/20035/dcrcwe3.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: D/CRCW e3 Series Datasheet"/> + <link url="https://www.digikey.com/en/datasheets/vishay-dale/vishay-dale-dcrcwe3" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: D/CRCW e3 Series Datasheet"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=541-100KLCT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/crcw-automotive-series/29668?mpart=CRCW0402100KFKED&vendor=541" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CRCW - Automotive Series"/> + </links> + <references> + <part-number> + <value>CRCW0402100KFKED</value> + </part-number> + <supplier-part-number> + <value>541-100KLCT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>100 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.042"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.017"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00765"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00664"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00549"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#587-2973-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>FIXED IND 15UH 2.4A 65 MOHM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/NRS8040T150MJGJ/587-2973-1-ND/2666078" relation="canonical" media-type="text/html"/> + <link url="https://ds.yuden.co.jp/TYCOMPAS/ut/detail?pn=NRS8040T150MJGJ &u=M" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: NRS8040T150MJGJ View all Specification"/> + <link url="https://www.yuden.co.jp/productdata/catalog/wound04_e.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: NR(H,S,V) Series Catalog"/> + <link url="https://www.digikey.com/en/ptm/t/taiyo-yuden/nr-series-power-inductors?pn_sku=587-2973-1-ND&part_id=2666078" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: NR Series Power Inductors"/> + <link url="https://www.digikey.com/en/product-highlight/t/taiyo-yuden/nr-series-inductors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: NR Series Inductors"/> + <link url="https://www.digikey.com/en/datasheets/taiyo-yuden/taiyo-yuden-wound04_e" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: NR(H,S,V) Series Catalog"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=587-2973-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/nr-nrh-nrs-and-nrv-series/41136?mpart=NRS8040T150MJGJ&vendor=587" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: NR, NRH, NRS and NRV Series"/> + </links> + <references> + <part-number> + <value>NRS8040T150MJGJ</value> + </part-number> + <supplier-part-number> + <value>587-2973-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#183</key> + <label>Type</label> + <value>Wirewound</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1221</key> + <label>Material - Core</label> + <value>Ferrite</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2087</key> + <label>Inductance</label> + <value>15µH</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2088</key> + <label>Current Rating (Amps)</label> + <value>2.4A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1219</key> + <label>Current - Saturation</label> + <value>2.9A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#80</key> + <label>Shielding</label> + <value>Shielded</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#314</key> + <label>DC Resistance (DCR)</label> + <value>65mOhm Max</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#705</key> + <label>Q @ Freq</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#706</key> + <label>Frequency - Self Resonant</label> + <value>16MHz</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-25°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1222</key> + <label>Inductance Frequency - Test</label> + <value>100kHz</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>Nonstandard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.315" L x 0.315" W (8.00mm x 8.00mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.157" (4.00mm)</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>25</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>4.00</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.51"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.444"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.3171"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.26638"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#587-4893-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 10UF 35V X5R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/GMK212BBJ106KG-T/587-4893-1-ND/6563736" relation="canonical" media-type="text/html"/> + <link url="http://www.yuden.co.jp/productdata/catalog/mlcc06_e.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Capacitor Catalog"/> + <link url="https://ds.yuden.co.jp/TYCOMPAS/ut/detail?pn=GMK212BBJ106KG-T &u=M" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GMK212BBJ106KG-T View all Specification"/> + <link url="https://www.digikey.com/en/product-highlight/t/taiyo-yuden/multilayer-chip-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multilayer Chip Capacitors"/> + <link url="/catalog/en/partgroup/m-series-general-purpose/3880?mpart=GMK212BBJ106KG-T&vendor=587" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: M Series, General Purpose"/> + </links> + <references> + <part-number> + <value>GMK212BBJ106KG-T</value> + </part-number> + <supplier-part-number> + <value>587-4893-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>10µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>35V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X5R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 85°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>SMPS Filtering</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.057" (1.45mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>10 uF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.85"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.603"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.3968"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.29396"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.24986"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMP3056L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET P-CH 30V 4.3A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMP3056L-7/DMP3056L-7DICT-ND/5126873" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/DMP3056L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMP3056L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2374_Rev1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Assembly Add 7/Dec/2018"/> + <link url="/catalog/en/partgroup/p-channel-mosfet-metal-oxide/16451?mpart=DMP3056L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: P-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMP3056L-7</value> + </part-number> + <supplier-part-number> + <value>DMP3056L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>P-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>30V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>4.3A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>4.5V, 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>50mOhm @ 6A, 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>2.1V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>11.8nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±25V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>642pF @ 25V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>1.38W (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.5"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.395"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2753"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.19306"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.1482"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62305CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED GREEN DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VGD-TR8/L62305CT-ND/254925" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62305CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VGD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62305CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>6.5mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2.1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>570nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#S6104-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CONN HDR 40POS 0.1 TIN PCB</description> + <links> + <link url="https://www.digikey.com/product-detail/en/sullins-connector-solutions/PPTC202LFBN-RC/S6104-ND/807240" relation="canonical" media-type="text/html"/> + <link url="https://drawings-pdf.s3.amazonaws.com/10492.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: xPxCyyyLFBN-RC Drawing"/> + <link url="https://media.digikey.com/pdf/Data%20Sheets/Sullins%20PDFs/Female_Headers.100_DS.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title='Datasheets: Female Headers .100" Data Sheet'/> + <link url="https://www.digikey.com/api/videos/videoplayer/smallplayer/5855854953001" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Video File: Scaredy Pi | The Resident Geeks"/> + <link url="http://sullinscorp.com/wp-content/uploads/2017/09/Sullins-RoHS-Compliant-Statement.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/en/datasheets/sullins-connector-solutions/sullins-connector-solutions78pnpxcxxxlfbnrc10492h" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: xPxCyyyLFBN-RC Drawing"/> + <link url="/catalog/en/partgroup/pppc-and-pptc-series/2709?mpart=PPTC202LFBN-RC&vendor=35" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: PPPC and PPTC Series"/> + </links> + <references> + <part-number> + <value>PPTC202LFBN-RC</value> + </part-number> + <supplier-part-number> + <value>S6104-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Tray</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#28</key> + <label>Connector Type</label> + <value>Header</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#512</key> + <label>Contact Type</label> + <value>Female Socket</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#91</key> + <label>Style</label> + <value>Board to Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#88</key> + <label>Number of Positions</label> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#564</key> + <label>Number of Positions Loaded</label> + <value>All</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1790</key> + <label>Pitch - Mating</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2172</key> + <label>Number of Rows</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2024</key> + <label>Row Spacing - Mating</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Through Hole</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#589</key> + <label>Termination</label> + <value>Solder</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#518</key> + <label>Fastening Type</label> + <value>Push-Pull</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1791</key> + <label>Contact Finish - Mating</label> + <value>Tin</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1792</key> + <label>Contact Finish Thickness - Mating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1693</key> + <label>Insulation Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2018</key> + <label>Insulation Height</label> + <value>0.335" (8.51mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2012</key> + <label>Contact Length - Post</label> + <value>0.126" (3.20mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 105°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#903</key> + <label>Material Flammability Rating</label> + <value>UL94 V-0</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1795</key> + <label>Contact Finish - Post</label> + <value>Tin</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1263</key> + <label>Mated Stacking Heights</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#697</key> + <label>Ingress Protection</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#66</key> + <label>Current Rating (Amps)</label> + <value>3A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#63</key> + <label>Voltage Rating</label> + <value>250V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2023</key> + <label>Insulation Material</label> + <value>Polyester</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2011</key> + <label>Contact Shape</label> + <value>Square</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1084</key> + <label>Contact Material</label> + <value>Phosphor Bronze</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1796</key> + <label>Contact Finish Thickness - Post</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.29"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="2.075"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.7785"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="1.48208"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="1.27035"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="1.2233"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#YAG2974CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 13.3K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/yageo/RC0402FR-0713K3L/YAG2974CT-ND/5281839" relation="canonical" media-type="text/html"/> + <link url="http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_10.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series, L Datasheet"/> + <link url="http://www.yageo.com/exep/pages/download/literatures/PYu-R_Marking_2.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Resistor Marking"/> + <link url="https://www.digikey.com/en/ptm/y/yageo/chip-resistors?pn_sku=YAG2974CT-ND&part_id=5281839" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Chip Resistor"/> + <link url="https://www.digikey.com/en/datasheets/yageo/yageo-pyu-r_marking_2" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Resistor Marking"/> + <link url="/catalog/en/partgroup/rc0402-series/5996?mpart=RC0402FR-0713K3L&vendor=13" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC0402 Series"/> + </links> + <references> + <part-number> + <value>RC0402FR-0713K3L</value> + </part-number> + <supplier-part-number> + <value>YAG2974CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>13.3 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.016"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.007"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00328"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00288"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00242"/> + </price-break> + </price-breaks> + </part> + </parts> +</part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/pn-part-search-list.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/pn-part-search-list.xml new file mode 100644 index 0000000..71e8289 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/pn-part-search-list.xml @@ -0,0 +1,714 @@ +<part-db> + <parts> + <part> + <references> + <schematic-reference> + <reference>C1</reference> + </schematic-reference> + <part-number> + <value>CL21B104KBFNNNG</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>C2</reference> + </schematic-reference> + <part-number> + <value>GMK212BBJ106KG-T</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>C3</reference> + </schematic-reference> + <part-number> + <value>CL21B104KBFNNNG</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>C4</reference> + </schematic-reference> + <part-number> + <value>GRM1555C1H750JA01D</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>C5</reference> + </schematic-reference> + <part-number> + <value>GRM21BR61A226ME51L</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>C6</reference> + </schematic-reference> + <part-number> + <value>GRM21BR61A226ME51L</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D1</reference> + </schematic-reference> + <part-number> + <value>S1MTR</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D2</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D3</reference> + </schematic-reference> + <part-number> + <value>S1MTR</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D4</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D5</reference> + </schematic-reference> + <part-number> + <value>S1MTR</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D6</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D7</reference> + </schematic-reference> + <part-number> + <value>S1MTR</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D8</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D9</reference> + </schematic-reference> + <part-number> + <value>S1MTR</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D10</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D11</reference> + </schematic-reference> + <part-number> + <value>S1MTR</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D12</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D13</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D14</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D15</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D16</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D17</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D18</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D19</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D20</reference> + </schematic-reference> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D21</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D22</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>D23</reference> + </schematic-reference> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>L1</reference> + </schematic-reference> + <part-number> + <value>NRS8040T150MJGJ</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>P1</reference> + </schematic-reference> + <part-number> + <value>14011213102000</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>P2</reference> + </schematic-reference> + <part-number> + <value>14010813102000</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>P3</reference> + </schematic-reference> + <part-number> + <value>PPTC202LFBN-RC</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>P4</reference> + </schematic-reference> + <part-number> + <value>14010213102000</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q1</reference> + </schematic-reference> + <part-number> + <value>DMN2041L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q2</reference> + </schematic-reference> + <part-number> + <value>DMN2041L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q3</reference> + </schematic-reference> + <part-number> + <value>DMN2041L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q4</reference> + </schematic-reference> + <part-number> + <value>DMN2041L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q5</reference> + </schematic-reference> + <part-number> + <value>DMN2041L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q6</reference> + </schematic-reference> + <part-number> + <value>DMN2041L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>Q7</reference> + </schematic-reference> + <part-number> + <value>DMP3056L-7</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R1</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R2</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R3</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R4</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R5</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R6</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R7</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R8</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R9</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R10</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R11</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R12</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R13</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R14</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R15</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R16</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R17</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R18</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R19</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R20</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R21</reference> + </schematic-reference> + <part-number> + <value>CRCW0402100KFKED</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R22</reference> + </schematic-reference> + <part-number> + <value>RC0402FR-0713K3L</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R23</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R24</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R25</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R26</reference> + </schematic-reference> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R27</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>R28</reference> + </schematic-reference> + <part-number> + <value>RC1005F271CS</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>U1</reference> + </schematic-reference> + <part-number> + <value>TPS54202DDCT</value> + </part-number> + </references> + </part> + <part> + <references> + <schematic-reference> + <reference>U2</reference> + </schematic-reference> + <part-number> + <value>TMP102AIDRLT</value> + </part-number> + </references> + </part> + </parts> +</part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/search-list.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/search-list.xml deleted file mode 100644 index 2973c6b..0000000 --- a/demo/thirdparty/unlockoslo-alpha-3/ee/digikey/search-list.xml +++ /dev/null @@ -1,214 +0,0 @@ -<part-db> - <parts> - <part> - <references> - <schematic-reference> - <reference>C1</reference> - </schematic-reference> - <part-number> - <value>CL21B104KBFNNNG</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>C2</reference> - </schematic-reference> - <part-number> - <value>GMK212BBJ106KG-T</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>C4</reference> - </schematic-reference> - <part-number> - <value>GRM1555C1H750JA01D</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>C5</reference> - </schematic-reference> - <part-number> - <value>GRM21BR61A226ME51L</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>D1</reference> - </schematic-reference> - <part-number> - <value>S1MTR</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>D2</reference> - </schematic-reference> - <part-number> - <value>CMD15-21VRD/TR8</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>D13</reference> - </schematic-reference> - <part-number> - <value>BZX384C3V3-E3-08</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>D21</reference> - </schematic-reference> - <part-number> - <value>CMD15-21VGD/TR8</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>L1</reference> - </schematic-reference> - <part-number> - <value>NRS8040T150MJGJ</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>P1</reference> - </schematic-reference> - <part-number> - <value>14011213102000</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>P2</reference> - </schematic-reference> - <part-number> - <value>14010813102000</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>P3</reference> - </schematic-reference> - <part-number> - <value>PPTC202LFBN-RC</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>P4</reference> - </schematic-reference> - <part-number> - <value>14010213102000</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>Q1</reference> - </schematic-reference> - <part-number> - <value>DMN2041L-7</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>Q7</reference> - </schematic-reference> - <part-number> - <value>DMP3056L-7</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>R1</reference> - </schematic-reference> - <part-number> - <value>RMCF0402FT10K0</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>R2</reference> - </schematic-reference> - <part-number> - <value>RC1005F271CS</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>R21</reference> - </schematic-reference> - <part-number> - <value>CRCW0402100KFKED</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>R22</reference> - </schematic-reference> - <part-number> - <value>RC0402FR-0713K3L</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>U1</reference> - </schematic-reference> - <part-number> - <value>TPS54202DDCT</value> - </part-number> - </references> - </part> - <part> - <references> - <schematic-reference> - <reference>U2</reference> - </schematic-reference> - <part-number> - <value>TMP102AIDRLT</value> - </part-number> - </references> - </part> - </parts> -</part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/kicad-sch.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/kicad-sch.xml new file mode 100644 index 0000000..e350952 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/kicad-sch.xml @@ -0,0 +1,4174 @@ +<part-db> + <parts> + <part> + <references> + <schematic-reference> + <reference>C1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CL21B104KBFNNNG</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_voltage:35V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GMK212BBJ106KG-T</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_value:0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_voltage:35V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CL21B104KBFNNNG</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>75p</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC1005X55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC1005X55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:75p</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC1005X55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GRM1555C1H750JA01D</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GRM21BR61A226ME51L</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C6</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GRM21BR61A226ME51L</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D6</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D7</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D8</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D9</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D10</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D11</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D12</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D13</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D14</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D15</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D16</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D17</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D18</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D19</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D20</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D21</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Green</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VGD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.1 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D22</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>STATUS_1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:STATUS_1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Green</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VGD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.1 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>D23</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>STATUS_2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:STATUS_2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Green</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VGD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.1 V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>J1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_02x02_Odd_Even-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Pin_Headers:Pin_Header_Straight_2x02_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Pin_Headers</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Pin_Header_Straight_2x02_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:J1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Pin_Headers:Pin_Header_Straight_2x02_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>J2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SERIAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x05-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Pin_Headers:Pin_Header_Straight_1x05_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Pin_Headers</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Pin_Header_Straight_1x05_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:J2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SERIAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Pin_Headers:Pin_Header_Straight_1x05_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>15u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L_Core_Ferrite_Small-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Inductors_SMD:L_Taiyo-Yuden_NR-80xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Inductors_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_Taiyo-Yuden_NR-80xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:15u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Inductors_SMD:L_Taiyo-Yuden_NR-80xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:L1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:NRS8040T150MJGJ</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MK1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MK2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MK3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MK4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>P1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>OUTPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x12-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:har-flexicon_2,54_TSPH-12_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>har-flexicon_2,54_TSPH-12_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:OUTPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:har-flexicon_2,54_TSPH-12_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:14011213102000</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>P2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>INPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x08-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:har-flexicon_2,54_TSPH-08_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>har-flexicon_2,54_TSPH-08_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:INPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:har-flexicon_2,54_TSPH-08_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:14010813102000</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>P3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RASPBERRY_PI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-misc</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RASPBERRY_PI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Socket_Strips:Socket_Strip_Straight_2x20_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Socket_Strips</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Socket_Strip_Straight_2x20_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RASPBERRY_PI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Socket_Strips:Socket_Strip_Straight_2x20_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:PPTC202LFBN-RC</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>P4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>12V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x02-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:har-flexicon_2,54_TSPH-02_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>har-flexicon_2,54_TSPH-02_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:12V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:har-flexicon_2,54_TSPH-02_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:14010213102000</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q6</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Q7</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMP3056L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_PMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Package_TO_SOT_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Package_TO_SOT_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMP3056L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Package_TO_SOT_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://www.diodes.com/assets/Datasheets/DMP3056L.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMP3056L-7</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R6</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R7</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R8</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R9</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R10</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R11</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R12</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R13</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R14</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R15</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R16</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R17</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R18</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R19</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R20</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R21</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:R2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CRCW0402100KFKED</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R22</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>13.3k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:13.3k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:R3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC0402FR-0713K3L</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R23</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R24</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R24</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R25</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R25</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R26</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R26</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R27</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R27</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R28</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R28</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>TP1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>+5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Test_Point-Connector</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Connectors_TestPoints:Test_Point_Pad_d1.0mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Connectors_TestPoints</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Test_Point_Pad_d1.0mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:TP1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:+5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Connectors_TestPoints:Test_Point_Pad_d1.0mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TPS54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>tps54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TPS54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23-6_Handsoldering</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23-6_Handsoldering</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TPS54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23-6_Handsoldering</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.ti.com/lit/ds/symlink/tps54202.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta:Figure 16. 5-V, 2-A Reference Design</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:TPS54202DDCT</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Iout:2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Vout:5V</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TMP102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>tmp102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TMP102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:SOT-563</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-563</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TMP102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:SOT-563</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vin:1.4 - 3.6 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:TMP102AIDRLT</value> + </fact> + </facts> + </part> + </parts> +</part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/orders/digikey.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/orders/digikey.xml new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/orders/digikey.xml @@ -0,0 +1,9273 @@ +<part-db> + <parts> + <part uri="https://digikey.com/pn#1195-3656-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>TERM BLK 2P SIDE ENT 2.54MM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/harting/14010213102000/1195-3656-1-ND/4834984" relation="canonical" media-type="text/html"/> + <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> + <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3656-1-ND&part_id=4834984" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> + <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14010213102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14010213102000.stp"/> + <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14010213102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> + </links> + <references> + <part-number> + <value>14010213102000</value> + </part-number> + <supplier-part-number> + <value>1195-3656-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2168</key> + <label>Number of Levels</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1075</key> + <label>Positions Per Level</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#89</key> + <label>Pitch</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#802</key> + <label>Mating Orientation</label> + <value>Horizontal with Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2155</key> + <label>Current</label> + <value>6A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2191</key> + <label>Voltage</label> + <value>160V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#78</key> + <label>Wire Gauge</label> + <value>20-26 AWG</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1487</key> + <label>Wire Termination</label> + <value>Screwless - Spring Cage, Tension Clamp</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Board Guide, Solder Retention</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> + <value>Liquid Crystal Polymer (LCP), Glass Filled</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1482</key> + <label>Contact Material - Plating</label> + <value>Copper Alloy - Tin Plated</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1483</key> + <label>Clamp Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1484</key> + <label>Screw Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1485</key> + <label>Torque - Screw</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1486</key> + <label>Screw Thread</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="1.05"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.926"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.8712"/> + </price-break> + <price-break> + <quantity>50</quantity> + <amount value="0.835"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.7986"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.726"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1195-3662-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>TERM BLK 8P SIDE ENT 2.54MM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/harting/14010813102000/1195-3662-1-ND/4834972" relation="canonical" media-type="text/html"/> + <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> + <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3662-1-ND&part_id=4834972" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> + <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14010813102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14010813102000.stp"/> + <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14010813102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> + </links> + <references> + <part-number> + <value>14010813102000</value> + </part-number> + <supplier-part-number> + <value>1195-3662-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2168</key> + <label>Number of Levels</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1075</key> + <label>Positions Per Level</label> + <value>8</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#89</key> + <label>Pitch</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#802</key> + <label>Mating Orientation</label> + <value>Horizontal with Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2155</key> + <label>Current</label> + <value>6A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2191</key> + <label>Voltage</label> + <value>160V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#78</key> + <label>Wire Gauge</label> + <value>20-26 AWG</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1487</key> + <label>Wire Termination</label> + <value>Screwless - Spring Cage, Tension Clamp</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Board Guide, Solder Retention</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> + <value>Liquid Crystal Polymer (LCP), Glass Filled</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1482</key> + <label>Contact Material - Plating</label> + <value>Copper Alloy - Tin Plated</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1483</key> + <label>Clamp Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1484</key> + <label>Screw Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1485</key> + <label>Torque - Screw</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1486</key> + <label>Screw Thread</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.11"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="1.913"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="1.7964"/> + </price-break> + <price-break> + <quantity>50</quantity> + <amount value="1.7182"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.6401"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="1.48392"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1195-3666-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>TERM BLK 12P SIDE ENT 2.54MM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/harting/14011213102000/1195-3666-1-ND/4834964" relation="canonical" media-type="text/html"/> + <link url="https://b2b.harting.com/files/download/PRD/PDF_TS/1401XX13102XXX_100232089DRW002D.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: 1401yy13102yyy Drawing"/> + <link url="https://www.digikey.com/en/ptm/h/harting/har-flexicon-connector-and-terminal-block-series?pn_sku=1195-3666-1-ND&part_id=4834964" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: har-flexicon Connector and Terminal Block Series"/> + <link url="https://b2b.harting.com/ebusiness/en_us/itemdocument/14011213102000/STEP" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Mfg CAD Models: 14011213102000.stp"/> + <link url="/catalog/en/partgroup/har-flexicon-series/45882?mpart=14011213102000&vendor=1195" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: har-flexicon® Series"/> + </links> + <references> + <part-number> + <value>14011213102000</value> + </part-number> + <supplier-part-number> + <value>1195-3666-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2168</key> + <label>Number of Levels</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1075</key> + <label>Positions Per Level</label> + <value>12</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#89</key> + <label>Pitch</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#802</key> + <label>Mating Orientation</label> + <value>Horizontal with Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2155</key> + <label>Current</label> + <value>6A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2191</key> + <label>Voltage</label> + <value>160V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#78</key> + <label>Wire Gauge</label> + <value>20-26 AWG</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1487</key> + <label>Wire Termination</label> + <value>Screwless - Spring Cage, Tension Clamp</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Board Guide, Solder Retention</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1330</key> + <label>Dielectric Material</label> + <value>Liquid Crystal Polymer (LCP), Glass Filled</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1482</key> + <label>Contact Material - Plating</label> + <value>Copper Alloy - Tin Plated</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1483</key> + <label>Clamp Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1484</key> + <label>Screw Material - Plating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1485</key> + <label>Torque - Screw</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1486</key> + <label>Screw Thread</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="3.74"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="3.59"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="3.2912"/> + </price-break> + <price-break> + <quantity>50</quantity> + <amount value="3.1416"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="2.992"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="2.618"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-3970-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 270 OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/RC1005F271CS/1276-3970-1-ND/3966942" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/chip-resistor/RC1005F271CS.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series Datasheet"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/chip_resistor.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Thick-Film Chip Resistor Catalog"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fchip_resistor%2F%2Fchip_resistor01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_Chip_Resistor.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert Chip Resistor"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/chip-resistors-arrays" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Chip Resistors and Arrays"/> + <link url="/catalog/en/partgroup/rc1005-series/37811?mpart=RC1005F271CS&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC1005 Series"/> + </links> + <references> + <part-number> + <value>RC1005F271CS</value> + </part-number> + <supplier-part-number> + <value>1276-3970-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>270 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.02"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0083"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00373"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00324"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00267"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-6468-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 0.1UF 50V X7R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL21B104KBFNNNG/1276-6468-1-ND/5958096" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/CL21B104KBFNNNG.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Spec"/> + <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2018/08/31/Data%20sheet_CL21B104KBFNNNG.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Characteristics"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/mlcc.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Catalog"/> + <link url="https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL_Series_MLCC_ds.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL Series, MLCC Datasheet"/> + <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/high-cap-mlcc-family?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Cap MLCC Family"/> + <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/soft-termination-mlcc?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Soft Termination MLCC"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fcert%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2019%2F%2F03%2F%2F07&fileName=RoHS_compliance_MLCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: MLCC RoHS Compliance"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/multi-layer-ceramic-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multi-Layer Ceramic Capacitors"/> + <link url="https://www.digikey.com/en/datasheets/samsung-electro-mechanics/samsung-electro-mechanics-cl_series_mlcc_ds" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: CL Series, MLCC Datasheet"/> + <link url="/catalog/en/partgroup/cl-series-general-purpose/36881?mpart=CL21B104KBFNNNG&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CL Series, General Purpose"/> + </links> + <references> + <part-number> + <value>CL21B104KBFNNNG</value> + </part-number> + <supplier-part-number> + <value>1276-6468-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>0.1µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>50V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X7R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.053" (1.35mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>100 nF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.06"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0266"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.01902"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.01495"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#1276-6468-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 0.1UF 50V X7R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL21B104KBFNNNG/1276-6468-1-ND/5958096" relation="canonical" media-type="text/html"/> + <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/CL21B104KBFNNNG.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Spec"/> + <link url="http://www.samsungsem.com/kr/support/product-search/mlcc/__icsFiles/afieldfile/2018/08/31/Data%20sheet_CL21B104KBFNNNG.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL21B104KBFNNNG Characteristics"/> + <link url="http://www.samsungsem.com/kr/support/library/product-catalog/mlcc.jsp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Catalog"/> + <link url="https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL_Series_MLCC_ds.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CL Series, MLCC Datasheet"/> + <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/high-cap-mlcc-family?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Cap MLCC Family"/> + <link url="https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/soft-termination-mlcc?pn_sku=1276-6468-1-ND&part_id=5958096" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Soft Termination MLCC"/> + <link url="http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fcert%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2019%2F%2F03%2F%2F07&fileName=RoHS_compliance_MLCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: MLCC RoHS Compliance"/> + <link url="https://www.digikey.com/en/product-highlight/s/samsung-electromech/multi-layer-ceramic-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multi-Layer Ceramic Capacitors"/> + <link url="https://www.digikey.com/en/datasheets/samsung-electro-mechanics/samsung-electro-mechanics-cl_series_mlcc_ds" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: CL Series, MLCC Datasheet"/> + <link url="/catalog/en/partgroup/cl-series-general-purpose/36881?mpart=CL21B104KBFNNNG&vendor=1276" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CL Series, General Purpose"/> + </links> + <references> + <part-number> + <value>CL21B104KBFNNNG</value> + </part-number> + <supplier-part-number> + <value>1276-6468-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>0.1µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>50V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X7R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.053" (1.35mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>100 nF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.06"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0266"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.01902"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.01495"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#296-22055-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>SENSOR DIGITAL -40C-125C SOT563</description> + <links> + <link url="https://www.digikey.com/product-detail/en/texas-instruments/TMP102AIDRLT/296-22055-1-ND/1649890" relation="canonical" media-type="text/html"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftmp102" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TMP102 Datasheet"/> + <link url="https://www.digikey.com/api/videos/videoplayer/smallplayer/1646388020001" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Video File: TMP102 Low Power Digital Temperature Sensor with SMBus/Two-Wire Serial Interface in SOT563"/> + <link url="https://www.digikey.com/en/resources/development-tools/product-selector" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Development Tool Selector"/> + <link url="https://www.digikey.com/en/resources/sensors/index" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Sensor Selector"/> + <link url="https://www.digikey.com/en/resources/industrial-automation/product-selector" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: Industrial Automation Product Selector"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20150420002_20150422100838445.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 Datasheet Update 22/Apr/2014"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20181022003.0.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP302/102 Datasheet Chg 24/Oct/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20190108000.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: TMP102 23/Jan/2019"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TMP102AIDRLT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TMP102AIDRLT Specifications"/> + <link url="https://www.digikey.com/en/resources/design-tools/kicad" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Available In the Digi-Key KiCad Library"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=296-22055-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/tmp102/59048?mpart=TMP102AIDRLT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: TMP102"/> + </links> + <references> + <part-number> + <value>TMP102AIDRLT</value> + </part-number> + <supplier-part-number> + <value>296-22055-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#345</key> + <label>Sensor Type</label> + <value>Digital, Local</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1847</key> + <label>Sensing Temperature - Local</label> + <value>-40°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1848</key> + <label>Sensing Temperature - Remote</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#41</key> + <label>Output Type</label> + <value>I²C/SMBus</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#276</key> + <label>Voltage - Supply</label> + <value>1.4V ~ 3.6V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#688</key> + <label>Resolution</label> + <value>11 b</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>One-Shot, Output Switch, Shutdown Mode</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1846</key> + <label>Accuracy - Highest (Lowest)</label> + <value>±2°C (±3°C)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1602</key> + <label>Test Condition</label> + <value>-25°C ~ 85°C (-40°C ~ 125°C)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SOT-563, SOT-666</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-563</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.06"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="1.67"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="1.336"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.1132"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#296-44151-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>IC REG BUCK ADJ 2A TSOT23-6</description> + <links> + <link url="https://www.digikey.com/product-detail/en/texas-instruments/TPS54202DDCT/296-44151-1-ND/6021980" relation="canonical" media-type="text/html"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&gotoUrl=http%3A%2F%2Fwww.ti.com%2Flit%2Fgpn%2Ftps54202" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: TPS54202 Datasheet"/> + <link url="https://www.digikey.com/en/product-highlight/t/texas-instruments/tps5420-step-down-converters" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: TPS5420 Step-Down Converters"/> + <link url="https://www.digikey.com/en/product-highlight/t/texas-instruments/power-management" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Power Management"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20180927003.1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: LBC7 Wafer Chg 15/Oct/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20180927003.1A.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Wafer Fab 04/Jan/2018"/> + <link url="http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TPS54202DDCT" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Manufacturer Product Page: TPS54202DDCT Specifications"/> + <link url="/catalog/en/partgroup/buck-step-down-ic/14378?mpart=TPS54202DDCT&vendor=296" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: Buck (Step-Down) IC"/> + </links> + <references> + <part-number> + <value>TPS54202DDCT</value> + </part-number> + <supplier-part-number> + <value>296-44151-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#110</key> + <label>Function</label> + <value>Step-Down</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#255</key> + <label>Output Configuration</label> + <value>Positive</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1098</key> + <label>Topology</label> + <value>Buck</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#41</key> + <label>Output Type</label> + <value>Adjustable</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#87</key> + <label>Number of Outputs</label> + <value>1</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1471</key> + <label>Voltage - Input (Min)</label> + <value>4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#573</key> + <label>Voltage - Input (Max)</label> + <value>28V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1779</key> + <label>Voltage - Output (Min/Fixed)</label> + <value>0.596V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1429</key> + <label>Voltage - Output (Max)</label> + <value>28V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#129</key> + <label>Current - Output</label> + <value>2A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#384</key> + <label>Frequency - Switching</label> + <value>500kHz</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1320</key> + <label>Synchronous Rectifier</label> + <value>Yes</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 125°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SOT-23-6 Thin, TSOT-23-6</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>TSOT-23-6</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#voltage-input-min</key> + <value>4.5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#voltage-input-max</key> + <value>28</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#voltage-output-max</key> + <value>28</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.03"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="1.83"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.4775"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#490-10511-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 22UF 10V X5R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61A226ME51L/490-10511-1-ND/5026441" relation="canonical" media-type="text/html"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR61A226ME51-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM21BR61A226ME51x Ref Sheet"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> + <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-cap-multilayer-ceramic-capacitors?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High-Cap Multilayer Ceramic Capacitors"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-capacitance-hi-cap-mlcc?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Capacitance (Hi-Cap) MLCC"/> + <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM21BR61A226ME51L%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM21BR61A226ME51L SimSurfing Design Tool"/> + <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.snapeda.com/parts/GRM21BR61A226ME51L/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM21BR61A226ME51L by SnapEDA"/> + <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM21BR61A226ME51L&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> + </links> + <references> + <part-number> + <value>GRM21BR61A226ME51L</value> + </part-number> + <supplier-part-number> + <value>490-10511-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Not For New Designs</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>22µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X5R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 85°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.055" (1.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>22 uF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.35"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.239"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.1353"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.0955"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.08356"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#490-10511-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 22UF 10V X5R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM21BR61A226ME51L/490-10511-1-ND/5026441" relation="canonical" media-type="text/html"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR61A226ME51-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM21BR61A226ME51x Ref Sheet"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> + <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-cap-multilayer-ceramic-capacitors?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High-Cap Multilayer Ceramic Capacitors"/> + <link url="https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-capacitance-hi-cap-mlcc?pn_sku=490-10511-1-ND&part_id=5026441" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: High Capacitance (Hi-Cap) MLCC"/> + <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM21BR61A226ME51L%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM21BR61A226ME51L SimSurfing Design Tool"/> + <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.snapeda.com/parts/GRM21BR61A226ME51L/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM21BR61A226ME51L by SnapEDA"/> + <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM21BR61A226ME51L&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> + </links> + <references> + <part-number> + <value>GRM21BR61A226ME51L</value> + </part-number> + <supplier-part-number> + <value>490-10511-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Not For New Designs</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>22µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X5R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 85°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.055" (1.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>22 uF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.35"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.239"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.1353"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.0955"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.08356"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#490-5951-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 75PF 50V C0G/NP0 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM1555C1H750JA01D/490-5951-1-ND/3721308" relation="canonical" media-type="text/html"/> + <link url="https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Monolithic Ceramic Caps Part Numbering"/> + <link url="https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM1555C1H750JA01-01.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GRM1555C1H750JA01 Ref Sheet"/> + <link url="https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM1555C1H750JA01D%22%5D&rgear=jomoqke&rgearinfo=com" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Design Resources: GRM1555C1H750JA01D SimSurfing Design Tool"/> + <link url="https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Monolithic Ceramic Caps Catalog"/> + <link url="https://www.snapeda.com/parts/GRM1555C1H750JA01D/Murata/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: GRM1555C1H750JA01D by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=490-5951-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/grm-series/3860?mpart=GRM1555C1H750JA01D&vendor=490" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: GRM Series"/> + </links> + <references> + <part-number> + <value>GRM1555C1H750JA01D</value> + </part-number> + <supplier-part-number> + <value>490-5951-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Not For New Designs</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>75pF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>50V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>C0G, NP0</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>General Purpose</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.022" (0.55mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>75 pF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.06"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0265"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.01894"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.01488"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.01352"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.01244"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#541-100KLCT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 100K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-dale/CRCW0402100KFKED/541-100KLCT-ND/1183351" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/20035/dcrcwe3.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: D/CRCW e3 Series Datasheet"/> + <link url="https://www.digikey.com/en/datasheets/vishay-dale/vishay-dale-dcrcwe3" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: D/CRCW e3 Series Datasheet"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=541-100KLCT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/crcw-automotive-series/29668?mpart=CRCW0402100KFKED&vendor=541" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CRCW - Automotive Series"/> + </links> + <references> + <part-number> + <value>CRCW0402100KFKED</value> + </part-number> + <supplier-part-number> + <value>541-100KLCT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>100 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.042"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.017"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00765"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00664"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00549"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#587-2973-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>FIXED IND 15UH 2.4A 65 MOHM SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/NRS8040T150MJGJ/587-2973-1-ND/2666078" relation="canonical" media-type="text/html"/> + <link url="https://ds.yuden.co.jp/TYCOMPAS/ut/detail?pn=NRS8040T150MJGJ &u=M" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: NRS8040T150MJGJ View all Specification"/> + <link url="https://www.yuden.co.jp/productdata/catalog/wound04_e.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: NR(H,S,V) Series Catalog"/> + <link url="https://www.digikey.com/en/ptm/t/taiyo-yuden/nr-series-power-inductors?pn_sku=587-2973-1-ND&part_id=2666078" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: NR Series Power Inductors"/> + <link url="https://www.digikey.com/en/product-highlight/t/taiyo-yuden/nr-series-inductors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: NR Series Inductors"/> + <link url="https://www.digikey.com/en/datasheets/taiyo-yuden/taiyo-yuden-wound04_e" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: NR(H,S,V) Series Catalog"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=587-2973-1-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/nr-nrh-nrs-and-nrv-series/41136?mpart=NRS8040T150MJGJ&vendor=587" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: NR, NRH, NRS and NRV Series"/> + </links> + <references> + <part-number> + <value>NRS8040T150MJGJ</value> + </part-number> + <supplier-part-number> + <value>587-2973-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#183</key> + <label>Type</label> + <value>Wirewound</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1221</key> + <label>Material - Core</label> + <value>Ferrite</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2087</key> + <label>Inductance</label> + <value>15µH</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2088</key> + <label>Current Rating (Amps)</label> + <value>2.4A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1219</key> + <label>Current - Saturation</label> + <value>2.9A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#80</key> + <label>Shielding</label> + <value>Shielded</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#314</key> + <label>DC Resistance (DCR)</label> + <value>65mOhm Max</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#705</key> + <label>Q @ Freq</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#706</key> + <label>Frequency - Self Resonant</label> + <value>16MHz</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-25°C ~ 125°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1222</key> + <label>Inductance Frequency - Test</label> + <value>100kHz</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>Nonstandard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.315" L x 0.315" W (8.00mm x 8.00mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.157" (4.00mm)</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±20%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>25</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>4.00</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.51"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.444"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.3171"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.26638"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#587-4893-1-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CAP CER 10UF 35V X5R 0805</description> + <links> + <link url="https://www.digikey.com/product-detail/en/taiyo-yuden/GMK212BBJ106KG-T/587-4893-1-ND/6563736" relation="canonical" media-type="text/html"/> + <link url="http://www.yuden.co.jp/productdata/catalog/mlcc06_e.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: MLCC Capacitor Catalog"/> + <link url="https://ds.yuden.co.jp/TYCOMPAS/ut/detail?pn=GMK212BBJ106KG-T &u=M" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: GMK212BBJ106KG-T View all Specification"/> + <link url="https://www.digikey.com/en/product-highlight/t/taiyo-yuden/multilayer-chip-capacitors" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Featured Product: Multilayer Chip Capacitors"/> + <link url="/catalog/en/partgroup/m-series-general-purpose/3880?mpart=GMK212BBJ106KG-T&vendor=587" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: M Series, General Purpose"/> + </links> + <references> + <part-number> + <value>GMK212BBJ106KG-T</value> + </part-number> + <supplier-part-number> + <value>587-4893-1-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2049</key> + <label>Capacitance</label> + <value>10µF</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#14</key> + <label>Voltage - Rated</label> + <value>35V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>X5R</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 85°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#707</key> + <label>Ratings</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>SMPS Filtering</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount, MLCC</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0805 (2012 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.079" L x 0.049" W (2.00mm x 1.25mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1501</key> + <label>Thickness (Max)</label> + <value>0.057" (1.45mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#508</key> + <label>Lead Spacing</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#4</key> + <label>Lead Style</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±10%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#capacitance</key> + <value>10 uF</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.85"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.603"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.3968"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.29396"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.24986"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#BZX384C3V3-E3-08GICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>DIODE ZENER 3.3V 200MW SOD323</description> + <links> + <link url="https://www.digikey.com/product-detail/en/vishay-semiconductor-diodes-division/BZX384C3V3-E3-08/BZX384C3V3-E3-08GICT-ND/6228477" relation="canonical" media-type="text/html"/> + <link url="http://www.vishay.com/docs/85764/bzx384.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: BZX384 Series"/> + <link url="https://www.digikey.com/en/datasheets/vishay-semiconductor-diodes-division/vishay-semiconductor-diodes-division-bzx384" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: BZX384 Series"/> + <link url="/catalog/en/partgroup/bzx384-zener-diode/13935?mpart=BZX384C3V3-E3-08&vendor=112" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: BZX384 Zener Diode"/> + </links> + <references> + <part-number> + <value>BZX384C3V3-E3-08</value> + </part-number> + <supplier-part-number> + <value>BZX384C3V3-E3-08GICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#920</key> + <label>Voltage - Zener (Nom) (Vz)</label> + <value>3.3V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2109</key> + <label>Power - Max</label> + <value>200mW</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#921</key> + <label>Impedance (Max) (Zzt)</label> + <value>95 Ohms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2269</key> + <label>Current - Reverse Leakage @ Vr</label> + <value>5µA @ 1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>SC-76, SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOD-323</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±5%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.24"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.203"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.1712"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.11"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.08584"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.07378"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.05154"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMN2041L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET N-CH 20V 6.4A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMN2041L-7/DMN2041L-7DICT-ND/2182586" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMN2041L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Design/Specification: Bond Wire 11/Nov/2011"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Other: Multiple Device Changes 29/Apr/2013"/> + <link url="/catalog/en/partgroup/n-channel-mosfet-metal-oxide/16095?mpart=DMN2041L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: N-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMN2041L-7</value> + </part-number> + <supplier-part-number> + <value>DMN2041L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>N-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>20V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>6.4A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>2.5V, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>28mOhm @ 6A, 4.5V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>1.2V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>15.6nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±12V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>550pF @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>780mW (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.49"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.351"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2336"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.14184"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.11124"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#DMP3056L-7DICT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>MOSFET P-CH 30V 4.3A SOT23</description> + <links> + <link url="https://www.digikey.com/product-detail/en/diodes-incorporated/DMP3056L-7/DMP3056L-7DICT-ND/5126873" relation="canonical" media-type="text/html"/> + <link url="https://www.diodes.com/assets/Datasheets/DMP3056L.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: DMP3056L"/> + <link url="https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: Diodes RoHS 3 Cert"/> + <link url="https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2374_Rev1.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Assembly/Origin: Mult Dev Assembly Add 7/Dec/2018"/> + <link url="/catalog/en/partgroup/p-channel-mosfet-metal-oxide/16451?mpart=DMP3056L-7&vendor=31" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: P-Channel MOSFET (Metal Oxide)"/> + </links> + <references> + <part-number> + <value>DMP3056L-7</value> + </part-number> + <supplier-part-number> + <value>DMP3056L-7DICT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#606</key> + <label>FET Type</label> + <value>P-Channel</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#570</key> + <label>Technology</label> + <value>MOSFET (Metal Oxide)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2068</key> + <label>Drain to Source Voltage (Vdss)</label> + <value>30V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#608</key> + <label>Current - Continuous Drain (Id) @ 25°C</label> + <value>4.3A (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1993</key> + <label>Drive Voltage (Max Rds On, Min Rds On)</label> + <value>4.5V, 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#612</key> + <label>Rds On (Max) @ Id, Vgs</label> + <value>50mOhm @ 6A, 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1236</key> + <label>Vgs(th) (Max) @ Id</label> + <value>2.1V @ 250µA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2262</key> + <label>Gate Charge (Qg) (Max) @ Vgs</label> + <value>11.8nC @ 10V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1994</key> + <label>Vgs (Max)</label> + <value>±25V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2263</key> + <label>Input Capacitance (Ciss) (Max) @ Vds</label> + <value>642pF @ 25V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#959</key> + <label>FET Feature</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1174</key> + <label>Power Dissipation (Max)</label> + <value>1.38W (Ta)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 150°C (TJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>TO-236-3, SC-59, SOT-23-3</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>0</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.5"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.395"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2753"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.19306"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.1482"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62301CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED RED DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VRD-TR8/L62301CT-ND/254924" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62301CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VRD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VRD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62301CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Red</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>4mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>640nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62305CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED GREEN DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VGD-TR8/L62305CT-ND/254925" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62305CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VGD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62305CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>6.5mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2.1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>570nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62305CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED GREEN DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VGD-TR8/L62305CT-ND/254925" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62305CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VGD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62305CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>6.5mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2.1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>570nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#L62305CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>LED GREEN DIFFUSED 1206 SMD</description> + <links> + <link url="https://www.digikey.com/product-detail/en/visual-communications-company-vcc/CMD15-21VGD-TR8/L62305CT-ND/254925" relation="canonical" media-type="text/html"/> + <link url="https://vcclite.com/wp-content/uploads/wpallimport/files/files/CMD152122Series.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: CMD15-21/15-22 Series"/> + <link url="https://vcclite.com/wp-content/uploads/2018/01/RoHS-Positioning-Statement-VCC.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=L62305CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/cmd15-21-and-cmd15-22-series-rectangle-with-flat-top-1206-package-leds/35127?mpart=CMD15-21VGD/TR8&vendor=28" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: CMD15-21 and CMD15-22 Series Rectangle with Flat Top 1206 Package LEDs"/> + </links> + <references> + <part-number> + <value>CMD15-21VGD/TR8</value> + </part-number> + <supplier-part-number> + <value>L62305CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#37</key> + <label>Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#207</key> + <label>Configuration</label> + <value>Standard</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#525</key> + <label>Lens Color</label> + <value>Green</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1843</key> + <label>Lens Transparency</label> + <value>Diffused</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#206</key> + <label>Millicandela Rating</label> + <value>6.5mcd</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2028</key> + <label>Lens Style</label> + <value>Rectangle with Flat Top</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2029</key> + <label>Lens Size</label> + <value>2.00mm x 1.50mm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#319</key> + <label>Voltage - Forward (Vf) (Typ)</label> + <value>2.1V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#543</key> + <label>Current - Test</label> + <value>20mA</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#551</key> + <label>Viewing Angle</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Surface Mount</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#969</key> + <label>Wavelength - Dominant</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#968</key> + <label>Wavelength - Peak</label> + <value>570nm</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>1206 (3216 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>1206</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>3.20mm L x 1.50mm W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#966</key> + <label>Height (Max)</label> + <value>1.30mm</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.47"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.34"/> + </price-break> + <price-break> + <quantity>25</quantity> + <amount value="0.2772"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.2218"/> + </price-break> + <price-break> + <quantity>250</quantity> + <amount value="0.18712"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="0.1594"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.12474"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#RMCF0402FT10K0CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES 10K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT10K0/RMCF0402FT10K0CT-ND/1942925" relation="canonical" media-type="text/html"/> + <link url="https://www.seielect.com/catalog/sei-rmcf_rmcp.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RMCF,RMCP Series Datasheet"/> + <link url="https://www.seielect.com/catalog/sei-packaging.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Resistor Packaging Spec"/> + <link url="http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Compliance Status"/> + <link url="https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="PCN Part Number: Global Part Number 9/Aug/2010"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Resistor Packaging Spec"/> + <link url="https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: RMCF,RMCP Series Datasheet"/> + <link url="https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: RMCF0402FT10K0 by SnapEDA"/> + <link url="https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="EDA / CAD Models: Download from Ultra Librarian"/> + <link url="/catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RMCF Series"/> + </links> + <references> + <part-number> + <value>RMCF0402FT10K0</value> + </part-number> + <supplier-part-number> + <value>RMCF0402FT10K0CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>10 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Automotive AEC-Q200</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.015"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.0061"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00275"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00239"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00198"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#S6104-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>CONN HDR 40POS 0.1 TIN PCB</description> + <links> + <link url="https://www.digikey.com/product-detail/en/sullins-connector-solutions/PPTC202LFBN-RC/S6104-ND/807240" relation="canonical" media-type="text/html"/> + <link url="https://drawings-pdf.s3.amazonaws.com/10492.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: xPxCyyyLFBN-RC Drawing"/> + <link url="https://media.digikey.com/pdf/Data%20Sheets/Sullins%20PDFs/Female_Headers.100_DS.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title='Datasheets: Female Headers .100" Data Sheet'/> + <link url="https://www.digikey.com/api/videos/videoplayer/smallplayer/5855854953001" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Video File: Scaredy Pi | The Resident Geeks"/> + <link url="http://sullinscorp.com/wp-content/uploads/2017/09/Sullins-RoHS-Compliant-Statement.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Environmental Information: RoHS Cert"/> + <link url="https://www.digikey.com/en/datasheets/sullins-connector-solutions/sullins-connector-solutions78pnpxcxxxlfbnrc10492h" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: xPxCyyyLFBN-RC Drawing"/> + <link url="/catalog/en/partgroup/pppc-and-pptc-series/2709?mpart=PPTC202LFBN-RC&vendor=35" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: PPPC and PPTC Series"/> + </links> + <references> + <part-number> + <value>PPTC202LFBN-RC</value> + </part-number> + <supplier-part-number> + <value>S6104-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Tray</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#28</key> + <label>Connector Type</label> + <value>Header</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#512</key> + <label>Contact Type</label> + <value>Female Socket</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#91</key> + <label>Style</label> + <value>Board to Board</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#88</key> + <label>Number of Positions</label> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#564</key> + <label>Number of Positions Loaded</label> + <value>All</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1790</key> + <label>Pitch - Mating</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2172</key> + <label>Number of Rows</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2024</key> + <label>Row Spacing - Mating</label> + <value>0.100" (2.54mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#69</key> + <label>Mounting Type</label> + <value>Through Hole</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#589</key> + <label>Termination</label> + <value>Solder</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#518</key> + <label>Fastening Type</label> + <value>Push-Pull</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1791</key> + <label>Contact Finish - Mating</label> + <value>Tin</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1792</key> + <label>Contact Finish Thickness - Mating</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1693</key> + <label>Insulation Color</label> + <value>Black</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2018</key> + <label>Insulation Height</label> + <value>0.335" (8.51mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2012</key> + <label>Contact Length - Post</label> + <value>0.126" (3.20mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-40°C ~ 105°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#903</key> + <label>Material Flammability Rating</label> + <value>UL94 V-0</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1795</key> + <label>Contact Finish - Post</label> + <value>Tin</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1263</key> + <label>Mated Stacking Heights</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#697</key> + <label>Ingress Protection</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#66</key> + <label>Current Rating (Amps)</label> + <value>3A</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#63</key> + <label>Voltage Rating</label> + <value>250V</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#405</key> + <label>Applications</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2023</key> + <label>Insulation Material</label> + <value>Polyester</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2011</key> + <label>Contact Shape</label> + <value>Square</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1084</key> + <label>Contact Material</label> + <value>Phosphor Bronze</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1796</key> + <label>Contact Finish Thickness - Post</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>40</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="2.29"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="2.075"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="1.7785"/> + </price-break> + <price-break> + <quantity>500</quantity> + <amount value="1.48208"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="1.27035"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="1.2233"/> + </price-break> + </price-breaks> + </part> + <part uri="https://digikey.com/pn#YAG2974CT-ND"> + <supplier>http://purl.org/ee/supplier/digikey?store=us</supplier> + <description>RES SMD 13.3K OHM 1% 1/16W 0402</description> + <links> + <link url="https://www.digikey.com/product-detail/en/yageo/RC0402FR-0713K3L/YAG2974CT-ND/5281839" relation="canonical" media-type="text/html"/> + <link url="http://www.yageo.com/documents/recent/PYu-RC_Group_51_RoHS_L_10.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: RC Series, L Datasheet"/> + <link url="http://www.yageo.com/exep/pages/download/literatures/PYu-R_Marking_2.pdf" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Datasheets: Chip Resistor Marking"/> + <link url="https://www.digikey.com/en/ptm/y/yageo/chip-resistors?pn_sku=YAG2974CT-ND&part_id=5281839" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Product Training Modules: Chip Resistor"/> + <link url="https://www.digikey.com/en/datasheets/yageo/yageo-pyu-r_marking_2" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="HTML Datasheet: Chip Resistor Marking"/> + <link url="/catalog/en/partgroup/rc0402-series/5996?mpart=RC0402FR-0713K3L&vendor=13" relation="http://purl.org/ee/link-relation#documentation" media-type="text/html" title="Online Catalog: RC0402 Series"/> + </links> + <references> + <part-number> + <value>RC0402FR-0713K3L</value> + </part-number> + <supplier-part-number> + <value>YAG2974CT-ND</value> + </supplier-part-number> + </references> + <facts> + <fact> + <key>http://purl.org/ee/digikey-fact-key#7</key> + <label>Packaging</label> + <value>Cut Tape (CT)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1989</key> + <label>Part Status</label> + <value>Active</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2085</key> + <label>Resistance</label> + <value>13.3 kOhms</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#3</key> + <label>Tolerance</label> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#2</key> + <label>Power (Watts)</label> + <value>0.063W, 1/16W</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#174</key> + <label>Composition</label> + <value>Thick Film</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#5</key> + <label>Features</label> + <value>Moisture Resistant</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#17</key> + <label>Temperature Coefficient</label> + <value>±100ppm/°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#252</key> + <label>Operating Temperature</label> + <value>-55°C ~ 155°C</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#16</key> + <label>Package / Case</label> + <value>0402 (1005 Metric)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1291</key> + <label>Supplier Device Package</label> + <value>0402</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#46</key> + <label>Size / Dimension</label> + <value>0.039" L x 0.020" W (1.00mm x 0.50mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1500</key> + <label>Height - Seated (Max)</label> + <value>0.016" (0.40mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1127</key> + <label>Number of Terminations</label> + <value>2</value> + </fact> + <fact> + <key>http://purl.org/ee/digikey-fact-key#1531</key> + <label>Failure Rate</label> + <value>-</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#tolerance</key> + <value>±1%</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-min</key> + <value>55</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#temperature-max</key> + <value>5</value> + </fact> + <fact> + <key>http://purl.org/trygvis/ee/fact-key#part-height</key> + <value>0.40</value> + </fact> + </facts> + <price-breaks> + <price-break> + <quantity>1</quantity> + <amount value="0.1"/> + </price-break> + <price-break> + <quantity>10</quantity> + <amount value="0.016"/> + </price-break> + <price-break> + <quantity>100</quantity> + <amount value="0.007"/> + </price-break> + <price-break> + <quantity>1000</quantity> + <amount value="0.00328"/> + </price-break> + <price-break> + <quantity>2500</quantity> + <amount value="0.00288"/> + </price-break> + <price-break> + <quantity>5000</quantity> + <amount value="0.00242"/> + </price-break> + </price-breaks> + </part> + </parts> +</part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/reports/apply-function/digikey.rst b/demo/thirdparty/unlockoslo-alpha-3/ee/reports/apply-function/digikey.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/reports/apply-function/digikey.rst diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/reports/apply-function/kicad.rst b/demo/thirdparty/unlockoslo-alpha-3/ee/reports/apply-function/kicad.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/reports/apply-function/kicad.rst diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/reports/bom.rst b/demo/thirdparty/unlockoslo-alpha-3/ee/reports/bom.rst index 39b2a9a..4b5e2b5 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/ee/reports/bom.rst +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/reports/bom.rst @@ -4,6 +4,12 @@ BOM Unresolved parts: +* `D1 <ref-D1_>`_ +* `D3 <ref-D3_>`_ +* `D5 <ref-D5_>`_ +* `D7 <ref-D7_>`_ +* `D9 <ref-D9_>`_ +* `D11 <ref-D11_>`_ * `J1 <ref-J1_>`_ * `J2 <ref-J2_>`_ * `MK1 <ref-MK1_>`_ @@ -20,232 +26,261 @@ Parts for BOM C1 -- -Selected supplier: https://digikey.com, pn: CL21B104KBFNNNG, spn: 1276-6468-1-ND. -Part: `CL21B104KBFNNNG <part-CL21B104KBFNNNG_>`_ +Could not find part. + +MPN: CL21B104KBFNNNG .. _ref-C2: C2 -- -Selected supplier: https://digikey.com, pn: GMK212BBJ106KG-T, spn: 587-4893-1-ND. -Part: `GMK212BBJ106KG-T <part-GMK212BBJ106KG-T_>`_ +Could not find part. + +MPN: GMK212BBJ106KG-T .. _ref-C3: C3 -- -Selected supplier: https://digikey.com, pn: CL21B104KBFNNNG, spn: 1276-6468-1-ND. -Part: `CL21B104KBFNNNG <part-CL21B104KBFNNNG_>`_ +Could not find part. + +MPN: CL21B104KBFNNNG .. _ref-C4: C4 -- -Selected supplier: https://digikey.com, pn: GRM1555C1H750JA01D, spn: 490-5951-1-ND. -Part: `GRM1555C1H750JA01D <part-GRM1555C1H750JA01D_>`_ +Could not find part. + +MPN: GRM1555C1H750JA01D .. _ref-C5: C5 -- -Selected supplier: https://digikey.com, pn: GRM21BR61A226ME51L, spn: 490-10511-1-ND. -Part: `GRM21BR61A226ME51L <part-GRM21BR61A226ME51L_>`_ +Could not find part. + +MPN: GRM21BR61A226ME51L .. _ref-C6: C6 -- -Selected supplier: https://digikey.com, pn: GRM21BR61A226ME51L, spn: 490-10511-1-ND. -Part: `GRM21BR61A226ME51L <part-GRM21BR61A226ME51L_>`_ +Could not find part. + +MPN: GRM21BR61A226ME51L .. _ref-D1: D1 -- -Selected supplier: https://digikey.com, pn: S1MTR. -Part: `S1MTR <part-S1MTR_>`_ +Could not find part. + +MPN: S1MTR .. _ref-D2: D2 -- -Selected supplier: https://digikey.com, pn: CMD15-21VRD/TR8, spn: L62301CT-ND. -Part: `CMD15-21VRD/TR8 <part-CMD15-21VRD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VRD/TR8 .. _ref-D3: D3 -- -Selected supplier: https://digikey.com, pn: S1MTR. -Part: `S1MTR <part-S1MTR_>`_ +Could not find part. + +MPN: S1MTR .. _ref-D4: D4 -- -Selected supplier: https://digikey.com, pn: CMD15-21VRD/TR8, spn: L62301CT-ND. -Part: `CMD15-21VRD/TR8 <part-CMD15-21VRD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VRD/TR8 .. _ref-D5: D5 -- -Selected supplier: https://digikey.com, pn: S1MTR. -Part: `S1MTR <part-S1MTR_>`_ +Could not find part. + +MPN: S1MTR .. _ref-D6: D6 -- -Selected supplier: https://digikey.com, pn: CMD15-21VRD/TR8, spn: L62301CT-ND. -Part: `CMD15-21VRD/TR8 <part-CMD15-21VRD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VRD/TR8 .. _ref-D7: D7 -- -Selected supplier: https://digikey.com, pn: S1MTR. -Part: `S1MTR <part-S1MTR_>`_ +Could not find part. + +MPN: S1MTR .. _ref-D8: D8 -- -Selected supplier: https://digikey.com, pn: CMD15-21VRD/TR8, spn: L62301CT-ND. -Part: `CMD15-21VRD/TR8 <part-CMD15-21VRD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VRD/TR8 .. _ref-D9: D9 -- -Selected supplier: https://digikey.com, pn: S1MTR. -Part: `S1MTR <part-S1MTR_>`_ +Could not find part. + +MPN: S1MTR .. _ref-D10: D10 --- -Selected supplier: https://digikey.com, pn: CMD15-21VRD/TR8, spn: L62301CT-ND. -Part: `CMD15-21VRD/TR8 <part-CMD15-21VRD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VRD/TR8 .. _ref-D11: D11 --- -Selected supplier: https://digikey.com, pn: S1MTR. -Part: `S1MTR <part-S1MTR_>`_ +Could not find part. + +MPN: S1MTR .. _ref-D12: D12 --- -Selected supplier: https://digikey.com, pn: CMD15-21VRD/TR8, spn: L62301CT-ND. -Part: `CMD15-21VRD/TR8 <part-CMD15-21VRD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VRD/TR8 .. _ref-D13: D13 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D14: D14 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D15: D15 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D16: D16 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D17: D17 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D18: D18 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D19: D19 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D20: D20 --- -Selected supplier: https://digikey.com, pn: BZX384C3V3-E3-08, spn: BZX384C3V3-E3-08GICT-ND. -Part: `BZX384C3V3-E3-08 <part-BZX384C3V3-E3-08_>`_ +Could not find part. + +MPN: BZX384C3V3-E3-08 .. _ref-D21: D21 --- -Selected supplier: https://digikey.com, pn: CMD15-21VGD/TR8, spn: L62305CT-ND. -Part: `CMD15-21VGD/TR8 <part-CMD15-21VGD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VGD/TR8 .. _ref-D22: D22 --- -Selected supplier: https://digikey.com, pn: CMD15-21VGD/TR8, spn: L62305CT-ND. -Part: `CMD15-21VGD/TR8 <part-CMD15-21VGD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VGD/TR8 .. _ref-D23: D23 --- -Selected supplier: https://digikey.com, pn: CMD15-21VGD/TR8, spn: L62305CT-ND. -Part: `CMD15-21VGD/TR8 <part-CMD15-21VGD/TR8_>`_ +Could not find part. + +MPN: CMD15-21VGD/TR8 .. _ref-J1: @@ -268,8 +303,9 @@ Could not find part. L1 -- -Selected supplier: https://digikey.com, pn: NRS8040T150MJGJ, spn: 587-2973-1-ND. -Part: `NRS8040T150MJGJ <part-NRS8040T150MJGJ_>`_ +Could not find part. + +MPN: NRS8040T150MJGJ .. _ref-MK1: @@ -308,312 +344,351 @@ Could not find part. P1 -- -Selected supplier: https://digikey.com, pn: 14011213102000, spn: 1195-3666-1-ND. -Part: `14011213102000 <part-14011213102000_>`_ +Could not find part. + +MPN: 14011213102000 .. _ref-P2: P2 -- -Selected supplier: https://digikey.com, pn: 14010813102000, spn: 1195-3662-1-ND. -Part: `14010813102000 <part-14010813102000_>`_ +Could not find part. + +MPN: 14010813102000 .. _ref-P3: P3 -- -Selected supplier: https://digikey.com, pn: PPTC202LFBN-RC, spn: S6104-ND. -Part: `PPTC202LFBN-RC <part-PPTC202LFBN-RC_>`_ +Could not find part. + +MPN: PPTC202LFBN-RC .. _ref-P4: P4 -- -Selected supplier: https://digikey.com, pn: 14010213102000, spn: 1195-3656-1-ND. -Part: `14010213102000 <part-14010213102000_>`_ +Could not find part. + +MPN: 14010213102000 .. _ref-Q1: Q1 -- -Selected supplier: https://digikey.com, pn: DMN2041L-7, spn: DMN2041L-7DICT-ND. -Part: `DMN2041L-7 <part-DMN2041L-7_>`_ +Could not find part. + +MPN: DMN2041L-7 .. _ref-Q2: Q2 -- -Selected supplier: https://digikey.com, pn: DMN2041L-7, spn: DMN2041L-7DICT-ND. -Part: `DMN2041L-7 <part-DMN2041L-7_>`_ +Could not find part. + +MPN: DMN2041L-7 .. _ref-Q3: Q3 -- -Selected supplier: https://digikey.com, pn: DMN2041L-7, spn: DMN2041L-7DICT-ND. -Part: `DMN2041L-7 <part-DMN2041L-7_>`_ +Could not find part. + +MPN: DMN2041L-7 .. _ref-Q4: Q4 -- -Selected supplier: https://digikey.com, pn: DMN2041L-7, spn: DMN2041L-7DICT-ND. -Part: `DMN2041L-7 <part-DMN2041L-7_>`_ +Could not find part. + +MPN: DMN2041L-7 .. _ref-Q5: Q5 -- -Selected supplier: https://digikey.com, pn: DMN2041L-7, spn: DMN2041L-7DICT-ND. -Part: `DMN2041L-7 <part-DMN2041L-7_>`_ +Could not find part. + +MPN: DMN2041L-7 .. _ref-Q6: Q6 -- -Selected supplier: https://digikey.com, pn: DMN2041L-7, spn: DMN2041L-7DICT-ND. -Part: `DMN2041L-7 <part-DMN2041L-7_>`_ +Could not find part. + +MPN: DMN2041L-7 .. _ref-Q7: Q7 -- -Selected supplier: https://digikey.com, pn: DMP3056L-7, spn: DMP3056L-7DICT-ND. -Part: `DMP3056L-7 <part-DMP3056L-7_>`_ +Could not find part. + +MPN: DMP3056L-7 .. _ref-R1: R1 -- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R2: R2 -- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R3: R3 -- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R4: R4 -- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R5: R5 -- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R6: R6 -- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R7: R7 -- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R8: R8 -- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R9: R9 -- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R10: R10 --- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R11: R11 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R12: R12 --- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R13: R13 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R14: R14 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R15: R15 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R16: R16 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R17: R17 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R18: R18 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R19: R19 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R20: R20 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R21: R21 --- -Selected supplier: https://digikey.com, pn: CRCW0402100KFKED, spn: 541-100KLCT-ND. -Part: `CRCW0402100KFKED <part-CRCW0402100KFKED_>`_ +Could not find part. + +MPN: CRCW0402100KFKED .. _ref-R22: R22 --- -Selected supplier: https://digikey.com, pn: RC0402FR-0713K3L, spn: YAG2974CT-ND. -Part: `RC0402FR-0713K3L <part-RC0402FR-0713K3L_>`_ +Could not find part. + +MPN: RC0402FR-0713K3L .. _ref-R23: R23 --- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R24: R24 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R25: R25 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R26: R26 --- -Selected supplier: https://digikey.com, pn: RMCF0402FT10K0, spn: RMCF0402FT10K0CT-ND. -Part: `RMCF0402FT10K0 <part-RMCF0402FT10K0_>`_ +Could not find part. + +MPN: RMCF0402FT10K0 .. _ref-R27: R27 --- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-R28: R28 --- -Selected supplier: https://digikey.com, pn: RC1005F271CS, spn: 1276-3970-1-ND. -Part: `RC1005F271CS <part-RC1005F271CS_>`_ +Could not find part. + +MPN: RC1005F271CS .. _ref-TP1: @@ -628,23 +703,25 @@ Could not find part. U1 -- -Selected supplier: https://digikey.com, pn: TPS54202DDCT, spn: 296-44151-1-ND. -Part: `TPS54202DDCT <part-TPS54202DDCT_>`_ +Could not find part. + +MPN: TPS54202DDCT .. _ref-U2: U2 -- -Selected supplier: https://digikey.com, pn: TMP102AIDRLT, spn: 296-22055-1-ND. -Part: `TMP102AIDRLT <part-TMP102AIDRLT_>`_ +Could not find part. + +MPN: TMP102AIDRLT Part details ============ -From https://digikey.com ------------------------- +From http://purl.org/ee/supplier/digikey?store=us +------------------------------------------------- .. _part-CL21B104KBFNNNG: @@ -667,7 +744,7 @@ Documentation * `Datasheets: CL Series, MLCC Datasheet <https://media.digikey.com/pdf/Data%20Sheets/Samsung%20PDFs/CL_Series_MLCC_ds.pdf>`__ * `Product Training Modules: High Cap MLCC Family <https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/high-cap-mlcc-family?pn_sku=1276-6468-1-ND&part_id=5958096>`__ * `Product Training Modules: Soft Termination MLCC <https://www.digikey.com/en/ptm/s/samsung-electromechanics-america/soft-termination-mlcc?pn_sku=1276-6468-1-ND&part_id=5958096>`__ -* `Environmental Information: MLCC RoHS 2 Compliance <http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2018%2F%2F01%2F%2F08&fileName=RoHS_compliance_MLCC.pdf>`__ +* `Environmental Information: MLCC RoHS Compliance <http://www.samsungsem.com/global/front/downloadcms.do?path=%2F%2Fglobal%2F%2Fsupport%2F%2Fcert%2F%2Fenvironment%2F%2Fmlcc%2F%2Fmlcc01%2F%2F__icsFiles%2F%2Fafieldfile%2F%2F2019%2F%2F03%2F%2F07&fileName=RoHS_compliance_MLCC.pdf>`__ * `Featured Product: Multi-Layer Ceramic Capacitors <https://www.digikey.com/en/product-highlight/s/samsung-electromech/multi-layer-ceramic-capacitors>`__ * `HTML Datasheet: CL Series, MLCC Datasheet <https://www.digikey.com/en/datasheets/samsung-electro-mechanics/samsung-electro-mechanics-cl_series_mlcc_ds>`__ * `Online Catalog: CL Series, General Purpose </catalog/en/partgroup/cl-series-general-purpose/36881?mpart=CL21B104KBFNNNG&vendor=1276>`__ @@ -734,28 +811,13 @@ Documentation * `Datasheets: GRM21BR61A226ME51x Ref Sheet <https://search.murata.co.jp/Ceramy/image/img/A01X/G101/ENG/GRM21BR61A226ME51-01.pdf>`__ * `Datasheets: Chip Monolithic Ceramic Caps Part Numbering <https://search.murata.co.jp/Ceramy/image/img/A01X/partnumbering_e_01.pdf>`__ * `Datasheets: Chip Monolithic Ceramic Caps Catalog <https://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.ashx?la=en-us>`__ +* `Product Training Modules: High-Cap Multilayer Ceramic Capacitors <https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-cap-multilayer-ceramic-capacitors?pn_sku=490-10511-1-ND&part_id=5026441>`__ * `Product Training Modules: High Capacitance (Hi-Cap) MLCC <https://www.digikey.com/en/ptm/m/murata-electronics-north-america/high-capacitance-hi-cap-mlcc?pn_sku=490-10511-1-ND&part_id=5026441>`__ * `Design Resources: GRM21BR61A226ME51L SimSurfing Design Tool <https://ds.murata.co.jp/simsurfing/gateway.html?partnumbers=%5B%22GRM21BR61A226ME51L%22%5D&rgear=jomoqke&rgearinfo=com>`__ * `HTML Datasheet: Chip Monolithic Ceramic Caps Catalog <https://www.digikey.com/en/datasheets/murata-electronics-north-america/murata-electronics-north-america-c02e-ashx>`__ * `EDA / CAD Models: GRM21BR61A226ME51L by SnapEDA <https://www.snapeda.com/parts/GRM21BR61A226ME51L/Murata/view-part/?ref=digikey>`__ * `Online Catalog: GRM Series </catalog/en/partgroup/grm-series/3860?mpart=GRM21BR61A226ME51L&vendor=490>`__ -.. _part-S1MTR: - -S1MTR -~~~~~ - -=========== === -MPN S1MTR -SPN -Used by: -=========== === - -Documentation -............. - - - .. _part-CMD15-21VRD/TR8: CMD15-21VRD/TR8 @@ -936,7 +998,7 @@ Documentation * `Datasheets: DMN2041L <https://www.diodes.com/assets/Datasheets/products_inactive_data/DMN2041L.pdf>`__ -* `Environmental Information: RoHS Cert <https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf>`__ +* `Environmental Information: Diodes RoHS 3 Cert <https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf>`__ * `PCN Design/Specification: Bond Wire 11/Nov/2011 <https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2041.pdf>`__ * `PCN Assembly/Origin: Mult Dev Alt Wafer Source 26/Apr/2018 <https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2340.pdf>`__ * `PCN Other: Multiple Device Changes 29/Apr/2013 <https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN-2094.pdf>`__ @@ -958,7 +1020,7 @@ Documentation * `Datasheets: DMP3056L <https://www.diodes.com/assets/Datasheets/DMP3056L.pdf>`__ -* `Environmental Information: RoHS Cert <https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf>`__ +* `Environmental Information: Diodes RoHS 3 Cert <https://www.diodes.com/assets/Quality-Reliability-Docs/RoHS-Product-List.pdf>`__ * `PCN Assembly/Origin: Mult Dev Assembly Add 7/Dec/2018 <https://media.digikey.com/pdf/PCNs/Diodes%20Inc/PCN_2374_Rev1.pdf>`__ * `Online Catalog: P-Channel MOSFET (Metal Oxide) </catalog/en/partgroup/p-channel-mosfet-metal-oxide/16451?mpart=DMP3056L-7&vendor=31>`__ @@ -981,6 +1043,8 @@ Documentation * `Datasheets: Resistor Packaging Spec <https://www.seielect.com/catalog/sei-packaging.pdf>`__ * `Environmental Information: RoHS Compliance Status <http://www.seielect.com/catalog/SEI-RoHS_Compliance_Status.pdf>`__ * `PCN Part Number: Global Part Number 9/Aug/2010 <https://media.digikey.com/pdf/PCNs/Stackpole/Global%20Part%20Number%20Change.pdf>`__ +* `HTML Datasheet: Resistor Packaging Spec <https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-packaging>`__ +* `HTML Datasheet: RMCF,RMCP Series Datasheet <https://www.digikey.com/en/datasheets/stackpoleelectronicsinc/stackpole-electronics-inc-sei-rmcf_rmcp>`__ * `EDA / CAD Models: RMCF0402FT10K0 by SnapEDA <https://www.snapeda.com/parts/RMCF0402FT10K0/Stackpole%20Electronics/view-part/?ref=digikey>`__ * `EDA / CAD Models: Download from Ultra Librarian <https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=RMCF0402FT10K0CT-ND>`__ * `Online Catalog: RMCF Series </catalog/en/partgroup/rmcf-series/6009?mpart=RMCF0402FT10K0&vendor=738>`__ @@ -1094,6 +1158,7 @@ Documentation * `PCN Design/Specification: TMP302/102 Datasheet Chg 24/Oct/2018 <https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20181022003.0.pdf>`__ * `PCN Design/Specification: TMP102 23/Jan/2019 <https://media.digikey.com/pdf/PCNs/Texas%20Instruments/PCN20190108000.pdf>`__ * `Manufacturer Product Page: TMP102AIDRLT Specifications <http://www.ti.com/general/docs/suppproductinfo.tsp?distId=10&orderablePartNumber=TMP102AIDRLT>`__ +* `EDA / CAD Models: Available In the Digi-Key KiCad Library <https://www.digikey.com/en/resources/design-tools/kicad>`__ * `EDA / CAD Models: Download from Ultra Librarian <https://www.digikey.com/MyDigiKey/Redirect/AcceleratedDesigns?partNumber=296-22055-1-ND>`__ * `Online Catalog: TMP102 </catalog/en/partgroup/tmp102/59048?mpart=TMP102AIDRLT&vendor=296>`__ diff --git a/demo/thirdparty/unlockoslo-alpha-3/ee/sch.xml b/demo/thirdparty/unlockoslo-alpha-3/ee/sch.xml index 9d5a32e..ff2632b 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/ee/sch.xml +++ b/demo/thirdparty/unlockoslo-alpha-3/ee/sch.xml @@ -9,6 +9,60 @@ <value>CL21B104KBFNNNG</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CL21B104KBFNNNG</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> + </fact> + </facts> </part> <part> <references> @@ -19,6 +73,60 @@ <value>GMK212BBJ106KG-T</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_voltage:35V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GMK212BBJ106KG-T</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> + </fact> + </facts> </part> <part> <references> @@ -29,6 +137,60 @@ <value>CL21B104KBFNNNG</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_value:0.1u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_voltage:35V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CL21B104KBFNNNG</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> + </fact> + </facts> </part> <part> <references> @@ -39,6 +201,60 @@ <value>GRM1555C1H750JA01D</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>75p</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC1005X55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC1005X55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:75p</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC1005X55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GRM1555C1H750JA01D</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> + </fact> + </facts> </part> <part> <references> @@ -49,6 +265,60 @@ <value>GRM21BR61A226ME51L</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GRM21BR61A226ME51L</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> + </fact> + </facts> </part> <part> <references> @@ -59,6 +329,60 @@ <value>GRM21BR61A226ME51L</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:CAPC2012X70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:C5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>voltage:10V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:GRM21BR61A226ME51L</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> + </fact> + </facts> </part> <part> <references> @@ -69,6 +393,60 @@ <value>S1MTR</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -79,6 +457,76 @@ <value>CMD15-21VRD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -89,6 +537,60 @@ <value>S1MTR</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -99,6 +601,76 @@ <value>CMD15-21VRD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -109,6 +681,60 @@ <value>S1MTR</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -119,6 +745,76 @@ <value>CMD15-21VRD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -129,6 +825,60 @@ <value>S1MTR</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -139,6 +889,76 @@ <value>CMD15-21VRD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -149,6 +969,60 @@ <value>S1MTR</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -159,6 +1033,76 @@ <value>CMD15-21VRD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -169,6 +1113,60 @@ <value>S1MTR</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diodes_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diodes_SMD:D_SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.smc-diodes.com/propdf/S1A-S1M%20N0560%20REV.B.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:S1MTR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>digikey:1655-1506-1-ND</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -179,9 +1177,78 @@ <value>CMD15-21VRD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Red</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VRD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:1.9V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:3.3 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D13</reference> @@ -190,9 +1257,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D14</reference> @@ -201,9 +1313,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D15</reference> @@ -212,9 +1369,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D16</reference> @@ -223,9 +1425,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D17</reference> @@ -234,9 +1481,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D18</reference> @@ -245,9 +1537,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D19</reference> @@ -256,9 +1593,54 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> - <part-type>http://purl.org/ee/part-type#diode</part-type> <references> <schematic-reference> <reference>D20</reference> @@ -267,6 +1649,52 @@ <value>BZX384C3V3-E3-08</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Zener-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Diode_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BZX384C3V3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Diode_SMD:D_SOD-323</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:BZX384C3V3-E3-08</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -277,6 +1705,76 @@ <value>CMD15-21VGD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Green</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VGD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.1 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -287,6 +1785,76 @@ <value>CMD15-21VGD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>STATUS_1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:STATUS_1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Green</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VGD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.1 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -297,6 +1865,76 @@ <value>CMD15-21VGD/TR8</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>STATUS_2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:D23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:STATUS_2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:LEDC3216X110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>color:Green</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CMD15-21VGD/TR8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>role:LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_I:5 mA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vf:2.0 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>req_Vin:5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vf:2.1 V</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#diode</value> + </fact> + </facts> </part> <part> <references> @@ -304,6 +1942,48 @@ <reference>J1</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_02x02_Odd_Even-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Pin_Headers:Pin_Header_Straight_2x02_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Pin_Headers</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Pin_Header_Straight_2x02_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:J1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:POWER</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Pin_Headers:Pin_Header_Straight_2x02_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -311,6 +1991,48 @@ <reference>J2</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SERIAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x05-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Pin_Headers:Pin_Header_Straight_1x05_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Pin_Headers</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Pin_Header_Straight_1x05_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:J2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SERIAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Pin_Headers:Pin_Header_Straight_1x05_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -321,6 +2043,56 @@ <value>NRS8040T150MJGJ</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>15u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L_Core_Ferrite_Small-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Inductors_SMD:L_Taiyo-Yuden_NR-80xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Inductors_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_Taiyo-Yuden_NR-80xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:15u</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Inductors_SMD:L_Taiyo-Yuden_NR-80xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:L1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:NRS8040T150MJGJ</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#inductor</value> + </fact> + </facts> </part> <part> <references> @@ -328,6 +2100,48 @@ <reference>MK1</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -335,6 +2149,48 @@ <reference>MK2</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -342,6 +2198,48 @@ <reference>MK3</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -349,6 +2247,48 @@ <reference>MK4</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_Hole-Mechanical</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Mounting_Holes</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MK4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:M2.5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Mounting_Holes:MountingHole_2.5mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -359,6 +2299,48 @@ <value>14011213102000</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>OUTPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x12-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:har-flexicon_2,54_TSPH-12_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>har-flexicon_2,54_TSPH-12_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:OUTPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:har-flexicon_2,54_TSPH-12_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:14011213102000</value> + </fact> + </facts> </part> <part> <references> @@ -369,6 +2351,48 @@ <value>14010813102000</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>INPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x08-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:har-flexicon_2,54_TSPH-08_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>har-flexicon_2,54_TSPH-08_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:INPUTS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:har-flexicon_2,54_TSPH-08_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:14010813102000</value> + </fact> + </facts> </part> <part> <references> @@ -379,6 +2403,48 @@ <value>PPTC202LFBN-RC</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RASPBERRY_PI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-misc</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RASPBERRY_PI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Socket_Strips:Socket_Strip_Straight_2x20_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Socket_Strips</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Socket_Strip_Straight_2x20_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RASPBERRY_PI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Socket_Strips:Socket_Strip_Straight_2x20_Pitch2.54mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:PPTC202LFBN-RC</value> + </fact> + </facts> </part> <part> <references> @@ -389,6 +2455,48 @@ <value>14010213102000</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>12V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Conn_01x02-Connector_Generic</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:har-flexicon_2,54_TSPH-02_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>har-flexicon_2,54_TSPH-02_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:P4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:12V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:har-flexicon_2,54_TSPH-02_T56_BK</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:14010213102000</value> + </fact> + </facts> </part> <part> <references> @@ -399,6 +2507,52 @@ <value>DMN2041L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -409,6 +2563,52 @@ <value>DMN2041L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -419,6 +2619,52 @@ <value>DMN2041L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -429,6 +2675,52 @@ <value>DMN2041L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -439,6 +2731,52 @@ <value>DMN2041L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -449,6 +2787,52 @@ <value>DMN2041L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_NMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMN2041L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -459,6 +2843,56 @@ <value>DMP3056L-7</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DMP3056L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Q_PMOS_GSD-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Package_TO_SOT_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Package_TO_SOT_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Q7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DMP3056L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Package_TO_SOT_SMD:SOT-23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://www.diodes.com/assets/Datasheets/DMP3056L.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:DMP3056L-7</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#transistor</value> + </fact> + </facts> </part> <part> <references> @@ -469,6 +2903,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -479,6 +2959,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -489,6 +3015,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -499,6 +3071,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -509,6 +3127,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -519,6 +3183,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -529,6 +3239,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -539,6 +3295,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -549,6 +3351,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -559,6 +3407,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -569,6 +3463,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -579,6 +3519,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -589,6 +3575,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -599,6 +3631,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -609,6 +3687,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -619,6 +3743,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -629,6 +3799,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -639,6 +3855,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -649,6 +3911,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -659,6 +3967,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -669,6 +4023,56 @@ <value>CRCW0402100KFKED</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:R2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:CRCW0402100KFKED</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -679,6 +4083,56 @@ <value>RC0402FR-0713K3L</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>13.3k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:13.3k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta_ref:R3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC0402FR-0713K3L</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -689,6 +4143,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -699,6 +4199,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R24</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -709,6 +4255,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R25</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -719,6 +4311,52 @@ <value>RMCF0402FT10K0</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R26</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RMCF0402FT10K0</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -729,6 +4367,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R27</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -739,6 +4423,52 @@ <value>RC1005F271CS</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R-Device</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>IPC7351-Nominal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R28</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:270</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:IPC7351-Nominal:RESC1005X38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:RC1005F271CS</value> + </fact> + <fact> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> + </fact> + </facts> </part> <part> <references> @@ -746,6 +4476,48 @@ <reference>TP1</reference> </schematic-reference> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>+5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>alpha-rescue</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Test_Point-Connector</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Connectors_TestPoints:Test_Point_Pad_d1.0mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Connectors_TestPoints</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Test_Point_Pad_d1.0mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:TP1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:+5V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Connectors_TestPoints:Test_Point_Pad_d1.0mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>assembly:footprint only</value> + </fact> + </facts> </part> <part> <references> @@ -756,6 +4528,64 @@ <value>TPS54202DDCT</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TPS54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>tps54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TPS54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>TO_SOT_Packages_SMD:SOT-23-6_Handsoldering</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>TO_SOT_Packages_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23-6_Handsoldering</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TPS54202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:TO_SOT_Packages_SMD:SOT-23-6_Handsoldering</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:http://www.ti.com/lit/ds/symlink/tps54202.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ta:Figure 16. 5-V, 2-A Reference Design</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:TPS54202DDCT</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Iout:2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Vout:5V</value> + </fact> + </facts> </part> <part> <references> @@ -766,6 +4596,52 @@ <value>TMP102AIDRLT</value> </part-number> </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TMP102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-library</key> + <value>tmp102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TMP102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>Bitraf:SOT-563</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>Bitraf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-563</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TMP102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:Bitraf:SOT-563</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>ds_Vin:1.4 - 3.6 V</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>mpn:TMP102AIDRLT</value> + </fact> + </facts> </part> </parts> </part-db> diff --git a/demo/thirdparty/unlockoslo-alpha-3/eeconfig b/demo/thirdparty/unlockoslo-alpha-3/eeconfig index 2776997..6b40631 100644 --- a/demo/thirdparty/unlockoslo-alpha-3/eeconfig +++ b/demo/thirdparty/unlockoslo-alpha-3/eeconfig @@ -1,6 +1,11 @@ [kicad-project] sch = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.sch pcb = ../../../thirdparty/unlockoslo/hardware/alpha-3/alpha.kicad_pcb +functions = ee.kicad.functions.default +function-arguments = + +[supplier:digikey] +function = ee.kicad.digikey.functions.default [seeed-opl] opls = SEEED, HQCHIP |