diff options
Diffstat (limited to 'demo/thirdparty')
33 files changed, 53903 insertions, 4455 deletions
diff --git a/demo/thirdparty/olinuxino/.gitignore b/demo/thirdparty/olinuxino/.gitignore index d8f275d..c1ecaad 100644 --- a/demo/thirdparty/olinuxino/.gitignore +++ b/demo/thirdparty/olinuxino/.gitignore @@ -1,2 +1,2 @@ -.ee +ee/cache .ninja_* diff --git a/demo/thirdparty/olinuxino/build.ninja b/demo/thirdparty/olinuxino/build.ninja index f7ce4c4..f860095 100644 --- a/demo/thirdparty/olinuxino/build.ninja +++ b/demo/thirdparty/olinuxino/build.ninja @@ -1,85 +1,5 @@ -ee = ../../../env/bin/python3 -m ee -report_dir = ee/reports -sch = ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.sch -sch_files = $ - ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.sch $ - ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/NAND$ Flash$ ,$ eMMC,$ T-Card$ and$ Audio.sch $ - ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/Power$ Supply,$ Extensions$ and$ MiPi-DSI$ .sch $ - ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/USB&HDMI,WiFi&BT,Ethernet,LCD.sch -pcb = ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.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 - strategy = --strategy olinuxino.make_bom_strategy - -# 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/olinuxino/ee.ninja b/demo/thirdparty/olinuxino/ee.ninja new file mode 100644 index 0000000..125ea22 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee.ninja @@ -0,0 +1,113 @@ +ee = ../../../env/bin/python3 -m ee +report_dir = ee/reports +sch = ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.sch +sch_files = $ + ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.sch $ + ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/NAND$ Flash$ ,$ eMMC,$ T-Card$ and$ Audio.sch $ + ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/Power$ Supply,$ Extensions$ and$ MiPi-DSI$ .sch $ + ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/USB&HDMI,WiFi&BT,Ethernet,LCD.sch +pcb = ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.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/olinuxino/ee/bom.xml b/demo/thirdparty/olinuxino/ee/bom.xml index 13df815..bfc9e46 100644 --- a/demo/thirdparty/olinuxino/ee/bom.xml +++ b/demo/thirdparty/olinuxino/ee/bom.xml @@ -1,3 +1 @@ -<part-db> - <parts/> -</part-db> +<part-db/> diff --git a/demo/thirdparty/olinuxino/ee/digikey/downloaded.rst b/demo/thirdparty/olinuxino/ee/digikey/downloaded.rst new file mode 100644 index 0000000..1336288 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee/digikey/downloaded.rst @@ -0,0 +1,3 @@ +Executing 0 product number searches + + diff --git a/demo/thirdparty/olinuxino/ee/digikey/downloaded.xml b/demo/thirdparty/olinuxino/ee/digikey/downloaded.xml index 13df815..bfc9e46 100644 --- a/demo/thirdparty/olinuxino/ee/digikey/downloaded.xml +++ b/demo/thirdparty/olinuxino/ee/digikey/downloaded.xml @@ -1,3 +1 @@ -<part-db> - <parts/> -</part-db> +<part-db/> diff --git a/demo/thirdparty/olinuxino/ee/digikey/normalized.xml b/demo/thirdparty/olinuxino/ee/digikey/normalized.xml deleted file mode 100644 index 13df815..0000000 --- a/demo/thirdparty/olinuxino/ee/digikey/normalized.xml +++ /dev/null @@ -1,3 +0,0 @@ -<part-db> - <parts/> -</part-db> diff --git a/demo/thirdparty/olinuxino/ee/digikey/parts.xml b/demo/thirdparty/olinuxino/ee/digikey/parts.xml new file mode 100644 index 0000000..bfc9e46 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee/digikey/parts.xml @@ -0,0 +1 @@ +<part-db/> diff --git a/demo/thirdparty/olinuxino/ee/digikey/pn-part-search-list.xml b/demo/thirdparty/olinuxino/ee/digikey/pn-part-search-list.xml new file mode 100644 index 0000000..bfc9e46 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee/digikey/pn-part-search-list.xml @@ -0,0 +1 @@ +<part-db/> diff --git a/demo/thirdparty/olinuxino/ee/digikey/search-list.xml b/demo/thirdparty/olinuxino/ee/digikey/search-list.xml deleted file mode 100644 index 13df815..0000000 --- a/demo/thirdparty/olinuxino/ee/digikey/search-list.xml +++ /dev/null @@ -1,3 +0,0 @@ -<part-db> - <parts/> -</part-db> diff --git a/demo/thirdparty/olinuxino/ee/kicad-sch.xml b/demo/thirdparty/olinuxino/ee/kicad-sch.xml new file mode 100644 index 0000000..a655b77 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee/kicad-sch.xml @@ -0,0 +1,18040 @@ +<part-db> + <parts> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+1.8V1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+3.0VA1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+3.3VD1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+3.3VWiFiIO1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+5V_USBOTG1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.1V_CPUS1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.1V_CPUX1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.1V_SYS1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.25_EXT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.0V_RTC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened(2-3);Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL_12_TIED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL_12_TIED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.3V/VCC-PE:2.8V1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL_12_TIED</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.3V1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.3V_MIPI1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>ANT1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>PCB_WIFI_ANT</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>WIFI_ANT_ESP8266</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Antennas-FP:bt_antenna_1ant_2gnd</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Antennas-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>bt_antenna_1ant_2gnd</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:ANT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:PCB_WIFI_ANT</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Antennas-FP:bt_antenna_1ant_2gnd</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</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:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C7</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C8</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C9</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C10</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C11</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C12</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C13</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C14</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C15</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C16</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C17</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C18</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C19</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C20</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C21</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C22</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C23</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C24</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C24</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C25</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C25</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C26</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C26</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C27</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C27</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C28</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C28</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C29</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C29</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C30</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C30</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C31</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C31</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C32</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C33</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C33</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C34</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C34</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C35</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C35</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C36</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C36</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C37</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C37</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C38</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C39</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C39</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C40</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C40</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C41</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C41</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C42</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C42</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C43</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C43</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C44</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C44</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C45</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C45</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C46</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C46</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C47</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C47</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C48</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C49</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C49</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C50</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C50</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C51</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C51</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C52</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C52</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C53</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C53</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C54</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C54</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C55</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C56</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C56</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C57</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C57</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C58</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C58</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C59</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C59</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C60</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C60</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C61</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C61</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C62</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C62</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C63</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C63</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C64</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C64</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C65</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C65</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C66</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C66</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C67</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C67</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C68</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C68</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C69</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C69</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C70</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C71</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C71</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C72</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C72</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C73</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C73</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C74</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C74</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C75</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C75</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C76</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C76</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C77</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C77</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C78</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C78</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C79</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C79</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C80</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C80</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C81</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C81</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C82</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C82</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C83</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C83</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C84</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C84</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C85</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C85</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C86</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C86</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C87</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C87</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C89</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C89</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C90</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C90</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C91</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C91</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C92</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C92</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C105</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C105</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C106</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C106</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C107</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C107</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C109</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C109</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C110</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C115</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C115</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C116</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C116</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C117</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C117</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C118</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C118</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C119</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C119</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C120</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C120</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C121</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C121</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C122</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C122</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C123</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C123</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C124</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C124</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C125</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C125</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C126</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C126</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C127</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C127</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C128</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C128</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C129</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C129</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C130</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C130</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C131</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C131</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C132</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C132</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C133</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C133</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C134</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C134</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C135</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C135</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C136</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C136</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C137</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C137</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C138</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C138</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C139</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C139</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C140</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C140</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C141</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C141</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C142</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C142</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C143</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C143</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C144</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C144</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C145</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C145</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C146</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C146</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C147</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C147</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C148</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C148</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C149</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C149</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C150</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C150</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C151</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C151</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C152</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C152</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C153</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C153</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C154</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C154</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C155</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C155</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C156</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C156</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C157</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C157</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C158</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C158</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C159</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C159</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C160</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C160</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C161</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C161</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C162</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C162</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C163</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C163</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C164</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C164</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C165</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C165</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C166</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C166</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C167</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C167</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C168</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C168</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C169</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C169</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C170</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C170</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C171</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C171</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C172</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C172</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C173</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C173</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C174</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C174</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C175</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C175</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C176</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C176</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C177</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C177</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C178</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C178</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C179</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C179</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C180</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C180</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C181</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C181</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C182</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C182</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C183</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C183</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C184</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C184</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C185</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C185</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C186</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C186</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C187</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C187</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C188</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C188</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C189</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C189</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C190</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C190</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C191</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C191</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C192</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C192</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C193</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(1nF/50V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C193</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(1nF/50V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C194</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C194</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C195</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C195</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C196</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1nF/2kV/10%/X7R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_1206_5MIL_DWS_ISO</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_1206_5MIL_DWS_ISO</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C196</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1nF/2kV/10%/X7R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_1206_5MIL_DWS_ISO</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C197</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C197</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C198</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C198</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C199</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C199</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C200</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C200</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C201</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C201</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C202</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C203</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C203</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C204</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C204</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C205</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C205</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C206</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C207</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C207</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C208</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C208</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C209</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C209</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C210</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C210</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C211</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C211</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C212</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C212</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C213</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C213</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C214</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C214</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C215</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C215</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C216</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C216</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C217</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C217</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C218</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C218</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>C219</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C219</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>CHGLED1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED/YELLOW/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_LEDs-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:CHGLED1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED/YELLOW/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_LEDs-FP:LED_0603_KA</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>SMBJ6.0A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SMBJ6.0A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:DO214AA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>DO214AA</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:SMBJ6.0A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:DO214AA</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>1N5822/SS34/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Schottky</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SMA-KA</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:1N5822/SS34/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SMA-KA</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>1N5822/SS34/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Schottky</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SMA-KA</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:1N5822/SS34/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SMA-KA</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>1N5819(S4SOD-123)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Schottky</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SOD-123_1C-2A_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOD-123_1C-2A_KA</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:1N5819(S4SOD-123)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SOD-123_1C-2A_KA</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>1N4007/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SMA-KA</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:1N4007/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>DBG_UART1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>CON3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:DBG_UART1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HN1x3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>DDR-VCC1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:DDR-VCC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>FET1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>BSS138(SOT23-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>N-MOS+DIOD_Small</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Transistors-FP:SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Transistors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FET1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BSS138(SOT23-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Transistors-FP:SOT23</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>FET2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>IRLML6402(SOT-23)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>P-MOS+DIOD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Transistors-FP:SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Transistors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FET2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IRLML6402(SOT-23)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Transistors-FP:SOT23</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>FUSE1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Devices-FP:FUSE-1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Devices-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FUSE-1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FUSE1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Devices-FP:FUSE-1206</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>FUSE2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(5025)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Devices-FP:FUSE-5025</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Devices-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FUSE-5025</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FUSE2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(5025)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Devices-FP:FUSE-5025</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>GND1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GND1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>GNDA1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:TESTPAD_40-ROUND</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TESTPAD_40-ROUND</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GNDA1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:TESTPAD_40-ROUND</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>GPIO1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(HN2x20)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>ML40YA-V36P-2X20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HN2x20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HN2x20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GPIO1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(HN2x20)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HN2x20</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>GPIO_LED1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED/Red/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_LEDs-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GPIO_LED1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED/Red/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>HDMI1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>HDMI-SWM-19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>HDMI-SWM-19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HDMI-SWM-19-TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HDMI-SWM-19-TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HDMI1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:HDMI-SWM-19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HDMI-SWM-19-TEST</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>HEADPHONES/LINEOUT1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AUDIO_JACK(SCJ325P00XG0B02G)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HEADPHONES/LINEOUT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>HPHONEOUTL/LINEOUTL1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Soldered(1-2);Opened(2-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HPHONEOUTL/LINEOUTL1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Soldered(1-2);Opened(2-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>HPHONEOUTR/LINEOUTR1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Soldered(1-2);Opened(2-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HPHONEOUTR/LINEOUTR1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Soldered(1-2);Opened(2-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>HSIC1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(B4B-PH-K-S)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>CON4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:B4B-PH-K-S</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>B4B-PH-K-S</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HSIC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(B4B-PH-K-S)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:B4B-PH-K-S</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>HSIC_E1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HSIC_E1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>IPS1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:IPS1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</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>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</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:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L6</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L8</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L14</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD32</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L15</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD42(43)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L16</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2uH/3A/YS75/7x8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:YS75_7X8MM</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>YS75_7X8MM</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2uH/3A/YS75/7x8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:YS75_7X8MM</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L17</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD42(43)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L18</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD42(43)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L19</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD32</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L20</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD32</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L21</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L23</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>L24</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L24</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>LAN1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LAN1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:TM211Q01FM22</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>LCD_CON1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LCD-ML40YA-V36P-2X20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LCD_CON1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:FPV-WZA21-40-LF</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>LINEINL/MICIN2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LINEINL/MICIN2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>LINEINR/MICIN1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LINEINR/MICIN1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>LIPO_BAT1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>CON2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:LIPO_BAT-CON2DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LIPO_BAT-CON2DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LIPO_BAT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:LIPO_BAT-CON2DW02R</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MIC/LINEIN1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AUDIO_JACK(SCJ325P00XG0B02G)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MIC/LINEIN1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MICRO_SD1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>MICRO_SD(TFC-WPAPR-08)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>MICRO_SD(TFC-WPAPR-08)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:TFC-WPAPR-08</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TFC-WPAPR-08</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MICRO_SD1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MICRO_SD(TFC-WPAPR-08)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:TFC-WPAPR-08</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>MIPI-DSI1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>GPH127SMT-02X10(PA-V16X-2X10-LF)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MIPI-DSI1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:FPV-WZA21-20-LF</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Mounting_hole1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Mounting_hole_3.3mm_with_5.5mm_pad</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Mounting_hole1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Mounting_hole2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Mounting_hole2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>Mounting_hole3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Mounting_hole3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>NAND_E1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Unsoldered</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:NAND_E1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Unsoldered</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>PHYRST1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>HN1x2(Opened)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>JP1E</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:HN1x2_Jumper</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HN1x2_Jumper</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PHYRST1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:HN1x2(Opened)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:HN1x2_Jumper</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>PWR1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>PWR-JAKPWR_JACK_UNI_MILLING</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWR1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:PWRJ-2mm(YDJ-1134)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>PWRLED1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>LED/Red/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_LEDs-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWRLED1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED/Red/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>PWRON1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>T1107A(6x3,8x2,5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Buttons-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWRON1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>PWR_PC1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWR_PC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</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>Q32.768kHz/12.5pF/20ppm/4P/SMD8038</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Crystal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Crystal-FP:MC306-HS_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Crystal-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MC306-HS_TEST</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:Q32.768kHz/12.5pF/20ppm/4P/SMD8038</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Crystal-FP:MC306-HS_TEST</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>Q24MHZ/20pF/20ppm/2P/5x3.2mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Crystal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Crystal-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HCX-4S_2Pins_5.0x3.2mm_TEST</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:Q24MHZ/20pF/20ppm/2P/5x3.2mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</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>Q25MHz/20pF/20ppm/2P/5x3.2mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Crystal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Crystal-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HCX-4S_2Pins_5.0x3.2mm_TEST</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:Q25MHz/20pF/20ppm/2P/5x3.2mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>100R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:100R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(22R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(22R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>470R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:470R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>200k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:200k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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>NA(1k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(1k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R29</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R29</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R30</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R30</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R31</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R31</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R32</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(1M)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(1M)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R33</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R33</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R34</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R34</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R35</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R35</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R36</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R36</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_0R(Board_Mounted)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R37</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R37</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R38</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R39</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R39</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R40</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R40</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R41</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>13k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R41</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:13k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R42</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R42</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R43</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R43</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R44</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R44</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R45</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R45</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R46</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>27k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R46</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:27k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R47</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R47</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R48</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R49</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>3.92k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R49</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:3.92k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R50</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R50</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R51</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R51</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R52</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R52</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R53</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R53</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R54</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R54</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R55</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R56</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R56</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R57</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R57</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R58</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R58</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R59</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R59</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R60</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R60</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R61</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R61</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R62</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R62</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R63</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R63</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R64</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R64</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R65</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R65</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R66</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R66</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R70</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R71</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R71</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R74</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R74</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R75</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R75</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R76</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R76</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R77</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R77</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R78</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0.01R/1%/1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_1206_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_1206_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R78</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0.01R/1%/1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_1206_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R79</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R79</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R80</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>8.25k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R80</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:8.25k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R81</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R81</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R82</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R82</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R83</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R83</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R84</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R84</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R85</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R85</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R86</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R86</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R87</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R87</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R88</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R88</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R89</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R89</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R90</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R90</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R91</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R91</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R92</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R92</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R93</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10M</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R93</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10M</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R94</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R94</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R95</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R95</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R96</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R96</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R97</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R97</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R98</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R98</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R99</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R99</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R100</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R100</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R101</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R101</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R102</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R103</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R103</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R104</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R104</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R105</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R105</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R106</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R106</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R107</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R107</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R108</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R108</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R109</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R109</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R110</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R111</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R111</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R112</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R112</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R113</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R113</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R114</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R114</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R115</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>12.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R115</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:12.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R116</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R116</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R117</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R117</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R118</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R118</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R119</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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R119</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>R120</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>120R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R120</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:120R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RESET1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>T1107A(6x3,8x2,5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Buttons-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RESET1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4X0603)_4B8_10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4X0603)_4B8_10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM2</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4X0603)_4B8_10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4X0603)_4B8_10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM7</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM8</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4x0603)_4B8_4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM9</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM12</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM14</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>RM15</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RA1206_(4x0603)_4B8_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>T1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>WPM1481-6/TR(DFN2X2-6L)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>WPM1481</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Transistors-FP:DFN2x2-6L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Transistors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>DFN2x2-6L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:T1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:WPM1481-6/TR(DFN2X2-6L)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Transistors-FP:DFN2x2-6L</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>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</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>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</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>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</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>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</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>K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>H5TQ2G63BFR_MEM4G16D3EABG-125--H5TC8G63AMR-PBA_K4B8G1646Q-MYK0(FBGA-96_512MX16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</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:K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U3</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>H5TQ2G63BFR_MEM4G16D3EABG-125--H5TC8G63AMR-PBA_K4B8G1646Q-MYK0(FBGA-96_512MX16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U4</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(H27UBG8T2BTR-BC(TSOP48))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>H27UBG8T2BTR-BC(TSOP48)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:TSOP48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TSOP48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(H27UBG8T2BTR-BC(TSOP48))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:TSOP48</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U5</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>MTFC4GACAANA-4M_IT(TBGA100)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>MTFC4GACAANA-4M_IT(TBGA100)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:TBGA100</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TBGA100</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MTFC4GACAANA-4M_IT(TBGA100)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:TBGA100</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U6</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT-23-5</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U7</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RCLAMP0524P</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U8</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RCLAMP0524P</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U9</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT-23-5</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U10</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RCLAMP0524P</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U11</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RTL8723BS(ComboModule)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RTL8723BS(ComboModule)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:RL-SM02BD(RTL8723BS)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RL-SM02BD(RTL8723BS)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RTL8723BS(ComboModule)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:RL-SM02BD(RTL8723BS)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U12</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(W25Q128FVSIG(EN25Q64-104HIP))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>W25Q16BV</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SO-8_208mil</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SO-8_208mil</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(W25Q128FVSIG(EN25Q64-104HIP))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SO-8_208mil</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U13</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>MT3608(SOT23-6)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>MT3608(SOT23-6)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT23-6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT23-6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MT3608(SOT23-6)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT23-6</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U14</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>AXP803(QFN68_8x8mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AXP803</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:QFN68</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>QFN68</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:AXP803(QFN68_8x8mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:QFN68</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>U15</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>KSZ9031RNXCC(QFN48_1DRILL(PADPITCH-0.5MM))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>KSZ9031RNXCC(QFN48_1DRILL(PADPITCH-0.5MM))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:QFN48_1DRILL(PADPITCH-0.5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>QFN48_1DRILL(PADPITCH-0.5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:KSZ9031RNXCC(QFN48_1DRILL(PADPITCH-0.5MM))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:QFN48_1DRILL(PADPITCH-0.5MM)</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>UBOOT1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>T1107A(6x3,8x2,5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Buttons-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:UBOOT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>UEXT1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(HN2x5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>BH10S</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HN2x5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HN2x5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:UEXT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(HN2x5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HN2x5</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>USB1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>USB_A_VERTICAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>USB_A_VERTICAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:USB_A_VERTICAL_PTH</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>USB_A_VERTICAL_PTH</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:USB1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:USB_A_VERTICAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:USB_A_VERTICAL_PTH</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>USB-OTG1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>MICRO_USB/MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>USB-MINI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:USB-MICRO_MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>USB-MICRO_MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:USB-OTG1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MICRO_USB/MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:USB-MICRO_MISB-SWMM-5B_LF</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>VCC-PC1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:VCC-PC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>VCC-PL1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:VCC-PL1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>VR1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>AMS1117(ADJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AMS1117-ADJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT223</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT223</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:VR1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:AMS1117(ADJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT223</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> + </facts> + </part> + <part> + <references> + <schematic-reference> + <reference>5V_E1</reference> + </schematic-reference> + </references> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:5V_E1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ</value> + </fact> + </facts> + </part> + </parts> +</part-db> diff --git a/demo/thirdparty/olinuxino/ee/reports/apply-function/digikey.rst b/demo/thirdparty/olinuxino/ee/reports/apply-function/digikey.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee/reports/apply-function/digikey.rst diff --git a/demo/thirdparty/olinuxino/ee/reports/apply-function/kicad.rst b/demo/thirdparty/olinuxino/ee/reports/apply-function/kicad.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/demo/thirdparty/olinuxino/ee/reports/apply-function/kicad.rst diff --git a/demo/thirdparty/olinuxino/ee/reports/bom.rst b/demo/thirdparty/olinuxino/ee/reports/bom.rst index 0e76548..19ed013 100644 --- a/demo/thirdparty/olinuxino/ee/reports/bom.rst +++ b/demo/thirdparty/olinuxino/ee/reports/bom.rst @@ -4,6 +4,19 @@ BOM Unresolved parts: +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ +* `None <ref-None_>`_ * `ANT1 <ref-ANT1_>`_ * `C1 <ref-C1_>`_ * `C2 <ref-C2_>`_ @@ -424,6 +437,97 @@ Unresolved parts: Parts for BOM =============== +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + +.. _ref-None: + + + +Could not find part. + + .. _ref-ANT1: ANT1 diff --git a/demo/thirdparty/olinuxino/ee/sch.xml b/demo/thirdparty/olinuxino/ee/sch.xml index f44b39c..6648c68 100644 --- a/demo/thirdparty/olinuxino/ee/sch.xml +++ b/demo/thirdparty/olinuxino/ee/sch.xml @@ -1,6 +1,474 @@ <part-db> <parts> <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+1.8V1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+3.0VA1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+3.3VD1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+3.3VWiFiIO1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:+5V_USBOTG1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.1V_CPUS1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.1V_CPUX1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.1V_SYS1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:1.25_EXT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.0V_RTC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Opened(2-3);Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL_12_TIED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL_12_TIED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.3V/VCC-PE:2.8V1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL_12_TIED</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.3V1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> + <facts> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:3.3V_MIPI1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + </facts> + </part> + <part> <references> <schematic-reference> <reference>ANT1</reference> @@ -8,9 +476,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>PCB_WIFI_ANT</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>WIFI_ANT_ESP8266</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Antennas-FP:bt_antenna_1ant_2gnd</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Antennas-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>bt_antenna_1ant_2gnd</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:ANT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:PCB_WIFI_ANT</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Antennas-FP:bt_antenna_1ant_2gnd</value> + </fact> </facts> </part> <part> @@ -21,16 +517,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C1</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -42,16 +562,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -63,16 +607,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -84,16 +652,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -105,16 +697,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <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:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -126,16 +742,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <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:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -147,16 +787,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -168,16 +832,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -189,16 +877,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -210,16 +922,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -231,16 +967,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -252,16 +1012,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -273,16 +1057,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -294,16 +1102,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -315,16 +1147,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -336,16 +1192,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -357,16 +1237,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -378,16 +1282,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -399,16 +1327,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -420,16 +1372,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -441,16 +1417,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C21</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -462,16 +1462,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -483,16 +1507,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -504,16 +1552,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C24</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -525,16 +1597,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C25</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -546,16 +1642,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C26</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -567,16 +1687,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C27</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -588,16 +1732,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C28</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -609,16 +1777,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C29</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -630,16 +1822,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C30</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -651,16 +1867,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C31</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -672,16 +1912,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C32</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -693,16 +1957,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C33</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -714,16 +2002,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C34</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -735,16 +2047,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C35</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -756,16 +2092,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C36</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -777,16 +2137,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C37</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -798,16 +2182,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C38</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -819,20 +2227,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C39</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -844,20 +2272,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C40</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -869,20 +2317,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C41</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -894,16 +2362,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C42</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -915,16 +2407,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C43</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -936,16 +2452,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C44</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -957,16 +2497,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C45</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -978,16 +2542,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C46</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -999,16 +2587,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C47</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -1020,16 +2632,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C48</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1041,16 +2677,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C49</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1062,16 +2722,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C50</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1083,16 +2767,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C51</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1104,16 +2812,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C52</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1125,16 +2857,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C53</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1146,16 +2902,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C54</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1167,16 +2947,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -1188,16 +2992,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>2.2uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C56</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1209,16 +3037,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C57</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1230,16 +3082,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C58</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1251,16 +3127,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C59</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1272,16 +3172,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C60</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1293,16 +3217,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>2.2uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C61</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2uF/6.3V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1314,16 +3262,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C62</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1335,16 +3307,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C63</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1356,16 +3352,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C64</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1377,16 +3397,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C65</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1398,16 +3442,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C66</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1419,16 +3487,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C67</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1440,16 +3532,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C68</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -1461,20 +3577,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C69</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1486,20 +3622,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C70</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1511,16 +3667,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C71</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1532,16 +3712,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C72</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1553,16 +3757,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C73</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1574,16 +3802,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C74</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1595,16 +3847,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C75</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1616,20 +3892,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C76</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1641,20 +3937,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C77</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(47uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1666,16 +3982,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C78</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -1687,16 +4027,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C79</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1708,16 +4072,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C80</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1729,20 +4117,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(100nF/10V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C81</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(100nF/10V/10%)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -1754,16 +4162,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C82</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1775,16 +4207,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C83</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1796,16 +4252,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C84</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1817,16 +4297,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C85</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1838,16 +4342,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C86</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -1859,16 +4387,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C87</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -1880,16 +4432,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C89</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1901,16 +4477,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C90</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1922,16 +4522,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C91</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -1943,16 +4567,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C92</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1964,16 +4612,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C105</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1985,8 +4657,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C106</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -1998,8 +4702,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C107</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2011,16 +4747,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C109</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2032,16 +4792,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C110</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2053,16 +4837,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C115</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2074,16 +4882,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C116</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2095,16 +4927,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C117</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2116,16 +4972,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C118</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -2137,16 +5017,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C119</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -2158,16 +5062,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C120</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2179,16 +5107,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C121</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2200,16 +5152,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C122</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2221,16 +5197,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C123</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2242,16 +5242,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C124</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2263,16 +5287,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C125</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2284,16 +5332,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C126</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2305,16 +5377,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C127</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2326,16 +5422,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C128</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2347,16 +5467,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C129</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2368,16 +5512,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C130</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2389,16 +5557,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C131</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2410,16 +5602,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C132</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2431,16 +5647,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C133</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2452,16 +5692,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C134</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2473,16 +5737,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C135</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2494,16 +5782,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C136</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2515,16 +5827,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C137</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2536,16 +5872,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C138</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2557,16 +5917,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C139</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2578,16 +5962,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C140</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2599,16 +6007,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C141</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2620,16 +6052,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C142</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2641,16 +6097,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C143</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2662,16 +6142,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C144</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2683,16 +6187,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C145</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2704,16 +6232,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C146</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2725,16 +6277,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C147</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2746,16 +6322,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C148</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2767,16 +6367,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C149</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2788,16 +6412,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C150</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2809,16 +6457,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C151</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2830,16 +6502,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C152</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2851,16 +6547,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C153</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2872,16 +6592,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C154</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2893,16 +6637,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C155</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2914,16 +6682,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C156</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2935,16 +6727,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C157</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -2956,16 +6772,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C158</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -2977,16 +6817,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C159</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -2998,16 +6862,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C160</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3019,16 +6907,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C161</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3040,16 +6952,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C162</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3061,16 +6997,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C163</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3082,16 +7042,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C164</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3103,16 +7087,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C165</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3124,16 +7132,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C166</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3145,16 +7177,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C167</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3166,16 +7222,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C168</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3187,16 +7267,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C169</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3208,16 +7312,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C170</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -3229,16 +7357,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C171</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -3250,16 +7402,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C172</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3271,16 +7447,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C173</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3292,20 +7492,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C174</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10uF/6.3V/20%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3317,16 +7537,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C175</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3338,16 +7582,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C176</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3359,16 +7627,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C177</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3380,16 +7672,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C178</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3401,16 +7717,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C179</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3422,16 +7762,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C180</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -3443,16 +7807,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C181</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3464,16 +7852,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C182</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3485,16 +7897,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C183</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22pF/50V/5%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -3506,16 +7942,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22pF/50V/5%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C184</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3527,16 +7987,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C185</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3548,16 +8032,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C186</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3569,16 +8077,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>33pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C187</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:33pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3590,16 +8122,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C188</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3611,16 +8167,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C189</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3632,16 +8212,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C190</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3653,16 +8257,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C191</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3674,16 +8302,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C192</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3695,20 +8347,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(1nF/50V/10%)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C193</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(1nF/50V/10%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3720,16 +8392,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>10uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C194</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</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> @@ -3741,16 +8437,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C195</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3762,20 +8482,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1nF/2kV/10%/X7R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_1206_5MIL_DWS_ISO</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_1206_5MIL_DWS_ISO</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C196</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>2kV</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1nF/2kV/10%/X7R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_1206_5MIL_DWS_ISO</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/rs-198 class 2</key> - <value>X7R</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3787,16 +8539,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C197</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</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> @@ -3808,8 +8584,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C198</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3821,16 +8641,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C199</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3842,16 +8698,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C200</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -3863,16 +8755,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C201</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -3884,16 +8800,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>47uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0805_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C202</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0805_5MIL_DWS</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> @@ -3905,16 +8845,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C203</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3926,16 +8902,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C204</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3947,16 +8959,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C205</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3968,16 +9016,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -3989,16 +9073,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C207</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4010,16 +9130,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C208</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -4031,16 +9187,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C209</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4052,16 +9244,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C210</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4073,16 +9301,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>1uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C211</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1uF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4094,16 +9358,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>27pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C212</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:27pF/50V/5%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4115,16 +9415,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>27pF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>50V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>5%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C213</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:27pF/50V/5%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4136,16 +9472,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C214</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -4157,16 +9529,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C215</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4178,16 +9586,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C216</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4199,16 +9643,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>100nF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C217</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:100nF/10V/10%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>10V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4220,16 +9700,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C218</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#capacitor</value> </fact> </facts> </part> @@ -4241,16 +9757,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/capacitance</key> - <value>22uF</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22uF/6.3V/20%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/voltage</key> - <value>6.3V</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>C</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>20%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:C219</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22uF/6.3V/20%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:C_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -4262,9 +9814,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>LED/YELLOW/0603</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_LEDs-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:CHGLED1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED/YELLOW/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> </facts> </part> <part> @@ -4275,9 +9855,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>SMBJ6.0A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>SMBJ6.0A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:DO214AA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>DO214AA</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:SMBJ6.0A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:DO214AA</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> @@ -4288,9 +9900,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>1N5822/SS34/SMA</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Schottky</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SMA-KA</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:1N5822/SS34/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SMA-KA</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> @@ -4301,9 +9945,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>1N5822/SS34/SMA</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Schottky</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SMA-KA</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:1N5822/SS34/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SMA-KA</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> @@ -4314,9 +9990,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>1N5819(S4SOD-123)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D_Schottky</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SOD-123_1C-2A_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOD-123_1C-2A_KA</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:1N5819(S4SOD-123)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SOD-123_1C-2A_KA</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> @@ -4327,9 +10035,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>1N4007/SMA</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>D</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Diodes-FP:SMA-KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Diodes-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SMA-KA</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:1N4007/SMA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Diodes-FP:SMA-KA</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> @@ -4340,9 +10080,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>HN1x3</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>CON3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:DBG_UART1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:HN1x3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HN1x3</value> + </fact> </facts> </part> <part> @@ -4353,9 +10121,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>TESTPAD</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:DDR-VCC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> </facts> </part> <part> @@ -4366,9 +10162,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>BSS138(SOT23-3)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>N-MOS+DIOD_Small</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Transistors-FP:SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Transistors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FET1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:BSS138(SOT23-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Transistors-FP:SOT23</value> + </fact> </facts> </part> <part> @@ -4379,9 +10203,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>IRLML6402(SOT-23)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>P-MOS+DIOD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Transistors-FP:SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Transistors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FET2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IRLML6402(SOT-23)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Transistors-FP:SOT23</value> + </fact> </facts> </part> <part> @@ -4392,9 +10244,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>FSMD035</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Devices-FP:FUSE-1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Devices-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FUSE-1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FUSE1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Devices-FP:FUSE-1206</value> + </fact> </facts> </part> <part> @@ -4405,12 +10285,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> - <value>5025</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(5025)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>FSMD035</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Devices-FP:FUSE-5025</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Devices-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FUSE-5025</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:FUSE2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(5025)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Devices-FP:FUSE-5025</value> </fact> </facts> </part> @@ -4422,9 +10326,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>TESTPAD</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GND1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> </facts> </part> <part> @@ -4435,9 +10367,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>TESTPAD</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:TESTPAD_40-ROUND</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TESTPAD_40-ROUND</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GNDA1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:TESTPAD_40-ROUND</value> + </fact> </facts> </part> <part> @@ -4448,12 +10408,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(HN2x20)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>ML40YA-V36P-2X20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HN2x20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> <value>HN2x20</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GPIO1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(HN2x20)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HN2x20</value> </fact> </facts> </part> @@ -4465,9 +10449,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>LED/Red/0603</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_LEDs-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:GPIO_LED1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED/Red/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> </facts> </part> <part> @@ -4478,9 +10490,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>HDMI-SWM-19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>HDMI-SWM-19</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HDMI-SWM-19-TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HDMI-SWM-19-TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HDMI1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:HDMI-SWM-19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HDMI-SWM-19-TEST</value> + </fact> </facts> </part> <part> @@ -4491,9 +10531,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SCJ325P00XG0B02G</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AUDIO_JACK(SCJ325P00XG0B02G)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HEADPHONES/LINEOUT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> </facts> </part> <part> @@ -4504,9 +10572,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Soldered(1-2);Opened(2-3)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HPHONEOUTL/LINEOUTL1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Soldered(1-2);Opened(2-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> </facts> </part> <part> @@ -4517,9 +10613,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Soldered(1-2);Opened(2-3)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HPHONEOUTR/LINEOUTR1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Soldered(1-2);Opened(2-3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> </facts> </part> <part> @@ -4530,12 +10654,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(B4B-PH-K-S)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>CON4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:B4B-PH-K-S</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> <value>B4B-PH-K-S</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HSIC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(B4B-PH-K-S)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:B4B-PH-K-S</value> </fact> </facts> </part> @@ -4547,9 +10695,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Opened</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:HSIC_E1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ</value> + </fact> </facts> </part> <part> @@ -4560,9 +10736,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>TESTPAD</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:IPS1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> </facts> </part> <part> @@ -4573,9 +10777,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</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:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4586,9 +10822,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4599,9 +10867,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4612,9 +10912,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4625,9 +10957,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4638,9 +11002,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4651,9 +11047,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4664,9 +11092,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD32</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> @@ -4677,9 +11137,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD42(43)</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> @@ -4690,9 +11182,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>2.2uH/3A/YS75/7x8</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:YS75_7X8MM</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>YS75_7X8MM</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L16</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2uH/3A/YS75/7x8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:YS75_7X8MM</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> @@ -4703,9 +11227,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L17</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD42(43)</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> @@ -4716,9 +11272,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD42(43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L18</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA4018S1R5NT(1.5uH/3.35A/DCR<0.1R/CD43)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD42(43)</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> @@ -4729,9 +11317,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L19</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD32</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> @@ -4742,9 +11362,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>CD32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L20</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SWPA3015S1R5NT(1.5uH/2.30A/DCR<0.1R/CD32)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:CD32</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> @@ -4755,9 +11407,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L21</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4768,9 +11452,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L23</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4781,9 +11497,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FB0805/600R/2A</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>L_0805_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:L24</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FB0805/600R/2A</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:L_0805_5MIL_DWS</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> @@ -4794,9 +11542,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>TM211Q01FM22</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LAN1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TM211Q01FM22</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:TM211Q01FM22</value> + </fact> </facts> </part> <part> @@ -4807,9 +11583,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>FPV-WZA21-40-LF</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LCD-ML40YA-V36P-2X20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LCD_CON1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FPV-WZA21-40-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:FPV-WZA21-40-LF</value> + </fact> </facts> </part> <part> @@ -4820,9 +11624,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Opened(2-3);Soldered(1-2)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LINEINL/MICIN2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> </facts> </part> <part> @@ -4833,9 +11665,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Opened(2-3);Soldered(1-2)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W_Closed(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LINEINR/MICIN1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> </facts> </part> <part> @@ -4846,9 +11706,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>DW02R</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>CON2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:LIPO_BAT-CON2DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LIPO_BAT-CON2DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:LIPO_BAT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:DW02R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:LIPO_BAT-CON2DW02R</value> + </fact> </facts> </part> <part> @@ -4859,9 +11747,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SCJ325P00XG0B02G</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AUDIO_JACK(SCJ325P00XG0B02G)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MIC/LINEIN1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SCJ325P00XG0B02G</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:SCJ325P00XG0B02G</value> + </fact> </facts> </part> <part> @@ -4872,9 +11788,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>MICRO_SD(TFC-WPAPR-08)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>MICRO_SD(TFC-WPAPR-08)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:TFC-WPAPR-08</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TFC-WPAPR-08</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MICRO_SD1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MICRO_SD(TFC-WPAPR-08)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:TFC-WPAPR-08</value> + </fact> </facts> </part> <part> @@ -4885,9 +11829,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>GPH127SMT-02X10(PA-V16X-2X10-LF)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> <value>FPV-WZA21-20-LF</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:MIPI-DSI1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:FPV-WZA21-20-LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:FPV-WZA21-20-LF</value> + </fact> </facts> </part> <part> @@ -4898,9 +11870,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Mounting_hole</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Mounting_hole_3.3mm_with_5.5mm_pad</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Mounting_hole1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad</value> + </fact> </facts> </part> <part> @@ -4911,9 +11911,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>Mounting_hole</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Mounting_hole2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> </facts> </part> <part> @@ -4924,9 +11952,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>Mounting_hole</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Other-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:Mounting_hole3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Mounting_hole</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Other-FP:Mounting_hole_3.3mm_with_5.5mm_pad_no_inner_pads</value> + </fact> </facts> </part> <part> @@ -4937,9 +11993,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Unsoldered</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:NAND_E1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Unsoldered</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ</value> + </fact> </facts> </part> <part> @@ -4950,9 +12034,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>HN1x2(Opened)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>JP1E</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:HN1x2_Jumper</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HN1x2_Jumper</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PHYRST1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:HN1x2(Opened)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:HN1x2_Jumper</value> + </fact> </facts> </part> <part> @@ -4963,9 +12075,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>PWRJ-2mm(YDJ-1134)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>PWR-JAKPWR_JACK_UNI_MILLING</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWR1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:PWRJ-2mm(YDJ-1134)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:PWRJ-2mm(YDJ-1134)</value> + </fact> </facts> </part> <part> @@ -4976,9 +12116,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>LED/Red/0603</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>LED</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_LEDs-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>LED_0603_KA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWRLED1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:LED/Red/0603</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_LEDs-FP:LED_0603_KA</value> + </fact> </facts> </part> <part> @@ -4989,9 +12157,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>IT-1185AU2-160G-G-TR</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>T1107A(6x3,8x2,5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Buttons-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWRON1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Buttons-FP:uTACTIL</value> + </fact> </facts> </part> <part> @@ -5002,9 +12198,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Opened(2-3);Soldered(1-2)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ2W</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ_2_SMALL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:PWR_PC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened(2-3);Soldered(1-2)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ_2_SMALL</value> + </fact> </facts> </part> <part> @@ -5015,9 +12239,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Q32.768kHz/12.5pF/20ppm/4P/SMD8038</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Crystal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Crystal-FP:MC306-HS_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Crystal-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>MC306-HS_TEST</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:Q32.768kHz/12.5pF/20ppm/4P/SMD8038</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Crystal-FP:MC306-HS_TEST</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> @@ -5028,9 +12284,41 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Q24MHZ/20pF/20ppm/2P/5x3.2mm</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Crystal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Crystal-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HCX-4S_2Pins_5.0x3.2mm_TEST</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:Q24MHZ/20pF/20ppm/2P/5x3.2mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</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> @@ -5041,9 +12329,53 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Q25MHz/20pF/20ppm/2P/5x3.2mm</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>Crystal</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Crystal-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>HCX-4S_2Pins_5.0x3.2mm_TEST</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:Q25MHz/20pF/20ppm/2P/5x3.2mm</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Crystal-FP:HCX-4S_2Pins_5.0x3.2mm_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -5054,12 +12386,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5071,12 +12431,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>100</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>100R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:100R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5088,12 +12476,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5105,12 +12521,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5122,12 +12566,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5139,8 +12611,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5152,12 +12656,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>243</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5169,12 +12701,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5186,12 +12746,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>243</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:243R/1%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5203,12 +12791,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>243</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:243R/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5220,12 +12836,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5237,12 +12881,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5254,16 +12926,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>243</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5275,16 +12971,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>243</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(243R/1%)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5296,16 +13016,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5317,16 +13061,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5338,16 +13106,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5359,16 +13151,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(22R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(22R)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5380,8 +13196,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5393,8 +13241,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5406,12 +13286,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5423,16 +13331,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5444,12 +13376,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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/fact-type/value-tolerance</key> - <value>10%</value> + <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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5461,8 +13421,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5474,12 +13466,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>470</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>470R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:470R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5491,12 +13511,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5508,12 +13556,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>200 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>200k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:200k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5525,16 +13601,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(1k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</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/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(1k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5546,12 +13646,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R29</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5563,12 +13691,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>100 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R30</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5580,12 +13736,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R31</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5597,16 +13781,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 M</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(1M)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R32</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(1M)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5618,12 +13826,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R33</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5635,12 +13871,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R34</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</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> @@ -5652,12 +13916,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>100 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R35</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5669,12 +13961,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_0R(Board_Mounted)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R36</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_0R(Board_Mounted)</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> @@ -5686,12 +14006,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R37</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5703,12 +14051,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>4.7 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R38</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5720,16 +14096,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>510</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R39</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5741,12 +14141,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R40</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/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5758,12 +14186,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>13 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>13k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R41</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:13k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5775,12 +14231,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R42</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5792,16 +14276,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>510</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R43</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5813,16 +14321,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>510</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R44</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5834,16 +14366,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>510</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R45</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(510R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5855,12 +14411,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>27 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>27k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R46</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:27k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5872,12 +14456,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R47</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -5889,16 +14501,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5910,12 +14546,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>3.92 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>3.92k/1%</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R49</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:3.92k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5927,12 +14591,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R50</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5944,12 +14636,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>4.7 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R51</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5961,12 +14681,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R52</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5978,16 +14726,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R53</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -5999,12 +14771,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R54</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -6016,8 +14816,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R55</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6029,16 +14861,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R56</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6050,16 +14906,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R57</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6071,12 +14951,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R58</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6088,12 +14996,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>47 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>47k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R59</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:47k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6105,16 +15041,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R60</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(0R)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6126,16 +15086,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R61</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6147,12 +15131,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R62</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</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> @@ -6164,12 +15176,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R63</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6181,12 +15221,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R64</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6198,12 +15266,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R65</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6215,16 +15311,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R66</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(0R)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_DWS</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> @@ -6236,12 +15356,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R70</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6253,12 +15401,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R71</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6270,12 +15446,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R74</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6287,12 +15491,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R75</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6304,12 +15536,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R76</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6321,12 +15581,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R77</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6338,16 +15626,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 m</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0.01R/1%/1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_1206_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/imperial-footprint-size</key> - <value>1206</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_1206_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R78</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0.01R/1%/1206</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_1206_5MIL_DWS</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> @@ -6359,12 +15671,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R79</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -6376,12 +15716,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>8.25 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>8.25k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R80</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:8.25k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6393,12 +15761,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1.1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R81</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6410,12 +15806,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R82</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6427,12 +15851,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R83</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6444,8 +15896,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R84</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6457,12 +15941,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R85</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6474,12 +15986,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R86</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</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> @@ -6491,12 +16031,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R87</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</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> @@ -6508,12 +16076,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R88</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6525,12 +16121,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R89</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -6542,12 +16166,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R90</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:2.2k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6559,12 +16211,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R91</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6576,12 +16256,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R92</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6593,12 +16301,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 M</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>10M</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R93</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:10M</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -6610,12 +16346,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>0</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>0R(Board_Mounted)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R94</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:0R(Board_Mounted)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_0R(Board_Mounted)</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> @@ -6627,12 +16391,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R95</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6644,8 +16436,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R96</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6657,8 +16481,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R97</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6670,8 +16526,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R98</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6683,12 +16571,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R99</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6700,12 +16616,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R100</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6717,16 +16673,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R101</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6738,16 +16718,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>2.2 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R102</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(2.2k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6759,12 +16763,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>100 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R103</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6776,16 +16808,40 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R104</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(10k)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</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> @@ -6797,12 +16853,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R105</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6814,12 +16910,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R106</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6831,12 +16967,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R107</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6848,12 +17024,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R108</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6865,12 +17081,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>22</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R109</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6882,12 +17138,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R110</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/fact-type/ee-component-type</key> + <value>http://purl.org/ee/part-type#resistor</value> </fact> </facts> </part> @@ -6899,12 +17195,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R111</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6916,12 +17252,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R112</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6933,12 +17309,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R113</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6950,12 +17366,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R114</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6967,12 +17423,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>12.1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>12.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R115</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:12.1k/1%</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>1%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -6984,12 +17480,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>100 k</value> + <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-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R116</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -7001,12 +17537,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>1 k</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R117</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:1k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -7018,8 +17594,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R118</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -7031,12 +17651,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>10 k</value> + <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-name</key> + <value>R</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R119</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:OLIMEX_RLC-FP:R_0402_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -7048,12 +17708,52 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/resistance</key> - <value>120</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>120R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>R_0603_5MIL_DWS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:R120</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:120R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:R_0603_5MIL_DWS</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/value-tolerance</key> - <value>10%</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</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> @@ -7065,9 +17765,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>IT-1185AU2-160G-G-TR</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>T1107A(6x3,8x2,5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Buttons-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RESET1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Buttons-FP:uTACTIL</value> + </fact> </facts> </part> <part> @@ -7078,9 +17806,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4X0603)_4B8_10k</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4X0603)_4B8_10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7091,9 +17847,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA0805_(4X0402)_22R</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> </facts> </part> <part> @@ -7104,9 +17888,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA0805_(4X0402)_22R</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> </facts> </part> <part> @@ -7117,9 +17929,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4X0603)_4B8_10k</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4X0603)_4B8_10k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7130,9 +17970,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA0805_(4X0402)_22R</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> </facts> </part> <part> @@ -7143,9 +18011,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4x0603)_4B8_100k</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7156,9 +18052,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4x0603)_4B8_4.7k</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_4.7k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7169,9 +18093,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4x0603)_4B8_100k</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7182,9 +18134,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4x0603)_4B8_100k</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_100k</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7195,9 +18175,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA0805_(4X0402)_22R</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA0805_(4X0402)_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA0805_(4X0402)_xx_BIGGEROUTPADS</value> + </fact> </facts> </part> <part> @@ -7208,9 +18216,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>RA1206_(4x0603)_4B8_22R</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RA1206_(4x0603)_4B8_Smashed</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_RLC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RA1206_(4X0603)_4B8_xx</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:RM15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RA1206_(4x0603)_4B8_22R</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_RLC-FP:RA1206_(4X0603)_4B8_xx</value> + </fact> </facts> </part> <part> @@ -7221,9 +18257,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>WPM1481-6/TR(DFN2X2-6L)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>WPM1481</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Transistors-FP:DFN2x2-6L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Transistors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>DFN2x2-6L</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:T1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:WPM1481-6/TR(DFN2X2-6L)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Transistors-FP:DFN2x2-6L</value> + </fact> </facts> </part> <part> @@ -7234,9 +18298,45 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>AllWinner-A64(FBGA396)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</value> + </fact> </facts> </part> <part> @@ -7247,9 +18347,45 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>AllWinner-A64(FBGA396)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</value> + </fact> </facts> </part> <part> @@ -7260,9 +18396,45 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>AllWinner-A64(FBGA396)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</value> + </fact> </facts> </part> <part> @@ -7273,9 +18445,45 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>AllWinner-A64(FBGA396)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA396</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:AllWinner-A64(FBGA396)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA396</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Datasheet:https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A64-OLinuXino/PDF/A64_Datasheet_V1.1.pdf</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Note:PTB</value> + </fact> </facts> </part> <part> @@ -7286,9 +18494,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>H5TQ2G63BFR_MEM4G16D3EABG-125--H5TC8G63AMR-PBA_K4B8G1646Q-MYK0(FBGA-96_512MX16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</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:K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> </facts> </part> <part> @@ -7299,9 +18535,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>H5TQ2G63BFR_MEM4G16D3EABG-125--H5TC8G63AMR-PBA_K4B8G1646Q-MYK0(FBGA-96_512MX16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U3</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:K4B4G1646Q-HYK0(FBGA-96_256Mx16_DDR3-1600_11-11-11)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:FBGA96(HYNIX_SAMSUNG_512MX16_DDR3)</value> + </fact> </facts> </part> <part> @@ -7312,12 +18576,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(H27UBG8T2BTR-BC(TSOP48))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>H27UBG8T2BTR-BC(TSOP48)</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:TSOP48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TSOP48</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U4</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(H27UBG8T2BTR-BC(TSOP48))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:TSOP48</value> </fact> </facts> </part> @@ -7329,9 +18617,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>MTFC4GACAANA-4M_IT(TBGA100)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>MTFC4GACAANA-4M_IT(TBGA100)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:TBGA100</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TBGA100</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MTFC4GACAANA-4M_IT(TBGA100)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:TBGA100</value> + </fact> </facts> </part> <part> @@ -7342,9 +18658,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SY6280AAC(SOT23-5)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT-23-5</value> + </fact> </facts> </part> <part> @@ -7355,12 +18699,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> - <value>RCLAMP0524P(SLP2510P8)</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RCLAMP0524P</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SLP2510P8_TEST</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U7</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SLP2510P8_TEST</value> </fact> </facts> </part> @@ -7372,12 +18740,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> - <value>RCLAMP0524P(SLP2510P8)</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RCLAMP0524P</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SLP2510P8_TEST</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U8</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SLP2510P8_TEST</value> </fact> </facts> </part> @@ -7389,9 +18781,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>SY6280AAC(SOT23-5)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT-23-5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U9</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:SY6280AAC(SOT23-5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT-23-5</value> + </fact> </facts> </part> <part> @@ -7402,12 +18822,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> - <value>RCLAMP0524P(SLP2510P8)</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>RCLAMP0524P</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SLP2510P8_TEST</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SLP2510P8_TEST</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U10</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(RCLAMP0524P(SLP2510P8))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SLP2510P8_TEST</value> </fact> </facts> </part> @@ -7419,9 +18863,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>RTL8723BS(ComboModule)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>RTL8723BS(ComboModule)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:RL-SM02BD(RTL8723BS)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>RL-SM02BD(RTL8723BS)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U11</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:RTL8723BS(ComboModule)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:RL-SM02BD(RTL8723BS)</value> + </fact> </facts> </part> <part> @@ -7432,12 +18904,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> - <value>W25Q128FVSIG(EN25Q64-104HIP)</value> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(W25Q128FVSIG(EN25Q64-104HIP))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>W25Q16BV</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SO-8_208mil</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SO-8_208mil</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U12</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(W25Q128FVSIG(EN25Q64-104HIP))</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SO-8_208mil</value> </fact> </facts> </part> @@ -7449,9 +18945,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>MT3608(SOT23-6)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>MT3608(SOT23-6)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT23-6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT23-6</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U13</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MT3608(SOT23-6)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT23-6</value> + </fact> </facts> </part> <part> @@ -7462,9 +18986,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>AXP803(QFN68_8x8mm)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AXP803</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:QFN68</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>QFN68</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U14</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:AXP803(QFN68_8x8mm)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:QFN68</value> + </fact> </facts> </part> <part> @@ -7475,9 +19027,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>KSZ9031RNXCC(QFN48_1DRILL(PADPITCH-0.5MM))</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>KSZ9031RNXCC(QFN48_1DRILL(PADPITCH-0.5MM))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:QFN48_1DRILL(PADPITCH-0.5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>QFN48_1DRILL(PADPITCH-0.5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:U15</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:KSZ9031RNXCC(QFN48_1DRILL(PADPITCH-0.5MM))</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:QFN48_1DRILL(PADPITCH-0.5MM)</value> + </fact> </facts> </part> <part> @@ -7488,9 +19068,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>IT-1185AU2-160G-G-TR</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>T1107A(6x3,8x2,5MM)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Buttons-FP:uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Buttons-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>uTACTIL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:UBOOT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:IT-1185AU2-160G-G-TR</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Buttons-FP:uTACTIL</value> + </fact> </facts> </part> <part> @@ -7501,12 +19109,36 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>NA(HN2x5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>BH10S</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:HN2x5</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> <value>HN2x5</value> </fact> <fact> - <key>http://purl.org/ee/fact-type/place-part</key> - <value>no</value> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:UEXT1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:NA(HN2x5)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:HN2x5</value> </fact> </facts> </part> @@ -7518,9 +19150,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>USB_A_VERTICAL</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>USB_A_VERTICAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:USB_A_VERTICAL_PTH</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>USB_A_VERTICAL_PTH</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:USB1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:USB_A_VERTICAL</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:USB_A_VERTICAL_PTH</value> + </fact> </facts> </part> <part> @@ -7531,9 +19191,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>MICRO_USB/MISB-SWMM-5B_LF</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>USB-MINI</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Connectors-FP:USB-MICRO_MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Connectors-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>USB-MICRO_MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:USB-OTG1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:MICRO_USB/MISB-SWMM-5B_LF</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Connectors-FP:USB-MICRO_MISB-SWMM-5B_LF</value> + </fact> </facts> </part> <part> @@ -7544,9 +19232,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>TESTPAD</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:VCC-PC1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> </facts> </part> <part> @@ -7557,9 +19273,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> + <value>TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> <value>TESTPAD</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_TestPoints-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>TP_SMD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:VCC-PL1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:TESTPAD</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_TestPoints-FP:TP_SMD</value> + </fact> </facts> </part> <part> @@ -7570,9 +19314,49 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>AMS1117(ADJ)</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>AMS1117-ADJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_IC-FP:SOT223</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_IC-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SOT223</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:VR1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:AMS1117(ADJ)</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_IC-FP:SOT223</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname 1:Value 1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname2:Value2</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Fieldname3:Value3</value> + </fact> </facts> </part> <part> @@ -7583,9 +19367,37 @@ </references> <facts> <fact> - <key>http://purl.org/ee/fact-type/value</key> + <key>http://purl.org/ee/kicad-sch-fact-type#value</key> <value>Opened</value> </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#symbol-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint</key> + <value>OLIMEX_Jumpers-FP:SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-library</key> + <value>OLIMEX_Jumpers-FP</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#footprint-name</key> + <value>SJ</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Reference:5V_E1</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Value:Opened</value> + </fact> + <fact> + <key>http://purl.org/ee/kicad-sch-fact-type#field</key> + <value>Footprint:OLIMEX_Jumpers-FP:SJ</value> + </fact> </facts> </part> </parts> diff --git a/demo/thirdparty/olinuxino/eeconfig b/demo/thirdparty/olinuxino/eeconfig index 270bde0..3962f28 100644 --- a/demo/thirdparty/olinuxino/eeconfig +++ b/demo/thirdparty/olinuxino/eeconfig @@ -1,7 +1,11 @@ [kicad-project] sch = ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.sch pcb = ../../../thirdparty/olinuxino/HARDWARE/A64-OLinuXino/A64-OLinuXino_Rev_D/A64-OlinuXino_Rev_D.kicad_pcb -strategy = olinuxino.make_bom_strategy +functions = ee.kicad.functions.default +function-arguments = + +[supplier:digikey] +function = ee.kicad.digikey.functions.default [seeed-opl] opls = SEEED, HQCHIP diff --git a/demo/thirdparty/olinuxino/py/olinuxino.py b/demo/thirdparty/olinuxino/py/olinuxino.py deleted file mode 100644 index 49b634f..0000000 --- a/demo/thirdparty/olinuxino/py/olinuxino.py +++ /dev/null @@ -1,110 +0,0 @@ -import re - -from ee import EeException, EeVal -from ee.kicad import Component -from ee.kicad.make_bom import MakeBomStrategy -from ee.xml import types -from ee.part import fact_keys, Part - -c_value_re = re.compile("([0-9]+\\.?[0-9]*[mupn]F)/([0-9]+\\.?[0-9]*[k]?V)/([0-9]+)%(?:/([A-Z][0-9][A-Z]))?") -r_value_re = re.compile(r"([^/]+)(?:/([^/]+)(?:/([^/]+))?)?") - - -class OlinuxinoMakeBomStrategy(MakeBomStrategy): - - @staticmethod - def set_default(part: Part, fact_key: str, value): - fact = part.find_fact(fact_key) - if fact: - return - - part.get_facts().append(types.Fact(key=fact_key, value=value)) - - def process_part(self, component: Component, part: Part): - debug = False - - print(component.ref) - print(" value={}".format(component.value)) - print(" footprint={}".format(component.footprint)) - - v = component.value - - fp_lib, fp_part = None, None - if component.footprint: - s = component.footprint.split(":") - fp_lib, fp_part = s[0], s[1] - - fs = part.get_facts() - - na = v.startswith("NA(") and v.endswith(")") or v == "NA" - if na: - v = v[3:-1] - - if v == "": - pass - elif component.ref_type == "C": - m = c_value_re.match(v) - - if not m: - raise EeException("Bad value: {}".format(v)) - - capacitance = m.group(1) - voltage = m.group(2) - tolerance = str(int(m.group(3))) + "%" - rs_198_class_2 = m.group(4) - - if debug: - print(" capacitance {}".format(capacitance)) - print(" voltage {}".format(voltage)) - print(" tolerance {}".format(tolerance)) - if rs_198_class_2: - print(" rs_198_class_2 {}".format(rs_198_class_2)) - if na: - print(" NA".format()) - - fs.append(types.Fact(key=fact_keys.capacitance, value=capacitance)) - fs.append(types.Fact(key=fact_keys.max_voltage, value=voltage)) - fs.append(types.Fact(key=fact_keys.value_tolerance, value=tolerance)) - if rs_198_class_2: - fs.append(types.Fact(key=fact_keys.rs_198_class_2, value=rs_198_class_2)) - - elif component.ref_type == "R": - # NA - # NA(510R) - # NA(243R/1%) - # 4.7k - # 8.25k/1% - # 120R - # 0R(Board_Mounted) - # 0.01R/1%/1206 - - match = r_value_re.match(v) - if not match: - return part - - resistance, tolerance, size = match.groups() - if resistance.endswith("R"): - resistance = resistance[:-1] - - resistance = str(EeVal.parse(resistance)) - - fs.append(types.Fact(key=fact_keys.resistance, value=resistance)) - if tolerance: - fs.append(types.Fact(key=fact_keys.value_tolerance, value=tolerance)) - if size: - fs.append(types.Fact(key=fact_keys.imperial_footprint_size, value=size)) - - self.set_default(part, fact_keys.value_tolerance, "10%") - else: - fs.append(types.Fact(key=fact_keys.value, value=v)) - - if na: - fs.append(types.Fact(key=fact_keys.place_part, value="no")) - - # raise EeException("Unknown component kind: ref={}, ref type:{}, value={}, fp_lib={}, fp_part={}". - # format(component.ref, component.ref_type, v, fp_lib, fp_part)) - return part - - -def make_bom_strategy(): - return OlinuxinoMakeBomStrategy() 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 |