diff --git a/.gitignore b/.gitignore index 2223b39..fb057e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ venv -dist feedback backup *.sh diff --git a/app.py b/app.py index 6bb6704..f22dab2 100644 --- a/app.py +++ b/app.py @@ -16,9 +16,8 @@ from slugify import slugify env = Environment(loader=PackageLoader("src"), autoescape=select_autoescape()) CONTENT_D = os.path.abspath("src/content") -OUTPUT_D = "dist" -OUT_ASSETS = "dist/assets" -SRC_ASSETS = "src/assets" +OUTPUT_D = "publication" + documents = {} now = datetime.now() word_count = 0 @@ -256,7 +255,7 @@ def get_inventory(): def get_wordcount(): global word_count, ins_count - word_count += count_words_in_markdown(documents["thesis"].body) + word_count += count_words_in_markdown(documents["index"].body) for section in ["chapters", "components", "recipes"]: for c in documents[section]: @@ -290,10 +289,6 @@ def main(): elif Path(path).suffix in [".csv"]: print("Compile: not compiling ", Path(path).name) - if os.path.exists(OUT_ASSETS): - shutil.rmtree(OUT_ASSETS) - - shutil.copytree(SRC_ASSETS, OUT_ASSETS) global ins_count print(f"total words: {word_count}") print(f"total ins left: {ins_count}") diff --git a/src/assets/app.js b/publication/assets/app.js similarity index 100% rename from src/assets/app.js rename to publication/assets/app.js diff --git a/src/assets/apple-touch-icon.png b/publication/assets/apple-touch-icon.png similarity index 100% rename from src/assets/apple-touch-icon.png rename to publication/assets/apple-touch-icon.png diff --git a/src/assets/devices/casette_recorder.jpeg b/publication/assets/devices/casette_recorder.jpeg similarity index 100% rename from src/assets/devices/casette_recorder.jpeg rename to publication/assets/devices/casette_recorder.jpeg diff --git a/src/assets/devices/mp3_front.jpeg b/publication/assets/devices/mp3_front.jpeg similarity index 100% rename from src/assets/devices/mp3_front.jpeg rename to publication/assets/devices/mp3_front.jpeg diff --git a/src/assets/devices/reel-to-reel-recorder.jpeg b/publication/assets/devices/reel-to-reel-recorder.jpeg similarity index 100% rename from src/assets/devices/reel-to-reel-recorder.jpeg rename to publication/assets/devices/reel-to-reel-recorder.jpeg diff --git a/src/assets/favicon-16x16.png b/publication/assets/favicon-16x16.png similarity index 100% rename from src/assets/favicon-16x16.png rename to publication/assets/favicon-16x16.png diff --git a/src/assets/favicon-32x32.png b/publication/assets/favicon-32x32.png similarity index 100% rename from src/assets/favicon-32x32.png rename to publication/assets/favicon-32x32.png diff --git a/src/assets/favicon.ico b/publication/assets/favicon.ico similarity index 100% rename from src/assets/favicon.ico rename to publication/assets/favicon.ico diff --git a/src/assets/font/FiraSans/FiraSans-Bold.eot b/publication/assets/font/FiraSans/FiraSans-Bold.eot similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Bold.eot rename to publication/assets/font/FiraSans/FiraSans-Bold.eot diff --git a/src/assets/font/FiraSans/FiraSans-Bold.otf b/publication/assets/font/FiraSans/FiraSans-Bold.otf similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Bold.otf rename to publication/assets/font/FiraSans/FiraSans-Bold.otf diff --git a/src/assets/font/FiraSans/FiraSans-Bold.ttf b/publication/assets/font/FiraSans/FiraSans-Bold.ttf similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Bold.ttf rename to publication/assets/font/FiraSans/FiraSans-Bold.ttf diff --git a/src/assets/font/FiraSans/FiraSans-Bold.woff b/publication/assets/font/FiraSans/FiraSans-Bold.woff similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Bold.woff rename to publication/assets/font/FiraSans/FiraSans-Bold.woff diff --git a/src/assets/font/FiraSans/FiraSans-Bold.woff2 b/publication/assets/font/FiraSans/FiraSans-Bold.woff2 similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Bold.woff2 rename to publication/assets/font/FiraSans/FiraSans-Bold.woff2 diff --git a/src/assets/font/FiraSans/FiraSans-Book.eot b/publication/assets/font/FiraSans/FiraSans-Book.eot similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Book.eot rename to publication/assets/font/FiraSans/FiraSans-Book.eot diff --git a/src/assets/font/FiraSans/FiraSans-Book.otf b/publication/assets/font/FiraSans/FiraSans-Book.otf similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Book.otf rename to publication/assets/font/FiraSans/FiraSans-Book.otf diff --git a/src/assets/font/FiraSans/FiraSans-Book.ttf b/publication/assets/font/FiraSans/FiraSans-Book.ttf similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Book.ttf rename to publication/assets/font/FiraSans/FiraSans-Book.ttf diff --git a/src/assets/font/FiraSans/FiraSans-Book.woff b/publication/assets/font/FiraSans/FiraSans-Book.woff similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Book.woff rename to publication/assets/font/FiraSans/FiraSans-Book.woff diff --git a/src/assets/font/FiraSans/FiraSans-Book.woff2 b/publication/assets/font/FiraSans/FiraSans-Book.woff2 similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Book.woff2 rename to publication/assets/font/FiraSans/FiraSans-Book.woff2 diff --git a/src/assets/font/FiraSans/FiraSans-Heavy.eot b/publication/assets/font/FiraSans/FiraSans-Heavy.eot similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Heavy.eot rename to publication/assets/font/FiraSans/FiraSans-Heavy.eot diff --git a/src/assets/font/FiraSans/FiraSans-Heavy.otf b/publication/assets/font/FiraSans/FiraSans-Heavy.otf similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Heavy.otf rename to publication/assets/font/FiraSans/FiraSans-Heavy.otf diff --git a/src/assets/font/FiraSans/FiraSans-Heavy.ttf b/publication/assets/font/FiraSans/FiraSans-Heavy.ttf similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Heavy.ttf rename to publication/assets/font/FiraSans/FiraSans-Heavy.ttf diff --git a/src/assets/font/FiraSans/FiraSans-Heavy.woff b/publication/assets/font/FiraSans/FiraSans-Heavy.woff similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Heavy.woff rename to publication/assets/font/FiraSans/FiraSans-Heavy.woff diff --git a/src/assets/font/FiraSans/FiraSans-Heavy.woff2 b/publication/assets/font/FiraSans/FiraSans-Heavy.woff2 similarity index 100% rename from src/assets/font/FiraSans/FiraSans-Heavy.woff2 rename to publication/assets/font/FiraSans/FiraSans-Heavy.woff2 diff --git a/src/assets/icons/ic--cut.svg b/publication/assets/icons/ic--cut.svg similarity index 100% rename from src/assets/icons/ic--cut.svg rename to publication/assets/icons/ic--cut.svg diff --git a/src/assets/paged.polyfill.js b/publication/assets/paged.polyfill.js similarity index 100% rename from src/assets/paged.polyfill.js rename to publication/assets/paged.polyfill.js diff --git a/src/assets/pwa-192x192.png b/publication/assets/pwa-192x192.png similarity index 100% rename from src/assets/pwa-192x192.png rename to publication/assets/pwa-192x192.png diff --git a/src/assets/pwa-512x512.png b/publication/assets/pwa-512x512.png similarity index 100% rename from src/assets/pwa-512x512.png rename to publication/assets/pwa-512x512.png diff --git a/src/assets/pwa-maskable-192x192.png b/publication/assets/pwa-maskable-192x192.png similarity index 100% rename from src/assets/pwa-maskable-192x192.png rename to publication/assets/pwa-maskable-192x192.png diff --git a/src/assets/pwa-maskable-512x512.png b/publication/assets/pwa-maskable-512x512.png similarity index 100% rename from src/assets/pwa-maskable-512x512.png rename to publication/assets/pwa-maskable-512x512.png diff --git a/src/assets/schematics/Antenna-COM-Aerial.svg b/publication/assets/schematics/Antenna-COM-Aerial.svg similarity index 100% rename from src/assets/schematics/Antenna-COM-Aerial.svg rename to publication/assets/schematics/Antenna-COM-Aerial.svg diff --git a/src/assets/schematics/Antenna-COM-Dipole.svg b/publication/assets/schematics/Antenna-COM-Dipole.svg similarity index 100% rename from src/assets/schematics/Antenna-COM-Dipole.svg rename to publication/assets/schematics/Antenna-COM-Dipole.svg diff --git a/src/assets/schematics/Antenna-COM-Loop.svg b/publication/assets/schematics/Antenna-COM-Loop.svg similarity index 100% rename from src/assets/schematics/Antenna-COM-Loop.svg rename to publication/assets/schematics/Antenna-COM-Loop.svg diff --git a/src/assets/schematics/Audio-COM-Buzzer.svg b/publication/assets/schematics/Audio-COM-Buzzer.svg similarity index 100% rename from src/assets/schematics/Audio-COM-Buzzer.svg rename to publication/assets/schematics/Audio-COM-Buzzer.svg diff --git a/src/assets/schematics/Audio-COM-Loudspeaker.svg b/publication/assets/schematics/Audio-COM-Loudspeaker.svg similarity index 100% rename from src/assets/schematics/Audio-COM-Loudspeaker.svg rename to publication/assets/schematics/Audio-COM-Loudspeaker.svg diff --git a/src/assets/schematics/Audio-IEC-Microphone.svg b/publication/assets/schematics/Audio-IEC-Microphone.svg similarity index 100% rename from src/assets/schematics/Audio-IEC-Microphone.svg rename to publication/assets/schematics/Audio-IEC-Microphone.svg diff --git a/src/assets/schematics/Audio-IEEE-Microphone.svg b/publication/assets/schematics/Audio-IEEE-Microphone.svg similarity index 100% rename from src/assets/schematics/Audio-IEEE-Microphone.svg rename to publication/assets/schematics/Audio-IEEE-Microphone.svg diff --git a/src/assets/schematics/Capacitor-COM-Feedthrough.svg b/publication/assets/schematics/Capacitor-COM-Feedthrough.svg similarity index 100% rename from src/assets/schematics/Capacitor-COM-Feedthrough.svg rename to publication/assets/schematics/Capacitor-COM-Feedthrough.svg diff --git a/src/assets/schematics/Capacitor-IEC-NonPolarized.svg b/publication/assets/schematics/Capacitor-IEC-NonPolarized.svg similarity index 100% rename from src/assets/schematics/Capacitor-IEC-NonPolarized.svg rename to publication/assets/schematics/Capacitor-IEC-NonPolarized.svg diff --git a/src/assets/schematics/Capacitor-IEC-Polarized.svg b/publication/assets/schematics/Capacitor-IEC-Polarized.svg similarity index 100% rename from src/assets/schematics/Capacitor-IEC-Polarized.svg rename to publication/assets/schematics/Capacitor-IEC-Polarized.svg diff --git a/src/assets/schematics/Capacitor-IEC-Trimmer.svg b/publication/assets/schematics/Capacitor-IEC-Trimmer.svg similarity index 100% rename from src/assets/schematics/Capacitor-IEC-Trimmer.svg rename to publication/assets/schematics/Capacitor-IEC-Trimmer.svg diff --git a/src/assets/schematics/Capacitor-IEC-Variable.svg b/publication/assets/schematics/Capacitor-IEC-Variable.svg similarity index 100% rename from src/assets/schematics/Capacitor-IEC-Variable.svg rename to publication/assets/schematics/Capacitor-IEC-Variable.svg diff --git a/src/assets/schematics/Capacitor-IEEE-NonPolarized.svg b/publication/assets/schematics/Capacitor-IEEE-NonPolarized.svg similarity index 100% rename from src/assets/schematics/Capacitor-IEEE-NonPolarized.svg rename to publication/assets/schematics/Capacitor-IEEE-NonPolarized.svg diff --git a/src/assets/schematics/Capacitor-IEEE-Polarized.svg b/publication/assets/schematics/Capacitor-IEEE-Polarized.svg similarity index 100% rename from src/assets/schematics/Capacitor-IEEE-Polarized.svg rename to publication/assets/schematics/Capacitor-IEEE-Polarized.svg diff --git a/src/assets/schematics/Diode-COM-LED.svg b/publication/assets/schematics/Diode-COM-LED.svg similarity index 100% rename from src/assets/schematics/Diode-COM-LED.svg rename to publication/assets/schematics/Diode-COM-LED.svg diff --git a/src/assets/schematics/Diode-COM-Laser.svg b/publication/assets/schematics/Diode-COM-Laser.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Laser.svg rename to publication/assets/schematics/Diode-COM-Laser.svg diff --git a/src/assets/schematics/Diode-COM-Photodiode.svg b/publication/assets/schematics/Diode-COM-Photodiode.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Photodiode.svg rename to publication/assets/schematics/Diode-COM-Photodiode.svg diff --git a/src/assets/schematics/Diode-COM-Shockley.svg b/publication/assets/schematics/Diode-COM-Shockley.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Shockley.svg rename to publication/assets/schematics/Diode-COM-Shockley.svg diff --git a/src/assets/schematics/Diode-COM-Shottky.svg b/publication/assets/schematics/Diode-COM-Shottky.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Shottky.svg rename to publication/assets/schematics/Diode-COM-Shottky.svg diff --git a/src/assets/schematics/Diode-COM-Standard.svg b/publication/assets/schematics/Diode-COM-Standard.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Standard.svg rename to publication/assets/schematics/Diode-COM-Standard.svg diff --git a/src/assets/schematics/Diode-COM-Tunnel.svg b/publication/assets/schematics/Diode-COM-Tunnel.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Tunnel.svg rename to publication/assets/schematics/Diode-COM-Tunnel.svg diff --git a/src/assets/schematics/Diode-COM-Varicap.svg b/publication/assets/schematics/Diode-COM-Varicap.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Varicap.svg rename to publication/assets/schematics/Diode-COM-Varicap.svg diff --git a/src/assets/schematics/Diode-COM-Zener.svg b/publication/assets/schematics/Diode-COM-Zener.svg similarity index 100% rename from src/assets/schematics/Diode-COM-Zener.svg rename to publication/assets/schematics/Diode-COM-Zener.svg diff --git a/src/assets/schematics/Fuse-IEC.svg b/publication/assets/schematics/Fuse-IEC.svg similarity index 100% rename from src/assets/schematics/Fuse-IEC.svg rename to publication/assets/schematics/Fuse-IEC.svg diff --git a/src/assets/schematics/Fuse-IEEE-Alt.svg b/publication/assets/schematics/Fuse-IEEE-Alt.svg similarity index 100% rename from src/assets/schematics/Fuse-IEEE-Alt.svg rename to publication/assets/schematics/Fuse-IEEE-Alt.svg diff --git a/src/assets/schematics/Fuse-IEEE.svg b/publication/assets/schematics/Fuse-IEEE.svg similarity index 100% rename from src/assets/schematics/Fuse-IEEE.svg rename to publication/assets/schematics/Fuse-IEEE.svg diff --git a/src/assets/schematics/Ground-COM-Chassis.svg b/publication/assets/schematics/Ground-COM-Chassis.svg similarity index 100% rename from src/assets/schematics/Ground-COM-Chassis.svg rename to publication/assets/schematics/Ground-COM-Chassis.svg diff --git a/src/assets/schematics/Ground-COM-General.svg b/publication/assets/schematics/Ground-COM-General.svg similarity index 100% rename from src/assets/schematics/Ground-COM-General.svg rename to publication/assets/schematics/Ground-COM-General.svg diff --git a/src/assets/schematics/Ground-COM-Signal.svg b/publication/assets/schematics/Ground-COM-Signal.svg similarity index 100% rename from src/assets/schematics/Ground-COM-Signal.svg rename to publication/assets/schematics/Ground-COM-Signal.svg diff --git a/src/assets/schematics/IC-COM-Comparator.svg b/publication/assets/schematics/IC-COM-Comparator.svg similarity index 100% rename from src/assets/schematics/IC-COM-Comparator.svg rename to publication/assets/schematics/IC-COM-Comparator.svg diff --git a/src/assets/schematics/IC-COM-FlipFlop-ClockedD.svg b/publication/assets/schematics/IC-COM-FlipFlop-ClockedD.svg similarity index 100% rename from src/assets/schematics/IC-COM-FlipFlop-ClockedD.svg rename to publication/assets/schematics/IC-COM-FlipFlop-ClockedD.svg diff --git a/src/assets/schematics/IC-COM-FlipFlop-ClockedJK.svg b/publication/assets/schematics/IC-COM-FlipFlop-ClockedJK.svg similarity index 100% rename from src/assets/schematics/IC-COM-FlipFlop-ClockedJK.svg rename to publication/assets/schematics/IC-COM-FlipFlop-ClockedJK.svg diff --git a/src/assets/schematics/IC-COM-FlipFlop-ClockedT.svg b/publication/assets/schematics/IC-COM-FlipFlop-ClockedT.svg similarity index 100% rename from src/assets/schematics/IC-COM-FlipFlop-ClockedT.svg rename to publication/assets/schematics/IC-COM-FlipFlop-ClockedT.svg diff --git a/src/assets/schematics/IC-COM-FlipFlop-GatedD.svg b/publication/assets/schematics/IC-COM-FlipFlop-GatedD.svg similarity index 100% rename from src/assets/schematics/IC-COM-FlipFlop-GatedD.svg rename to publication/assets/schematics/IC-COM-FlipFlop-GatedD.svg diff --git a/src/assets/schematics/IC-COM-FlipFlop-GatedSR.svg b/publication/assets/schematics/IC-COM-FlipFlop-GatedSR.svg similarity index 100% rename from src/assets/schematics/IC-COM-FlipFlop-GatedSR.svg rename to publication/assets/schematics/IC-COM-FlipFlop-GatedSR.svg diff --git a/src/assets/schematics/IC-COM-FlipFlop-SimpleSR.svg b/publication/assets/schematics/IC-COM-FlipFlop-SimpleSR.svg similarity index 100% rename from src/assets/schematics/IC-COM-FlipFlop-SimpleSR.svg rename to publication/assets/schematics/IC-COM-FlipFlop-SimpleSR.svg diff --git a/src/assets/schematics/IC-COM-Logic-AND.svg b/publication/assets/schematics/IC-COM-Logic-AND.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-AND.svg rename to publication/assets/schematics/IC-COM-Logic-AND.svg diff --git a/src/assets/schematics/IC-COM-Logic-Buffer.svg b/publication/assets/schematics/IC-COM-Logic-Buffer.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-Buffer.svg rename to publication/assets/schematics/IC-COM-Logic-Buffer.svg diff --git a/src/assets/schematics/IC-COM-Logic-Inverter.svg b/publication/assets/schematics/IC-COM-Logic-Inverter.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-Inverter.svg rename to publication/assets/schematics/IC-COM-Logic-Inverter.svg diff --git a/src/assets/schematics/IC-COM-Logic-NAND.svg b/publication/assets/schematics/IC-COM-Logic-NAND.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-NAND.svg rename to publication/assets/schematics/IC-COM-Logic-NAND.svg diff --git a/src/assets/schematics/IC-COM-Logic-NOR.svg b/publication/assets/schematics/IC-COM-Logic-NOR.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-NOR.svg rename to publication/assets/schematics/IC-COM-Logic-NOR.svg diff --git a/src/assets/schematics/IC-COM-Logic-OR.svg b/publication/assets/schematics/IC-COM-Logic-OR.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-OR.svg rename to publication/assets/schematics/IC-COM-Logic-OR.svg diff --git a/src/assets/schematics/IC-COM-Logic-XNOR.svg b/publication/assets/schematics/IC-COM-Logic-XNOR.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-XNOR.svg rename to publication/assets/schematics/IC-COM-Logic-XNOR.svg diff --git a/src/assets/schematics/IC-COM-Logic-XOR.svg b/publication/assets/schematics/IC-COM-Logic-XOR.svg similarity index 100% rename from src/assets/schematics/IC-COM-Logic-XOR.svg rename to publication/assets/schematics/IC-COM-Logic-XOR.svg diff --git a/src/assets/schematics/IC-COM-OpAmp.svg b/publication/assets/schematics/IC-COM-OpAmp.svg similarity index 100% rename from src/assets/schematics/IC-COM-OpAmp.svg rename to publication/assets/schematics/IC-COM-OpAmp.svg diff --git a/src/assets/schematics/IC-COM-Schmitt-Inverted.svg b/publication/assets/schematics/IC-COM-Schmitt-Inverted.svg similarity index 100% rename from src/assets/schematics/IC-COM-Schmitt-Inverted.svg rename to publication/assets/schematics/IC-COM-Schmitt-Inverted.svg diff --git a/src/assets/schematics/IC-COM-Schmitt.svg b/publication/assets/schematics/IC-COM-Schmitt.svg similarity index 100% rename from src/assets/schematics/IC-COM-Schmitt.svg rename to publication/assets/schematics/IC-COM-Schmitt.svg diff --git a/src/assets/schematics/Inductor-COM-Air.svg b/publication/assets/schematics/Inductor-COM-Air.svg similarity index 100% rename from src/assets/schematics/Inductor-COM-Air.svg rename to publication/assets/schematics/Inductor-COM-Air.svg diff --git a/src/assets/schematics/Inductor-COM-Ferrite-Bead.svg b/publication/assets/schematics/Inductor-COM-Ferrite-Bead.svg similarity index 100% rename from src/assets/schematics/Inductor-COM-Ferrite-Bead.svg rename to publication/assets/schematics/Inductor-COM-Ferrite-Bead.svg diff --git a/src/assets/schematics/Inductor-COM-Magnetic.svg b/publication/assets/schematics/Inductor-COM-Magnetic.svg similarity index 100% rename from src/assets/schematics/Inductor-COM-Magnetic.svg rename to publication/assets/schematics/Inductor-COM-Magnetic.svg diff --git a/src/assets/schematics/Inductor-COM-Tapped.svg b/publication/assets/schematics/Inductor-COM-Tapped.svg similarity index 100% rename from src/assets/schematics/Inductor-COM-Tapped.svg rename to publication/assets/schematics/Inductor-COM-Tapped.svg diff --git a/src/assets/schematics/Inductor-COM-Variable.svg b/publication/assets/schematics/Inductor-COM-Variable.svg similarity index 100% rename from src/assets/schematics/Inductor-COM-Variable.svg rename to publication/assets/schematics/Inductor-COM-Variable.svg diff --git a/src/assets/schematics/Miscellaneous-COM-ADC.svg b/publication/assets/schematics/Miscellaneous-COM-ADC.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-ADC.svg rename to publication/assets/schematics/Miscellaneous-COM-ADC.svg diff --git a/src/assets/schematics/Miscellaneous-COM-Crystal_Oscillator.svg b/publication/assets/schematics/Miscellaneous-COM-Crystal_Oscillator.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-Crystal_Oscillator.svg rename to publication/assets/schematics/Miscellaneous-COM-Crystal_Oscillator.svg diff --git a/src/assets/schematics/Miscellaneous-COM-DAC.svg b/publication/assets/schematics/Miscellaneous-COM-DAC.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-DAC.svg rename to publication/assets/schematics/Miscellaneous-COM-DAC.svg diff --git a/src/assets/schematics/Miscellaneous-COM-Lamp-Incandescent.svg b/publication/assets/schematics/Miscellaneous-COM-Lamp-Incandescent.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-Lamp-Incandescent.svg rename to publication/assets/schematics/Miscellaneous-COM-Lamp-Incandescent.svg diff --git a/src/assets/schematics/Miscellaneous-COM-Lamp-Indicator.svg b/publication/assets/schematics/Miscellaneous-COM-Lamp-Indicator.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-Lamp-Indicator.svg rename to publication/assets/schematics/Miscellaneous-COM-Lamp-Indicator.svg diff --git a/src/assets/schematics/Miscellaneous-COM-Optocoupler.svg b/publication/assets/schematics/Miscellaneous-COM-Optocoupler.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-Optocoupler.svg rename to publication/assets/schematics/Miscellaneous-COM-Optocoupler.svg diff --git a/src/assets/schematics/Miscellaneous-COM-Probe_Point.svg b/publication/assets/schematics/Miscellaneous-COM-Probe_Point.svg similarity index 100% rename from src/assets/schematics/Miscellaneous-COM-Probe_Point.svg rename to publication/assets/schematics/Miscellaneous-COM-Probe_Point.svg diff --git a/src/assets/schematics/Relay-COM-COM-SPDT.svg b/publication/assets/schematics/Relay-COM-COM-SPDT.svg similarity index 100% rename from src/assets/schematics/Relay-COM-COM-SPDT.svg rename to publication/assets/schematics/Relay-COM-COM-SPDT.svg diff --git a/src/assets/schematics/Relay-COM-COM-SPST-NC.svg b/publication/assets/schematics/Relay-COM-COM-SPST-NC.svg similarity index 100% rename from src/assets/schematics/Relay-COM-COM-SPST-NC.svg rename to publication/assets/schematics/Relay-COM-COM-SPST-NC.svg diff --git a/src/assets/schematics/Relay-COM-COM-SPST-NO.svg b/publication/assets/schematics/Relay-COM-COM-SPST-NO.svg similarity index 100% rename from src/assets/schematics/Relay-COM-COM-SPST-NO.svg rename to publication/assets/schematics/Relay-COM-COM-SPST-NO.svg diff --git a/src/assets/schematics/Relay-IEC-SPDT.svg b/publication/assets/schematics/Relay-IEC-SPDT.svg similarity index 100% rename from src/assets/schematics/Relay-IEC-SPDT.svg rename to publication/assets/schematics/Relay-IEC-SPDT.svg diff --git a/src/assets/schematics/Relay-IEC-SPST-NC.svg b/publication/assets/schematics/Relay-IEC-SPST-NC.svg similarity index 100% rename from src/assets/schematics/Relay-IEC-SPST-NC.svg rename to publication/assets/schematics/Relay-IEC-SPST-NC.svg diff --git a/src/assets/schematics/Relay-IEC-SPST-NO.svg b/publication/assets/schematics/Relay-IEC-SPST-NO.svg similarity index 100% rename from src/assets/schematics/Relay-IEC-SPST-NO.svg rename to publication/assets/schematics/Relay-IEC-SPST-NO.svg diff --git a/src/assets/schematics/Relay-IEEE-SPDT.svg b/publication/assets/schematics/Relay-IEEE-SPDT.svg similarity index 100% rename from src/assets/schematics/Relay-IEEE-SPDT.svg rename to publication/assets/schematics/Relay-IEEE-SPDT.svg diff --git a/src/assets/schematics/Relay-IEEE-SPST-NC.svg b/publication/assets/schematics/Relay-IEEE-SPST-NC.svg similarity index 100% rename from src/assets/schematics/Relay-IEEE-SPST-NC.svg rename to publication/assets/schematics/Relay-IEEE-SPST-NC.svg diff --git a/src/assets/schematics/Relay-IEEE-SPST-NO.svg b/publication/assets/schematics/Relay-IEEE-SPST-NO.svg similarity index 100% rename from src/assets/schematics/Relay-IEEE-SPST-NO.svg rename to publication/assets/schematics/Relay-IEEE-SPST-NO.svg diff --git a/src/assets/schematics/Resistor-COM-Memristor.svg b/publication/assets/schematics/Resistor-COM-Memristor.svg similarity index 100% rename from src/assets/schematics/Resistor-COM-Memristor.svg rename to publication/assets/schematics/Resistor-COM-Memristor.svg diff --git a/src/assets/schematics/Resistor-IEC-Photoresistor.svg b/publication/assets/schematics/Resistor-IEC-Photoresistor.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Photoresistor.svg rename to publication/assets/schematics/Resistor-IEC-Photoresistor.svg diff --git a/src/assets/schematics/Resistor-IEC-Potentiometer.svg b/publication/assets/schematics/Resistor-IEC-Potentiometer.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Potentiometer.svg rename to publication/assets/schematics/Resistor-IEC-Potentiometer.svg diff --git a/src/assets/schematics/Resistor-IEC-Rheostat.svg b/publication/assets/schematics/Resistor-IEC-Rheostat.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Rheostat.svg rename to publication/assets/schematics/Resistor-IEC-Rheostat.svg diff --git a/src/assets/schematics/Resistor-IEC-Standard.svg b/publication/assets/schematics/Resistor-IEC-Standard.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Standard.svg rename to publication/assets/schematics/Resistor-IEC-Standard.svg diff --git a/src/assets/schematics/Resistor-IEC-Thermistor.svg b/publication/assets/schematics/Resistor-IEC-Thermistor.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Thermistor.svg rename to publication/assets/schematics/Resistor-IEC-Thermistor.svg diff --git a/src/assets/schematics/Resistor-IEC-Trimmer.svg b/publication/assets/schematics/Resistor-IEC-Trimmer.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Trimmer.svg rename to publication/assets/schematics/Resistor-IEC-Trimmer.svg diff --git a/src/assets/schematics/Resistor-IEC-Varistor.svg b/publication/assets/schematics/Resistor-IEC-Varistor.svg similarity index 100% rename from src/assets/schematics/Resistor-IEC-Varistor.svg rename to publication/assets/schematics/Resistor-IEC-Varistor.svg diff --git a/src/assets/schematics/Resistor-IEEE-Photoresistor.svg b/publication/assets/schematics/Resistor-IEEE-Photoresistor.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Photoresistor.svg rename to publication/assets/schematics/Resistor-IEEE-Photoresistor.svg diff --git a/src/assets/schematics/Resistor-IEEE-Potentiometer.svg b/publication/assets/schematics/Resistor-IEEE-Potentiometer.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Potentiometer.svg rename to publication/assets/schematics/Resistor-IEEE-Potentiometer.svg diff --git a/src/assets/schematics/Resistor-IEEE-Rheostat.svg b/publication/assets/schematics/Resistor-IEEE-Rheostat.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Rheostat.svg rename to publication/assets/schematics/Resistor-IEEE-Rheostat.svg diff --git a/src/assets/schematics/Resistor-IEEE-Standard.svg b/publication/assets/schematics/Resistor-IEEE-Standard.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Standard.svg rename to publication/assets/schematics/Resistor-IEEE-Standard.svg diff --git a/src/assets/schematics/Resistor-IEEE-Thermistor.svg b/publication/assets/schematics/Resistor-IEEE-Thermistor.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Thermistor.svg rename to publication/assets/schematics/Resistor-IEEE-Thermistor.svg diff --git a/src/assets/schematics/Resistor-IEEE-Trimmer.svg b/publication/assets/schematics/Resistor-IEEE-Trimmer.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Trimmer.svg rename to publication/assets/schematics/Resistor-IEEE-Trimmer.svg diff --git a/src/assets/schematics/Resistor-IEEE-Varistor.svg b/publication/assets/schematics/Resistor-IEEE-Varistor.svg similarity index 100% rename from src/assets/schematics/Resistor-IEEE-Varistor.svg rename to publication/assets/schematics/Resistor-IEEE-Varistor.svg diff --git a/src/assets/schematics/Source-COM-AC.svg b/publication/assets/schematics/Source-COM-AC.svg similarity index 100% rename from src/assets/schematics/Source-COM-AC.svg rename to publication/assets/schematics/Source-COM-AC.svg diff --git a/src/assets/schematics/Source-COM-Battery-Multiple.svg b/publication/assets/schematics/Source-COM-Battery-Multiple.svg similarity index 100% rename from src/assets/schematics/Source-COM-Battery-Multiple.svg rename to publication/assets/schematics/Source-COM-Battery-Multiple.svg diff --git a/src/assets/schematics/Source-COM-Battery-Single.svg b/publication/assets/schematics/Source-COM-Battery-Single.svg similarity index 100% rename from src/assets/schematics/Source-COM-Battery-Single.svg rename to publication/assets/schematics/Source-COM-Battery-Single.svg diff --git a/src/assets/schematics/Source-COM-Current-Controlled.svg b/publication/assets/schematics/Source-COM-Current-Controlled.svg similarity index 100% rename from src/assets/schematics/Source-COM-Current-Controlled.svg rename to publication/assets/schematics/Source-COM-Current-Controlled.svg diff --git a/src/assets/schematics/Source-COM-Current.svg b/publication/assets/schematics/Source-COM-Current.svg similarity index 100% rename from src/assets/schematics/Source-COM-Current.svg rename to publication/assets/schematics/Source-COM-Current.svg diff --git a/src/assets/schematics/Source-COM-DC-Controlled.svg b/publication/assets/schematics/Source-COM-DC-Controlled.svg similarity index 100% rename from src/assets/schematics/Source-COM-DC-Controlled.svg rename to publication/assets/schematics/Source-COM-DC-Controlled.svg diff --git a/src/assets/schematics/Source-COM-DC.svg b/publication/assets/schematics/Source-COM-DC.svg similarity index 100% rename from src/assets/schematics/Source-COM-DC.svg rename to publication/assets/schematics/Source-COM-DC.svg diff --git a/src/assets/schematics/Source-COM-Photovoltaic.svg b/publication/assets/schematics/Source-COM-Photovoltaic.svg similarity index 100% rename from src/assets/schematics/Source-COM-Photovoltaic.svg rename to publication/assets/schematics/Source-COM-Photovoltaic.svg diff --git a/src/assets/schematics/Source-COM-Square.svg b/publication/assets/schematics/Source-COM-Square.svg similarity index 100% rename from src/assets/schematics/Source-COM-Square.svg rename to publication/assets/schematics/Source-COM-Square.svg diff --git a/src/assets/schematics/Source-COM-Triangle.svg b/publication/assets/schematics/Source-COM-Triangle.svg similarity index 100% rename from src/assets/schematics/Source-COM-Triangle.svg rename to publication/assets/schematics/Source-COM-Triangle.svg diff --git a/src/assets/schematics/Switch-COM-DPDT.svg b/publication/assets/schematics/Switch-COM-DPDT.svg similarity index 100% rename from src/assets/schematics/Switch-COM-DPDT.svg rename to publication/assets/schematics/Switch-COM-DPDT.svg diff --git a/src/assets/schematics/Switch-COM-DPST.svg b/publication/assets/schematics/Switch-COM-DPST.svg similarity index 100% rename from src/assets/schematics/Switch-COM-DPST.svg rename to publication/assets/schematics/Switch-COM-DPST.svg diff --git a/src/assets/schematics/Switch-COM-Pushbutton-NC.svg b/publication/assets/schematics/Switch-COM-Pushbutton-NC.svg similarity index 100% rename from src/assets/schematics/Switch-COM-Pushbutton-NC.svg rename to publication/assets/schematics/Switch-COM-Pushbutton-NC.svg diff --git a/src/assets/schematics/Switch-COM-Pushbutton-NO.svg b/publication/assets/schematics/Switch-COM-Pushbutton-NO.svg similarity index 100% rename from src/assets/schematics/Switch-COM-Pushbutton-NO.svg rename to publication/assets/schematics/Switch-COM-Pushbutton-NO.svg diff --git a/src/assets/schematics/Switch-COM-Pushbutton-Two_Circuit.svg b/publication/assets/schematics/Switch-COM-Pushbutton-Two_Circuit.svg similarity index 100% rename from src/assets/schematics/Switch-COM-Pushbutton-Two_Circuit.svg rename to publication/assets/schematics/Switch-COM-Pushbutton-Two_Circuit.svg diff --git a/src/assets/schematics/Switch-COM-SPDT.svg b/publication/assets/schematics/Switch-COM-SPDT.svg similarity index 100% rename from src/assets/schematics/Switch-COM-SPDT.svg rename to publication/assets/schematics/Switch-COM-SPDT.svg diff --git a/src/assets/schematics/Switch-COM-SPST.svg b/publication/assets/schematics/Switch-COM-SPST.svg similarity index 100% rename from src/assets/schematics/Switch-COM-SPST.svg rename to publication/assets/schematics/Switch-COM-SPST.svg diff --git a/src/assets/schematics/Transformer-COM-Center-Double.svg b/publication/assets/schematics/Transformer-COM-Center-Double.svg similarity index 100% rename from src/assets/schematics/Transformer-COM-Center-Double.svg rename to publication/assets/schematics/Transformer-COM-Center-Double.svg diff --git a/src/assets/schematics/Transformer-COM-Center.svg b/publication/assets/schematics/Transformer-COM-Center.svg similarity index 100% rename from src/assets/schematics/Transformer-COM-Center.svg rename to publication/assets/schematics/Transformer-COM-Center.svg diff --git a/src/assets/schematics/Transformer-COM-Standard.svg b/publication/assets/schematics/Transformer-COM-Standard.svg similarity index 100% rename from src/assets/schematics/Transformer-COM-Standard.svg rename to publication/assets/schematics/Transformer-COM-Standard.svg diff --git a/src/assets/schematics/Transistor-COM-BJT-NPN.svg b/publication/assets/schematics/Transistor-COM-BJT-NPN.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-BJT-NPN.svg rename to publication/assets/schematics/Transistor-COM-BJT-NPN.svg diff --git a/src/assets/schematics/Transistor-COM-BJT-PNP.svg b/publication/assets/schematics/Transistor-COM-BJT-PNP.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-BJT-PNP.svg rename to publication/assets/schematics/Transistor-COM-BJT-PNP.svg diff --git a/src/assets/schematics/Transistor-COM-Darlington-NPN.svg b/publication/assets/schematics/Transistor-COM-Darlington-NPN.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-Darlington-NPN.svg rename to publication/assets/schematics/Transistor-COM-Darlington-NPN.svg diff --git a/src/assets/schematics/Transistor-COM-Darlington-PNP.svg b/publication/assets/schematics/Transistor-COM-Darlington-PNP.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-Darlington-PNP.svg rename to publication/assets/schematics/Transistor-COM-Darlington-PNP.svg diff --git a/src/assets/schematics/Transistor-COM-JFET-N.svg b/publication/assets/schematics/Transistor-COM-JFET-N.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-JFET-N.svg rename to publication/assets/schematics/Transistor-COM-JFET-N.svg diff --git a/src/assets/schematics/Transistor-COM-JFET-P.svg b/publication/assets/schematics/Transistor-COM-JFET-P.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-JFET-P.svg rename to publication/assets/schematics/Transistor-COM-JFET-P.svg diff --git a/src/assets/schematics/Transistor-COM-MOSFET-N-Depletion.svg b/publication/assets/schematics/Transistor-COM-MOSFET-N-Depletion.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-MOSFET-N-Depletion.svg rename to publication/assets/schematics/Transistor-COM-MOSFET-N-Depletion.svg diff --git a/src/assets/schematics/Transistor-COM-MOSFET-N-Enhancement.svg b/publication/assets/schematics/Transistor-COM-MOSFET-N-Enhancement.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-MOSFET-N-Enhancement.svg rename to publication/assets/schematics/Transistor-COM-MOSFET-N-Enhancement.svg diff --git a/src/assets/schematics/Transistor-COM-MOSFET-N.svg b/publication/assets/schematics/Transistor-COM-MOSFET-N.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-MOSFET-N.svg rename to publication/assets/schematics/Transistor-COM-MOSFET-N.svg diff --git a/src/assets/schematics/Transistor-COM-MOSFET-P-Depletion.svg b/publication/assets/schematics/Transistor-COM-MOSFET-P-Depletion.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-MOSFET-P-Depletion.svg rename to publication/assets/schematics/Transistor-COM-MOSFET-P-Depletion.svg diff --git a/src/assets/schematics/Transistor-COM-MOSFET-P-Enhancement.svg b/publication/assets/schematics/Transistor-COM-MOSFET-P-Enhancement.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-MOSFET-P-Enhancement.svg rename to publication/assets/schematics/Transistor-COM-MOSFET-P-Enhancement.svg diff --git a/src/assets/schematics/Transistor-COM-MOSFET-P.svg b/publication/assets/schematics/Transistor-COM-MOSFET-P.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-MOSFET-P.svg rename to publication/assets/schematics/Transistor-COM-MOSFET-P.svg diff --git a/src/assets/schematics/Transistor-COM-Phototransitor.svg b/publication/assets/schematics/Transistor-COM-Phototransitor.svg similarity index 100% rename from src/assets/schematics/Transistor-COM-Phototransitor.svg rename to publication/assets/schematics/Transistor-COM-Phototransitor.svg diff --git a/src/assets/schematics/motor.png b/publication/assets/schematics/motor.png similarity index 100% rename from src/assets/schematics/motor.png rename to publication/assets/schematics/motor.png diff --git a/src/assets/styles/layout.css b/publication/assets/styles/layout.css similarity index 100% rename from src/assets/styles/layout.css rename to publication/assets/styles/layout.css diff --git a/src/assets/styles/media.css b/publication/assets/styles/media.css similarity index 100% rename from src/assets/styles/media.css rename to publication/assets/styles/media.css diff --git a/src/assets/styles/paged-interface.css b/publication/assets/styles/paged-interface.css similarity index 100% rename from src/assets/styles/paged-interface.css rename to publication/assets/styles/paged-interface.css diff --git a/src/assets/styles/paged.css b/publication/assets/styles/paged.css similarity index 100% rename from src/assets/styles/paged.css rename to publication/assets/styles/paged.css diff --git a/src/assets/styles/screen.css b/publication/assets/styles/screen.css similarity index 100% rename from src/assets/styles/screen.css rename to publication/assets/styles/screen.css diff --git a/src/assets/styles/style.css b/publication/assets/styles/style.css similarity index 100% rename from src/assets/styles/style.css rename to publication/assets/styles/style.css diff --git a/src/assets/styles/table.css b/publication/assets/styles/table.css similarity index 100% rename from src/assets/styles/table.css rename to publication/assets/styles/table.css diff --git a/publication/assets/styles/typography.css b/publication/assets/styles/typography.css new file mode 100644 index 0000000..4841360 --- /dev/null +++ b/publication/assets/styles/typography.css @@ -0,0 +1,278 @@ +:root { + --font-family: "Fira Sans", sans-serif; + --font-family-mono: "Fira Mono", serif; +} + +@font-face { + font-family: "Fira Sans"; + src: + local("Fira Sans"), + url("/assets/font/FiraSans/FiraSans-Heavy.otf") format("opentype") + tech(color-COLRv1), + url("/assets/font/FiraSans/FiraSans-Heavy.otf") format("opentype"), + url("/assets/font/FiraSans/FiraSans-Heavy.woff") format("woff"), + url("/assets/font/FiraSans/FiraSans-Heavy.woff2") format("woff2"), + url("/assets/font/FiraSans/FiraSans-Heavy.ttf"); +} + +@font-face { + font-family: "Fira Sans"; + src: + local("Fira Sans Bold"), + url("/assets/font/FiraSans/FiraSans-Bold.otf") format("opentype") + tech(color-COLRv1), + url("/assets/font/FiraSans/FiraSans-Bold.otf") format("opentype"), + url("/assets/font/FiraSans/FiraSans-Bold.woff") format("woff"), + url("/assets/font/FiraSans/FiraSans-Bold.woff2") format("woff2"), + url("/assets/font/FiraSans/FiraSans-Bold.ttf"); + font-weight: bold; +} + +@font-face { + font-family: "Fira Sans"; + font-weight: light; + src: + local("Fira Sans Book"), + url("/assets/font/FiraSans/FiraSans-Book.otf") format("opentype") + tech(color-COLRv1), + url("/assets/font/FiraSans/FiraSans-Book.otf") format("opentype"), + url("/assets/font/FiraSans/FiraSans-Book.woff") format("woff"), + url("/assets/font/FiraSans/FiraSans-Book.woff2") format("woff2"), + url("/assets/font/FiraSans/FiraSans-Book.ttf"); +} + +body { + font-family: var(--font-family); + font-size: 16px; +} +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 1rem 0 0.25rem; + font-weight: bold; +} + +h2 { + font-size: 1.3em; +} +h4, +h5, +h6 { + margin: 0 0; +} + +[template-type="front"] h1 { + font-size: 48px; +} +h1 { + font-weight: bold; + font-size: 32px; + margin: 0 0; +} + +h1, +h2, +h3 { + line-height: 125%; +} + +header.sm h2 { + font-weight: normal; +} + +article header h2 { + font-weight: normal; +} + +article blockquote { + margin-left: 0px; + font-size: 16px; + font-style: italic; + margin-right: 0; +} + +article blockquote p:before, +article blockquote:not(:has(cite)) p:after, +article blockquote cite:before { + content: '"'; + color: var(--accent); + font-weight: bold; +} + +article blockquote cite { + font-size: 10px; + display: block; +} + +p:has(> cite) { + margin-top: -8px; +} + +h3 { +} +article { + line-height: 1.5; +} +li p { + margin: 0 0; +} +article h2, +article h3, +article h4, +article h5 { + margin-top: 0.5rem; +} +a, +a[visited] { + color: var(--accent); +} +a p, +a figcaption { + color: var(--text); +} +ul { + padding-left: 2ch; +} + +figure { + margin: 2rem 0; +} + +sup figure { + margin: 1rem 0; +} + +article img { + max-width: 100%; +} + +ins { + font-family: var(--font-family-mono); + text-decoration: none; + font-size: 70%; + background: color-mix(in srgb, LawnGreen 15%, transparent); + padding: 4px; + vertical-align: middle; + display: inline-block; + clear: both; +} +ins p { + display: inline; +} +sup li, +li[count] { + list-style: none; +} +ins::before { + content: "+ "; + color: LawnGreen; + font-weight: bold; +} +[template-type="front"] h2 { + font-size: 20px; + font-style: italic; + font-weight: light; +} +sup:has(li), +article li[count], +figcaption, +aside:not(aside aside), +.footnote { + font-family: var(--font-family-mono); + font-size: 9px; + line-height: 1.5; +} + +figcaption { + line-height: 1.1; +} + +.footnote-ref { + line-height: 0; + text-decoration: none; + pointer-events: none; +} + +.csl-entry { + margin-top: 1rem; +} + +sup li p, +article li:has(.footnote-back) p { + margin-top: 0; + margin-bottom: 8px; + font-weight: normal; +} + +aside hr { + display: none; +} + +p { + break-inside: avoid; + margin-top: 0; + text-wrap: pretty; +} + +td, +th { + text-align: left; + word-break: keep-all; +} + +article ol { + padding-left: 2ch; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +h1 + ul, +h2 + ul, +h3 + ul, +h4 + ul, +h5 + ul, +h6 + ul, +h7 + ul { + margin-top: 0; +} + +/*** Works on common browsers ***/ +::selection { + background-color: var(--accent); + color: black; +} + +/*** Mozilla based browsers ***/ +::-moz-selection { + background-color: var(--accent); + color: black; +} + +/***For Other Browsers ***/ +::-o-selection { + background-color: var(--accent); + color: black; +} + +::-ms-selection { + background-color: var(--accent); + color: black; +} + +/*** For Webkit ***/ +::-webkit-selection { + background-color: var(--accent); + color: black; +} + +note { + display: block; + background: lightgrey; + font-weight: normal; + color: black; + font-family: monospace; + padding: 0.5em; +} diff --git a/src/assets/thesis.pdf b/publication/assets/thesis.pdf similarity index 100% rename from src/assets/thesis.pdf rename to publication/assets/thesis.pdf diff --git a/publication/chapters/-1-intro.html b/publication/chapters/-1-intro.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/-1-intro.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/0-gather.html b/publication/chapters/0-gather.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/0-gather.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/1-dismantling.html b/publication/chapters/1-dismantling.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/1-dismantling.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/2-component-salvaging.html b/publication/chapters/2-component-salvaging.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/2-component-salvaging.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/3-recipes.html b/publication/chapters/3-recipes.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/3-recipes.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/4-reflection.html b/publication/chapters/4-reflection.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/4-reflection.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/5-bib.html b/publication/chapters/5-bib.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/chapters/5-bib.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/angles.webp b/publication/chapters/angles.webp new file mode 100644 index 0000000..5bb0085 Binary files /dev/null and b/publication/chapters/angles.webp differ diff --git a/publication/chapters/angles_2.webp b/publication/chapters/angles_2.webp new file mode 100644 index 0000000..124b94f Binary files /dev/null and b/publication/chapters/angles_2.webp differ diff --git a/publication/chapters/angles_2_edited.webp b/publication/chapters/angles_2_edited.webp new file mode 100644 index 0000000..92dcf70 Binary files /dev/null and b/publication/chapters/angles_2_edited.webp differ diff --git a/publication/chapters/bastl_kit.webp b/publication/chapters/bastl_kit.webp new file mode 100644 index 0000000..e598a8d Binary files /dev/null and b/publication/chapters/bastl_kit.webp differ diff --git a/publication/chapters/croc.webp b/publication/chapters/croc.webp new file mode 100644 index 0000000..ffa4af4 Binary files /dev/null and b/publication/chapters/croc.webp differ diff --git a/publication/chapters/dismanteling.webp b/publication/chapters/dismanteling.webp new file mode 100644 index 0000000..d557acd Binary files /dev/null and b/publication/chapters/dismanteling.webp differ diff --git a/publication/chapters/dismanteling_2.webp b/publication/chapters/dismanteling_2.webp new file mode 100644 index 0000000..d5bdb48 Binary files /dev/null and b/publication/chapters/dismanteling_2.webp differ diff --git a/publication/chapters/dismanteling_2_noise.webp b/publication/chapters/dismanteling_2_noise.webp new file mode 100644 index 0000000..998773a Binary files /dev/null and b/publication/chapters/dismanteling_2_noise.webp differ diff --git a/publication/chapters/dismanteling_edited.webp b/publication/chapters/dismanteling_edited.webp new file mode 100644 index 0000000..9dc0349 Binary files /dev/null and b/publication/chapters/dismanteling_edited.webp differ diff --git a/publication/chapters/dismanteling_edited_noise.webp b/publication/chapters/dismanteling_edited_noise.webp new file mode 100644 index 0000000..d6f59d1 Binary files /dev/null and b/publication/chapters/dismanteling_edited_noise.webp differ diff --git a/publication/chapters/dismanteling_edited_noise2.webp b/publication/chapters/dismanteling_edited_noise2.webp new file mode 100644 index 0000000..9f49210 Binary files /dev/null and b/publication/chapters/dismanteling_edited_noise2.webp differ diff --git a/publication/chapters/index.html b/publication/chapters/index.html new file mode 100644 index 0000000..cea76f9 --- /dev/null +++ b/publication/chapters/index.html @@ -0,0 +1,2719 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index28 - 09 June 2025 + + + +
+
+
+
+ + 09 June 2025 + + Index +
+
+

A field guide to

+

Salvaging Sound Devices

+

09 June 2025

+
Rosa Schuurmans
+ + +
+ +
+

Thesis submitted to: the Department of [Experimental Publishing or Lens-Based Media], + Piet Zwart Institute, Willem de Kooning Academy, + in partial fulfilment of the requirements for the final examination for the degree of: + Master of Arts in Fine Art & Design: [Experimental Publishing or Lens-Based Media]. +

+

+ Adviser: Marloes de Valk
+ Second Reader: Aymeric Mansoux
+ Word count: 7616 words +

+
+
+ + +
+ +
+ + + + +
+ + +
+ +
+ Introduction +
+ +
+

Introduction

+
+
+
+

The real long-term future of computing consists of figuring out how +to make the best possible use we can out of the literal millions of +devices which already exist.

+
+
+

(Solderpunk, 2020, Cited in de Valk, 2022) (de Valk, +2024)

+

Beware! If you’ve picked up this publication expecting to learn how +to make a flawless, DAW-less, in tune and always working polysynth, +think again. However, if you, like me, are interested in making screamy, +dreamy, sound devices using components you can find in the +wild, you’ve come to the right place.

+

When I first read about salvage computing, I got very excited. Being +part of the DIY Sound community, as a sound practitioner and hardware +hacker, I’ve developed a growing discomfort with some aspects of the +practice. Within the DIY Sound community, DIWO workshops are a common +way of sharing knowledge (Richards, 2017), +covering a wide range of topics, from the construction to bending and +hacking and live coding. Over the past few years, I’ve hosted workshops +around circuit bending1 and LOFI sound devices in and around +Rotterdam. These workshops are meant as an accessible way to get people +tinkering with electronics, through something infinitely playful: making +instruments2.

+

In an ecosystem where a printer is only printing with a costly +subscription 3, disruptive products become obsolete +within a year4, fixing your own flat tires is +outsourced 5 and some smartphones literally have +to be frozen to be able to replace the battery 6, +it’s clear we’re no longer in charge of our own devices. Warranty-void +stickers and lengthy terms and conditions scare us into compliance.

+

First time soldering workshops can be very empowering in taking back +this autonomy by making (or breaking) a circuit together7. +They are a shared attempt to uncover some of the black boxes in our own +products (Hertz and Parikka, +2012). However, the toys and materials used in the workshops are +single-use 8 and, with ease, thrown out +afterward. The carelessness notion creeps in that waste has no value, +and is easily replaceable, and broke my heart a bit, one workshop at a +time.

+

This is where the field guide comes into play: Can we shift the +practice of playful tinkering to acknowledge, rather than ignore, the +waste streams they are part of? Limiting ourselves to only use salvaged +components and discovering; is it possible to live off (create with) +electronic components salvaged in the wild? And what would such a +practice entail?

+

Because salvage is not just about reusing materials; but about +confronting the systems that create the waste in the first place. Not +only the obsolete media but also the by-product of the entire production +lifecycle of an electronic product; From the mining of minerals that +make up the hardware to the inevitable disposal site (Gabrys, 2012). +Since the rate at which waste is collected and recycled isn’t growing at +the same pace as our collective buying and production, the landfills +will continue to grow. Parikka even goes as far to say as that recycling +is ultimately “waste-trade”, where our abandoned devices are shipped +across the ocean (Parikka, 2012).

+

Beyond the kit

+

The preference for buying new is noticeable in the DIY synth +community as well. When publishing a project, it’s common to share a +pre-filled webshop cart along with the schematics or even sell it as a +pre-compiled kit9. To me, this goes against the ethos +of DIY that resonates with me the most: making do with what you have, +with a focus on doing, and not the outcome (Hertz, 2023). Instead, a +whole market is created for Lego-like kits. These kits gloss over the +challenges and difficulties of creating sound devices, preventing the +development of much-needed problem-solving skills, and not actually +discovering anything new (Brown, Ferguson and +Bennett, 2019).

+

Instead, what you will learn to build using this guide is a starting +point. Small electronic circuits that produce sound on their own, but +can also be duplicated, manipulated, and modulated 10, +while diving into the questions around the practice of salvaging. The +guide is tested, tinkered, and tweaked during (un)repair cafe evenings +at the Klankschool11. In these hangouts we modify, hack +and repair devices together.

+

The guide is split up into the different stages of salvaging:

+

1. Gathering hardware

+

We trace where to find discarded electronics and how industry +practices shape what ends up in the trash.

+

2. Dismantling devices

+

Opening up devices to uncover design strategies that prevent +access

+

3. Components to salvage

+

Identifying and extracting useful components—motors, sensors, +chips, while diving deeper in their material.

+

4. Recipes for making

+

Methods for building sound devices.

+

5. Taking inventory

+

Time to clean the workbench and reflect

+

Happy scavenging!

+
+ + +
+
+
+Brown, A., Ferguson, J. and Bennett, A. (2019) ‘Cooperative +Experimentalism: Sharing to enhance electronic +media’, in. Proceedings of the International +Symposium on Electronic Art +(ISEA2019), pp. 480–483. Available at: http://hdl.handle.net/10072/409917. +
+
+Chokkattu, J. (2025) What to Do With Your Defunct Humane Ai +Pin. Wired. Available at: https://www.wired.com/story/what-to-do-with-your-humane-ai-pin/ +(Accessed: 13 March 2025). +
+
+de Valk, M. (2024) ‘Salvaged computing’, Damaged +Earth Catalog. Available at: https://damaged.bleu255.com/Salvage_Computing. +
+
+Gabrys, J. (2012) ‘Salvage’, in Depletion design: A +glossary of network ecologies. Amsterdam: Institute of Network +Cultures (Theory on demand, 8). Available at: https://issuu.com/instituteofnetworkcultures/docs/tod_8_depletion_design. +
+
+Hachman, M. (2024) The nightmare is real: HP makes +printing a monthly subscription. PCWorld. Available at: https://www.pcworld.com/article/2251993/the-nightmare-is-real-hp-makes-printing-a-subscription.html +(Accessed: 14 April 2025). +
+
+Havard, S. (2017) Essential Phone Teardown. +iFixit. Available at: https://www.ifixit.com/Teardown/Essential+Phone+Teardown/96764 +(Accessed: 14 April 2025). +
+
+Hertz, G. (2023) Art + DIY electronics. Cambridge, +Massachusetts: The MIT Press. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parikka, J. (2012) ‘Dust Matter, in Institute +of Network Cultures, Depletion design: A glossary of network +ecologies. Amsterdam: Institute of Network Cultures (Theory on +demand, 8), pp. 53–57. +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Gathering hardware +
+

Chapter

+

Gathering hardware

+
+ +
+ +
+

Gathering hardware

+
+

When salvaging for parts, we are looking for abandoned hardware. +Hardware that is still fine on the inside but no longer considered as +functional by its previous owners1. These devices can be a +literal goldmine of working parts that could be repurposed, as they +probably still function, it’s the stylistic obsolescence that is the +problem.

+

Remy & Huang argue that the core goals of ICT are simply +researching new technologies and selling more products (Remy +and Huang, 2015). To achieve the latter, manufacturers have +embraced structured obsolescence: the idea that a product has a limited +lifespan and ought to be consumed and upgraded within a few years (Sterne, +2007). This strategy is embedded in the manufacturing, marketing +and even the naming of products 2. It’s been embedded in +consumer culture since the late 19th century, originally invented as a +solution for overproduction (Hertz and Parikka, +2012). As a result, many devices have since been upgraded, +replaced, devalued, and thrown out, before ever reaching their full +potential (Parks, 2007). It +is exactly these machines we are looking for. So, where to find +them?

+

I’ve identified 3 strategies for gathering electronic hardware.

+

1. Institutional discards

+

Offices, schools, museums, or other companies often replace their +hardware every 5 years, whether it’s broken or not, due to tax +regulations3. If electronics aren’t central to +their operations, their leftovers often gather dust. Keep your ears +open, utilize your network, these forgotten machines could be your best +source.

+

2. Browsing the streets

+

I feel like good waste “comes to you”. Keep your eyes open, look +around. Actively going on waste walks has not paid off 4. +Their chances depend heavily on local waste policies 5 and +activities6.

+

3. Donations from friends & +family

+

As you enthusiastically keep your friends & family in the loop +about your salvaging endeavors, you’ll notice the phenomenon of +donations. Since a sizeable portion of our replaced computing devices +still reside in our storage units, waiting to be of any value, most +would be happy to find such a good destination as you (Gabrys, +2011).

+

Infiltrating the waste +stream

+

My attempts to create a consistent waste-income through more official +routes have not been successful. These established waste streams, where +trash is being collected, organized, and processed in multiple +facilities, are difficult to trace. Rotterdam collects e-waste via +official centers and drop-off bins, usually placed inside supermarkets. +The emphasis is on bringing waste in. What happens after is vague and +leans heavily on a promise of a circular economy7.

+

Consumer devices can be returned to the manufacturer through +recycling programs. Here too, it’s unclear what exactly happens with the +returned devices, and the program is always part of a customer journey +8. This relieves the consumer of the +disposal responsibility but keeps the cycle of buying new unaltered.

+

Trying to engage with these streams differently, by salvaging, not +just discarding, is nearly impossible. Access is tightly controlled. +Waste is only moved when it can be translated into monetary value, and +even then, only in bulk. Taking from recycling centers is prohibited; +solo salvaging has no place in this transaction9.

+

Pick your battles

+

When inspecting a device for salvage possibilities, I try to imagine +what the inside of the device looks like. What kind of components might +I find? Are there any motors or moving parts? What kind of material is +the device made of? What time period does it come from? Which companies +manufactured the device and its parts? Is there an audio signal on the +inside? Do I see any use for it now?

+

If I don’t expect much, I’ll leave it for the next person to +salvage.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+Sterne, J. (2007) ‘Out With the Trash: +On the Future of New +Technologies, in C. Acland (ed.) Residual +Media. Minneapolis: University of Minnesota Press, pp. +16–31. Available at: https://sterneworks.org/OutwiththeTrash.pdf. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Dismantling +
+

Chapter

+

Dismantling

+
+ +
+ +
+

Dismantling

+
+

Once you’ve found a piece of hardware, it’s time to start dismantling +the device. Let’s set up a workspace where you can easily move your +device around and keep track of small parts. To take the device apart, +we will need some tools. Which specifically differ a bit per device, but +this is what I have in my own toolkit:

+

To open devices

+
    +
  • A set of screwdrivers with various bits and sizes 1
  • +
  • Plastic spudger or pick — Used to pry open seams without +damaging the casing
  • +
  • Saw or utility knife - cut through plastic cases or stubborn +sections
  • +
  • Flat pliers - for heavy duty pulling
  • +
  • Drill - to drill through stuck and damaged screws
  • +
  • Tweezers
  • +
+

For salvaging & making

+
    +
  • Multimeter — Tests components for continuity, resistance, or +voltage
  • +
  • Soldering iron & solder
  • +
  • Desoldering pump
  • +
  • Solder wick
  • +
  • Flux
  • +
  • Alligator clips - quickly make connections without +soldering
  • +
  • Thin copper wire2
  • +
  • Battery powered speakers for listening + audio cable
  • +
  • 9V batteries
  • +
+
+ + +
+

Opening up

+

It’s not always clear where to start. Grabbing a heavy duty tool +immediately could result in permanent damage. It is better to start more +carefully. In some cases, product manufacturers provide service +manuals3. But in most cases, we’re left to +figure it out ourselves. Fortunately, online communities like IFixIt +create their own teardown guides, that can sometimes give us a head +start.

+

Let’s take a look at the device. Can you spot any screws? They might +be hidden behind warranty stickers4 or tucked away in +obscure corners. I find it helpful to follow the seams of the casing. +Especially with plastic enclosures, it’s not just screws—look for small +tabs or glue holding things together.

+
+ + +
+

If you manage to create a small slit gap in a seam, insert a thin +plastic pic and carefully push it along the seam. There might be small +tabs holding the casing together. If the manufacturer really didn’t want +you to get in there, they’ve glued it all up, and it is impossible to +get in the device without causing permanent damage5.

+

Disassembly is really about patience and finding those small gaps in +the enclosures, pulling and pushing until you’ve dismantled the entire +device. Did you manage? Amazing! You’re now staring at the messy, +material reality of your device6.

+

Uncovering black boxes

+

Through design choices like hiding screws, heat stakes7, +strong adhesive, and using various screw sizes, it becomes clear: the +manufacturer really does not want you in there. These are black boxes by +design, destined to become obsolete, as replacement parts are not +available, and critical components are not interchangeable. The only +option is to buy an entirely new product again.

+

The act of black boxing are an attempt to keep us unconsciously +incompetent, and increases the distance between the consumer and the +materiality of the device. The modern laptop is silent, not giving any +indication of whatever is happening on the inside, or its material +origins. It is only when something breaks, that their materiality +becomes a reality again (Hertz and Parikka, +2012) (Emerson, +2021).

+

It is by opening the devices, however, that we can rediscover +materiality. Then it becomes clear that what may appear so robust, +seamless, and futuristic on the outside is fragile, breakable and almost +futile on the inside. With the Multimeter we can track the traces from +the speaker to the microchip to the microphone. Or is there something +else in between?

+
+

Discoveries at the (un)repair cafe

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+Aragon, N. (2023) Warranty Void Stickers: +Are they legal outside the US? iFixit. +Available at: https://www.ifixit.com/News/74736/warranty-void-stickers-are-illegal-in-the-us-what-about-elsewhere +(Accessed: 20 April 2025). +
+
+Emerson, L. (2021) Six (Difficult and +Inconvenient) Values to Reclaim +the Future with Old Media. Available at: +https://loriemerson.net/2021/11/21/six-difficult-and-inconvenient-values-to-reclaim-the-future-with-old-media%ef%bf%bc/ +(Accessed: 5 January 2025). +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Components +
+

Chapter

+

Components

+
+ +
+ +
+

Components

+
+

Once you’ve broken your device down into its individual puzzle +pieces, we can zoom in on them more closely. Is there anything that +immediately sparks your interest? Did you already uncover unexpected +materials? Chances are you uncovered one or more Printed Circuit Boards +(PCBs), and—very generally speaking—some kind of input and output +components, all connected by several types of wire1. +For example, inside a digital picture frame I found a power input, a +battery, a screen, speakers, a two-sided PCB, and an antenna.

+

PCBs are populated with either “through hole” (THT) or “surface +mount” (SMD) components. SMD components are very small and soldered +directly onto the board’s surface. Their size makes labels hard to read, +and they’re designed for automated assembly, making them impractical for +salvage2. That’s why I rarely salvage from +computer-type devices. These usually contain nothing but SMD components +and lack interesting interactions or mechanical parts.

+

Desoldering

+

Desoldering components is generally more difficult than soldering and +requires patience and practice. Ironically, desoldering guns are much +more expensive than soldering irons, so here’s how I do it, without +one.

+

In a well-ventilated3 room, heat up the blob of solder +that connects the component to the PCB using a soldering iron. After a +couple of seconds, you’ll notice the solder becomes liquid4.

+

Then, using tweezers or a plier, I carefully pull the leg out from +the backside of the board, and then do the same for the other legs. This +process can take somewhere between 10 seconds and 10 minutes and can be +both frustrating and meditative.

+

Common components

+

In the next few pages, I’ll briefly address some of the more common +components. If you want to know more about what each component +specifically does, I recommend Getting started in electronics (Mims, +1983).

+

Many components, like transistors and chips, have datasheets +available online. You can usually find them by entering the part number, +often printed directly on the component5, +into a search engine. While datasheets can be overwhelming and full of +technical jargon, they typically show a pinout, explaining what each leg +does, and a description of the component’s behavior.

+

In the next chapter, we’ll get into making with the salvaged +components. The recipes need some specific components, which are +highlighted below. It’s always wise to have some extra! Components might +break, speaking from experience, having to stop because you’ve run out +of working components, is very discouraging.

+
+

Overview of common components

+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescriptionFound inSymbol
555 TimerChipA small chip that generates pulsesTimers, LED dimmers
CapacitorCapacitorStore a voltageEverywhere!
CoilPassiveThese funky components can create sounds on their ownTransformers, relays, wireless charging
Crystal OscillatorPassiveGenerates a frequency that is often used as a clockDevices that have processors
DiodePassiveForces current to flow in one directionEverywhere!
DisplaysOutputDisplay informationMonitors, calculators, embedded systems
LEDOutputEmit a small lightEverywhere!
Logic chipsChipCreate logic and switchesComputers, microcontrollers, control circuits
MOSFETChipNot sure yetPower supplies, motor control
MagnetMiscElectromagnetic applications, motorsSpeakers, hard drives
MicrocontrollerChipProgrammable chip, for example the ATmega328Embedded systems, Arduino, automation
MicrophoneInputRecord soundPhones, vapes
MotorOutputSpins when a power is appliedPrinters, blenders, vacuums
NPN TransistorTransistorAmplification/switchingEverywhere!
Op-AmpChipAmplifying signalsAudio circuits, sensors, control systems
PNP TransistorTransistorAmplification/switchingEverywhere!
Piezo discOuput/InputRecords or creates vibrationsBuzzers, sensors
PotentiometerResistorLimiting voltage through a knobVolume knobs, light dimmers
RelaySwitchSwitches powerHousehold appliances
ResistorResistorLimiting voltageEverywhere!
SpeakerOuputOutputs soundToys, (portable) radios
Switches & buttonsInputInteract with the deviceLight switches, keyboards
ThermistorResistorLimiting voltage dependent on temperatureNot sure yet
TrimpotsResistorLimit voltage through a small knob adjustable with a +screwdriverAudio circuits, calibration devices
Voltage regulatorsChipNot sure yetPower supplies, embedded systems
+
+
+
+Mims, F.M. (1983) Getting started in electronics. 4th edn. +Niles, Ill: Master Publishing. +
+
+ + +
+
+ + + + + +
+ + +
+ These resistors were salvaged from a Reel to Reel recorder + +
These resistors were salvaged from a Reel to Reel recorder
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Resistors

+ + +
Also known as knob, pot, potentiometer, variable resistor, dial
+ + + + + +
+ +
+

You’ll find resistors in nearly every electronic device and +schematic. It’s useful to keep a wide range of values around, from +1Ω(ohm) up to 10 million Ω. Their colored bands indicate their value1. In my experience, their values on +schematics are usually an indicator, and you can divert slightly without +too much impact on your project.

+

Variable resistors—like photoresistors and potentiometers—are +especially worth salvaging, along with their knobs2. +They can make your circuit interactive, by replacing fixed resistors +with variable ones. This is also a common circuit bending technique, as +with older toys the pitch of a sample is often regulated by a pitch +transistor, replacing this with a variable one allow you to control +the playback speed into drone like sonic realms3.

+

Types of resistors

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Carbon or metal film resistorComes in different values, marked with color bands
PhotoresistorChanges resistance based on ambient light levels
PotentiometerA knob-controlled resistor
Stereo potentiometerControls two channels at once, often used for stereo audio
Slide potentiometerA slider-controlled resistor
Trim potA small, precise variable resistor you adjust with a screwdriver, +used for circuit calibration
ThermistorChanges resistance based on temperature
+
+ + +
+ + +
+ + + + + +
+ + +
+ The various sizes of Capacitors + +
The various sizes of Capacitors
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Capacitors

+ + +
Also known as cap, condenser
+ + + + + +
+ +
+

Capacitors come in all sizes. I’ve seen ones as big as a coffee cup, +and SMD types so small they’re barely visible. Like resistors, these +passive components appear in nearly all circuits and store limited +amounts of electricity. This is measured in farads (F).

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Capacitor TypeTypical Value RangePolarized
Ceramic1 pF – 100 nFNo
Electrolytic (Aluminum)0.1 µF – 10,000 µFYes
Film1 nF – 10 µFNo
+
+

Salvaging capacitors safely

+

Capacitors store electricity even after power is cut. Touching a +charged one can shock you. Larger types, like those in camera flashes or +TVs, can store a dangerous amount. Always discharge big capacitors +before storing. I do this by shorting the legs with a screwdriver. This +may cause a small spark, as you’ve just created a short circuit.

+

Testing capacitors

+

Electrolytic capacitors don’t age well. Left unused, they have a +lifespan of 2 to 3 years (Jang et +al., 2017). After that, they can leak, spreading a yellow +gooey material over the PCB, causing other connections to malfunction 1.

+

You can verify the capacitor’s capacitance with a multimeter. In +continuity mode, which beeps if there’s a connection, touch both legs of +the discharged capacitor with the probes. If you hear no sound, or a +continuous volume/pitch: the capacitor is dead. Otherwise, it’s +fine.

+
+
+Jang, E. et al. (2017) ‘Unplanned +Obsolescence: Hardware and Software +After Collapse, in Proceedings of the 2017 +Workshop on Computing Within Limits. +LIMITS ’17: Workshop on Computing +Within Limits, Santa Barbara California USA: ACM, pp. +93–101. Available at: https://doi.org/10.1145/3080556.3080566. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A chip sooooo small the picture has to be blurry + +
A chip sooooo small the picture has to be blurry
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Chips

+ + +
Also known as IC, Intergrated Circuit
+ + + + + +
+ +
+

Chips, or integrated circuits, are tiny black boxes packed with +microscopic components. You’ll find them on nearly every modern circuit +board. Some handle small, specific tasks, like controlling LEDs, while +others run full operating systems.

+

Don’t let the size fool you! The creation of a chip, from toxic +chemicals to the black container, involves around 300 steps, during +which 99% of material byproduct is discarded, creating hazardous waste +sites (Gabrys, 2011). So, +if there is one part worth salvaging, it’s this one.

+

Unfortunately, as modular as they might seem, reusing chips is not +plug ’n play. While some are common and well-documented1, +most are obscured and specific. For instance, reusing the network chip +found in a USB phone can lead to a rabbit hole of reverse engineering. +And then you find another phone that has a slightly different chip, and +the process starts all over again.

+

Common chips to look out for

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
555 TimerThis chip can generate audible pulses. This can be used as a +sound source on its own, or to trigger other circuits, or control +motors
Op-Amps (e.g., TL072, TL074, LM358)Op-amps are used to amplify signals, and therefore used in loads +of sound-related applications.
CD40106A Schmitt trigger inverter can generate audible frequencies that +can be tuned. They are often the core of oscillator +schematics.
CD4017A Decade counter is often used for linear step +sequencers.
MicrocontrollersIf you’re lucky, you can use the microcontroller to write your +own program.
+
+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A variety of input and output components + +
A variety of input and output components
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Inputs & outputs

+ + + + + + +
+ +
+

Inputs and outputs are often the most visible parts of an electronic +device—and among the most accessible to salvage. They are the parts that +are most often visible on the outside and thus carry the cultural +context of the device. But this visibility is a double-edged sword: it +risks turning salvaging and recycling into solely aesthetic choices.

+

Recycling facilities, manufactures and product design universities +often tend to focus on recycling, when talking about reducing e-waste. +But among the levels of circularity reduce, reuse, repair, recycle, +refuse, recycling is the least effective. More than half of material is +lost when going through the recycling process and often involves +shipping waste to countries with cheaper labor costs and fewer +environmental regulations, resulting in toxic conditions for both +workers and the environment (iFixit, no date) (Gabrys, +2011) (Roura et al., +2021). Shredding a device doesn’t just lose raw material; it +erases the labor, energy, and environmental costs embedded in its +original creation. And then a new device replaces it.

+

Instead of focusing on the visual esthetic that is visible on the +outside of the original device, I think it’s more interesting to focus +on what made the object the object. According to Richards, this +objecthood is the central theme of DIY/repurposing. Through hacking and +bending we can amplify certain properties of the object (Richards, +2017). Turning a printer into a live coded instrument for +instance, amplifying the scratches a piece of stuck paper can make.

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+iFixit (no date) Recycling is Destruction. +Available at: https://www.ifixit.com/Right-to-Repair/Recycling +(Accessed: 22 April 2025). +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+Roura, M. et al. (2021) ‘Circular digital devices: +Lessons about the social and planetary boundaries’, in +Computing within Limits. Seventh +Workshop on Computing within +Limits 2021, LIMITS. Available at: https://doi.org/10.21428/bf6fb269.3881c46e. +
+
+ +
+ + +
+ + + + + +
+ + +
+ PCB with labeled parts + +
PCB with labeled parts
+ + +
+ +
+ Thicker and handdrawn traces + +
Thicker and handdrawn traces
+ + +
+ +
+ Smaller components are difficult to desolder + +
Smaller components are difficult to desolder
+ + +
+ +
+ The blob cannot be removed + +
The blob cannot be removed
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

PCB (Printed Circuit Board)

+ + +
Also known as Protoboard, breadboard, circuit
+ + + + + +
+ +
+

Printed Circuit Boards, or PCBs, are the panels on which the +electronic circuit is placed. Older boards often reveal hand-drawn +traces, which are much more fluid in design. With computerized PCB +design, those lines straightened out. Most PCBs are made from FR4 (glass +fiber and epoxy)1.

+

The copper tracks on a PCB are usually covered with a green +protective layer, known as solder mask. Sand this off to expose the +copper underneath, ready to solder onto again.

+

Most boards are labeled. They can include a date, information about +connections, component numbering2, and sometimes even +their values 3.

+

Not all PCBs follow the industrial template. Artists and other +tinkerers have come up with alternatives: the paper circuits of +Ciat-Lonbarde, or Dirty Electronics’ boards made from wood and nails. +These kinds of formats offer a more punk-diy way of publishing projects, +where the format is not set in stone. Paper can be cut, nails can be +moved, inviting a maker to explore the circuit more than just soldering +a pre-compiled kit (Blasser, 2015) (Richards, +2013).

+

Protective

+

Did you spot “the Blob” on one of your PCB’s? The blob (fig 17) is +meant to protect certain bare parts of a PCB, but is also known as a +type of reverse engineering protection. Another method of protection is +applying a transparent layer across the entire board, preventing you +from poking around with a multimeter.

+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Richards, J. (2013) ‘Beyond DIY in Electronic +Music, Organised Sound, 18(3), pp. 274–281. +Available at: https://doi.org/10.1017/S1355771813000241. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ ‘note to self, not sure all of these are transistors’ + +
‘note to self, not sure all of these are transistors’
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Transistors

+ + +
Also known as switch, BJT
+ + + + + +
+ +
+

A transistor is a tiny switch that controls a large current with a +smaller one. Depending on its type, applying a small voltage to one leg +causes another to “open” or “close.” This way, transistors can amplify +signals or switch things on and off. You’ll find them near power +supplies, audio paths, and logic circuits. They are sometimes glued to a +heatsink to shed excess heat. They’re sensitive to ambient temperature, +which makes them interactive in sound devices 1.

+

The transistor is often seen as a turning point in computing history. +It replaced big and expensive vacuum tubes, paving the way for portable +radios, cheap toys, and eventually silicon chips. Theories like Moore’s +law2 create an expectation of constant +upgrading, where your computer will be obsolete in two years’ time, and +the illusion of infinite growth.

+

This miniaturization of components did not result in more efficient +technology use. On the contrary, Jevons’ Paradox shows that increased +efficiency in the production process would lead to even more resource +consumption (Remy and Huang, +2015) (Gabrys, 2011) (Parks, +2007).

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+ + +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Recipes for reuse +
+

Chapter

+

Recipes for reuse

+
+ +
+ +
+

Recipes for reuse

+
+

Hopefully, you’ve salvaged a variety of components by now, and we can +start building sound with them. In this chapter you’ll find a bunch of +recipes; the starting points for sound devices. These modular recipes +can be used standalone or connected together into a bigger system. This +modularity makes problem-solving slightly easier1, +and you can pick and choose your modules based on your salvaged +inventory.

+

Every recipe contains a paper circuit2 to +print. These circuits are the blueprint of your device, between a +schematic and an industrial PCB. The biggest advantage of using paper, +apart from being able to solder the connections of your components right +on top of the circuit, is that it is flexible. You can take notes, draw +lines, and adjust the schematic as you go.

+

Assembling the circuit

+
    +
  1. Cut out the circuit and fold it in half, creating a two-sided print +3.
  2. +
  3. Gather the components listed in the “Bill of Materials” (BOM).
  4. +
  5. Populate the first components by pinning the legs through the paper +in their designated areas. Keep an eye on the orientation4. +Start small (resistors) then move to larger parts.
  6. +
  7. Create the connections according to the circuit by soldering the +legs together using (copper) wire.
  8. +
  9. Repeat until all components are in place!
  10. +
  11. Test & triple-check all connections 5.
  12. +
+

There is no need to understand every single component on each recipe +6 but try to follow the connections on +the circuit. Which road is the audio signal taking? This will help you a +lot with troubleshooting.

+

!Safety notes!

+
    +
  • Audio can be surprisingly loud. Use small speakers +(never headphones! 7) you wouldn’t miss if they break and +keep your hand on the volume dial when plugging in your sound device for +the first time.
  • +
  • Use batteries. Plugging into a wall (120V) can be +incredibly dangerous. Always unplug the power from the circuit when +making changes, to prevent shorts.
  • +
  • Watch that smell. “Magic smoke” has a certain +smell. Unplug immediately when something smells/smokes!
  • +
  • Two know more than one. If you’re not sure, invite +a friend and I’m sure you’ll figure it out together.
  • +
+

Finding recipes

+

The DIY synth community is not shy in sharing their schematics. There +are fantastic resources online, such as the Experimentalists Anonymous +DIY Archives the wiki, Music from Outer Space and Handmade Electronic +Music (Collins, 2009). +However, finding resources using salvaged components can be tricky, as +our requirements are a bit different. Most schematics either contain 20+ +components or require (specific) chips, which have proven to be +difficult to find. This limitation has been interesting, as it forces me +to experiment with smaller schematics. Turning the oscillators into +self-modulating instruments, by attaching them together using alligator +clips, actually helped me to learn more about electronics & sound +than any pre-made kit could ever do.

+
+ + +
+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Collins, N. (2009) Handmade electronic music: The art of hardware +hacking. Second edition. New York: Routledge. +
+
+ + +
+
+ + + + + +
+ +
+ + + +
+ +
+ +

Power Supply

+ + + + +

Create a power supply for your future circuits

+ + + +
+ +
+

This circuit provides -9V1, 0V/Ground and +9V +outputs, by combining two 9V batteries. If your project requires it, you +can use any kind of battery instead of the 9V one, as long as they’re +two of the same 2.

+

You could skip the capacitors and resistors and just connect the +batteries together. However, they help filter electrical spikes, making +the output smoother 3.

+
+ + +
+

Testing

+

Before plugging in the batteries, check your connections4. When the batteries are plugged in, +your pins should read -9V and +9V5.

+

Upgrade

+

An upgrade that could be useful is adding a power switch and/or LED +to show if the power supply is active.

+ + +
+ + +
+ +
+
+

Paper circuit: Power Supply

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

Single Transistor Oscillator

+ + + + +

This unreliable schematic creates a tone!

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This super simple oscillator circuit1 +makes use of something called a “reverse avalance breakdown effect” in +transistors. As I understand it, the capacitor and transistor of this +circuit constantly trigger each other, creating a on-off-on-off-on-off +situation, which in the audible realm sounds like a saw wave. Not all +transistors can do it, so it’s a bit of a trial and error process 2.

+

Powering

+

Select the amount of voltage you need based on the transistor3 you have. Mine needed 18V, so using +alligator clips, I’ve connected our previously built power supply.

+

Testing & Troubleshooting

+

After double-checking all your connections, hook the audio out to an +amplified speaker. No sound? Try:

+
    +
  • Check your connections and orientation of the capacitor.
  • +
  • Play around with the potentiometer4.
  • +
  • using a multimeter, follow the entire audio trace from the +transistor up until your audio cable.
  • +
  • Try a different transistor
  • +
+

When there is noise

+

If you, like me, have struggled a lot to get any sound whatsoever, I +can hopefully tell you that this is where things will get +fun(ky). Getting a single sound out of anything is such a +eureka moment 5. Because from here, you’ll be able +to play around with the circuit and use our own imagination. For +instance, using a different sized resistor to change the pitch. Or, +using a Light Dependant Resistor to control the pitch based on the +sound. Or adding a on/off button. Or, building your own keyboard using +multiple resistors…

+ + +
+ + +
+ +
+
+

Paper circuit: Single Transistor Oscillator

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

PCB Keyboard

+ + + + +

A keyboard to play your oscillator

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This recipe uses the Single Transistor Oscillator created in a +previous recipe. The keyboard will replace the resistor of the +oscillator that is in charge of the pitch. That pitch resistor will now +exist on the keyboard.

+

From a PCB that you have salvaged, remove all of the +components and, with a piece of sandpaper, scratch off the green mask of +the PCB, making the copper visible. Now, the traces of the PCB can be +reused as wires. We will place multiple resistors on the PCB, to create +the following circuit:

+
+ + +
+

Find or make a couple of tracks or traces that are not connected to +each other (using the multimeter). These will act as your wires! To one +trace, solder the audio in from the oscillator. Find a trace nearby, +close enough that if you can touch the two traces with your thumb and +solder a resistor on that trace. The other end of the resistor should go +back to your oscillator.

+

Now, when you touch both traces with your finger, a bridge is +created, closing the circuit, and causing the audio signal to go through +your resistor back into the original circuit. If you do this multiple +times with various resistor values, you’ve created a playable +keyboard!

+ +
+ + +
+ +
+
+

Paper circuit: PCB Keyboard

+
+ +
+ +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Taking inventory +
+ +
+

Taking inventory

+
+

After all the dismantling, salvaging, desoldering, and re-making, +it’s time to take inventory. For me, this is the moment to sit in the +middle of a workshop, surrounded by the carcasses of printers, cassette +recorders, and radios, and deal with the remainders. Can we shift the +practice of playful tinkering to also account for the waste streams it +engages with?

+

In the DIY synth community, tinkering often happens collaboratively, +through workshops where participants solder prefabricated kits, as an +accessible entry point into electronics. When I started the field guide, +I imagined creating a similar format, but using only salvaged +components. Logistically, that turned out to be much harder than +expected:

+

Waste streams are +difficult to tap into

+

The circular economy, often marketed as a fix for the mountains of +e-waste, is structured to keep the consumer lifecycle of buying intact. +There is no method in place for taking waste, meaning we must revert to +using what comes on our path or is donated. Which is a lot, but not +consistent.

+

Salvaging the right +components

+

Most synths built in workshops rely on chips like the 555 timers and +op-amps. These chips simplify builds, lower the total amount of +components needed, increasing the chances of a participant completing +the circuit. In the past few months, I haven’t salvaged a single 555 +timer, and only a handful of op-amps. That is not nearly enough to +provide a group of participants with components.

+

But maybe these limitations can also be an opportunity. If we let go +of the expectation that everyone would walk out with a polished +synthesizer, similar to those that can be bought in shops, new +possibilities open up. The constraints of using e-waste as material can +help us to think differently—to engage with different contexts or +reimagine how existing technologies might be repurposed. Instead of +following a set in stone schematic, the recipes are a starting point, +which everyone can execute differently.

+

Fennis urges us to rethink waste, not just as a pile of discarded +phones, but as the material it was before, including the toxic, +environmentally catastrophic legacy. Through reverse engineering and +hacking, they explore the material and learn what the technologies can +do other than what it was designed for(Fennis, 2022). In +other words, by dismantling a wired electronic razor, that was deemed +obsolete and replaced for a battery powered razor, we can remove the +abstraction layer and see that it is actually a blade, a power supply, +and a motor, which in turn can become an instrument. In this way, we can +see the end-of-life of a device, where the consumer is done consuming, +as a moment of celebration, and give it an afterlife (Mansoux +et al., 2023)!

+

It is this kind of tinkering that I think will make us more resilient +against the ongoing attempts by major companies and manufacturers to +keep us locked out of our devices (Lu and Lopes, 2024). +For me, that means not just rethinking waste but also questioning the +workshop format itself—and whether I want to keep using the format with +it. And the truth is, I don’t think so. I see much more to explore in +collaborative spaces such as the (un)repair cafe. This means, this is +not the end of the field guide! It’s the beginning. There are many more +alligator clips to connect.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Lu, J. and Lopes, P. (2024) ‘Unmaking Electronic +Waste, ACM Transactions on Computer-Human +Interaction, 31(6), pp. 1–30. Available at: https://doi.org/10.1145/3674505. +
+
+Mansoux, A. et al. (2023) ‘Permacomputing +Aesthetics: Potential and Limits +of Constraints in Computational Art, +Design and Culture, in Ninth +Computing within Limits 2023. Ninth +Computing within Limits 2023, Virtual: +LIMITS. Available at: https://doi.org/10.21428/bf6fb269.6690fc2e. +
+
+ +
+
+ + + + + + +
+ + +
+ +
+ References +
+ +
+

References

+
+

+
+ +
+ +
+
+ + + + + + + + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/chapters/obscure_labels.webp b/publication/chapters/obscure_labels.webp new file mode 100644 index 0000000..057717a Binary files /dev/null and b/publication/chapters/obscure_labels.webp differ diff --git a/publication/chapters/openingup.webp b/publication/chapters/openingup.webp new file mode 100644 index 0000000..03cd8bc Binary files /dev/null and b/publication/chapters/openingup.webp differ diff --git a/publication/chapters/singletransistorOSC.webp b/publication/chapters/singletransistorOSC.webp new file mode 100644 index 0000000..1a61578 Binary files /dev/null and b/publication/chapters/singletransistorOSC.webp differ diff --git a/publication/chapters/smallscrews.webp b/publication/chapters/smallscrews.webp new file mode 100644 index 0000000..59d761b Binary files /dev/null and b/publication/chapters/smallscrews.webp differ diff --git a/publication/chapters/toolkit_edited.jpeg b/publication/chapters/toolkit_edited.jpeg new file mode 100644 index 0000000..5968494 Binary files /dev/null and b/publication/chapters/toolkit_edited.jpeg differ diff --git a/publication/chapters/toolkit_edited.webp b/publication/chapters/toolkit_edited.webp new file mode 100644 index 0000000..beba6af Binary files /dev/null and b/publication/chapters/toolkit_edited.webp differ diff --git a/publication/chapters/transistorOSC_white.webp b/publication/chapters/transistorOSC_white.webp new file mode 100644 index 0000000..9971f2d Binary files /dev/null and b/publication/chapters/transistorOSC_white.webp differ diff --git a/publication/chapters/trouble-shoot.png b/publication/chapters/trouble-shoot.png new file mode 100644 index 0000000..381f726 Binary files /dev/null and b/publication/chapters/trouble-shoot.png differ diff --git a/publication/chapters/trouble-shoot.webp b/publication/chapters/trouble-shoot.webp new file mode 100644 index 0000000..3971c94 Binary files /dev/null and b/publication/chapters/trouble-shoot.webp differ diff --git a/publication/components/0_resistor.html b/publication/components/0_resistor.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/components/0_resistor.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/components/1_capacitor.html b/publication/components/1_capacitor.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/components/1_capacitor.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/components/ASN_with_ blob_crop.webp b/publication/components/ASN_with_ blob_crop.webp new file mode 100644 index 0000000..6211dde Binary files /dev/null and b/publication/components/ASN_with_ blob_crop.webp differ diff --git a/publication/components/ASN_with_blob.webp b/publication/components/ASN_with_blob.webp new file mode 100644 index 0000000..9d9ae02 Binary files /dev/null and b/publication/components/ASN_with_blob.webp differ diff --git a/publication/components/Capacitors.webp b/publication/components/Capacitors.webp new file mode 100644 index 0000000..a67d789 Binary files /dev/null and b/publication/components/Capacitors.webp differ diff --git a/publication/components/IMG_2879.webp b/publication/components/IMG_2879.webp new file mode 100644 index 0000000..0eaf35a Binary files /dev/null and b/publication/components/IMG_2879.webp differ diff --git a/publication/components/PCB_1.webp b/publication/components/PCB_1.webp new file mode 100644 index 0000000..e00e27b Binary files /dev/null and b/publication/components/PCB_1.webp differ diff --git a/publication/components/PCB_2.webp b/publication/components/PCB_2.webp new file mode 100644 index 0000000..5085eff Binary files /dev/null and b/publication/components/PCB_2.webp differ diff --git a/publication/components/Resistors.webp b/publication/components/Resistors.webp new file mode 100644 index 0000000..9a80733 Binary files /dev/null and b/publication/components/Resistors.webp differ diff --git a/publication/components/TransistorsED.webp b/publication/components/TransistorsED.webp new file mode 100644 index 0000000..097b181 Binary files /dev/null and b/publication/components/TransistorsED.webp differ diff --git a/publication/components/chip copy.webp b/publication/components/chip copy.webp new file mode 100644 index 0000000..98f1f44 Binary files /dev/null and b/publication/components/chip copy.webp differ diff --git a/publication/components/chip.webp b/publication/components/chip.webp new file mode 100644 index 0000000..e5b4e57 Binary files /dev/null and b/publication/components/chip.webp differ diff --git a/publication/components/chips.html b/publication/components/chips.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/components/chips.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/components/chips.webp b/publication/components/chips.webp new file mode 100644 index 0000000..01836c3 Binary files /dev/null and b/publication/components/chips.webp differ diff --git a/publication/components/inputoutpit.webp b/publication/components/inputoutpit.webp new file mode 100644 index 0000000..c79f846 Binary files /dev/null and b/publication/components/inputoutpit.webp differ diff --git a/publication/components/inputoutput.webp b/publication/components/inputoutput.webp new file mode 100644 index 0000000..c79f846 Binary files /dev/null and b/publication/components/inputoutput.webp differ diff --git a/publication/components/inputs.html b/publication/components/inputs.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/components/inputs.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/components/pcb.html b/publication/components/pcb.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/components/pcb.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/components/pcb_3.webp b/publication/components/pcb_3.webp new file mode 100644 index 0000000..be09918 Binary files /dev/null and b/publication/components/pcb_3.webp differ diff --git a/publication/components/salvaged-resistors.webp b/publication/components/salvaged-resistors.webp new file mode 100644 index 0000000..7bf4fe5 Binary files /dev/null and b/publication/components/salvaged-resistors.webp differ diff --git a/publication/components/theblob.webp b/publication/components/theblob.webp new file mode 100644 index 0000000..1145535 Binary files /dev/null and b/publication/components/theblob.webp differ diff --git a/publication/components/transistor.html b/publication/components/transistor.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/components/transistor.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/components/transistor.webp b/publication/components/transistor.webp new file mode 100644 index 0000000..535c243 Binary files /dev/null and b/publication/components/transistor.webp differ diff --git a/publication/devices/cassette-recorder.html b/publication/devices/cassette-recorder.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/devices/cassette-recorder.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/devices/hard-drive.html b/publication/devices/hard-drive.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/devices/hard-drive.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/devices/mp3-fm-radio.html b/publication/devices/mp3-fm-radio.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/devices/mp3-fm-radio.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/devices/reel-to-reel-recorder.html b/publication/devices/reel-to-reel-recorder.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/devices/reel-to-reel-recorder.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/devices/telephone.html b/publication/devices/telephone.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/devices/telephone.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/devices/v2s-metal-detector-thing.html b/publication/devices/v2s-metal-detector-thing.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/devices/v2s-metal-detector-thing.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/index.html b/publication/index.html new file mode 100644 index 0000000..3b84f7a --- /dev/null +++ b/publication/index.html @@ -0,0 +1,2703 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A field guide to salvaging sound devices28 - 09 June 2025 + + + +
+
+
+
+ + 09 June 2025 + + A field guide to salvaging sound devices +
+
+

A field guide to

+

Salvaging Sound Devices

+

09 June 2025

+
Rosa Schuurmans
+ + +
+ +
+

Thesis submitted to: the Department of [Experimental Publishing or Lens-Based Media], + Piet Zwart Institute, Willem de Kooning Academy, + in partial fulfilment of the requirements for the final examination for the degree of: + Master of Arts in Fine Art & Design: [Experimental Publishing or Lens-Based Media]. +

+

+ Adviser: Marloes de Valk
+ Second Reader: Aymeric Mansoux
+ Word count: 7616 words +

+
+
+ + + + + +
+ + +
+ +
+ Introduction +
+ +
+

Introduction

+
+
+
+

The real long-term future of computing consists of figuring out how +to make the best possible use we can out of the literal millions of +devices which already exist.

+
+
+

(Solderpunk, 2020, Cited in de Valk, 2022) (de Valk, +2024)

+

Beware! If you’ve picked up this publication expecting to learn how +to make a flawless, DAW-less, in tune and always working polysynth, +think again. However, if you, like me, are interested in making screamy, +dreamy, sound devices using components you can find in the +wild, you’ve come to the right place.

+

When I first read about salvage computing, I got very excited. Being +part of the DIY Sound community, as a sound practitioner and hardware +hacker, I’ve developed a growing discomfort with some aspects of the +practice. Within the DIY Sound community, DIWO workshops are a common +way of sharing knowledge (Richards, 2017), +covering a wide range of topics, from the construction to bending and +hacking and live coding. Over the past few years, I’ve hosted workshops +around circuit bending1 and LOFI sound devices in and around +Rotterdam. These workshops are meant as an accessible way to get people +tinkering with electronics, through something infinitely playful: making +instruments2.

+

In an ecosystem where a printer is only printing with a costly +subscription 3, disruptive products become obsolete +within a year4, fixing your own flat tires is +outsourced 5 and some smartphones literally have +to be frozen to be able to replace the battery 6, +it’s clear we’re no longer in charge of our own devices. Warranty-void +stickers and lengthy terms and conditions scare us into compliance.

+

First time soldering workshops can be very empowering in taking back +this autonomy by making (or breaking) a circuit together7. +They are a shared attempt to uncover some of the black boxes in our own +products (Hertz and Parikka, +2012). However, the toys and materials used in the workshops are +single-use 8 and, with ease, thrown out +afterward. The carelessness notion creeps in that waste has no value, +and is easily replaceable, and broke my heart a bit, one workshop at a +time.

+

This is where the field guide comes into play: Can we shift the +practice of playful tinkering to acknowledge, rather than ignore, the +waste streams they are part of? Limiting ourselves to only use salvaged +components and discovering; is it possible to live off (create with) +electronic components salvaged in the wild? And what would such a +practice entail?

+

Because salvage is not just about reusing materials; but about +confronting the systems that create the waste in the first place. Not +only the obsolete media but also the by-product of the entire production +lifecycle of an electronic product; From the mining of minerals that +make up the hardware to the inevitable disposal site (Gabrys, 2012). +Since the rate at which waste is collected and recycled isn’t growing at +the same pace as our collective buying and production, the landfills +will continue to grow. Parikka even goes as far to say as that recycling +is ultimately “waste-trade”, where our abandoned devices are shipped +across the ocean (Parikka, 2012).

+

Beyond the kit

+

The preference for buying new is noticeable in the DIY synth +community as well. When publishing a project, it’s common to share a +pre-filled webshop cart along with the schematics or even sell it as a +pre-compiled kit9. To me, this goes against the ethos +of DIY that resonates with me the most: making do with what you have, +with a focus on doing, and not the outcome (Hertz, 2023). Instead, a +whole market is created for Lego-like kits. These kits gloss over the +challenges and difficulties of creating sound devices, preventing the +development of much-needed problem-solving skills, and not actually +discovering anything new (Brown, Ferguson and +Bennett, 2019).

+

Instead, what you will learn to build using this guide is a starting +point. Small electronic circuits that produce sound on their own, but +can also be duplicated, manipulated, and modulated 10, +while diving into the questions around the practice of salvaging. The +guide is tested, tinkered, and tweaked during (un)repair cafe evenings +at the Klankschool11. In these hangouts we modify, hack +and repair devices together.

+

The guide is split up into the different stages of salvaging:

+

1. Gathering hardware

+

We trace where to find discarded electronics and how industry +practices shape what ends up in the trash.

+

2. Dismantling devices

+

Opening up devices to uncover design strategies that prevent +access

+

3. Components to salvage

+

Identifying and extracting useful components—motors, sensors, +chips, while diving deeper in their material.

+

4. Recipes for making

+

Methods for building sound devices.

+

5. Taking inventory

+

Time to clean the workbench and reflect

+

Happy scavenging!

+
+ + +
+
+
+Brown, A., Ferguson, J. and Bennett, A. (2019) ‘Cooperative +Experimentalism: Sharing to enhance electronic +media’, in. Proceedings of the International +Symposium on Electronic Art +(ISEA2019), pp. 480–483. Available at: http://hdl.handle.net/10072/409917. +
+
+Chokkattu, J. (2025) What to Do With Your Defunct Humane Ai +Pin. Wired. Available at: https://www.wired.com/story/what-to-do-with-your-humane-ai-pin/ +(Accessed: 13 March 2025). +
+
+de Valk, M. (2024) ‘Salvaged computing’, Damaged +Earth Catalog. Available at: https://damaged.bleu255.com/Salvage_Computing. +
+
+Gabrys, J. (2012) ‘Salvage’, in Depletion design: A +glossary of network ecologies. Amsterdam: Institute of Network +Cultures (Theory on demand, 8). Available at: https://issuu.com/instituteofnetworkcultures/docs/tod_8_depletion_design. +
+
+Hachman, M. (2024) The nightmare is real: HP makes +printing a monthly subscription. PCWorld. Available at: https://www.pcworld.com/article/2251993/the-nightmare-is-real-hp-makes-printing-a-subscription.html +(Accessed: 14 April 2025). +
+
+Havard, S. (2017) Essential Phone Teardown. +iFixit. Available at: https://www.ifixit.com/Teardown/Essential+Phone+Teardown/96764 +(Accessed: 14 April 2025). +
+
+Hertz, G. (2023) Art + DIY electronics. Cambridge, +Massachusetts: The MIT Press. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parikka, J. (2012) ‘Dust Matter, in Institute +of Network Cultures, Depletion design: A glossary of network +ecologies. Amsterdam: Institute of Network Cultures (Theory on +demand, 8), pp. 53–57. +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Gathering hardware +
+

Chapter

+

Gathering hardware

+
+ +
+ +
+

Gathering hardware

+
+

When salvaging for parts, we are looking for abandoned hardware. +Hardware that is still fine on the inside but no longer considered as +functional by its previous owners1. These devices can be a +literal goldmine of working parts that could be repurposed, as they +probably still function, it’s the stylistic obsolescence that is the +problem.

+

Remy & Huang argue that the core goals of ICT are simply +researching new technologies and selling more products (Remy +and Huang, 2015). To achieve the latter, manufacturers have +embraced structured obsolescence: the idea that a product has a limited +lifespan and ought to be consumed and upgraded within a few years (Sterne, +2007). This strategy is embedded in the manufacturing, marketing +and even the naming of products 2. It’s been embedded in +consumer culture since the late 19th century, originally invented as a +solution for overproduction (Hertz and Parikka, +2012). As a result, many devices have since been upgraded, +replaced, devalued, and thrown out, before ever reaching their full +potential (Parks, 2007). It +is exactly these machines we are looking for. So, where to find +them?

+

I’ve identified 3 strategies for gathering electronic hardware.

+

1. Institutional discards

+

Offices, schools, museums, or other companies often replace their +hardware every 5 years, whether it’s broken or not, due to tax +regulations3. If electronics aren’t central to +their operations, their leftovers often gather dust. Keep your ears +open, utilize your network, these forgotten machines could be your best +source.

+

2. Browsing the streets

+

I feel like good waste “comes to you”. Keep your eyes open, look +around. Actively going on waste walks has not paid off 4. +Their chances depend heavily on local waste policies 5 and +activities6.

+

3. Donations from friends & +family

+

As you enthusiastically keep your friends & family in the loop +about your salvaging endeavors, you’ll notice the phenomenon of +donations. Since a sizeable portion of our replaced computing devices +still reside in our storage units, waiting to be of any value, most +would be happy to find such a good destination as you (Gabrys, +2011).

+

Infiltrating the waste +stream

+

My attempts to create a consistent waste-income through more official +routes have not been successful. These established waste streams, where +trash is being collected, organized, and processed in multiple +facilities, are difficult to trace. Rotterdam collects e-waste via +official centers and drop-off bins, usually placed inside supermarkets. +The emphasis is on bringing waste in. What happens after is vague and +leans heavily on a promise of a circular economy7.

+

Consumer devices can be returned to the manufacturer through +recycling programs. Here too, it’s unclear what exactly happens with the +returned devices, and the program is always part of a customer journey +8. This relieves the consumer of the +disposal responsibility but keeps the cycle of buying new unaltered.

+

Trying to engage with these streams differently, by salvaging, not +just discarding, is nearly impossible. Access is tightly controlled. +Waste is only moved when it can be translated into monetary value, and +even then, only in bulk. Taking from recycling centers is prohibited; +solo salvaging has no place in this transaction9.

+

Pick your battles

+

When inspecting a device for salvage possibilities, I try to imagine +what the inside of the device looks like. What kind of components might +I find? Are there any motors or moving parts? What kind of material is +the device made of? What time period does it come from? Which companies +manufactured the device and its parts? Is there an audio signal on the +inside? Do I see any use for it now?

+

If I don’t expect much, I’ll leave it for the next person to +salvage.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+Sterne, J. (2007) ‘Out With the Trash: +On the Future of New +Technologies, in C. Acland (ed.) Residual +Media. Minneapolis: University of Minnesota Press, pp. +16–31. Available at: https://sterneworks.org/OutwiththeTrash.pdf. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Dismantling +
+

Chapter

+

Dismantling

+
+ +
+ +
+

Dismantling

+
+

Once you’ve found a piece of hardware, it’s time to start dismantling +the device. Let’s set up a workspace where you can easily move your +device around and keep track of small parts. To take the device apart, +we will need some tools. Which specifically differ a bit per device, but +this is what I have in my own toolkit:

+

To open devices

+
    +
  • A set of screwdrivers with various bits and sizes 1
  • +
  • Plastic spudger or pick — Used to pry open seams without +damaging the casing
  • +
  • Saw or utility knife - cut through plastic cases or stubborn +sections
  • +
  • Flat pliers - for heavy duty pulling
  • +
  • Drill - to drill through stuck and damaged screws
  • +
  • Tweezers
  • +
+

For salvaging & making

+
    +
  • Multimeter — Tests components for continuity, resistance, or +voltage
  • +
  • Soldering iron & solder
  • +
  • Desoldering pump
  • +
  • Solder wick
  • +
  • Flux
  • +
  • Alligator clips - quickly make connections without +soldering
  • +
  • Thin copper wire2
  • +
  • Battery powered speakers for listening + audio cable
  • +
  • 9V batteries
  • +
+
+ + +
+

Opening up

+

It’s not always clear where to start. Grabbing a heavy duty tool +immediately could result in permanent damage. It is better to start more +carefully. In some cases, product manufacturers provide service +manuals3. But in most cases, we’re left to +figure it out ourselves. Fortunately, online communities like IFixIt +create their own teardown guides, that can sometimes give us a head +start.

+

Let’s take a look at the device. Can you spot any screws? They might +be hidden behind warranty stickers4 or tucked away in +obscure corners. I find it helpful to follow the seams of the casing. +Especially with plastic enclosures, it’s not just screws—look for small +tabs or glue holding things together.

+
+ + +
+

If you manage to create a small slit gap in a seam, insert a thin +plastic pic and carefully push it along the seam. There might be small +tabs holding the casing together. If the manufacturer really didn’t want +you to get in there, they’ve glued it all up, and it is impossible to +get in the device without causing permanent damage5.

+

Disassembly is really about patience and finding those small gaps in +the enclosures, pulling and pushing until you’ve dismantled the entire +device. Did you manage? Amazing! You’re now staring at the messy, +material reality of your device6.

+

Uncovering black boxes

+

Through design choices like hiding screws, heat stakes7, +strong adhesive, and using various screw sizes, it becomes clear: the +manufacturer really does not want you in there. These are black boxes by +design, destined to become obsolete, as replacement parts are not +available, and critical components are not interchangeable. The only +option is to buy an entirely new product again.

+

The act of black boxing are an attempt to keep us unconsciously +incompetent, and increases the distance between the consumer and the +materiality of the device. The modern laptop is silent, not giving any +indication of whatever is happening on the inside, or its material +origins. It is only when something breaks, that their materiality +becomes a reality again (Hertz and Parikka, +2012) (Emerson, +2021).

+

It is by opening the devices, however, that we can rediscover +materiality. Then it becomes clear that what may appear so robust, +seamless, and futuristic on the outside is fragile, breakable and almost +futile on the inside. With the Multimeter we can track the traces from +the speaker to the microchip to the microphone. Or is there something +else in between?

+
+

Discoveries at the (un)repair cafe

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+Aragon, N. (2023) Warranty Void Stickers: +Are they legal outside the US? iFixit. +Available at: https://www.ifixit.com/News/74736/warranty-void-stickers-are-illegal-in-the-us-what-about-elsewhere +(Accessed: 20 April 2025). +
+
+Emerson, L. (2021) Six (Difficult and +Inconvenient) Values to Reclaim +the Future with Old Media. Available at: +https://loriemerson.net/2021/11/21/six-difficult-and-inconvenient-values-to-reclaim-the-future-with-old-media%ef%bf%bc/ +(Accessed: 5 January 2025). +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Components +
+

Chapter

+

Components

+
+ +
+ +
+

Components

+
+

Once you’ve broken your device down into its individual puzzle +pieces, we can zoom in on them more closely. Is there anything that +immediately sparks your interest? Did you already uncover unexpected +materials? Chances are you uncovered one or more Printed Circuit Boards +(PCBs), and—very generally speaking—some kind of input and output +components, all connected by several types of wire1. +For example, inside a digital picture frame I found a power input, a +battery, a screen, speakers, a two-sided PCB, and an antenna.

+

PCBs are populated with either “through hole” (THT) or “surface +mount” (SMD) components. SMD components are very small and soldered +directly onto the board’s surface. Their size makes labels hard to read, +and they’re designed for automated assembly, making them impractical for +salvage2. That’s why I rarely salvage from +computer-type devices. These usually contain nothing but SMD components +and lack interesting interactions or mechanical parts.

+

Desoldering

+

Desoldering components is generally more difficult than soldering and +requires patience and practice. Ironically, desoldering guns are much +more expensive than soldering irons, so here’s how I do it, without +one.

+

In a well-ventilated3 room, heat up the blob of solder +that connects the component to the PCB using a soldering iron. After a +couple of seconds, you’ll notice the solder becomes liquid4.

+

Then, using tweezers or a plier, I carefully pull the leg out from +the backside of the board, and then do the same for the other legs. This +process can take somewhere between 10 seconds and 10 minutes and can be +both frustrating and meditative.

+

Common components

+

In the next few pages, I’ll briefly address some of the more common +components. If you want to know more about what each component +specifically does, I recommend Getting started in electronics (Mims, +1983).

+

Many components, like transistors and chips, have datasheets +available online. You can usually find them by entering the part number, +often printed directly on the component5, +into a search engine. While datasheets can be overwhelming and full of +technical jargon, they typically show a pinout, explaining what each leg +does, and a description of the component’s behavior.

+

In the next chapter, we’ll get into making with the salvaged +components. The recipes need some specific components, which are +highlighted below. It’s always wise to have some extra! Components might +break, speaking from experience, having to stop because you’ve run out +of working components, is very discouraging.

+
+

Overview of common components

+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescriptionFound inSymbol
555 TimerChipA small chip that generates pulsesTimers, LED dimmers
CapacitorCapacitorStore a voltageEverywhere!
CoilPassiveThese funky components can create sounds on their ownTransformers, relays, wireless charging
Crystal OscillatorPassiveGenerates a frequency that is often used as a clockDevices that have processors
DiodePassiveForces current to flow in one directionEverywhere!
DisplaysOutputDisplay informationMonitors, calculators, embedded systems
LEDOutputEmit a small lightEverywhere!
Logic chipsChipCreate logic and switchesComputers, microcontrollers, control circuits
MOSFETChipNot sure yetPower supplies, motor control
MagnetMiscElectromagnetic applications, motorsSpeakers, hard drives
MicrocontrollerChipProgrammable chip, for example the ATmega328Embedded systems, Arduino, automation
MicrophoneInputRecord soundPhones, vapes
MotorOutputSpins when a power is appliedPrinters, blenders, vacuums
NPN TransistorTransistorAmplification/switchingEverywhere!
Op-AmpChipAmplifying signalsAudio circuits, sensors, control systems
PNP TransistorTransistorAmplification/switchingEverywhere!
Piezo discOuput/InputRecords or creates vibrationsBuzzers, sensors
PotentiometerResistorLimiting voltage through a knobVolume knobs, light dimmers
RelaySwitchSwitches powerHousehold appliances
ResistorResistorLimiting voltageEverywhere!
SpeakerOuputOutputs soundToys, (portable) radios
Switches & buttonsInputInteract with the deviceLight switches, keyboards
ThermistorResistorLimiting voltage dependent on temperatureNot sure yet
TrimpotsResistorLimit voltage through a small knob adjustable with a +screwdriverAudio circuits, calibration devices
Voltage regulatorsChipNot sure yetPower supplies, embedded systems
+
+
+
+Mims, F.M. (1983) Getting started in electronics. 4th edn. +Niles, Ill: Master Publishing. +
+
+ + +
+
+ + + + + +
+ + +
+ These resistors were salvaged from a Reel to Reel recorder + +
These resistors were salvaged from a Reel to Reel recorder
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Resistors

+ + +
Also known as knob, pot, potentiometer, variable resistor, dial
+ + + + + +
+ +
+

You’ll find resistors in nearly every electronic device and +schematic. It’s useful to keep a wide range of values around, from +1Ω(ohm) up to 10 million Ω. Their colored bands indicate their value1. In my experience, their values on +schematics are usually an indicator, and you can divert slightly without +too much impact on your project.

+

Variable resistors—like photoresistors and potentiometers—are +especially worth salvaging, along with their knobs2. +They can make your circuit interactive, by replacing fixed resistors +with variable ones. This is also a common circuit bending technique, as +with older toys the pitch of a sample is often regulated by a pitch +transistor, replacing this with a variable one allow you to control +the playback speed into drone like sonic realms3.

+

Types of resistors

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Carbon or metal film resistorComes in different values, marked with color bands
PhotoresistorChanges resistance based on ambient light levels
PotentiometerA knob-controlled resistor
Stereo potentiometerControls two channels at once, often used for stereo audio
Slide potentiometerA slider-controlled resistor
Trim potA small, precise variable resistor you adjust with a screwdriver, +used for circuit calibration
ThermistorChanges resistance based on temperature
+
+ + +
+ + +
+ + + + + +
+ + +
+ The various sizes of Capacitors + +
The various sizes of Capacitors
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Capacitors

+ + +
Also known as cap, condenser
+ + + + + +
+ +
+

Capacitors come in all sizes. I’ve seen ones as big as a coffee cup, +and SMD types so small they’re barely visible. Like resistors, these +passive components appear in nearly all circuits and store limited +amounts of electricity. This is measured in farads (F).

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Capacitor TypeTypical Value RangePolarized
Ceramic1 pF – 100 nFNo
Electrolytic (Aluminum)0.1 µF – 10,000 µFYes
Film1 nF – 10 µFNo
+
+

Salvaging capacitors safely

+

Capacitors store electricity even after power is cut. Touching a +charged one can shock you. Larger types, like those in camera flashes or +TVs, can store a dangerous amount. Always discharge big capacitors +before storing. I do this by shorting the legs with a screwdriver. This +may cause a small spark, as you’ve just created a short circuit.

+

Testing capacitors

+

Electrolytic capacitors don’t age well. Left unused, they have a +lifespan of 2 to 3 years (Jang et +al., 2017). After that, they can leak, spreading a yellow +gooey material over the PCB, causing other connections to malfunction 1.

+

You can verify the capacitor’s capacitance with a multimeter. In +continuity mode, which beeps if there’s a connection, touch both legs of +the discharged capacitor with the probes. If you hear no sound, or a +continuous volume/pitch: the capacitor is dead. Otherwise, it’s +fine.

+
+
+Jang, E. et al. (2017) ‘Unplanned +Obsolescence: Hardware and Software +After Collapse, in Proceedings of the 2017 +Workshop on Computing Within Limits. +LIMITS ’17: Workshop on Computing +Within Limits, Santa Barbara California USA: ACM, pp. +93–101. Available at: https://doi.org/10.1145/3080556.3080566. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A chip sooooo small the picture has to be blurry + +
A chip sooooo small the picture has to be blurry
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Chips

+ + +
Also known as IC, Intergrated Circuit
+ + + + + +
+ +
+

Chips, or integrated circuits, are tiny black boxes packed with +microscopic components. You’ll find them on nearly every modern circuit +board. Some handle small, specific tasks, like controlling LEDs, while +others run full operating systems.

+

Don’t let the size fool you! The creation of a chip, from toxic +chemicals to the black container, involves around 300 steps, during +which 99% of material byproduct is discarded, creating hazardous waste +sites (Gabrys, 2011). So, +if there is one part worth salvaging, it’s this one.

+

Unfortunately, as modular as they might seem, reusing chips is not +plug ’n play. While some are common and well-documented1, +most are obscured and specific. For instance, reusing the network chip +found in a USB phone can lead to a rabbit hole of reverse engineering. +And then you find another phone that has a slightly different chip, and +the process starts all over again.

+

Common chips to look out for

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
555 TimerThis chip can generate audible pulses. This can be used as a +sound source on its own, or to trigger other circuits, or control +motors
Op-Amps (e.g., TL072, TL074, LM358)Op-amps are used to amplify signals, and therefore used in loads +of sound-related applications.
CD40106A Schmitt trigger inverter can generate audible frequencies that +can be tuned. They are often the core of oscillator +schematics.
CD4017A Decade counter is often used for linear step +sequencers.
MicrocontrollersIf you’re lucky, you can use the microcontroller to write your +own program.
+
+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A variety of input and output components + +
A variety of input and output components
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Inputs & outputs

+ + + + + + +
+ +
+

Inputs and outputs are often the most visible parts of an electronic +device—and among the most accessible to salvage. They are the parts that +are most often visible on the outside and thus carry the cultural +context of the device. But this visibility is a double-edged sword: it +risks turning salvaging and recycling into solely aesthetic choices.

+

Recycling facilities, manufactures and product design universities +often tend to focus on recycling, when talking about reducing e-waste. +But among the levels of circularity reduce, reuse, repair, recycle, +refuse, recycling is the least effective. More than half of material is +lost when going through the recycling process and often involves +shipping waste to countries with cheaper labor costs and fewer +environmental regulations, resulting in toxic conditions for both +workers and the environment (iFixit, no date) (Gabrys, +2011) (Roura et al., +2021). Shredding a device doesn’t just lose raw material; it +erases the labor, energy, and environmental costs embedded in its +original creation. And then a new device replaces it.

+

Instead of focusing on the visual esthetic that is visible on the +outside of the original device, I think it’s more interesting to focus +on what made the object the object. According to Richards, this +objecthood is the central theme of DIY/repurposing. Through hacking and +bending we can amplify certain properties of the object (Richards, +2017). Turning a printer into a live coded instrument for +instance, amplifying the scratches a piece of stuck paper can make.

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+iFixit (no date) Recycling is Destruction. +Available at: https://www.ifixit.com/Right-to-Repair/Recycling +(Accessed: 22 April 2025). +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+Roura, M. et al. (2021) ‘Circular digital devices: +Lessons about the social and planetary boundaries’, in +Computing within Limits. Seventh +Workshop on Computing within +Limits 2021, LIMITS. Available at: https://doi.org/10.21428/bf6fb269.3881c46e. +
+
+ +
+ + +
+ + + + + +
+ + +
+ PCB with labeled parts + +
PCB with labeled parts
+ + +
+ +
+ Thicker and handdrawn traces + +
Thicker and handdrawn traces
+ + +
+ +
+ Smaller components are difficult to desolder + +
Smaller components are difficult to desolder
+ + +
+ +
+ The blob cannot be removed + +
The blob cannot be removed
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

PCB (Printed Circuit Board)

+ + +
Also known as Protoboard, breadboard, circuit
+ + + + + +
+ +
+

Printed Circuit Boards, or PCBs, are the panels on which the +electronic circuit is placed. Older boards often reveal hand-drawn +traces, which are much more fluid in design. With computerized PCB +design, those lines straightened out. Most PCBs are made from FR4 (glass +fiber and epoxy)1.

+

The copper tracks on a PCB are usually covered with a green +protective layer, known as solder mask. Sand this off to expose the +copper underneath, ready to solder onto again.

+

Most boards are labeled. They can include a date, information about +connections, component numbering2, and sometimes even +their values 3.

+

Not all PCBs follow the industrial template. Artists and other +tinkerers have come up with alternatives: the paper circuits of +Ciat-Lonbarde, or Dirty Electronics’ boards made from wood and nails. +These kinds of formats offer a more punk-diy way of publishing projects, +where the format is not set in stone. Paper can be cut, nails can be +moved, inviting a maker to explore the circuit more than just soldering +a pre-compiled kit (Blasser, 2015) (Richards, +2013).

+

Protective

+

Did you spot “the Blob” on one of your PCB’s? The blob (fig 17) is +meant to protect certain bare parts of a PCB, but is also known as a +type of reverse engineering protection. Another method of protection is +applying a transparent layer across the entire board, preventing you +from poking around with a multimeter.

+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Richards, J. (2013) ‘Beyond DIY in Electronic +Music, Organised Sound, 18(3), pp. 274–281. +Available at: https://doi.org/10.1017/S1355771813000241. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ ‘note to self, not sure all of these are transistors’ + +
‘note to self, not sure all of these are transistors’
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Transistors

+ + +
Also known as switch, BJT
+ + + + + +
+ +
+

A transistor is a tiny switch that controls a large current with a +smaller one. Depending on its type, applying a small voltage to one leg +causes another to “open” or “close.” This way, transistors can amplify +signals or switch things on and off. You’ll find them near power +supplies, audio paths, and logic circuits. They are sometimes glued to a +heatsink to shed excess heat. They’re sensitive to ambient temperature, +which makes them interactive in sound devices 1.

+

The transistor is often seen as a turning point in computing history. +It replaced big and expensive vacuum tubes, paving the way for portable +radios, cheap toys, and eventually silicon chips. Theories like Moore’s +law2 create an expectation of constant +upgrading, where your computer will be obsolete in two years’ time, and +the illusion of infinite growth.

+

This miniaturization of components did not result in more efficient +technology use. On the contrary, Jevons’ Paradox shows that increased +efficiency in the production process would lead to even more resource +consumption (Remy and Huang, +2015) (Gabrys, 2011) (Parks, +2007).

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+ + +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Recipes for reuse +
+

Chapter

+

Recipes for reuse

+
+ +
+ +
+

Recipes for reuse

+
+

Hopefully, you’ve salvaged a variety of components by now, and we can +start building sound with them. In this chapter you’ll find a bunch of +recipes; the starting points for sound devices. These modular recipes +can be used standalone or connected together into a bigger system. This +modularity makes problem-solving slightly easier1, +and you can pick and choose your modules based on your salvaged +inventory.

+

Every recipe contains a paper circuit2 to +print. These circuits are the blueprint of your device, between a +schematic and an industrial PCB. The biggest advantage of using paper, +apart from being able to solder the connections of your components right +on top of the circuit, is that it is flexible. You can take notes, draw +lines, and adjust the schematic as you go.

+

Assembling the circuit

+
    +
  1. Cut out the circuit and fold it in half, creating a two-sided print +3.
  2. +
  3. Gather the components listed in the “Bill of Materials” (BOM).
  4. +
  5. Populate the first components by pinning the legs through the paper +in their designated areas. Keep an eye on the orientation4. +Start small (resistors) then move to larger parts.
  6. +
  7. Create the connections according to the circuit by soldering the +legs together using (copper) wire.
  8. +
  9. Repeat until all components are in place!
  10. +
  11. Test & triple-check all connections 5.
  12. +
+

There is no need to understand every single component on each recipe +6 but try to follow the connections on +the circuit. Which road is the audio signal taking? This will help you a +lot with troubleshooting.

+

!Safety notes!

+
    +
  • Audio can be surprisingly loud. Use small speakers +(never headphones! 7) you wouldn’t miss if they break and +keep your hand on the volume dial when plugging in your sound device for +the first time.
  • +
  • Use batteries. Plugging into a wall (120V) can be +incredibly dangerous. Always unplug the power from the circuit when +making changes, to prevent shorts.
  • +
  • Watch that smell. “Magic smoke” has a certain +smell. Unplug immediately when something smells/smokes!
  • +
  • Two know more than one. If you’re not sure, invite +a friend and I’m sure you’ll figure it out together.
  • +
+

Finding recipes

+

The DIY synth community is not shy in sharing their schematics. There +are fantastic resources online, such as the Experimentalists Anonymous +DIY Archives the wiki, Music from Outer Space and Handmade Electronic +Music (Collins, 2009). +However, finding resources using salvaged components can be tricky, as +our requirements are a bit different. Most schematics either contain 20+ +components or require (specific) chips, which have proven to be +difficult to find. This limitation has been interesting, as it forces me +to experiment with smaller schematics. Turning the oscillators into +self-modulating instruments, by attaching them together using alligator +clips, actually helped me to learn more about electronics & sound +than any pre-made kit could ever do.

+
+ + +
+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Collins, N. (2009) Handmade electronic music: The art of hardware +hacking. Second edition. New York: Routledge. +
+
+ + +
+
+ + + + + +
+ +
+ + + +
+ +
+ +

Power Supply

+ + + + +

Create a power supply for your future circuits

+ + + +
+ +
+

This circuit provides -9V1, 0V/Ground and +9V +outputs, by combining two 9V batteries. If your project requires it, you +can use any kind of battery instead of the 9V one, as long as they’re +two of the same 2.

+

You could skip the capacitors and resistors and just connect the +batteries together. However, they help filter electrical spikes, making +the output smoother 3.

+
+ + +
+

Testing

+

Before plugging in the batteries, check your connections4. When the batteries are plugged in, +your pins should read -9V and +9V5.

+

Upgrade

+

An upgrade that could be useful is adding a power switch and/or LED +to show if the power supply is active.

+ + +
+ + +
+ +
+
+

Paper circuit: Power Supply

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

Single Transistor Oscillator

+ + + + +

This unreliable schematic creates a tone!

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This super simple oscillator circuit1 +makes use of something called a “reverse avalance breakdown effect” in +transistors. As I understand it, the capacitor and transistor of this +circuit constantly trigger each other, creating a on-off-on-off-on-off +situation, which in the audible realm sounds like a saw wave. Not all +transistors can do it, so it’s a bit of a trial and error process 2.

+

Powering

+

Select the amount of voltage you need based on the transistor3 you have. Mine needed 18V, so using +alligator clips, I’ve connected our previously built power supply.

+

Testing & Troubleshooting

+

After double-checking all your connections, hook the audio out to an +amplified speaker. No sound? Try:

+
    +
  • Check your connections and orientation of the capacitor.
  • +
  • Play around with the potentiometer4.
  • +
  • using a multimeter, follow the entire audio trace from the +transistor up until your audio cable.
  • +
  • Try a different transistor
  • +
+

When there is noise

+

If you, like me, have struggled a lot to get any sound whatsoever, I +can hopefully tell you that this is where things will get +fun(ky). Getting a single sound out of anything is such a +eureka moment 5. Because from here, you’ll be able +to play around with the circuit and use our own imagination. For +instance, using a different sized resistor to change the pitch. Or, +using a Light Dependant Resistor to control the pitch based on the +sound. Or adding a on/off button. Or, building your own keyboard using +multiple resistors…

+ + +
+ + +
+ +
+
+

Paper circuit: Single Transistor Oscillator

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

PCB Keyboard

+ + + + +

A keyboard to play your oscillator

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This recipe uses the Single Transistor Oscillator created in a +previous recipe. The keyboard will replace the resistor of the +oscillator that is in charge of the pitch. That pitch resistor will now +exist on the keyboard.

+

From a PCB that you have salvaged, remove all of the +components and, with a piece of sandpaper, scratch off the green mask of +the PCB, making the copper visible. Now, the traces of the PCB can be +reused as wires. We will place multiple resistors on the PCB, to create +the following circuit:

+
+ + +
+

Find or make a couple of tracks or traces that are not connected to +each other (using the multimeter). These will act as your wires! To one +trace, solder the audio in from the oscillator. Find a trace nearby, +close enough that if you can touch the two traces with your thumb and +solder a resistor on that trace. The other end of the resistor should go +back to your oscillator.

+

Now, when you touch both traces with your finger, a bridge is +created, closing the circuit, and causing the audio signal to go through +your resistor back into the original circuit. If you do this multiple +times with various resistor values, you’ve created a playable +keyboard!

+ +
+ + +
+ +
+
+

Paper circuit: PCB Keyboard

+
+ +
+ +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Taking inventory +
+ +
+

Taking inventory

+
+

After all the dismantling, salvaging, desoldering, and re-making, +it’s time to take inventory. For me, this is the moment to sit in the +middle of a workshop, surrounded by the carcasses of printers, cassette +recorders, and radios, and deal with the remainders. Can we shift the +practice of playful tinkering to also account for the waste streams it +engages with?

+

In the DIY synth community, tinkering often happens collaboratively, +through workshops where participants solder prefabricated kits, as an +accessible entry point into electronics. When I started the field guide, +I imagined creating a similar format, but using only salvaged +components. Logistically, that turned out to be much harder than +expected:

+

Waste streams are +difficult to tap into

+

The circular economy, often marketed as a fix for the mountains of +e-waste, is structured to keep the consumer lifecycle of buying intact. +There is no method in place for taking waste, meaning we must revert to +using what comes on our path or is donated. Which is a lot, but not +consistent.

+

Salvaging the right +components

+

Most synths built in workshops rely on chips like the 555 timers and +op-amps. These chips simplify builds, lower the total amount of +components needed, increasing the chances of a participant completing +the circuit. In the past few months, I haven’t salvaged a single 555 +timer, and only a handful of op-amps. That is not nearly enough to +provide a group of participants with components.

+

But maybe these limitations can also be an opportunity. If we let go +of the expectation that everyone would walk out with a polished +synthesizer, similar to those that can be bought in shops, new +possibilities open up. The constraints of using e-waste as material can +help us to think differently—to engage with different contexts or +reimagine how existing technologies might be repurposed. Instead of +following a set in stone schematic, the recipes are a starting point, +which everyone can execute differently.

+

Fennis urges us to rethink waste, not just as a pile of discarded +phones, but as the material it was before, including the toxic, +environmentally catastrophic legacy. Through reverse engineering and +hacking, they explore the material and learn what the technologies can +do other than what it was designed for(Fennis, 2022). In +other words, by dismantling a wired electronic razor, that was deemed +obsolete and replaced for a battery powered razor, we can remove the +abstraction layer and see that it is actually a blade, a power supply, +and a motor, which in turn can become an instrument. In this way, we can +see the end-of-life of a device, where the consumer is done consuming, +as a moment of celebration, and give it an afterlife (Mansoux +et al., 2023)!

+

It is this kind of tinkering that I think will make us more resilient +against the ongoing attempts by major companies and manufacturers to +keep us locked out of our devices (Lu and Lopes, 2024). +For me, that means not just rethinking waste but also questioning the +workshop format itself—and whether I want to keep using the format with +it. And the truth is, I don’t think so. I see much more to explore in +collaborative spaces such as the (un)repair cafe. This means, this is +not the end of the field guide! It’s the beginning. There are many more +alligator clips to connect.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Lu, J. and Lopes, P. (2024) ‘Unmaking Electronic +Waste, ACM Transactions on Computer-Human +Interaction, 31(6), pp. 1–30. Available at: https://doi.org/10.1145/3674505. +
+
+Mansoux, A. et al. (2023) ‘Permacomputing +Aesthetics: Potential and Limits +of Constraints in Computational Art, +Design and Culture, in Ninth +Computing within Limits 2023. Ninth +Computing within Limits 2023, Virtual: +LIMITS. Available at: https://doi.org/10.21428/bf6fb269.6690fc2e. +
+
+ +
+
+ + + + + + +
+ + +
+ +
+ References +
+ +
+

References

+
+

+
+ +
+ +
+
+ + + + + + + + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/newsletters/december.html b/publication/newsletters/december.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/newsletters/december.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/recipes/PCB-keyboard/index.html b/publication/recipes/PCB-keyboard/index.html new file mode 100644 index 0000000..042ca33 --- /dev/null +++ b/publication/recipes/PCB-keyboard/index.html @@ -0,0 +1,2703 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+
+
+ + 09 June 2025 + + +
+
+

A field guide to

+

Salvaging Sound Devices

+

09 June 2025

+
Rosa Schuurmans
+ + +
+ +
+

Thesis submitted to: the Department of [Experimental Publishing or Lens-Based Media], + Piet Zwart Institute, Willem de Kooning Academy, + in partial fulfilment of the requirements for the final examination for the degree of: + Master of Arts in Fine Art & Design: [Experimental Publishing or Lens-Based Media]. +

+

+ Adviser: Marloes de Valk
+ Second Reader: Aymeric Mansoux
+ Word count: 7616 words +

+
+
+ + + + + +
+ + +
+ +
+ Introduction +
+ +
+

Introduction

+
+
+
+

The real long-term future of computing consists of figuring out how +to make the best possible use we can out of the literal millions of +devices which already exist.

+
+
+

(Solderpunk, 2020, Cited in de Valk, 2022) (de Valk, +2024)

+

Beware! If you’ve picked up this publication expecting to learn how +to make a flawless, DAW-less, in tune and always working polysynth, +think again. However, if you, like me, are interested in making screamy, +dreamy, sound devices using components you can find in the +wild, you’ve come to the right place.

+

When I first read about salvage computing, I got very excited. Being +part of the DIY Sound community, as a sound practitioner and hardware +hacker, I’ve developed a growing discomfort with some aspects of the +practice. Within the DIY Sound community, DIWO workshops are a common +way of sharing knowledge (Richards, 2017), +covering a wide range of topics, from the construction to bending and +hacking and live coding. Over the past few years, I’ve hosted workshops +around circuit bending1 and LOFI sound devices in and around +Rotterdam. These workshops are meant as an accessible way to get people +tinkering with electronics, through something infinitely playful: making +instruments2.

+

In an ecosystem where a printer is only printing with a costly +subscription 3, disruptive products become obsolete +within a year4, fixing your own flat tires is +outsourced 5 and some smartphones literally have +to be frozen to be able to replace the battery 6, +it’s clear we’re no longer in charge of our own devices. Warranty-void +stickers and lengthy terms and conditions scare us into compliance.

+

First time soldering workshops can be very empowering in taking back +this autonomy by making (or breaking) a circuit together7. +They are a shared attempt to uncover some of the black boxes in our own +products (Hertz and Parikka, +2012). However, the toys and materials used in the workshops are +single-use 8 and, with ease, thrown out +afterward. The carelessness notion creeps in that waste has no value, +and is easily replaceable, and broke my heart a bit, one workshop at a +time.

+

This is where the field guide comes into play: Can we shift the +practice of playful tinkering to acknowledge, rather than ignore, the +waste streams they are part of? Limiting ourselves to only use salvaged +components and discovering; is it possible to live off (create with) +electronic components salvaged in the wild? And what would such a +practice entail?

+

Because salvage is not just about reusing materials; but about +confronting the systems that create the waste in the first place. Not +only the obsolete media but also the by-product of the entire production +lifecycle of an electronic product; From the mining of minerals that +make up the hardware to the inevitable disposal site (Gabrys, 2012). +Since the rate at which waste is collected and recycled isn’t growing at +the same pace as our collective buying and production, the landfills +will continue to grow. Parikka even goes as far to say as that recycling +is ultimately “waste-trade”, where our abandoned devices are shipped +across the ocean (Parikka, 2012).

+

Beyond the kit

+

The preference for buying new is noticeable in the DIY synth +community as well. When publishing a project, it’s common to share a +pre-filled webshop cart along with the schematics or even sell it as a +pre-compiled kit9. To me, this goes against the ethos +of DIY that resonates with me the most: making do with what you have, +with a focus on doing, and not the outcome (Hertz, 2023). Instead, a +whole market is created for Lego-like kits. These kits gloss over the +challenges and difficulties of creating sound devices, preventing the +development of much-needed problem-solving skills, and not actually +discovering anything new (Brown, Ferguson and +Bennett, 2019).

+

Instead, what you will learn to build using this guide is a starting +point. Small electronic circuits that produce sound on their own, but +can also be duplicated, manipulated, and modulated 10, +while diving into the questions around the practice of salvaging. The +guide is tested, tinkered, and tweaked during (un)repair cafe evenings +at the Klankschool11. In these hangouts we modify, hack +and repair devices together.

+

The guide is split up into the different stages of salvaging:

+

1. Gathering hardware

+

We trace where to find discarded electronics and how industry +practices shape what ends up in the trash.

+

2. Dismantling devices

+

Opening up devices to uncover design strategies that prevent +access

+

3. Components to salvage

+

Identifying and extracting useful components—motors, sensors, +chips, while diving deeper in their material.

+

4. Recipes for making

+

Methods for building sound devices.

+

5. Taking inventory

+

Time to clean the workbench and reflect

+

Happy scavenging!

+
+ + +
+
+
+Brown, A., Ferguson, J. and Bennett, A. (2019) ‘Cooperative +Experimentalism: Sharing to enhance electronic +media’, in. Proceedings of the International +Symposium on Electronic Art +(ISEA2019), pp. 480–483. Available at: http://hdl.handle.net/10072/409917. +
+
+Chokkattu, J. (2025) What to Do With Your Defunct Humane Ai +Pin. Wired. Available at: https://www.wired.com/story/what-to-do-with-your-humane-ai-pin/ +(Accessed: 13 March 2025). +
+
+de Valk, M. (2024) ‘Salvaged computing’, Damaged +Earth Catalog. Available at: https://damaged.bleu255.com/Salvage_Computing. +
+
+Gabrys, J. (2012) ‘Salvage’, in Depletion design: A +glossary of network ecologies. Amsterdam: Institute of Network +Cultures (Theory on demand, 8). Available at: https://issuu.com/instituteofnetworkcultures/docs/tod_8_depletion_design. +
+
+Hachman, M. (2024) The nightmare is real: HP makes +printing a monthly subscription. PCWorld. Available at: https://www.pcworld.com/article/2251993/the-nightmare-is-real-hp-makes-printing-a-subscription.html +(Accessed: 14 April 2025). +
+
+Havard, S. (2017) Essential Phone Teardown. +iFixit. Available at: https://www.ifixit.com/Teardown/Essential+Phone+Teardown/96764 +(Accessed: 14 April 2025). +
+
+Hertz, G. (2023) Art + DIY electronics. Cambridge, +Massachusetts: The MIT Press. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parikka, J. (2012) ‘Dust Matter, in Institute +of Network Cultures, Depletion design: A glossary of network +ecologies. Amsterdam: Institute of Network Cultures (Theory on +demand, 8), pp. 53–57. +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Gathering hardware +
+

Chapter

+

Gathering hardware

+
+ +
+ +
+

Gathering hardware

+
+

When salvaging for parts, we are looking for abandoned hardware. +Hardware that is still fine on the inside but no longer considered as +functional by its previous owners1. These devices can be a +literal goldmine of working parts that could be repurposed, as they +probably still function, it’s the stylistic obsolescence that is the +problem.

+

Remy & Huang argue that the core goals of ICT are simply +researching new technologies and selling more products (Remy +and Huang, 2015). To achieve the latter, manufacturers have +embraced structured obsolescence: the idea that a product has a limited +lifespan and ought to be consumed and upgraded within a few years (Sterne, +2007). This strategy is embedded in the manufacturing, marketing +and even the naming of products 2. It’s been embedded in +consumer culture since the late 19th century, originally invented as a +solution for overproduction (Hertz and Parikka, +2012). As a result, many devices have since been upgraded, +replaced, devalued, and thrown out, before ever reaching their full +potential (Parks, 2007). It +is exactly these machines we are looking for. So, where to find +them?

+

I’ve identified 3 strategies for gathering electronic hardware.

+

1. Institutional discards

+

Offices, schools, museums, or other companies often replace their +hardware every 5 years, whether it’s broken or not, due to tax +regulations3. If electronics aren’t central to +their operations, their leftovers often gather dust. Keep your ears +open, utilize your network, these forgotten machines could be your best +source.

+

2. Browsing the streets

+

I feel like good waste “comes to you”. Keep your eyes open, look +around. Actively going on waste walks has not paid off 4. +Their chances depend heavily on local waste policies 5 and +activities6.

+

3. Donations from friends & +family

+

As you enthusiastically keep your friends & family in the loop +about your salvaging endeavors, you’ll notice the phenomenon of +donations. Since a sizeable portion of our replaced computing devices +still reside in our storage units, waiting to be of any value, most +would be happy to find such a good destination as you (Gabrys, +2011).

+

Infiltrating the waste +stream

+

My attempts to create a consistent waste-income through more official +routes have not been successful. These established waste streams, where +trash is being collected, organized, and processed in multiple +facilities, are difficult to trace. Rotterdam collects e-waste via +official centers and drop-off bins, usually placed inside supermarkets. +The emphasis is on bringing waste in. What happens after is vague and +leans heavily on a promise of a circular economy7.

+

Consumer devices can be returned to the manufacturer through +recycling programs. Here too, it’s unclear what exactly happens with the +returned devices, and the program is always part of a customer journey +8. This relieves the consumer of the +disposal responsibility but keeps the cycle of buying new unaltered.

+

Trying to engage with these streams differently, by salvaging, not +just discarding, is nearly impossible. Access is tightly controlled. +Waste is only moved when it can be translated into monetary value, and +even then, only in bulk. Taking from recycling centers is prohibited; +solo salvaging has no place in this transaction9.

+

Pick your battles

+

When inspecting a device for salvage possibilities, I try to imagine +what the inside of the device looks like. What kind of components might +I find? Are there any motors or moving parts? What kind of material is +the device made of? What time period does it come from? Which companies +manufactured the device and its parts? Is there an audio signal on the +inside? Do I see any use for it now?

+

If I don’t expect much, I’ll leave it for the next person to +salvage.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+Sterne, J. (2007) ‘Out With the Trash: +On the Future of New +Technologies, in C. Acland (ed.) Residual +Media. Minneapolis: University of Minnesota Press, pp. +16–31. Available at: https://sterneworks.org/OutwiththeTrash.pdf. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Dismantling +
+

Chapter

+

Dismantling

+
+ +
+ +
+

Dismantling

+
+

Once you’ve found a piece of hardware, it’s time to start dismantling +the device. Let’s set up a workspace where you can easily move your +device around and keep track of small parts. To take the device apart, +we will need some tools. Which specifically differ a bit per device, but +this is what I have in my own toolkit:

+

To open devices

+
    +
  • A set of screwdrivers with various bits and sizes 1
  • +
  • Plastic spudger or pick — Used to pry open seams without +damaging the casing
  • +
  • Saw or utility knife - cut through plastic cases or stubborn +sections
  • +
  • Flat pliers - for heavy duty pulling
  • +
  • Drill - to drill through stuck and damaged screws
  • +
  • Tweezers
  • +
+

For salvaging & making

+
    +
  • Multimeter — Tests components for continuity, resistance, or +voltage
  • +
  • Soldering iron & solder
  • +
  • Desoldering pump
  • +
  • Solder wick
  • +
  • Flux
  • +
  • Alligator clips - quickly make connections without +soldering
  • +
  • Thin copper wire2
  • +
  • Battery powered speakers for listening + audio cable
  • +
  • 9V batteries
  • +
+
+ + +
+

Opening up

+

It’s not always clear where to start. Grabbing a heavy duty tool +immediately could result in permanent damage. It is better to start more +carefully. In some cases, product manufacturers provide service +manuals3. But in most cases, we’re left to +figure it out ourselves. Fortunately, online communities like IFixIt +create their own teardown guides, that can sometimes give us a head +start.

+

Let’s take a look at the device. Can you spot any screws? They might +be hidden behind warranty stickers4 or tucked away in +obscure corners. I find it helpful to follow the seams of the casing. +Especially with plastic enclosures, it’s not just screws—look for small +tabs or glue holding things together.

+
+ + +
+

If you manage to create a small slit gap in a seam, insert a thin +plastic pic and carefully push it along the seam. There might be small +tabs holding the casing together. If the manufacturer really didn’t want +you to get in there, they’ve glued it all up, and it is impossible to +get in the device without causing permanent damage5.

+

Disassembly is really about patience and finding those small gaps in +the enclosures, pulling and pushing until you’ve dismantled the entire +device. Did you manage? Amazing! You’re now staring at the messy, +material reality of your device6.

+

Uncovering black boxes

+

Through design choices like hiding screws, heat stakes7, +strong adhesive, and using various screw sizes, it becomes clear: the +manufacturer really does not want you in there. These are black boxes by +design, destined to become obsolete, as replacement parts are not +available, and critical components are not interchangeable. The only +option is to buy an entirely new product again.

+

The act of black boxing are an attempt to keep us unconsciously +incompetent, and increases the distance between the consumer and the +materiality of the device. The modern laptop is silent, not giving any +indication of whatever is happening on the inside, or its material +origins. It is only when something breaks, that their materiality +becomes a reality again (Hertz and Parikka, +2012) (Emerson, +2021).

+

It is by opening the devices, however, that we can rediscover +materiality. Then it becomes clear that what may appear so robust, +seamless, and futuristic on the outside is fragile, breakable and almost +futile on the inside. With the Multimeter we can track the traces from +the speaker to the microchip to the microphone. Or is there something +else in between?

+
+

Discoveries at the (un)repair cafe

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+Aragon, N. (2023) Warranty Void Stickers: +Are they legal outside the US? iFixit. +Available at: https://www.ifixit.com/News/74736/warranty-void-stickers-are-illegal-in-the-us-what-about-elsewhere +(Accessed: 20 April 2025). +
+
+Emerson, L. (2021) Six (Difficult and +Inconvenient) Values to Reclaim +the Future with Old Media. Available at: +https://loriemerson.net/2021/11/21/six-difficult-and-inconvenient-values-to-reclaim-the-future-with-old-media%ef%bf%bc/ +(Accessed: 5 January 2025). +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Components +
+

Chapter

+

Components

+
+ +
+ +
+

Components

+
+

Once you’ve broken your device down into its individual puzzle +pieces, we can zoom in on them more closely. Is there anything that +immediately sparks your interest? Did you already uncover unexpected +materials? Chances are you uncovered one or more Printed Circuit Boards +(PCBs), and—very generally speaking—some kind of input and output +components, all connected by several types of wire1. +For example, inside a digital picture frame I found a power input, a +battery, a screen, speakers, a two-sided PCB, and an antenna.

+

PCBs are populated with either “through hole” (THT) or “surface +mount” (SMD) components. SMD components are very small and soldered +directly onto the board’s surface. Their size makes labels hard to read, +and they’re designed for automated assembly, making them impractical for +salvage2. That’s why I rarely salvage from +computer-type devices. These usually contain nothing but SMD components +and lack interesting interactions or mechanical parts.

+

Desoldering

+

Desoldering components is generally more difficult than soldering and +requires patience and practice. Ironically, desoldering guns are much +more expensive than soldering irons, so here’s how I do it, without +one.

+

In a well-ventilated3 room, heat up the blob of solder +that connects the component to the PCB using a soldering iron. After a +couple of seconds, you’ll notice the solder becomes liquid4.

+

Then, using tweezers or a plier, I carefully pull the leg out from +the backside of the board, and then do the same for the other legs. This +process can take somewhere between 10 seconds and 10 minutes and can be +both frustrating and meditative.

+

Common components

+

In the next few pages, I’ll briefly address some of the more common +components. If you want to know more about what each component +specifically does, I recommend Getting started in electronics (Mims, +1983).

+

Many components, like transistors and chips, have datasheets +available online. You can usually find them by entering the part number, +often printed directly on the component5, +into a search engine. While datasheets can be overwhelming and full of +technical jargon, they typically show a pinout, explaining what each leg +does, and a description of the component’s behavior.

+

In the next chapter, we’ll get into making with the salvaged +components. The recipes need some specific components, which are +highlighted below. It’s always wise to have some extra! Components might +break, speaking from experience, having to stop because you’ve run out +of working components, is very discouraging.

+
+

Overview of common components

+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescriptionFound inSymbol
555 TimerChipA small chip that generates pulsesTimers, LED dimmers
CapacitorCapacitorStore a voltageEverywhere!
CoilPassiveThese funky components can create sounds on their ownTransformers, relays, wireless charging
Crystal OscillatorPassiveGenerates a frequency that is often used as a clockDevices that have processors
DiodePassiveForces current to flow in one directionEverywhere!
DisplaysOutputDisplay informationMonitors, calculators, embedded systems
LEDOutputEmit a small lightEverywhere!
Logic chipsChipCreate logic and switchesComputers, microcontrollers, control circuits
MOSFETChipNot sure yetPower supplies, motor control
MagnetMiscElectromagnetic applications, motorsSpeakers, hard drives
MicrocontrollerChipProgrammable chip, for example the ATmega328Embedded systems, Arduino, automation
MicrophoneInputRecord soundPhones, vapes
MotorOutputSpins when a power is appliedPrinters, blenders, vacuums
NPN TransistorTransistorAmplification/switchingEverywhere!
Op-AmpChipAmplifying signalsAudio circuits, sensors, control systems
PNP TransistorTransistorAmplification/switchingEverywhere!
Piezo discOuput/InputRecords or creates vibrationsBuzzers, sensors
PotentiometerResistorLimiting voltage through a knobVolume knobs, light dimmers
RelaySwitchSwitches powerHousehold appliances
ResistorResistorLimiting voltageEverywhere!
SpeakerOuputOutputs soundToys, (portable) radios
Switches & buttonsInputInteract with the deviceLight switches, keyboards
ThermistorResistorLimiting voltage dependent on temperatureNot sure yet
TrimpotsResistorLimit voltage through a small knob adjustable with a +screwdriverAudio circuits, calibration devices
Voltage regulatorsChipNot sure yetPower supplies, embedded systems
+
+
+
+Mims, F.M. (1983) Getting started in electronics. 4th edn. +Niles, Ill: Master Publishing. +
+
+ + +
+
+ + + + + +
+ + +
+ These resistors were salvaged from a Reel to Reel recorder + +
These resistors were salvaged from a Reel to Reel recorder
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Resistors

+ + +
Also known as knob, pot, potentiometer, variable resistor, dial
+ + + + + +
+ +
+

You’ll find resistors in nearly every electronic device and +schematic. It’s useful to keep a wide range of values around, from +1Ω(ohm) up to 10 million Ω. Their colored bands indicate their value1. In my experience, their values on +schematics are usually an indicator, and you can divert slightly without +too much impact on your project.

+

Variable resistors—like photoresistors and potentiometers—are +especially worth salvaging, along with their knobs2. +They can make your circuit interactive, by replacing fixed resistors +with variable ones. This is also a common circuit bending technique, as +with older toys the pitch of a sample is often regulated by a pitch +transistor, replacing this with a variable one allow you to control +the playback speed into drone like sonic realms3.

+

Types of resistors

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Carbon or metal film resistorComes in different values, marked with color bands
PhotoresistorChanges resistance based on ambient light levels
PotentiometerA knob-controlled resistor
Stereo potentiometerControls two channels at once, often used for stereo audio
Slide potentiometerA slider-controlled resistor
Trim potA small, precise variable resistor you adjust with a screwdriver, +used for circuit calibration
ThermistorChanges resistance based on temperature
+
+ + +
+ + +
+ + + + + +
+ + +
+ The various sizes of Capacitors + +
The various sizes of Capacitors
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Capacitors

+ + +
Also known as cap, condenser
+ + + + + +
+ +
+

Capacitors come in all sizes. I’ve seen ones as big as a coffee cup, +and SMD types so small they’re barely visible. Like resistors, these +passive components appear in nearly all circuits and store limited +amounts of electricity. This is measured in farads (F).

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Capacitor TypeTypical Value RangePolarized
Ceramic1 pF – 100 nFNo
Electrolytic (Aluminum)0.1 µF – 10,000 µFYes
Film1 nF – 10 µFNo
+
+

Salvaging capacitors safely

+

Capacitors store electricity even after power is cut. Touching a +charged one can shock you. Larger types, like those in camera flashes or +TVs, can store a dangerous amount. Always discharge big capacitors +before storing. I do this by shorting the legs with a screwdriver. This +may cause a small spark, as you’ve just created a short circuit.

+

Testing capacitors

+

Electrolytic capacitors don’t age well. Left unused, they have a +lifespan of 2 to 3 years (Jang et +al., 2017). After that, they can leak, spreading a yellow +gooey material over the PCB, causing other connections to malfunction 1.

+

You can verify the capacitor’s capacitance with a multimeter. In +continuity mode, which beeps if there’s a connection, touch both legs of +the discharged capacitor with the probes. If you hear no sound, or a +continuous volume/pitch: the capacitor is dead. Otherwise, it’s +fine.

+
+
+Jang, E. et al. (2017) ‘Unplanned +Obsolescence: Hardware and Software +After Collapse, in Proceedings of the 2017 +Workshop on Computing Within Limits. +LIMITS ’17: Workshop on Computing +Within Limits, Santa Barbara California USA: ACM, pp. +93–101. Available at: https://doi.org/10.1145/3080556.3080566. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A chip sooooo small the picture has to be blurry + +
A chip sooooo small the picture has to be blurry
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Chips

+ + +
Also known as IC, Intergrated Circuit
+ + + + + +
+ +
+

Chips, or integrated circuits, are tiny black boxes packed with +microscopic components. You’ll find them on nearly every modern circuit +board. Some handle small, specific tasks, like controlling LEDs, while +others run full operating systems.

+

Don’t let the size fool you! The creation of a chip, from toxic +chemicals to the black container, involves around 300 steps, during +which 99% of material byproduct is discarded, creating hazardous waste +sites (Gabrys, 2011). So, +if there is one part worth salvaging, it’s this one.

+

Unfortunately, as modular as they might seem, reusing chips is not +plug ’n play. While some are common and well-documented1, +most are obscured and specific. For instance, reusing the network chip +found in a USB phone can lead to a rabbit hole of reverse engineering. +And then you find another phone that has a slightly different chip, and +the process starts all over again.

+

Common chips to look out for

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
555 TimerThis chip can generate audible pulses. This can be used as a +sound source on its own, or to trigger other circuits, or control +motors
Op-Amps (e.g., TL072, TL074, LM358)Op-amps are used to amplify signals, and therefore used in loads +of sound-related applications.
CD40106A Schmitt trigger inverter can generate audible frequencies that +can be tuned. They are often the core of oscillator +schematics.
CD4017A Decade counter is often used for linear step +sequencers.
MicrocontrollersIf you’re lucky, you can use the microcontroller to write your +own program.
+
+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A variety of input and output components + +
A variety of input and output components
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Inputs & outputs

+ + + + + + +
+ +
+

Inputs and outputs are often the most visible parts of an electronic +device—and among the most accessible to salvage. They are the parts that +are most often visible on the outside and thus carry the cultural +context of the device. But this visibility is a double-edged sword: it +risks turning salvaging and recycling into solely aesthetic choices.

+

Recycling facilities, manufactures and product design universities +often tend to focus on recycling, when talking about reducing e-waste. +But among the levels of circularity reduce, reuse, repair, recycle, +refuse, recycling is the least effective. More than half of material is +lost when going through the recycling process and often involves +shipping waste to countries with cheaper labor costs and fewer +environmental regulations, resulting in toxic conditions for both +workers and the environment (iFixit, no date) (Gabrys, +2011) (Roura et al., +2021). Shredding a device doesn’t just lose raw material; it +erases the labor, energy, and environmental costs embedded in its +original creation. And then a new device replaces it.

+

Instead of focusing on the visual esthetic that is visible on the +outside of the original device, I think it’s more interesting to focus +on what made the object the object. According to Richards, this +objecthood is the central theme of DIY/repurposing. Through hacking and +bending we can amplify certain properties of the object (Richards, +2017). Turning a printer into a live coded instrument for +instance, amplifying the scratches a piece of stuck paper can make.

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+iFixit (no date) Recycling is Destruction. +Available at: https://www.ifixit.com/Right-to-Repair/Recycling +(Accessed: 22 April 2025). +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+Roura, M. et al. (2021) ‘Circular digital devices: +Lessons about the social and planetary boundaries’, in +Computing within Limits. Seventh +Workshop on Computing within +Limits 2021, LIMITS. Available at: https://doi.org/10.21428/bf6fb269.3881c46e. +
+
+ +
+ + +
+ + + + + +
+ + +
+ PCB with labeled parts + +
PCB with labeled parts
+ + +
+ +
+ Thicker and handdrawn traces + +
Thicker and handdrawn traces
+ + +
+ +
+ Smaller components are difficult to desolder + +
Smaller components are difficult to desolder
+ + +
+ +
+ The blob cannot be removed + +
The blob cannot be removed
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

PCB (Printed Circuit Board)

+ + +
Also known as Protoboard, breadboard, circuit
+ + + + + +
+ +
+

Printed Circuit Boards, or PCBs, are the panels on which the +electronic circuit is placed. Older boards often reveal hand-drawn +traces, which are much more fluid in design. With computerized PCB +design, those lines straightened out. Most PCBs are made from FR4 (glass +fiber and epoxy)1.

+

The copper tracks on a PCB are usually covered with a green +protective layer, known as solder mask. Sand this off to expose the +copper underneath, ready to solder onto again.

+

Most boards are labeled. They can include a date, information about +connections, component numbering2, and sometimes even +their values 3.

+

Not all PCBs follow the industrial template. Artists and other +tinkerers have come up with alternatives: the paper circuits of +Ciat-Lonbarde, or Dirty Electronics’ boards made from wood and nails. +These kinds of formats offer a more punk-diy way of publishing projects, +where the format is not set in stone. Paper can be cut, nails can be +moved, inviting a maker to explore the circuit more than just soldering +a pre-compiled kit (Blasser, 2015) (Richards, +2013).

+

Protective

+

Did you spot “the Blob” on one of your PCB’s? The blob (fig 17) is +meant to protect certain bare parts of a PCB, but is also known as a +type of reverse engineering protection. Another method of protection is +applying a transparent layer across the entire board, preventing you +from poking around with a multimeter.

+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Richards, J. (2013) ‘Beyond DIY in Electronic +Music, Organised Sound, 18(3), pp. 274–281. +Available at: https://doi.org/10.1017/S1355771813000241. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ ‘note to self, not sure all of these are transistors’ + +
‘note to self, not sure all of these are transistors’
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Transistors

+ + +
Also known as switch, BJT
+ + + + + +
+ +
+

A transistor is a tiny switch that controls a large current with a +smaller one. Depending on its type, applying a small voltage to one leg +causes another to “open” or “close.” This way, transistors can amplify +signals or switch things on and off. You’ll find them near power +supplies, audio paths, and logic circuits. They are sometimes glued to a +heatsink to shed excess heat. They’re sensitive to ambient temperature, +which makes them interactive in sound devices 1.

+

The transistor is often seen as a turning point in computing history. +It replaced big and expensive vacuum tubes, paving the way for portable +radios, cheap toys, and eventually silicon chips. Theories like Moore’s +law2 create an expectation of constant +upgrading, where your computer will be obsolete in two years’ time, and +the illusion of infinite growth.

+

This miniaturization of components did not result in more efficient +technology use. On the contrary, Jevons’ Paradox shows that increased +efficiency in the production process would lead to even more resource +consumption (Remy and Huang, +2015) (Gabrys, 2011) (Parks, +2007).

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+ + +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Recipes for reuse +
+

Chapter

+

Recipes for reuse

+
+ +
+ +
+

Recipes for reuse

+
+

Hopefully, you’ve salvaged a variety of components by now, and we can +start building sound with them. In this chapter you’ll find a bunch of +recipes; the starting points for sound devices. These modular recipes +can be used standalone or connected together into a bigger system. This +modularity makes problem-solving slightly easier1, +and you can pick and choose your modules based on your salvaged +inventory.

+

Every recipe contains a paper circuit2 to +print. These circuits are the blueprint of your device, between a +schematic and an industrial PCB. The biggest advantage of using paper, +apart from being able to solder the connections of your components right +on top of the circuit, is that it is flexible. You can take notes, draw +lines, and adjust the schematic as you go.

+

Assembling the circuit

+
    +
  1. Cut out the circuit and fold it in half, creating a two-sided print +3.
  2. +
  3. Gather the components listed in the “Bill of Materials” (BOM).
  4. +
  5. Populate the first components by pinning the legs through the paper +in their designated areas. Keep an eye on the orientation4. +Start small (resistors) then move to larger parts.
  6. +
  7. Create the connections according to the circuit by soldering the +legs together using (copper) wire.
  8. +
  9. Repeat until all components are in place!
  10. +
  11. Test & triple-check all connections 5.
  12. +
+

There is no need to understand every single component on each recipe +6 but try to follow the connections on +the circuit. Which road is the audio signal taking? This will help you a +lot with troubleshooting.

+

!Safety notes!

+
    +
  • Audio can be surprisingly loud. Use small speakers +(never headphones! 7) you wouldn’t miss if they break and +keep your hand on the volume dial when plugging in your sound device for +the first time.
  • +
  • Use batteries. Plugging into a wall (120V) can be +incredibly dangerous. Always unplug the power from the circuit when +making changes, to prevent shorts.
  • +
  • Watch that smell. “Magic smoke” has a certain +smell. Unplug immediately when something smells/smokes!
  • +
  • Two know more than one. If you’re not sure, invite +a friend and I’m sure you’ll figure it out together.
  • +
+

Finding recipes

+

The DIY synth community is not shy in sharing their schematics. There +are fantastic resources online, such as the Experimentalists Anonymous +DIY Archives the wiki, Music from Outer Space and Handmade Electronic +Music (Collins, 2009). +However, finding resources using salvaged components can be tricky, as +our requirements are a bit different. Most schematics either contain 20+ +components or require (specific) chips, which have proven to be +difficult to find. This limitation has been interesting, as it forces me +to experiment with smaller schematics. Turning the oscillators into +self-modulating instruments, by attaching them together using alligator +clips, actually helped me to learn more about electronics & sound +than any pre-made kit could ever do.

+
+ + +
+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Collins, N. (2009) Handmade electronic music: The art of hardware +hacking. Second edition. New York: Routledge. +
+
+ + +
+
+ + + + + +
+ +
+ + + +
+ +
+ +

Power Supply

+ + + + +

Create a power supply for your future circuits

+ + + +
+ +
+

This circuit provides -9V1, 0V/Ground and +9V +outputs, by combining two 9V batteries. If your project requires it, you +can use any kind of battery instead of the 9V one, as long as they’re +two of the same 2.

+

You could skip the capacitors and resistors and just connect the +batteries together. However, they help filter electrical spikes, making +the output smoother 3.

+
+ + +
+

Testing

+

Before plugging in the batteries, check your connections4. When the batteries are plugged in, +your pins should read -9V and +9V5.

+

Upgrade

+

An upgrade that could be useful is adding a power switch and/or LED +to show if the power supply is active.

+ + +
+ + +
+ +
+
+

Paper circuit: Power Supply

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

Single Transistor Oscillator

+ + + + +

This unreliable schematic creates a tone!

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This super simple oscillator circuit1 +makes use of something called a “reverse avalance breakdown effect” in +transistors. As I understand it, the capacitor and transistor of this +circuit constantly trigger each other, creating a on-off-on-off-on-off +situation, which in the audible realm sounds like a saw wave. Not all +transistors can do it, so it’s a bit of a trial and error process 2.

+

Powering

+

Select the amount of voltage you need based on the transistor3 you have. Mine needed 18V, so using +alligator clips, I’ve connected our previously built power supply.

+

Testing & Troubleshooting

+

After double-checking all your connections, hook the audio out to an +amplified speaker. No sound? Try:

+
    +
  • Check your connections and orientation of the capacitor.
  • +
  • Play around with the potentiometer4.
  • +
  • using a multimeter, follow the entire audio trace from the +transistor up until your audio cable.
  • +
  • Try a different transistor
  • +
+

When there is noise

+

If you, like me, have struggled a lot to get any sound whatsoever, I +can hopefully tell you that this is where things will get +fun(ky). Getting a single sound out of anything is such a +eureka moment 5. Because from here, you’ll be able +to play around with the circuit and use our own imagination. For +instance, using a different sized resistor to change the pitch. Or, +using a Light Dependant Resistor to control the pitch based on the +sound. Or adding a on/off button. Or, building your own keyboard using +multiple resistors…

+ + +
+ + +
+ +
+
+

Paper circuit: Single Transistor Oscillator

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

PCB Keyboard

+ + + + +

A keyboard to play your oscillator

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This recipe uses the Single Transistor Oscillator created in a +previous recipe. The keyboard will replace the resistor of the +oscillator that is in charge of the pitch. That pitch resistor will now +exist on the keyboard.

+

From a PCB that you have salvaged, remove all of the +components and, with a piece of sandpaper, scratch off the green mask of +the PCB, making the copper visible. Now, the traces of the PCB can be +reused as wires. We will place multiple resistors on the PCB, to create +the following circuit:

+
+ + +
+

Find or make a couple of tracks or traces that are not connected to +each other (using the multimeter). These will act as your wires! To one +trace, solder the audio in from the oscillator. Find a trace nearby, +close enough that if you can touch the two traces with your thumb and +solder a resistor on that trace. The other end of the resistor should go +back to your oscillator.

+

Now, when you touch both traces with your finger, a bridge is +created, closing the circuit, and causing the audio signal to go through +your resistor back into the original circuit. If you do this multiple +times with various resistor values, you’ve created a playable +keyboard!

+ +
+ + +
+ +
+
+

Paper circuit: PCB Keyboard

+
+ +
+ +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Taking inventory +
+ +
+

Taking inventory

+
+

After all the dismantling, salvaging, desoldering, and re-making, +it’s time to take inventory. For me, this is the moment to sit in the +middle of a workshop, surrounded by the carcasses of printers, cassette +recorders, and radios, and deal with the remainders. Can we shift the +practice of playful tinkering to also account for the waste streams it +engages with?

+

In the DIY synth community, tinkering often happens collaboratively, +through workshops where participants solder prefabricated kits, as an +accessible entry point into electronics. When I started the field guide, +I imagined creating a similar format, but using only salvaged +components. Logistically, that turned out to be much harder than +expected:

+

Waste streams are +difficult to tap into

+

The circular economy, often marketed as a fix for the mountains of +e-waste, is structured to keep the consumer lifecycle of buying intact. +There is no method in place for taking waste, meaning we must revert to +using what comes on our path or is donated. Which is a lot, but not +consistent.

+

Salvaging the right +components

+

Most synths built in workshops rely on chips like the 555 timers and +op-amps. These chips simplify builds, lower the total amount of +components needed, increasing the chances of a participant completing +the circuit. In the past few months, I haven’t salvaged a single 555 +timer, and only a handful of op-amps. That is not nearly enough to +provide a group of participants with components.

+

But maybe these limitations can also be an opportunity. If we let go +of the expectation that everyone would walk out with a polished +synthesizer, similar to those that can be bought in shops, new +possibilities open up. The constraints of using e-waste as material can +help us to think differently—to engage with different contexts or +reimagine how existing technologies might be repurposed. Instead of +following a set in stone schematic, the recipes are a starting point, +which everyone can execute differently.

+

Fennis urges us to rethink waste, not just as a pile of discarded +phones, but as the material it was before, including the toxic, +environmentally catastrophic legacy. Through reverse engineering and +hacking, they explore the material and learn what the technologies can +do other than what it was designed for(Fennis, 2022). In +other words, by dismantling a wired electronic razor, that was deemed +obsolete and replaced for a battery powered razor, we can remove the +abstraction layer and see that it is actually a blade, a power supply, +and a motor, which in turn can become an instrument. In this way, we can +see the end-of-life of a device, where the consumer is done consuming, +as a moment of celebration, and give it an afterlife (Mansoux +et al., 2023)!

+

It is this kind of tinkering that I think will make us more resilient +against the ongoing attempts by major companies and manufacturers to +keep us locked out of our devices (Lu and Lopes, 2024). +For me, that means not just rethinking waste but also questioning the +workshop format itself—and whether I want to keep using the format with +it. And the truth is, I don’t think so. I see much more to explore in +collaborative spaces such as the (un)repair cafe. This means, this is +not the end of the field guide! It’s the beginning. There are many more +alligator clips to connect.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Lu, J. and Lopes, P. (2024) ‘Unmaking Electronic +Waste, ACM Transactions on Computer-Human +Interaction, 31(6), pp. 1–30. Available at: https://doi.org/10.1145/3674505. +
+
+Mansoux, A. et al. (2023) ‘Permacomputing +Aesthetics: Potential and Limits +of Constraints in Computational Art, +Design and Culture, in Ninth +Computing within Limits 2023. Ninth +Computing within Limits 2023, Virtual: +LIMITS. Available at: https://doi.org/10.21428/bf6fb269.6690fc2e. +
+
+ +
+
+ + + + + + +
+ + +
+ +
+ References +
+ +
+

References

+
+

+
+ +
+ +
+
+ + + + + + + + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/recipes/PCB-keyboard/keyboard.mp3 b/publication/recipes/PCB-keyboard/keyboard.mp3 new file mode 100644 index 0000000..80d396a Binary files /dev/null and b/publication/recipes/PCB-keyboard/keyboard.mp3 differ diff --git a/publication/recipes/PCB-keyboard/keyboard.png b/publication/recipes/PCB-keyboard/keyboard.png new file mode 100644 index 0000000..91b8e5c Binary files /dev/null and b/publication/recipes/PCB-keyboard/keyboard.png differ diff --git a/publication/recipes/PCB-keyboard/keyboard.webp b/publication/recipes/PCB-keyboard/keyboard.webp new file mode 100644 index 0000000..6eca8c5 Binary files /dev/null and b/publication/recipes/PCB-keyboard/keyboard.webp differ diff --git a/publication/recipes/PCB-keyboard/schematic.png b/publication/recipes/PCB-keyboard/schematic.png new file mode 100644 index 0000000..1eed2cb Binary files /dev/null and b/publication/recipes/PCB-keyboard/schematic.png differ diff --git a/publication/recipes/PCB-keyboard/schematic.webp b/publication/recipes/PCB-keyboard/schematic.webp new file mode 100644 index 0000000..eefa72b Binary files /dev/null and b/publication/recipes/PCB-keyboard/schematic.webp differ diff --git a/publication/recipes/PCB-keyboard/sketch.png b/publication/recipes/PCB-keyboard/sketch.png new file mode 100644 index 0000000..0d8e3ba Binary files /dev/null and b/publication/recipes/PCB-keyboard/sketch.png differ diff --git a/publication/recipes/PCB-keyboard/sketch.webp b/publication/recipes/PCB-keyboard/sketch.webp new file mode 100644 index 0000000..5f0ac13 Binary files /dev/null and b/publication/recipes/PCB-keyboard/sketch.webp differ diff --git a/publication/recipes/PCB-keyboard/sketchpic.webp b/publication/recipes/PCB-keyboard/sketchpic.webp new file mode 100644 index 0000000..f70bf00 Binary files /dev/null and b/publication/recipes/PCB-keyboard/sketchpic.webp differ diff --git a/publication/recipes/SingleTransistorOsc/PaperCircuit.svg b/publication/recipes/SingleTransistorOsc/PaperCircuit.svg new file mode 100644 index 0000000..1ec29ad --- /dev/null +++ b/publication/recipes/SingleTransistorOsc/PaperCircuit.svg @@ -0,0 +1,950 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/publication/recipes/SingleTransistorOsc/index.html b/publication/recipes/SingleTransistorOsc/index.html new file mode 100644 index 0000000..042ca33 --- /dev/null +++ b/publication/recipes/SingleTransistorOsc/index.html @@ -0,0 +1,2703 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+
+
+ + 09 June 2025 + + +
+
+

A field guide to

+

Salvaging Sound Devices

+

09 June 2025

+
Rosa Schuurmans
+ + +
+ +
+

Thesis submitted to: the Department of [Experimental Publishing or Lens-Based Media], + Piet Zwart Institute, Willem de Kooning Academy, + in partial fulfilment of the requirements for the final examination for the degree of: + Master of Arts in Fine Art & Design: [Experimental Publishing or Lens-Based Media]. +

+

+ Adviser: Marloes de Valk
+ Second Reader: Aymeric Mansoux
+ Word count: 7616 words +

+
+
+ + + + + +
+ + +
+ +
+ Introduction +
+ +
+

Introduction

+
+
+
+

The real long-term future of computing consists of figuring out how +to make the best possible use we can out of the literal millions of +devices which already exist.

+
+
+

(Solderpunk, 2020, Cited in de Valk, 2022) (de Valk, +2024)

+

Beware! If you’ve picked up this publication expecting to learn how +to make a flawless, DAW-less, in tune and always working polysynth, +think again. However, if you, like me, are interested in making screamy, +dreamy, sound devices using components you can find in the +wild, you’ve come to the right place.

+

When I first read about salvage computing, I got very excited. Being +part of the DIY Sound community, as a sound practitioner and hardware +hacker, I’ve developed a growing discomfort with some aspects of the +practice. Within the DIY Sound community, DIWO workshops are a common +way of sharing knowledge (Richards, 2017), +covering a wide range of topics, from the construction to bending and +hacking and live coding. Over the past few years, I’ve hosted workshops +around circuit bending1 and LOFI sound devices in and around +Rotterdam. These workshops are meant as an accessible way to get people +tinkering with electronics, through something infinitely playful: making +instruments2.

+

In an ecosystem where a printer is only printing with a costly +subscription 3, disruptive products become obsolete +within a year4, fixing your own flat tires is +outsourced 5 and some smartphones literally have +to be frozen to be able to replace the battery 6, +it’s clear we’re no longer in charge of our own devices. Warranty-void +stickers and lengthy terms and conditions scare us into compliance.

+

First time soldering workshops can be very empowering in taking back +this autonomy by making (or breaking) a circuit together7. +They are a shared attempt to uncover some of the black boxes in our own +products (Hertz and Parikka, +2012). However, the toys and materials used in the workshops are +single-use 8 and, with ease, thrown out +afterward. The carelessness notion creeps in that waste has no value, +and is easily replaceable, and broke my heart a bit, one workshop at a +time.

+

This is where the field guide comes into play: Can we shift the +practice of playful tinkering to acknowledge, rather than ignore, the +waste streams they are part of? Limiting ourselves to only use salvaged +components and discovering; is it possible to live off (create with) +electronic components salvaged in the wild? And what would such a +practice entail?

+

Because salvage is not just about reusing materials; but about +confronting the systems that create the waste in the first place. Not +only the obsolete media but also the by-product of the entire production +lifecycle of an electronic product; From the mining of minerals that +make up the hardware to the inevitable disposal site (Gabrys, 2012). +Since the rate at which waste is collected and recycled isn’t growing at +the same pace as our collective buying and production, the landfills +will continue to grow. Parikka even goes as far to say as that recycling +is ultimately “waste-trade”, where our abandoned devices are shipped +across the ocean (Parikka, 2012).

+

Beyond the kit

+

The preference for buying new is noticeable in the DIY synth +community as well. When publishing a project, it’s common to share a +pre-filled webshop cart along with the schematics or even sell it as a +pre-compiled kit9. To me, this goes against the ethos +of DIY that resonates with me the most: making do with what you have, +with a focus on doing, and not the outcome (Hertz, 2023). Instead, a +whole market is created for Lego-like kits. These kits gloss over the +challenges and difficulties of creating sound devices, preventing the +development of much-needed problem-solving skills, and not actually +discovering anything new (Brown, Ferguson and +Bennett, 2019).

+

Instead, what you will learn to build using this guide is a starting +point. Small electronic circuits that produce sound on their own, but +can also be duplicated, manipulated, and modulated 10, +while diving into the questions around the practice of salvaging. The +guide is tested, tinkered, and tweaked during (un)repair cafe evenings +at the Klankschool11. In these hangouts we modify, hack +and repair devices together.

+

The guide is split up into the different stages of salvaging:

+

1. Gathering hardware

+

We trace where to find discarded electronics and how industry +practices shape what ends up in the trash.

+

2. Dismantling devices

+

Opening up devices to uncover design strategies that prevent +access

+

3. Components to salvage

+

Identifying and extracting useful components—motors, sensors, +chips, while diving deeper in their material.

+

4. Recipes for making

+

Methods for building sound devices.

+

5. Taking inventory

+

Time to clean the workbench and reflect

+

Happy scavenging!

+
+ + +
+
+
+Brown, A., Ferguson, J. and Bennett, A. (2019) ‘Cooperative +Experimentalism: Sharing to enhance electronic +media’, in. Proceedings of the International +Symposium on Electronic Art +(ISEA2019), pp. 480–483. Available at: http://hdl.handle.net/10072/409917. +
+
+Chokkattu, J. (2025) What to Do With Your Defunct Humane Ai +Pin. Wired. Available at: https://www.wired.com/story/what-to-do-with-your-humane-ai-pin/ +(Accessed: 13 March 2025). +
+
+de Valk, M. (2024) ‘Salvaged computing’, Damaged +Earth Catalog. Available at: https://damaged.bleu255.com/Salvage_Computing. +
+
+Gabrys, J. (2012) ‘Salvage’, in Depletion design: A +glossary of network ecologies. Amsterdam: Institute of Network +Cultures (Theory on demand, 8). Available at: https://issuu.com/instituteofnetworkcultures/docs/tod_8_depletion_design. +
+
+Hachman, M. (2024) The nightmare is real: HP makes +printing a monthly subscription. PCWorld. Available at: https://www.pcworld.com/article/2251993/the-nightmare-is-real-hp-makes-printing-a-subscription.html +(Accessed: 14 April 2025). +
+
+Havard, S. (2017) Essential Phone Teardown. +iFixit. Available at: https://www.ifixit.com/Teardown/Essential+Phone+Teardown/96764 +(Accessed: 14 April 2025). +
+
+Hertz, G. (2023) Art + DIY electronics. Cambridge, +Massachusetts: The MIT Press. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parikka, J. (2012) ‘Dust Matter, in Institute +of Network Cultures, Depletion design: A glossary of network +ecologies. Amsterdam: Institute of Network Cultures (Theory on +demand, 8), pp. 53–57. +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Gathering hardware +
+

Chapter

+

Gathering hardware

+
+ +
+ +
+

Gathering hardware

+
+

When salvaging for parts, we are looking for abandoned hardware. +Hardware that is still fine on the inside but no longer considered as +functional by its previous owners1. These devices can be a +literal goldmine of working parts that could be repurposed, as they +probably still function, it’s the stylistic obsolescence that is the +problem.

+

Remy & Huang argue that the core goals of ICT are simply +researching new technologies and selling more products (Remy +and Huang, 2015). To achieve the latter, manufacturers have +embraced structured obsolescence: the idea that a product has a limited +lifespan and ought to be consumed and upgraded within a few years (Sterne, +2007). This strategy is embedded in the manufacturing, marketing +and even the naming of products 2. It’s been embedded in +consumer culture since the late 19th century, originally invented as a +solution for overproduction (Hertz and Parikka, +2012). As a result, many devices have since been upgraded, +replaced, devalued, and thrown out, before ever reaching their full +potential (Parks, 2007). It +is exactly these machines we are looking for. So, where to find +them?

+

I’ve identified 3 strategies for gathering electronic hardware.

+

1. Institutional discards

+

Offices, schools, museums, or other companies often replace their +hardware every 5 years, whether it’s broken or not, due to tax +regulations3. If electronics aren’t central to +their operations, their leftovers often gather dust. Keep your ears +open, utilize your network, these forgotten machines could be your best +source.

+

2. Browsing the streets

+

I feel like good waste “comes to you”. Keep your eyes open, look +around. Actively going on waste walks has not paid off 4. +Their chances depend heavily on local waste policies 5 and +activities6.

+

3. Donations from friends & +family

+

As you enthusiastically keep your friends & family in the loop +about your salvaging endeavors, you’ll notice the phenomenon of +donations. Since a sizeable portion of our replaced computing devices +still reside in our storage units, waiting to be of any value, most +would be happy to find such a good destination as you (Gabrys, +2011).

+

Infiltrating the waste +stream

+

My attempts to create a consistent waste-income through more official +routes have not been successful. These established waste streams, where +trash is being collected, organized, and processed in multiple +facilities, are difficult to trace. Rotterdam collects e-waste via +official centers and drop-off bins, usually placed inside supermarkets. +The emphasis is on bringing waste in. What happens after is vague and +leans heavily on a promise of a circular economy7.

+

Consumer devices can be returned to the manufacturer through +recycling programs. Here too, it’s unclear what exactly happens with the +returned devices, and the program is always part of a customer journey +8. This relieves the consumer of the +disposal responsibility but keeps the cycle of buying new unaltered.

+

Trying to engage with these streams differently, by salvaging, not +just discarding, is nearly impossible. Access is tightly controlled. +Waste is only moved when it can be translated into monetary value, and +even then, only in bulk. Taking from recycling centers is prohibited; +solo salvaging has no place in this transaction9.

+

Pick your battles

+

When inspecting a device for salvage possibilities, I try to imagine +what the inside of the device looks like. What kind of components might +I find? Are there any motors or moving parts? What kind of material is +the device made of? What time period does it come from? Which companies +manufactured the device and its parts? Is there an audio signal on the +inside? Do I see any use for it now?

+

If I don’t expect much, I’ll leave it for the next person to +salvage.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+Sterne, J. (2007) ‘Out With the Trash: +On the Future of New +Technologies, in C. Acland (ed.) Residual +Media. Minneapolis: University of Minnesota Press, pp. +16–31. Available at: https://sterneworks.org/OutwiththeTrash.pdf. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Dismantling +
+

Chapter

+

Dismantling

+
+ +
+ +
+

Dismantling

+
+

Once you’ve found a piece of hardware, it’s time to start dismantling +the device. Let’s set up a workspace where you can easily move your +device around and keep track of small parts. To take the device apart, +we will need some tools. Which specifically differ a bit per device, but +this is what I have in my own toolkit:

+

To open devices

+
    +
  • A set of screwdrivers with various bits and sizes 1
  • +
  • Plastic spudger or pick — Used to pry open seams without +damaging the casing
  • +
  • Saw or utility knife - cut through plastic cases or stubborn +sections
  • +
  • Flat pliers - for heavy duty pulling
  • +
  • Drill - to drill through stuck and damaged screws
  • +
  • Tweezers
  • +
+

For salvaging & making

+
    +
  • Multimeter — Tests components for continuity, resistance, or +voltage
  • +
  • Soldering iron & solder
  • +
  • Desoldering pump
  • +
  • Solder wick
  • +
  • Flux
  • +
  • Alligator clips - quickly make connections without +soldering
  • +
  • Thin copper wire2
  • +
  • Battery powered speakers for listening + audio cable
  • +
  • 9V batteries
  • +
+
+ + +
+

Opening up

+

It’s not always clear where to start. Grabbing a heavy duty tool +immediately could result in permanent damage. It is better to start more +carefully. In some cases, product manufacturers provide service +manuals3. But in most cases, we’re left to +figure it out ourselves. Fortunately, online communities like IFixIt +create their own teardown guides, that can sometimes give us a head +start.

+

Let’s take a look at the device. Can you spot any screws? They might +be hidden behind warranty stickers4 or tucked away in +obscure corners. I find it helpful to follow the seams of the casing. +Especially with plastic enclosures, it’s not just screws—look for small +tabs or glue holding things together.

+
+ + +
+

If you manage to create a small slit gap in a seam, insert a thin +plastic pic and carefully push it along the seam. There might be small +tabs holding the casing together. If the manufacturer really didn’t want +you to get in there, they’ve glued it all up, and it is impossible to +get in the device without causing permanent damage5.

+

Disassembly is really about patience and finding those small gaps in +the enclosures, pulling and pushing until you’ve dismantled the entire +device. Did you manage? Amazing! You’re now staring at the messy, +material reality of your device6.

+

Uncovering black boxes

+

Through design choices like hiding screws, heat stakes7, +strong adhesive, and using various screw sizes, it becomes clear: the +manufacturer really does not want you in there. These are black boxes by +design, destined to become obsolete, as replacement parts are not +available, and critical components are not interchangeable. The only +option is to buy an entirely new product again.

+

The act of black boxing are an attempt to keep us unconsciously +incompetent, and increases the distance between the consumer and the +materiality of the device. The modern laptop is silent, not giving any +indication of whatever is happening on the inside, or its material +origins. It is only when something breaks, that their materiality +becomes a reality again (Hertz and Parikka, +2012) (Emerson, +2021).

+

It is by opening the devices, however, that we can rediscover +materiality. Then it becomes clear that what may appear so robust, +seamless, and futuristic on the outside is fragile, breakable and almost +futile on the inside. With the Multimeter we can track the traces from +the speaker to the microchip to the microphone. Or is there something +else in between?

+
+

Discoveries at the (un)repair cafe

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+Aragon, N. (2023) Warranty Void Stickers: +Are they legal outside the US? iFixit. +Available at: https://www.ifixit.com/News/74736/warranty-void-stickers-are-illegal-in-the-us-what-about-elsewhere +(Accessed: 20 April 2025). +
+
+Emerson, L. (2021) Six (Difficult and +Inconvenient) Values to Reclaim +the Future with Old Media. Available at: +https://loriemerson.net/2021/11/21/six-difficult-and-inconvenient-values-to-reclaim-the-future-with-old-media%ef%bf%bc/ +(Accessed: 5 January 2025). +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Components +
+

Chapter

+

Components

+
+ +
+ +
+

Components

+
+

Once you’ve broken your device down into its individual puzzle +pieces, we can zoom in on them more closely. Is there anything that +immediately sparks your interest? Did you already uncover unexpected +materials? Chances are you uncovered one or more Printed Circuit Boards +(PCBs), and—very generally speaking—some kind of input and output +components, all connected by several types of wire1. +For example, inside a digital picture frame I found a power input, a +battery, a screen, speakers, a two-sided PCB, and an antenna.

+

PCBs are populated with either “through hole” (THT) or “surface +mount” (SMD) components. SMD components are very small and soldered +directly onto the board’s surface. Their size makes labels hard to read, +and they’re designed for automated assembly, making them impractical for +salvage2. That’s why I rarely salvage from +computer-type devices. These usually contain nothing but SMD components +and lack interesting interactions or mechanical parts.

+

Desoldering

+

Desoldering components is generally more difficult than soldering and +requires patience and practice. Ironically, desoldering guns are much +more expensive than soldering irons, so here’s how I do it, without +one.

+

In a well-ventilated3 room, heat up the blob of solder +that connects the component to the PCB using a soldering iron. After a +couple of seconds, you’ll notice the solder becomes liquid4.

+

Then, using tweezers or a plier, I carefully pull the leg out from +the backside of the board, and then do the same for the other legs. This +process can take somewhere between 10 seconds and 10 minutes and can be +both frustrating and meditative.

+

Common components

+

In the next few pages, I’ll briefly address some of the more common +components. If you want to know more about what each component +specifically does, I recommend Getting started in electronics (Mims, +1983).

+

Many components, like transistors and chips, have datasheets +available online. You can usually find them by entering the part number, +often printed directly on the component5, +into a search engine. While datasheets can be overwhelming and full of +technical jargon, they typically show a pinout, explaining what each leg +does, and a description of the component’s behavior.

+

In the next chapter, we’ll get into making with the salvaged +components. The recipes need some specific components, which are +highlighted below. It’s always wise to have some extra! Components might +break, speaking from experience, having to stop because you’ve run out +of working components, is very discouraging.

+
+

Overview of common components

+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescriptionFound inSymbol
555 TimerChipA small chip that generates pulsesTimers, LED dimmers
CapacitorCapacitorStore a voltageEverywhere!
CoilPassiveThese funky components can create sounds on their ownTransformers, relays, wireless charging
Crystal OscillatorPassiveGenerates a frequency that is often used as a clockDevices that have processors
DiodePassiveForces current to flow in one directionEverywhere!
DisplaysOutputDisplay informationMonitors, calculators, embedded systems
LEDOutputEmit a small lightEverywhere!
Logic chipsChipCreate logic and switchesComputers, microcontrollers, control circuits
MOSFETChipNot sure yetPower supplies, motor control
MagnetMiscElectromagnetic applications, motorsSpeakers, hard drives
MicrocontrollerChipProgrammable chip, for example the ATmega328Embedded systems, Arduino, automation
MicrophoneInputRecord soundPhones, vapes
MotorOutputSpins when a power is appliedPrinters, blenders, vacuums
NPN TransistorTransistorAmplification/switchingEverywhere!
Op-AmpChipAmplifying signalsAudio circuits, sensors, control systems
PNP TransistorTransistorAmplification/switchingEverywhere!
Piezo discOuput/InputRecords or creates vibrationsBuzzers, sensors
PotentiometerResistorLimiting voltage through a knobVolume knobs, light dimmers
RelaySwitchSwitches powerHousehold appliances
ResistorResistorLimiting voltageEverywhere!
SpeakerOuputOutputs soundToys, (portable) radios
Switches & buttonsInputInteract with the deviceLight switches, keyboards
ThermistorResistorLimiting voltage dependent on temperatureNot sure yet
TrimpotsResistorLimit voltage through a small knob adjustable with a +screwdriverAudio circuits, calibration devices
Voltage regulatorsChipNot sure yetPower supplies, embedded systems
+
+
+
+Mims, F.M. (1983) Getting started in electronics. 4th edn. +Niles, Ill: Master Publishing. +
+
+ + +
+
+ + + + + +
+ + +
+ These resistors were salvaged from a Reel to Reel recorder + +
These resistors were salvaged from a Reel to Reel recorder
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Resistors

+ + +
Also known as knob, pot, potentiometer, variable resistor, dial
+ + + + + +
+ +
+

You’ll find resistors in nearly every electronic device and +schematic. It’s useful to keep a wide range of values around, from +1Ω(ohm) up to 10 million Ω. Their colored bands indicate their value1. In my experience, their values on +schematics are usually an indicator, and you can divert slightly without +too much impact on your project.

+

Variable resistors—like photoresistors and potentiometers—are +especially worth salvaging, along with their knobs2. +They can make your circuit interactive, by replacing fixed resistors +with variable ones. This is also a common circuit bending technique, as +with older toys the pitch of a sample is often regulated by a pitch +transistor, replacing this with a variable one allow you to control +the playback speed into drone like sonic realms3.

+

Types of resistors

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Carbon or metal film resistorComes in different values, marked with color bands
PhotoresistorChanges resistance based on ambient light levels
PotentiometerA knob-controlled resistor
Stereo potentiometerControls two channels at once, often used for stereo audio
Slide potentiometerA slider-controlled resistor
Trim potA small, precise variable resistor you adjust with a screwdriver, +used for circuit calibration
ThermistorChanges resistance based on temperature
+
+ + +
+ + +
+ + + + + +
+ + +
+ The various sizes of Capacitors + +
The various sizes of Capacitors
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Capacitors

+ + +
Also known as cap, condenser
+ + + + + +
+ +
+

Capacitors come in all sizes. I’ve seen ones as big as a coffee cup, +and SMD types so small they’re barely visible. Like resistors, these +passive components appear in nearly all circuits and store limited +amounts of electricity. This is measured in farads (F).

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Capacitor TypeTypical Value RangePolarized
Ceramic1 pF – 100 nFNo
Electrolytic (Aluminum)0.1 µF – 10,000 µFYes
Film1 nF – 10 µFNo
+
+

Salvaging capacitors safely

+

Capacitors store electricity even after power is cut. Touching a +charged one can shock you. Larger types, like those in camera flashes or +TVs, can store a dangerous amount. Always discharge big capacitors +before storing. I do this by shorting the legs with a screwdriver. This +may cause a small spark, as you’ve just created a short circuit.

+

Testing capacitors

+

Electrolytic capacitors don’t age well. Left unused, they have a +lifespan of 2 to 3 years (Jang et +al., 2017). After that, they can leak, spreading a yellow +gooey material over the PCB, causing other connections to malfunction 1.

+

You can verify the capacitor’s capacitance with a multimeter. In +continuity mode, which beeps if there’s a connection, touch both legs of +the discharged capacitor with the probes. If you hear no sound, or a +continuous volume/pitch: the capacitor is dead. Otherwise, it’s +fine.

+
+
+Jang, E. et al. (2017) ‘Unplanned +Obsolescence: Hardware and Software +After Collapse, in Proceedings of the 2017 +Workshop on Computing Within Limits. +LIMITS ’17: Workshop on Computing +Within Limits, Santa Barbara California USA: ACM, pp. +93–101. Available at: https://doi.org/10.1145/3080556.3080566. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A chip sooooo small the picture has to be blurry + +
A chip sooooo small the picture has to be blurry
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Chips

+ + +
Also known as IC, Intergrated Circuit
+ + + + + +
+ +
+

Chips, or integrated circuits, are tiny black boxes packed with +microscopic components. You’ll find them on nearly every modern circuit +board. Some handle small, specific tasks, like controlling LEDs, while +others run full operating systems.

+

Don’t let the size fool you! The creation of a chip, from toxic +chemicals to the black container, involves around 300 steps, during +which 99% of material byproduct is discarded, creating hazardous waste +sites (Gabrys, 2011). So, +if there is one part worth salvaging, it’s this one.

+

Unfortunately, as modular as they might seem, reusing chips is not +plug ’n play. While some are common and well-documented1, +most are obscured and specific. For instance, reusing the network chip +found in a USB phone can lead to a rabbit hole of reverse engineering. +And then you find another phone that has a slightly different chip, and +the process starts all over again.

+

Common chips to look out for

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
555 TimerThis chip can generate audible pulses. This can be used as a +sound source on its own, or to trigger other circuits, or control +motors
Op-Amps (e.g., TL072, TL074, LM358)Op-amps are used to amplify signals, and therefore used in loads +of sound-related applications.
CD40106A Schmitt trigger inverter can generate audible frequencies that +can be tuned. They are often the core of oscillator +schematics.
CD4017A Decade counter is often used for linear step +sequencers.
MicrocontrollersIf you’re lucky, you can use the microcontroller to write your +own program.
+
+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A variety of input and output components + +
A variety of input and output components
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Inputs & outputs

+ + + + + + +
+ +
+

Inputs and outputs are often the most visible parts of an electronic +device—and among the most accessible to salvage. They are the parts that +are most often visible on the outside and thus carry the cultural +context of the device. But this visibility is a double-edged sword: it +risks turning salvaging and recycling into solely aesthetic choices.

+

Recycling facilities, manufactures and product design universities +often tend to focus on recycling, when talking about reducing e-waste. +But among the levels of circularity reduce, reuse, repair, recycle, +refuse, recycling is the least effective. More than half of material is +lost when going through the recycling process and often involves +shipping waste to countries with cheaper labor costs and fewer +environmental regulations, resulting in toxic conditions for both +workers and the environment (iFixit, no date) (Gabrys, +2011) (Roura et al., +2021). Shredding a device doesn’t just lose raw material; it +erases the labor, energy, and environmental costs embedded in its +original creation. And then a new device replaces it.

+

Instead of focusing on the visual esthetic that is visible on the +outside of the original device, I think it’s more interesting to focus +on what made the object the object. According to Richards, this +objecthood is the central theme of DIY/repurposing. Through hacking and +bending we can amplify certain properties of the object (Richards, +2017). Turning a printer into a live coded instrument for +instance, amplifying the scratches a piece of stuck paper can make.

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+iFixit (no date) Recycling is Destruction. +Available at: https://www.ifixit.com/Right-to-Repair/Recycling +(Accessed: 22 April 2025). +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+Roura, M. et al. (2021) ‘Circular digital devices: +Lessons about the social and planetary boundaries’, in +Computing within Limits. Seventh +Workshop on Computing within +Limits 2021, LIMITS. Available at: https://doi.org/10.21428/bf6fb269.3881c46e. +
+
+ +
+ + +
+ + + + + +
+ + +
+ PCB with labeled parts + +
PCB with labeled parts
+ + +
+ +
+ Thicker and handdrawn traces + +
Thicker and handdrawn traces
+ + +
+ +
+ Smaller components are difficult to desolder + +
Smaller components are difficult to desolder
+ + +
+ +
+ The blob cannot be removed + +
The blob cannot be removed
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

PCB (Printed Circuit Board)

+ + +
Also known as Protoboard, breadboard, circuit
+ + + + + +
+ +
+

Printed Circuit Boards, or PCBs, are the panels on which the +electronic circuit is placed. Older boards often reveal hand-drawn +traces, which are much more fluid in design. With computerized PCB +design, those lines straightened out. Most PCBs are made from FR4 (glass +fiber and epoxy)1.

+

The copper tracks on a PCB are usually covered with a green +protective layer, known as solder mask. Sand this off to expose the +copper underneath, ready to solder onto again.

+

Most boards are labeled. They can include a date, information about +connections, component numbering2, and sometimes even +their values 3.

+

Not all PCBs follow the industrial template. Artists and other +tinkerers have come up with alternatives: the paper circuits of +Ciat-Lonbarde, or Dirty Electronics’ boards made from wood and nails. +These kinds of formats offer a more punk-diy way of publishing projects, +where the format is not set in stone. Paper can be cut, nails can be +moved, inviting a maker to explore the circuit more than just soldering +a pre-compiled kit (Blasser, 2015) (Richards, +2013).

+

Protective

+

Did you spot “the Blob” on one of your PCB’s? The blob (fig 17) is +meant to protect certain bare parts of a PCB, but is also known as a +type of reverse engineering protection. Another method of protection is +applying a transparent layer across the entire board, preventing you +from poking around with a multimeter.

+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Richards, J. (2013) ‘Beyond DIY in Electronic +Music, Organised Sound, 18(3), pp. 274–281. +Available at: https://doi.org/10.1017/S1355771813000241. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ ‘note to self, not sure all of these are transistors’ + +
‘note to self, not sure all of these are transistors’
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Transistors

+ + +
Also known as switch, BJT
+ + + + + +
+ +
+

A transistor is a tiny switch that controls a large current with a +smaller one. Depending on its type, applying a small voltage to one leg +causes another to “open” or “close.” This way, transistors can amplify +signals or switch things on and off. You’ll find them near power +supplies, audio paths, and logic circuits. They are sometimes glued to a +heatsink to shed excess heat. They’re sensitive to ambient temperature, +which makes them interactive in sound devices 1.

+

The transistor is often seen as a turning point in computing history. +It replaced big and expensive vacuum tubes, paving the way for portable +radios, cheap toys, and eventually silicon chips. Theories like Moore’s +law2 create an expectation of constant +upgrading, where your computer will be obsolete in two years’ time, and +the illusion of infinite growth.

+

This miniaturization of components did not result in more efficient +technology use. On the contrary, Jevons’ Paradox shows that increased +efficiency in the production process would lead to even more resource +consumption (Remy and Huang, +2015) (Gabrys, 2011) (Parks, +2007).

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+ + +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Recipes for reuse +
+

Chapter

+

Recipes for reuse

+
+ +
+ +
+

Recipes for reuse

+
+

Hopefully, you’ve salvaged a variety of components by now, and we can +start building sound with them. In this chapter you’ll find a bunch of +recipes; the starting points for sound devices. These modular recipes +can be used standalone or connected together into a bigger system. This +modularity makes problem-solving slightly easier1, +and you can pick and choose your modules based on your salvaged +inventory.

+

Every recipe contains a paper circuit2 to +print. These circuits are the blueprint of your device, between a +schematic and an industrial PCB. The biggest advantage of using paper, +apart from being able to solder the connections of your components right +on top of the circuit, is that it is flexible. You can take notes, draw +lines, and adjust the schematic as you go.

+

Assembling the circuit

+
    +
  1. Cut out the circuit and fold it in half, creating a two-sided print +3.
  2. +
  3. Gather the components listed in the “Bill of Materials” (BOM).
  4. +
  5. Populate the first components by pinning the legs through the paper +in their designated areas. Keep an eye on the orientation4. +Start small (resistors) then move to larger parts.
  6. +
  7. Create the connections according to the circuit by soldering the +legs together using (copper) wire.
  8. +
  9. Repeat until all components are in place!
  10. +
  11. Test & triple-check all connections 5.
  12. +
+

There is no need to understand every single component on each recipe +6 but try to follow the connections on +the circuit. Which road is the audio signal taking? This will help you a +lot with troubleshooting.

+

!Safety notes!

+
    +
  • Audio can be surprisingly loud. Use small speakers +(never headphones! 7) you wouldn’t miss if they break and +keep your hand on the volume dial when plugging in your sound device for +the first time.
  • +
  • Use batteries. Plugging into a wall (120V) can be +incredibly dangerous. Always unplug the power from the circuit when +making changes, to prevent shorts.
  • +
  • Watch that smell. “Magic smoke” has a certain +smell. Unplug immediately when something smells/smokes!
  • +
  • Two know more than one. If you’re not sure, invite +a friend and I’m sure you’ll figure it out together.
  • +
+

Finding recipes

+

The DIY synth community is not shy in sharing their schematics. There +are fantastic resources online, such as the Experimentalists Anonymous +DIY Archives the wiki, Music from Outer Space and Handmade Electronic +Music (Collins, 2009). +However, finding resources using salvaged components can be tricky, as +our requirements are a bit different. Most schematics either contain 20+ +components or require (specific) chips, which have proven to be +difficult to find. This limitation has been interesting, as it forces me +to experiment with smaller schematics. Turning the oscillators into +self-modulating instruments, by attaching them together using alligator +clips, actually helped me to learn more about electronics & sound +than any pre-made kit could ever do.

+
+ + +
+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Collins, N. (2009) Handmade electronic music: The art of hardware +hacking. Second edition. New York: Routledge. +
+
+ + +
+
+ + + + + +
+ +
+ + + +
+ +
+ +

Power Supply

+ + + + +

Create a power supply for your future circuits

+ + + +
+ +
+

This circuit provides -9V1, 0V/Ground and +9V +outputs, by combining two 9V batteries. If your project requires it, you +can use any kind of battery instead of the 9V one, as long as they’re +two of the same 2.

+

You could skip the capacitors and resistors and just connect the +batteries together. However, they help filter electrical spikes, making +the output smoother 3.

+
+ + +
+

Testing

+

Before plugging in the batteries, check your connections4. When the batteries are plugged in, +your pins should read -9V and +9V5.

+

Upgrade

+

An upgrade that could be useful is adding a power switch and/or LED +to show if the power supply is active.

+ + +
+ + +
+ +
+
+

Paper circuit: Power Supply

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

Single Transistor Oscillator

+ + + + +

This unreliable schematic creates a tone!

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This super simple oscillator circuit1 +makes use of something called a “reverse avalance breakdown effect” in +transistors. As I understand it, the capacitor and transistor of this +circuit constantly trigger each other, creating a on-off-on-off-on-off +situation, which in the audible realm sounds like a saw wave. Not all +transistors can do it, so it’s a bit of a trial and error process 2.

+

Powering

+

Select the amount of voltage you need based on the transistor3 you have. Mine needed 18V, so using +alligator clips, I’ve connected our previously built power supply.

+

Testing & Troubleshooting

+

After double-checking all your connections, hook the audio out to an +amplified speaker. No sound? Try:

+
    +
  • Check your connections and orientation of the capacitor.
  • +
  • Play around with the potentiometer4.
  • +
  • using a multimeter, follow the entire audio trace from the +transistor up until your audio cable.
  • +
  • Try a different transistor
  • +
+

When there is noise

+

If you, like me, have struggled a lot to get any sound whatsoever, I +can hopefully tell you that this is where things will get +fun(ky). Getting a single sound out of anything is such a +eureka moment 5. Because from here, you’ll be able +to play around with the circuit and use our own imagination. For +instance, using a different sized resistor to change the pitch. Or, +using a Light Dependant Resistor to control the pitch based on the +sound. Or adding a on/off button. Or, building your own keyboard using +multiple resistors…

+ + +
+ + +
+ +
+
+

Paper circuit: Single Transistor Oscillator

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

PCB Keyboard

+ + + + +

A keyboard to play your oscillator

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This recipe uses the Single Transistor Oscillator created in a +previous recipe. The keyboard will replace the resistor of the +oscillator that is in charge of the pitch. That pitch resistor will now +exist on the keyboard.

+

From a PCB that you have salvaged, remove all of the +components and, with a piece of sandpaper, scratch off the green mask of +the PCB, making the copper visible. Now, the traces of the PCB can be +reused as wires. We will place multiple resistors on the PCB, to create +the following circuit:

+
+ + +
+

Find or make a couple of tracks or traces that are not connected to +each other (using the multimeter). These will act as your wires! To one +trace, solder the audio in from the oscillator. Find a trace nearby, +close enough that if you can touch the two traces with your thumb and +solder a resistor on that trace. The other end of the resistor should go +back to your oscillator.

+

Now, when you touch both traces with your finger, a bridge is +created, closing the circuit, and causing the audio signal to go through +your resistor back into the original circuit. If you do this multiple +times with various resistor values, you’ve created a playable +keyboard!

+ +
+ + +
+ +
+
+

Paper circuit: PCB Keyboard

+
+ +
+ +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Taking inventory +
+ +
+

Taking inventory

+
+

After all the dismantling, salvaging, desoldering, and re-making, +it’s time to take inventory. For me, this is the moment to sit in the +middle of a workshop, surrounded by the carcasses of printers, cassette +recorders, and radios, and deal with the remainders. Can we shift the +practice of playful tinkering to also account for the waste streams it +engages with?

+

In the DIY synth community, tinkering often happens collaboratively, +through workshops where participants solder prefabricated kits, as an +accessible entry point into electronics. When I started the field guide, +I imagined creating a similar format, but using only salvaged +components. Logistically, that turned out to be much harder than +expected:

+

Waste streams are +difficult to tap into

+

The circular economy, often marketed as a fix for the mountains of +e-waste, is structured to keep the consumer lifecycle of buying intact. +There is no method in place for taking waste, meaning we must revert to +using what comes on our path or is donated. Which is a lot, but not +consistent.

+

Salvaging the right +components

+

Most synths built in workshops rely on chips like the 555 timers and +op-amps. These chips simplify builds, lower the total amount of +components needed, increasing the chances of a participant completing +the circuit. In the past few months, I haven’t salvaged a single 555 +timer, and only a handful of op-amps. That is not nearly enough to +provide a group of participants with components.

+

But maybe these limitations can also be an opportunity. If we let go +of the expectation that everyone would walk out with a polished +synthesizer, similar to those that can be bought in shops, new +possibilities open up. The constraints of using e-waste as material can +help us to think differently—to engage with different contexts or +reimagine how existing technologies might be repurposed. Instead of +following a set in stone schematic, the recipes are a starting point, +which everyone can execute differently.

+

Fennis urges us to rethink waste, not just as a pile of discarded +phones, but as the material it was before, including the toxic, +environmentally catastrophic legacy. Through reverse engineering and +hacking, they explore the material and learn what the technologies can +do other than what it was designed for(Fennis, 2022). In +other words, by dismantling a wired electronic razor, that was deemed +obsolete and replaced for a battery powered razor, we can remove the +abstraction layer and see that it is actually a blade, a power supply, +and a motor, which in turn can become an instrument. In this way, we can +see the end-of-life of a device, where the consumer is done consuming, +as a moment of celebration, and give it an afterlife (Mansoux +et al., 2023)!

+

It is this kind of tinkering that I think will make us more resilient +against the ongoing attempts by major companies and manufacturers to +keep us locked out of our devices (Lu and Lopes, 2024). +For me, that means not just rethinking waste but also questioning the +workshop format itself—and whether I want to keep using the format with +it. And the truth is, I don’t think so. I see much more to explore in +collaborative spaces such as the (un)repair cafe. This means, this is +not the end of the field guide! It’s the beginning. There are many more +alligator clips to connect.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Lu, J. and Lopes, P. (2024) ‘Unmaking Electronic +Waste, ACM Transactions on Computer-Human +Interaction, 31(6), pp. 1–30. Available at: https://doi.org/10.1145/3674505. +
+
+Mansoux, A. et al. (2023) ‘Permacomputing +Aesthetics: Potential and Limits +of Constraints in Computational Art, +Design and Culture, in Ninth +Computing within Limits 2023. Ninth +Computing within Limits 2023, Virtual: +LIMITS. Available at: https://doi.org/10.21428/bf6fb269.6690fc2e. +
+
+ +
+
+ + + + + + +
+ + +
+ +
+ References +
+ +
+

References

+
+

+
+ +
+ +
+
+ + + + + + + + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/recipes/SingleTransistorOsc/sample.mp3 b/publication/recipes/SingleTransistorOsc/sample.mp3 new file mode 100644 index 0000000..eff8778 Binary files /dev/null and b/publication/recipes/SingleTransistorOsc/sample.mp3 differ diff --git a/publication/recipes/SingleTransistorOsc/sample_Cropped.mp3 b/publication/recipes/SingleTransistorOsc/sample_Cropped.mp3 new file mode 100644 index 0000000..d434233 Binary files /dev/null and b/publication/recipes/SingleTransistorOsc/sample_Cropped.mp3 differ diff --git a/publication/recipes/SingleTransistorOsc/vco.png b/publication/recipes/SingleTransistorOsc/vco.png new file mode 100644 index 0000000..c6bb212 Binary files /dev/null and b/publication/recipes/SingleTransistorOsc/vco.png differ diff --git a/publication/recipes/power-supply/PaperCircuit.png b/publication/recipes/power-supply/PaperCircuit.png new file mode 100644 index 0000000..bbe80d0 Binary files /dev/null and b/publication/recipes/power-supply/PaperCircuit.png differ diff --git a/publication/recipes/power-supply/PaperCircuit.svg b/publication/recipes/power-supply/PaperCircuit.svg new file mode 100644 index 0000000..d33c887 --- /dev/null +++ b/publication/recipes/power-supply/PaperCircuit.svg @@ -0,0 +1,824 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/publication/recipes/power-supply/PaperCircuit.webp b/publication/recipes/power-supply/PaperCircuit.webp new file mode 100644 index 0000000..ff5495c Binary files /dev/null and b/publication/recipes/power-supply/PaperCircuit.webp differ diff --git a/publication/recipes/power-supply/filtering.png b/publication/recipes/power-supply/filtering.png new file mode 100644 index 0000000..af20953 Binary files /dev/null and b/publication/recipes/power-supply/filtering.png differ diff --git a/publication/recipes/power-supply/filtering.webp b/publication/recipes/power-supply/filtering.webp new file mode 100644 index 0000000..b9993f2 Binary files /dev/null and b/publication/recipes/power-supply/filtering.webp differ diff --git a/publication/recipes/power-supply/index.html b/publication/recipes/power-supply/index.html new file mode 100644 index 0000000..042ca33 --- /dev/null +++ b/publication/recipes/power-supply/index.html @@ -0,0 +1,2703 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+
+
+ + 09 June 2025 + + +
+
+

A field guide to

+

Salvaging Sound Devices

+

09 June 2025

+
Rosa Schuurmans
+ + +
+ +
+

Thesis submitted to: the Department of [Experimental Publishing or Lens-Based Media], + Piet Zwart Institute, Willem de Kooning Academy, + in partial fulfilment of the requirements for the final examination for the degree of: + Master of Arts in Fine Art & Design: [Experimental Publishing or Lens-Based Media]. +

+

+ Adviser: Marloes de Valk
+ Second Reader: Aymeric Mansoux
+ Word count: 7616 words +

+
+
+ + + + + +
+ + +
+ +
+ Introduction +
+ +
+

Introduction

+
+
+
+

The real long-term future of computing consists of figuring out how +to make the best possible use we can out of the literal millions of +devices which already exist.

+
+
+

(Solderpunk, 2020, Cited in de Valk, 2022) (de Valk, +2024)

+

Beware! If you’ve picked up this publication expecting to learn how +to make a flawless, DAW-less, in tune and always working polysynth, +think again. However, if you, like me, are interested in making screamy, +dreamy, sound devices using components you can find in the +wild, you’ve come to the right place.

+

When I first read about salvage computing, I got very excited. Being +part of the DIY Sound community, as a sound practitioner and hardware +hacker, I’ve developed a growing discomfort with some aspects of the +practice. Within the DIY Sound community, DIWO workshops are a common +way of sharing knowledge (Richards, 2017), +covering a wide range of topics, from the construction to bending and +hacking and live coding. Over the past few years, I’ve hosted workshops +around circuit bending1 and LOFI sound devices in and around +Rotterdam. These workshops are meant as an accessible way to get people +tinkering with electronics, through something infinitely playful: making +instruments2.

+

In an ecosystem where a printer is only printing with a costly +subscription 3, disruptive products become obsolete +within a year4, fixing your own flat tires is +outsourced 5 and some smartphones literally have +to be frozen to be able to replace the battery 6, +it’s clear we’re no longer in charge of our own devices. Warranty-void +stickers and lengthy terms and conditions scare us into compliance.

+

First time soldering workshops can be very empowering in taking back +this autonomy by making (or breaking) a circuit together7. +They are a shared attempt to uncover some of the black boxes in our own +products (Hertz and Parikka, +2012). However, the toys and materials used in the workshops are +single-use 8 and, with ease, thrown out +afterward. The carelessness notion creeps in that waste has no value, +and is easily replaceable, and broke my heart a bit, one workshop at a +time.

+

This is where the field guide comes into play: Can we shift the +practice of playful tinkering to acknowledge, rather than ignore, the +waste streams they are part of? Limiting ourselves to only use salvaged +components and discovering; is it possible to live off (create with) +electronic components salvaged in the wild? And what would such a +practice entail?

+

Because salvage is not just about reusing materials; but about +confronting the systems that create the waste in the first place. Not +only the obsolete media but also the by-product of the entire production +lifecycle of an electronic product; From the mining of minerals that +make up the hardware to the inevitable disposal site (Gabrys, 2012). +Since the rate at which waste is collected and recycled isn’t growing at +the same pace as our collective buying and production, the landfills +will continue to grow. Parikka even goes as far to say as that recycling +is ultimately “waste-trade”, where our abandoned devices are shipped +across the ocean (Parikka, 2012).

+

Beyond the kit

+

The preference for buying new is noticeable in the DIY synth +community as well. When publishing a project, it’s common to share a +pre-filled webshop cart along with the schematics or even sell it as a +pre-compiled kit9. To me, this goes against the ethos +of DIY that resonates with me the most: making do with what you have, +with a focus on doing, and not the outcome (Hertz, 2023). Instead, a +whole market is created for Lego-like kits. These kits gloss over the +challenges and difficulties of creating sound devices, preventing the +development of much-needed problem-solving skills, and not actually +discovering anything new (Brown, Ferguson and +Bennett, 2019).

+

Instead, what you will learn to build using this guide is a starting +point. Small electronic circuits that produce sound on their own, but +can also be duplicated, manipulated, and modulated 10, +while diving into the questions around the practice of salvaging. The +guide is tested, tinkered, and tweaked during (un)repair cafe evenings +at the Klankschool11. In these hangouts we modify, hack +and repair devices together.

+

The guide is split up into the different stages of salvaging:

+

1. Gathering hardware

+

We trace where to find discarded electronics and how industry +practices shape what ends up in the trash.

+

2. Dismantling devices

+

Opening up devices to uncover design strategies that prevent +access

+

3. Components to salvage

+

Identifying and extracting useful components—motors, sensors, +chips, while diving deeper in their material.

+

4. Recipes for making

+

Methods for building sound devices.

+

5. Taking inventory

+

Time to clean the workbench and reflect

+

Happy scavenging!

+
+ + +
+
+
+Brown, A., Ferguson, J. and Bennett, A. (2019) ‘Cooperative +Experimentalism: Sharing to enhance electronic +media’, in. Proceedings of the International +Symposium on Electronic Art +(ISEA2019), pp. 480–483. Available at: http://hdl.handle.net/10072/409917. +
+
+Chokkattu, J. (2025) What to Do With Your Defunct Humane Ai +Pin. Wired. Available at: https://www.wired.com/story/what-to-do-with-your-humane-ai-pin/ +(Accessed: 13 March 2025). +
+
+de Valk, M. (2024) ‘Salvaged computing’, Damaged +Earth Catalog. Available at: https://damaged.bleu255.com/Salvage_Computing. +
+
+Gabrys, J. (2012) ‘Salvage’, in Depletion design: A +glossary of network ecologies. Amsterdam: Institute of Network +Cultures (Theory on demand, 8). Available at: https://issuu.com/instituteofnetworkcultures/docs/tod_8_depletion_design. +
+
+Hachman, M. (2024) The nightmare is real: HP makes +printing a monthly subscription. PCWorld. Available at: https://www.pcworld.com/article/2251993/the-nightmare-is-real-hp-makes-printing-a-subscription.html +(Accessed: 14 April 2025). +
+
+Havard, S. (2017) Essential Phone Teardown. +iFixit. Available at: https://www.ifixit.com/Teardown/Essential+Phone+Teardown/96764 +(Accessed: 14 April 2025). +
+
+Hertz, G. (2023) Art + DIY electronics. Cambridge, +Massachusetts: The MIT Press. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parikka, J. (2012) ‘Dust Matter, in Institute +of Network Cultures, Depletion design: A glossary of network +ecologies. Amsterdam: Institute of Network Cultures (Theory on +demand, 8), pp. 53–57. +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Gathering hardware +
+

Chapter

+

Gathering hardware

+
+ +
+ +
+

Gathering hardware

+
+

When salvaging for parts, we are looking for abandoned hardware. +Hardware that is still fine on the inside but no longer considered as +functional by its previous owners1. These devices can be a +literal goldmine of working parts that could be repurposed, as they +probably still function, it’s the stylistic obsolescence that is the +problem.

+

Remy & Huang argue that the core goals of ICT are simply +researching new technologies and selling more products (Remy +and Huang, 2015). To achieve the latter, manufacturers have +embraced structured obsolescence: the idea that a product has a limited +lifespan and ought to be consumed and upgraded within a few years (Sterne, +2007). This strategy is embedded in the manufacturing, marketing +and even the naming of products 2. It’s been embedded in +consumer culture since the late 19th century, originally invented as a +solution for overproduction (Hertz and Parikka, +2012). As a result, many devices have since been upgraded, +replaced, devalued, and thrown out, before ever reaching their full +potential (Parks, 2007). It +is exactly these machines we are looking for. So, where to find +them?

+

I’ve identified 3 strategies for gathering electronic hardware.

+

1. Institutional discards

+

Offices, schools, museums, or other companies often replace their +hardware every 5 years, whether it’s broken or not, due to tax +regulations3. If electronics aren’t central to +their operations, their leftovers often gather dust. Keep your ears +open, utilize your network, these forgotten machines could be your best +source.

+

2. Browsing the streets

+

I feel like good waste “comes to you”. Keep your eyes open, look +around. Actively going on waste walks has not paid off 4. +Their chances depend heavily on local waste policies 5 and +activities6.

+

3. Donations from friends & +family

+

As you enthusiastically keep your friends & family in the loop +about your salvaging endeavors, you’ll notice the phenomenon of +donations. Since a sizeable portion of our replaced computing devices +still reside in our storage units, waiting to be of any value, most +would be happy to find such a good destination as you (Gabrys, +2011).

+

Infiltrating the waste +stream

+

My attempts to create a consistent waste-income through more official +routes have not been successful. These established waste streams, where +trash is being collected, organized, and processed in multiple +facilities, are difficult to trace. Rotterdam collects e-waste via +official centers and drop-off bins, usually placed inside supermarkets. +The emphasis is on bringing waste in. What happens after is vague and +leans heavily on a promise of a circular economy7.

+

Consumer devices can be returned to the manufacturer through +recycling programs. Here too, it’s unclear what exactly happens with the +returned devices, and the program is always part of a customer journey +8. This relieves the consumer of the +disposal responsibility but keeps the cycle of buying new unaltered.

+

Trying to engage with these streams differently, by salvaging, not +just discarding, is nearly impossible. Access is tightly controlled. +Waste is only moved when it can be translated into monetary value, and +even then, only in bulk. Taking from recycling centers is prohibited; +solo salvaging has no place in this transaction9.

+

Pick your battles

+

When inspecting a device for salvage possibilities, I try to imagine +what the inside of the device looks like. What kind of components might +I find? Are there any motors or moving parts? What kind of material is +the device made of? What time period does it come from? Which companies +manufactured the device and its parts? Is there an audio signal on the +inside? Do I see any use for it now?

+

If I don’t expect much, I’ll leave it for the next person to +salvage.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+Sterne, J. (2007) ‘Out With the Trash: +On the Future of New +Technologies, in C. Acland (ed.) Residual +Media. Minneapolis: University of Minnesota Press, pp. +16–31. Available at: https://sterneworks.org/OutwiththeTrash.pdf. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Dismantling +
+

Chapter

+

Dismantling

+
+ +
+ +
+

Dismantling

+
+

Once you’ve found a piece of hardware, it’s time to start dismantling +the device. Let’s set up a workspace where you can easily move your +device around and keep track of small parts. To take the device apart, +we will need some tools. Which specifically differ a bit per device, but +this is what I have in my own toolkit:

+

To open devices

+
    +
  • A set of screwdrivers with various bits and sizes 1
  • +
  • Plastic spudger or pick — Used to pry open seams without +damaging the casing
  • +
  • Saw or utility knife - cut through plastic cases or stubborn +sections
  • +
  • Flat pliers - for heavy duty pulling
  • +
  • Drill - to drill through stuck and damaged screws
  • +
  • Tweezers
  • +
+

For salvaging & making

+
    +
  • Multimeter — Tests components for continuity, resistance, or +voltage
  • +
  • Soldering iron & solder
  • +
  • Desoldering pump
  • +
  • Solder wick
  • +
  • Flux
  • +
  • Alligator clips - quickly make connections without +soldering
  • +
  • Thin copper wire2
  • +
  • Battery powered speakers for listening + audio cable
  • +
  • 9V batteries
  • +
+
+ + +
+

Opening up

+

It’s not always clear where to start. Grabbing a heavy duty tool +immediately could result in permanent damage. It is better to start more +carefully. In some cases, product manufacturers provide service +manuals3. But in most cases, we’re left to +figure it out ourselves. Fortunately, online communities like IFixIt +create their own teardown guides, that can sometimes give us a head +start.

+

Let’s take a look at the device. Can you spot any screws? They might +be hidden behind warranty stickers4 or tucked away in +obscure corners. I find it helpful to follow the seams of the casing. +Especially with plastic enclosures, it’s not just screws—look for small +tabs or glue holding things together.

+
+ + +
+

If you manage to create a small slit gap in a seam, insert a thin +plastic pic and carefully push it along the seam. There might be small +tabs holding the casing together. If the manufacturer really didn’t want +you to get in there, they’ve glued it all up, and it is impossible to +get in the device without causing permanent damage5.

+

Disassembly is really about patience and finding those small gaps in +the enclosures, pulling and pushing until you’ve dismantled the entire +device. Did you manage? Amazing! You’re now staring at the messy, +material reality of your device6.

+

Uncovering black boxes

+

Through design choices like hiding screws, heat stakes7, +strong adhesive, and using various screw sizes, it becomes clear: the +manufacturer really does not want you in there. These are black boxes by +design, destined to become obsolete, as replacement parts are not +available, and critical components are not interchangeable. The only +option is to buy an entirely new product again.

+

The act of black boxing are an attempt to keep us unconsciously +incompetent, and increases the distance between the consumer and the +materiality of the device. The modern laptop is silent, not giving any +indication of whatever is happening on the inside, or its material +origins. It is only when something breaks, that their materiality +becomes a reality again (Hertz and Parikka, +2012) (Emerson, +2021).

+

It is by opening the devices, however, that we can rediscover +materiality. Then it becomes clear that what may appear so robust, +seamless, and futuristic on the outside is fragile, breakable and almost +futile on the inside. With the Multimeter we can track the traces from +the speaker to the microchip to the microphone. Or is there something +else in between?

+
+

Discoveries at the (un)repair cafe

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+Aragon, N. (2023) Warranty Void Stickers: +Are they legal outside the US? iFixit. +Available at: https://www.ifixit.com/News/74736/warranty-void-stickers-are-illegal-in-the-us-what-about-elsewhere +(Accessed: 20 April 2025). +
+
+Emerson, L. (2021) Six (Difficult and +Inconvenient) Values to Reclaim +the Future with Old Media. Available at: +https://loriemerson.net/2021/11/21/six-difficult-and-inconvenient-values-to-reclaim-the-future-with-old-media%ef%bf%bc/ +(Accessed: 5 January 2025). +
+
+Hertz, G. and Parikka, J. (2012) ‘Zombie media: +Circuit bending media archaeology into an art +method’, Leonardo, 45(5), pp. 424–430. Available at: https://doi.org/10.1162/LEON_a_00438. +
+
+ + +
+
+ + + + + + +
+ + +
+ +
+ Components +
+

Chapter

+

Components

+
+ +
+ +
+

Components

+
+

Once you’ve broken your device down into its individual puzzle +pieces, we can zoom in on them more closely. Is there anything that +immediately sparks your interest? Did you already uncover unexpected +materials? Chances are you uncovered one or more Printed Circuit Boards +(PCBs), and—very generally speaking—some kind of input and output +components, all connected by several types of wire1. +For example, inside a digital picture frame I found a power input, a +battery, a screen, speakers, a two-sided PCB, and an antenna.

+

PCBs are populated with either “through hole” (THT) or “surface +mount” (SMD) components. SMD components are very small and soldered +directly onto the board’s surface. Their size makes labels hard to read, +and they’re designed for automated assembly, making them impractical for +salvage2. That’s why I rarely salvage from +computer-type devices. These usually contain nothing but SMD components +and lack interesting interactions or mechanical parts.

+

Desoldering

+

Desoldering components is generally more difficult than soldering and +requires patience and practice. Ironically, desoldering guns are much +more expensive than soldering irons, so here’s how I do it, without +one.

+

In a well-ventilated3 room, heat up the blob of solder +that connects the component to the PCB using a soldering iron. After a +couple of seconds, you’ll notice the solder becomes liquid4.

+

Then, using tweezers or a plier, I carefully pull the leg out from +the backside of the board, and then do the same for the other legs. This +process can take somewhere between 10 seconds and 10 minutes and can be +both frustrating and meditative.

+

Common components

+

In the next few pages, I’ll briefly address some of the more common +components. If you want to know more about what each component +specifically does, I recommend Getting started in electronics (Mims, +1983).

+

Many components, like transistors and chips, have datasheets +available online. You can usually find them by entering the part number, +often printed directly on the component5, +into a search engine. While datasheets can be overwhelming and full of +technical jargon, they typically show a pinout, explaining what each leg +does, and a description of the component’s behavior.

+

In the next chapter, we’ll get into making with the salvaged +components. The recipes need some specific components, which are +highlighted below. It’s always wise to have some extra! Components might +break, speaking from experience, having to stop because you’ve run out +of working components, is very discouraging.

+
+

Overview of common components

+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCategoryDescriptionFound inSymbol
555 TimerChipA small chip that generates pulsesTimers, LED dimmers
CapacitorCapacitorStore a voltageEverywhere!
CoilPassiveThese funky components can create sounds on their ownTransformers, relays, wireless charging
Crystal OscillatorPassiveGenerates a frequency that is often used as a clockDevices that have processors
DiodePassiveForces current to flow in one directionEverywhere!
DisplaysOutputDisplay informationMonitors, calculators, embedded systems
LEDOutputEmit a small lightEverywhere!
Logic chipsChipCreate logic and switchesComputers, microcontrollers, control circuits
MOSFETChipNot sure yetPower supplies, motor control
MagnetMiscElectromagnetic applications, motorsSpeakers, hard drives
MicrocontrollerChipProgrammable chip, for example the ATmega328Embedded systems, Arduino, automation
MicrophoneInputRecord soundPhones, vapes
MotorOutputSpins when a power is appliedPrinters, blenders, vacuums
NPN TransistorTransistorAmplification/switchingEverywhere!
Op-AmpChipAmplifying signalsAudio circuits, sensors, control systems
PNP TransistorTransistorAmplification/switchingEverywhere!
Piezo discOuput/InputRecords or creates vibrationsBuzzers, sensors
PotentiometerResistorLimiting voltage through a knobVolume knobs, light dimmers
RelaySwitchSwitches powerHousehold appliances
ResistorResistorLimiting voltageEverywhere!
SpeakerOuputOutputs soundToys, (portable) radios
Switches & buttonsInputInteract with the deviceLight switches, keyboards
ThermistorResistorLimiting voltage dependent on temperatureNot sure yet
TrimpotsResistorLimit voltage through a small knob adjustable with a +screwdriverAudio circuits, calibration devices
Voltage regulatorsChipNot sure yetPower supplies, embedded systems
+
+
+
+Mims, F.M. (1983) Getting started in electronics. 4th edn. +Niles, Ill: Master Publishing. +
+
+ + +
+
+ + + + + +
+ + +
+ These resistors were salvaged from a Reel to Reel recorder + +
These resistors were salvaged from a Reel to Reel recorder
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Resistors

+ + +
Also known as knob, pot, potentiometer, variable resistor, dial
+ + + + + +
+ +
+

You’ll find resistors in nearly every electronic device and +schematic. It’s useful to keep a wide range of values around, from +1Ω(ohm) up to 10 million Ω. Their colored bands indicate their value1. In my experience, their values on +schematics are usually an indicator, and you can divert slightly without +too much impact on your project.

+

Variable resistors—like photoresistors and potentiometers—are +especially worth salvaging, along with their knobs2. +They can make your circuit interactive, by replacing fixed resistors +with variable ones. This is also a common circuit bending technique, as +with older toys the pitch of a sample is often regulated by a pitch +transistor, replacing this with a variable one allow you to control +the playback speed into drone like sonic realms3.

+

Types of resistors

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Carbon or metal film resistorComes in different values, marked with color bands
PhotoresistorChanges resistance based on ambient light levels
PotentiometerA knob-controlled resistor
Stereo potentiometerControls two channels at once, often used for stereo audio
Slide potentiometerA slider-controlled resistor
Trim potA small, precise variable resistor you adjust with a screwdriver, +used for circuit calibration
ThermistorChanges resistance based on temperature
+
+ + +
+ + +
+ + + + + +
+ + +
+ The various sizes of Capacitors + +
The various sizes of Capacitors
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Capacitors

+ + +
Also known as cap, condenser
+ + + + + +
+ +
+

Capacitors come in all sizes. I’ve seen ones as big as a coffee cup, +and SMD types so small they’re barely visible. Like resistors, these +passive components appear in nearly all circuits and store limited +amounts of electricity. This is measured in farads (F).

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Capacitor TypeTypical Value RangePolarized
Ceramic1 pF – 100 nFNo
Electrolytic (Aluminum)0.1 µF – 10,000 µFYes
Film1 nF – 10 µFNo
+
+

Salvaging capacitors safely

+

Capacitors store electricity even after power is cut. Touching a +charged one can shock you. Larger types, like those in camera flashes or +TVs, can store a dangerous amount. Always discharge big capacitors +before storing. I do this by shorting the legs with a screwdriver. This +may cause a small spark, as you’ve just created a short circuit.

+

Testing capacitors

+

Electrolytic capacitors don’t age well. Left unused, they have a +lifespan of 2 to 3 years (Jang et +al., 2017). After that, they can leak, spreading a yellow +gooey material over the PCB, causing other connections to malfunction 1.

+

You can verify the capacitor’s capacitance with a multimeter. In +continuity mode, which beeps if there’s a connection, touch both legs of +the discharged capacitor with the probes. If you hear no sound, or a +continuous volume/pitch: the capacitor is dead. Otherwise, it’s +fine.

+
+
+Jang, E. et al. (2017) ‘Unplanned +Obsolescence: Hardware and Software +After Collapse, in Proceedings of the 2017 +Workshop on Computing Within Limits. +LIMITS ’17: Workshop on Computing +Within Limits, Santa Barbara California USA: ACM, pp. +93–101. Available at: https://doi.org/10.1145/3080556.3080566. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A chip sooooo small the picture has to be blurry + +
A chip sooooo small the picture has to be blurry
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Chips

+ + +
Also known as IC, Intergrated Circuit
+ + + + + +
+ +
+

Chips, or integrated circuits, are tiny black boxes packed with +microscopic components. You’ll find them on nearly every modern circuit +board. Some handle small, specific tasks, like controlling LEDs, while +others run full operating systems.

+

Don’t let the size fool you! The creation of a chip, from toxic +chemicals to the black container, involves around 300 steps, during +which 99% of material byproduct is discarded, creating hazardous waste +sites (Gabrys, 2011). So, +if there is one part worth salvaging, it’s this one.

+

Unfortunately, as modular as they might seem, reusing chips is not +plug ’n play. While some are common and well-documented1, +most are obscured and specific. For instance, reusing the network chip +found in a USB phone can lead to a rabbit hole of reverse engineering. +And then you find another phone that has a slightly different chip, and +the process starts all over again.

+

Common chips to look out for

+
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
555 TimerThis chip can generate audible pulses. This can be used as a +sound source on its own, or to trigger other circuits, or control +motors
Op-Amps (e.g., TL072, TL074, LM358)Op-amps are used to amplify signals, and therefore used in loads +of sound-related applications.
CD40106A Schmitt trigger inverter can generate audible frequencies that +can be tuned. They are often the core of oscillator +schematics.
CD4017A Decade counter is often used for linear step +sequencers.
MicrocontrollersIf you’re lucky, you can use the microcontroller to write your +own program.
+
+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ A variety of input and output components + +
A variety of input and output components
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Inputs & outputs

+ + + + + + +
+ +
+

Inputs and outputs are often the most visible parts of an electronic +device—and among the most accessible to salvage. They are the parts that +are most often visible on the outside and thus carry the cultural +context of the device. But this visibility is a double-edged sword: it +risks turning salvaging and recycling into solely aesthetic choices.

+

Recycling facilities, manufactures and product design universities +often tend to focus on recycling, when talking about reducing e-waste. +But among the levels of circularity reduce, reuse, repair, recycle, +refuse, recycling is the least effective. More than half of material is +lost when going through the recycling process and often involves +shipping waste to countries with cheaper labor costs and fewer +environmental regulations, resulting in toxic conditions for both +workers and the environment (iFixit, no date) (Gabrys, +2011) (Roura et al., +2021). Shredding a device doesn’t just lose raw material; it +erases the labor, energy, and environmental costs embedded in its +original creation. And then a new device replaces it.

+

Instead of focusing on the visual esthetic that is visible on the +outside of the original device, I think it’s more interesting to focus +on what made the object the object. According to Richards, this +objecthood is the central theme of DIY/repurposing. Through hacking and +bending we can amplify certain properties of the object (Richards, +2017). Turning a printer into a live coded instrument for +instance, amplifying the scratches a piece of stuck paper can make.

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+iFixit (no date) Recycling is Destruction. +Available at: https://www.ifixit.com/Right-to-Repair/Recycling +(Accessed: 22 April 2025). +
+
+Richards, J. (2017) DIY and Maker +Communities in Electronic Music, in J. +d’Escrivan and N. Collins (eds) The Cambridge Companion +to Electronic Music. 2nd edn. Cambridge: Cambridge +University Press (Cambridge Companions to +Music), pp. 238–257. Available at: https://doi.org/10.1017/9781316459874.015. +
+
+Roura, M. et al. (2021) ‘Circular digital devices: +Lessons about the social and planetary boundaries’, in +Computing within Limits. Seventh +Workshop on Computing within +Limits 2021, LIMITS. Available at: https://doi.org/10.21428/bf6fb269.3881c46e. +
+
+ +
+ + +
+ + + + + +
+ + +
+ PCB with labeled parts + +
PCB with labeled parts
+ + +
+ +
+ Thicker and handdrawn traces + +
Thicker and handdrawn traces
+ + +
+ +
+ Smaller components are difficult to desolder + +
Smaller components are difficult to desolder
+ + +
+ +
+ The blob cannot be removed + +
The blob cannot be removed
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

PCB (Printed Circuit Board)

+ + +
Also known as Protoboard, breadboard, circuit
+ + + + + +
+ +
+

Printed Circuit Boards, or PCBs, are the panels on which the +electronic circuit is placed. Older boards often reveal hand-drawn +traces, which are much more fluid in design. With computerized PCB +design, those lines straightened out. Most PCBs are made from FR4 (glass +fiber and epoxy)1.

+

The copper tracks on a PCB are usually covered with a green +protective layer, known as solder mask. Sand this off to expose the +copper underneath, ready to solder onto again.

+

Most boards are labeled. They can include a date, information about +connections, component numbering2, and sometimes even +their values 3.

+

Not all PCBs follow the industrial template. Artists and other +tinkerers have come up with alternatives: the paper circuits of +Ciat-Lonbarde, or Dirty Electronics’ boards made from wood and nails. +These kinds of formats offer a more punk-diy way of publishing projects, +where the format is not set in stone. Paper can be cut, nails can be +moved, inviting a maker to explore the circuit more than just soldering +a pre-compiled kit (Blasser, 2015) (Richards, +2013).

+

Protective

+

Did you spot “the Blob” on one of your PCB’s? The blob (fig 17) is +meant to protect certain bare parts of a PCB, but is also known as a +type of reverse engineering protection. Another method of protection is +applying a transparent layer across the entire board, preventing you +from poking around with a multimeter.

+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Richards, J. (2013) ‘Beyond DIY in Electronic +Music, Organised Sound, 18(3), pp. 274–281. +Available at: https://doi.org/10.1017/S1355771813000241. +
+
+ + +
+ + +
+ + + + + +
+ + +
+ ‘note to self, not sure all of these are transistors’ + +
‘note to self, not sure all of these are transistors’
+ + +
+ + +
+ +
+ +
+ + + +
+ +
+ +

Transistors

+ + +
Also known as switch, BJT
+ + + + + +
+ +
+

A transistor is a tiny switch that controls a large current with a +smaller one. Depending on its type, applying a small voltage to one leg +causes another to “open” or “close.” This way, transistors can amplify +signals or switch things on and off. You’ll find them near power +supplies, audio paths, and logic circuits. They are sometimes glued to a +heatsink to shed excess heat. They’re sensitive to ambient temperature, +which makes them interactive in sound devices 1.

+

The transistor is often seen as a turning point in computing history. +It replaced big and expensive vacuum tubes, paving the way for portable +radios, cheap toys, and eventually silicon chips. Theories like Moore’s +law2 create an expectation of constant +upgrading, where your computer will be obsolete in two years’ time, and +the illusion of infinite growth.

+

This miniaturization of components did not result in more efficient +technology use. On the contrary, Jevons’ Paradox shows that increased +efficiency in the production process would lead to even more resource +consumption (Remy and Huang, +2015) (Gabrys, 2011) (Parks, +2007).

+
+
+Gabrys, J. (2011) Digital Rubbish: A Natural +History of Electronics. University of Michigan +Press. Available at: https://doi.org/10.2307/j.ctv65swcp. +
+
+Parks, L. (2007) ‘Falling Apart: Electronics +Salvaging and the Global Media Economy, in +Acland, C. R., Residual Media. Minneapolis: +University of Minnesota Press, pp. 32–47. +
+
+Remy, C. and Huang, E.M. (2015) ‘Limits and sustainable +interaction design: Obsolescence in a future of collapse and resource +scarcity’. Available at: https://doi.org/10.5167/UZH-110997. +
+
+ + +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Recipes for reuse +
+

Chapter

+

Recipes for reuse

+
+ +
+ +
+

Recipes for reuse

+
+

Hopefully, you’ve salvaged a variety of components by now, and we can +start building sound with them. In this chapter you’ll find a bunch of +recipes; the starting points for sound devices. These modular recipes +can be used standalone or connected together into a bigger system. This +modularity makes problem-solving slightly easier1, +and you can pick and choose your modules based on your salvaged +inventory.

+

Every recipe contains a paper circuit2 to +print. These circuits are the blueprint of your device, between a +schematic and an industrial PCB. The biggest advantage of using paper, +apart from being able to solder the connections of your components right +on top of the circuit, is that it is flexible. You can take notes, draw +lines, and adjust the schematic as you go.

+

Assembling the circuit

+
    +
  1. Cut out the circuit and fold it in half, creating a two-sided print +3.
  2. +
  3. Gather the components listed in the “Bill of Materials” (BOM).
  4. +
  5. Populate the first components by pinning the legs through the paper +in their designated areas. Keep an eye on the orientation4. +Start small (resistors) then move to larger parts.
  6. +
  7. Create the connections according to the circuit by soldering the +legs together using (copper) wire.
  8. +
  9. Repeat until all components are in place!
  10. +
  11. Test & triple-check all connections 5.
  12. +
+

There is no need to understand every single component on each recipe +6 but try to follow the connections on +the circuit. Which road is the audio signal taking? This will help you a +lot with troubleshooting.

+

!Safety notes!

+
    +
  • Audio can be surprisingly loud. Use small speakers +(never headphones! 7) you wouldn’t miss if they break and +keep your hand on the volume dial when plugging in your sound device for +the first time.
  • +
  • Use batteries. Plugging into a wall (120V) can be +incredibly dangerous. Always unplug the power from the circuit when +making changes, to prevent shorts.
  • +
  • Watch that smell. “Magic smoke” has a certain +smell. Unplug immediately when something smells/smokes!
  • +
  • Two know more than one. If you’re not sure, invite +a friend and I’m sure you’ll figure it out together.
  • +
+

Finding recipes

+

The DIY synth community is not shy in sharing their schematics. There +are fantastic resources online, such as the Experimentalists Anonymous +DIY Archives the wiki, Music from Outer Space and Handmade Electronic +Music (Collins, 2009). +However, finding resources using salvaged components can be tricky, as +our requirements are a bit different. Most schematics either contain 20+ +components or require (specific) chips, which have proven to be +difficult to find. This limitation has been interesting, as it forces me +to experiment with smaller schematics. Turning the oscillators into +self-modulating instruments, by attaching them together using alligator +clips, actually helped me to learn more about electronics & sound +than any pre-made kit could ever do.

+
+ + +
+
+
+Blasser, P. (2015) Stores at the Mall. Wesleyan +University. Available at: https://doi.org/10.14418/wes01.2.84. +
+
+Collins, N. (2009) Handmade electronic music: The art of hardware +hacking. Second edition. New York: Routledge. +
+
+ + +
+
+ + + + + +
+ +
+ + + +
+ +
+ +

Power Supply

+ + + + +

Create a power supply for your future circuits

+ + + +
+ +
+

This circuit provides -9V1, 0V/Ground and +9V +outputs, by combining two 9V batteries. If your project requires it, you +can use any kind of battery instead of the 9V one, as long as they’re +two of the same 2.

+

You could skip the capacitors and resistors and just connect the +batteries together. However, they help filter electrical spikes, making +the output smoother 3.

+
+ + +
+

Testing

+

Before plugging in the batteries, check your connections4. When the batteries are plugged in, +your pins should read -9V and +9V5.

+

Upgrade

+

An upgrade that could be useful is adding a power switch and/or LED +to show if the power supply is active.

+ + +
+ + +
+ +
+
+

Paper circuit: Power Supply

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

Single Transistor Oscillator

+ + + + +

This unreliable schematic creates a tone!

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This super simple oscillator circuit1 +makes use of something called a “reverse avalance breakdown effect” in +transistors. As I understand it, the capacitor and transistor of this +circuit constantly trigger each other, creating a on-off-on-off-on-off +situation, which in the audible realm sounds like a saw wave. Not all +transistors can do it, so it’s a bit of a trial and error process 2.

+

Powering

+

Select the amount of voltage you need based on the transistor3 you have. Mine needed 18V, so using +alligator clips, I’ve connected our previously built power supply.

+

Testing & Troubleshooting

+

After double-checking all your connections, hook the audio out to an +amplified speaker. No sound? Try:

+
    +
  • Check your connections and orientation of the capacitor.
  • +
  • Play around with the potentiometer4.
  • +
  • using a multimeter, follow the entire audio trace from the +transistor up until your audio cable.
  • +
  • Try a different transistor
  • +
+

When there is noise

+

If you, like me, have struggled a lot to get any sound whatsoever, I +can hopefully tell you that this is where things will get +fun(ky). Getting a single sound out of anything is such a +eureka moment 5. Because from here, you’ll be able +to play around with the circuit and use our own imagination. For +instance, using a different sized resistor to change the pitch. Or, +using a Light Dependant Resistor to control the pitch based on the +sound. Or adding a on/off button. Or, building your own keyboard using +multiple resistors…

+ + +
+ + +
+ +
+
+

Paper circuit: Single Transistor Oscillator

+
+ +
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ +
+ +

PCB Keyboard

+ + + + +

A keyboard to play your oscillator

+ + + +
+ + + + + + + + +
+ + + +
+ +
+

This recipe uses the Single Transistor Oscillator created in a +previous recipe. The keyboard will replace the resistor of the +oscillator that is in charge of the pitch. That pitch resistor will now +exist on the keyboard.

+

From a PCB that you have salvaged, remove all of the +components and, with a piece of sandpaper, scratch off the green mask of +the PCB, making the copper visible. Now, the traces of the PCB can be +reused as wires. We will place multiple resistors on the PCB, to create +the following circuit:

+
+ + +
+

Find or make a couple of tracks or traces that are not connected to +each other (using the multimeter). These will act as your wires! To one +trace, solder the audio in from the oscillator. Find a trace nearby, +close enough that if you can touch the two traces with your thumb and +solder a resistor on that trace. The other end of the resistor should go +back to your oscillator.

+

Now, when you touch both traces with your finger, a bridge is +created, closing the circuit, and causing the audio signal to go through +your resistor back into the original circuit. If you do this multiple +times with various resistor values, you’ve created a playable +keyboard!

+ +
+ + +
+ +
+
+

Paper circuit: PCB Keyboard

+
+ +
+ +
+ + +
+ + + + + + + + +
+ + +
+ +
+ Taking inventory +
+ +
+

Taking inventory

+
+

After all the dismantling, salvaging, desoldering, and re-making, +it’s time to take inventory. For me, this is the moment to sit in the +middle of a workshop, surrounded by the carcasses of printers, cassette +recorders, and radios, and deal with the remainders. Can we shift the +practice of playful tinkering to also account for the waste streams it +engages with?

+

In the DIY synth community, tinkering often happens collaboratively, +through workshops where participants solder prefabricated kits, as an +accessible entry point into electronics. When I started the field guide, +I imagined creating a similar format, but using only salvaged +components. Logistically, that turned out to be much harder than +expected:

+

Waste streams are +difficult to tap into

+

The circular economy, often marketed as a fix for the mountains of +e-waste, is structured to keep the consumer lifecycle of buying intact. +There is no method in place for taking waste, meaning we must revert to +using what comes on our path or is donated. Which is a lot, but not +consistent.

+

Salvaging the right +components

+

Most synths built in workshops rely on chips like the 555 timers and +op-amps. These chips simplify builds, lower the total amount of +components needed, increasing the chances of a participant completing +the circuit. In the past few months, I haven’t salvaged a single 555 +timer, and only a handful of op-amps. That is not nearly enough to +provide a group of participants with components.

+

But maybe these limitations can also be an opportunity. If we let go +of the expectation that everyone would walk out with a polished +synthesizer, similar to those that can be bought in shops, new +possibilities open up. The constraints of using e-waste as material can +help us to think differently—to engage with different contexts or +reimagine how existing technologies might be repurposed. Instead of +following a set in stone schematic, the recipes are a starting point, +which everyone can execute differently.

+

Fennis urges us to rethink waste, not just as a pile of discarded +phones, but as the material it was before, including the toxic, +environmentally catastrophic legacy. Through reverse engineering and +hacking, they explore the material and learn what the technologies can +do other than what it was designed for(Fennis, 2022). In +other words, by dismantling a wired electronic razor, that was deemed +obsolete and replaced for a battery powered razor, we can remove the +abstraction layer and see that it is actually a blade, a power supply, +and a motor, which in turn can become an instrument. In this way, we can +see the end-of-life of a device, where the consumer is done consuming, +as a moment of celebration, and give it an afterlife (Mansoux +et al., 2023)!

+

It is this kind of tinkering that I think will make us more resilient +against the ongoing attempts by major companies and manufacturers to +keep us locked out of our devices (Lu and Lopes, 2024). +For me, that means not just rethinking waste but also questioning the +workshop format itself—and whether I want to keep using the format with +it. And the truth is, I don’t think so. I see much more to explore in +collaborative spaces such as the (un)repair cafe. This means, this is +not the end of the field guide! It’s the beginning. There are many more +alligator clips to connect.

+
+
+Fennis, M. (2022) ‘Ontology Of Electronic +Waste. Available at: https://vigia.tech/1159-2/. +
+
+Lu, J. and Lopes, P. (2024) ‘Unmaking Electronic +Waste, ACM Transactions on Computer-Human +Interaction, 31(6), pp. 1–30. Available at: https://doi.org/10.1145/3674505. +
+
+Mansoux, A. et al. (2023) ‘Permacomputing +Aesthetics: Potential and Limits +of Constraints in Computational Art, +Design and Culture, in Ninth +Computing within Limits 2023. Ninth +Computing within Limits 2023, Virtual: +LIMITS. Available at: https://doi.org/10.21428/bf6fb269.6690fc2e. +
+
+ +
+
+ + + + + + +
+ + +
+ +
+ References +
+ +
+

References

+
+

+
+ +
+ +
+
+ + + + + + + + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/recipes/power-supply/photo.jpeg b/publication/recipes/power-supply/photo.jpeg new file mode 100644 index 0000000..9aa079d Binary files /dev/null and b/publication/recipes/power-supply/photo.jpeg differ diff --git a/publication/recipes/power-supply/photo.webp b/publication/recipes/power-supply/photo.webp new file mode 100644 index 0000000..a28f984 Binary files /dev/null and b/publication/recipes/power-supply/photo.webp differ diff --git a/publication/recipes/power-supply/powersupply.webp b/publication/recipes/power-supply/powersupply.webp new file mode 100644 index 0000000..f38b812 Binary files /dev/null and b/publication/recipes/power-supply/powersupply.webp differ diff --git a/publication/repair-logs/20241031.html b/publication/repair-logs/20241031.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/repair-logs/20241031.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/publication/repair-logs/28112024.html b/publication/repair-logs/28112024.html new file mode 100644 index 0000000..e1be96a --- /dev/null +++ b/publication/repair-logs/28112024.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + I dont have a title + + + +
+
+ + + + +
+ +
+ + + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + +
+ + + + + + +
+ +
+ + +

+
+ + + + + \ No newline at end of file diff --git a/src/assets/devices/scan_phone.jpg b/src/assets/devices/scan_phone.jpg deleted file mode 100644 index 1c7121b..0000000 Binary files a/src/assets/devices/scan_phone.jpg and /dev/null differ diff --git a/src/assets/styles/typography.css b/src/assets/styles/typography.css deleted file mode 100644 index 75462bf..0000000 --- a/src/assets/styles/typography.css +++ /dev/null @@ -1,268 +0,0 @@ -:root { - --font-family: "Fira Sans", sans-serif; - --font-family-mono: "Fira Mono", serif; -} - -@font-face { - font-family: 'Fira Sans'; - src: local("Fira Sans"), - url("/assets/font/FiraSans/FiraSans-Heavy.otf") format("opentype") tech(color-COLRv1), - url("/assets/font/FiraSans/FiraSans-Heavy.otf") format("opentype"), - url("/assets/font/FiraSans/FiraSans-Heavy.woff") format("woff"), - url("/assets/font/FiraSans/FiraSans-Heavy.woff2") format("woff2"), - url("/assets/font/FiraSans/FiraSans-Heavy.ttf"); -} - -@font-face { - font-family: 'Fira Sans'; - font-weight: bold; - src: local("Fira Sans"), - url("/assets/font/FiraSans/FiraSans-Bold.otf") format("opentype") tech(color-COLRv1), - url("/assets/font/FiraSans/FiraSans-Bold.otf") format("opentype"), - url("/assets/font/FiraSans/FiraSans-Bold.woff") format("woff"), - url("/assets/font/FiraSans/FiraSans-Bold.woff2") format("woff2"), - url("/assets/font/FiraSans/FiraSans-Bold.ttf"); -} - -@font-face { - font-family: 'Fira Sans'; - font-weight: light; - src: local("Fira Sans"), - url("/assets/font/FiraSans/FiraSans-Book.otf") format("opentype") tech(color-COLRv1), - url("/assets/font/FiraSans/FiraSans-Book.otf") format("opentype"), - url("/assets/font/FiraSans/FiraSans-Book.woff") format("woff"), - url("/assets/font/FiraSans/FiraSans-Book.woff2") format("woff2"), - url("/assets/font/FiraSans/FiraSans-Book.ttf"); -} - - - -body { - font-family: var(--font-family); - font-size: 16px; -} -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 1rem 0 .25rem; - font-weight: bold; -} - -h2 { - font-size: 1.3em; -} -h4, -h5, -h6 { - margin: 0 0; -} - -[template-type="front"] h1 { - font-size: 48px; -} -h1 { - font-weight: bold; - font-size: 32px; - margin: 0 0; -} - -h1, -h2, -h3 { - line-height: 125%; -} - -header.sm h2 { - font-weight: normal; -} - -article header h2 { - font-weight: normal; -} - -article blockquote { - margin-left: 0px; - font-size: 16px; - font-style: italic; - margin-right: 0; -} - -article blockquote p:before, -article blockquote:not(:has(cite)) p:after, -article blockquote cite:before { - content: '"'; - color: var(--accent); - font-weight: bold; -} - -article blockquote cite { - font-size: 10px; - display: block; -} - -p:has( > cite) { - margin-top: -8px; -} - -h3 { -} -article { - line-height: 1.5; -} -li p { - margin: 0 0; -} -article h2, -article h3, -article h4, -article h5 { - margin-top: 0.5rem; -} -a, -a[visited] { - color: var(--accent); -} -a p, -a figcaption { - color: var(--text); -} -ul { - padding-left: 2ch; -} - -figure { - margin: 2rem 0; -} - -sup figure { - margin: 1rem 0; -} - -article img { - max-width: 100%; -} - -ins { - font-family: var(--font-family-mono); - text-decoration: none; - font-size: 70%; - background: color-mix(in srgb, LawnGreen 15%, transparent); - padding: 4px; - vertical-align: middle; - display: inline-block; - clear: both; -} -ins p { - display: inline; -} -sup li, -li[count] { - list-style: none; -} -ins::before { - content: "+ "; - color: LawnGreen; - font-weight: bold; -} -[template-type="front"] h2 { - font-size: 20px; - font-style: italic; - font-weight: light; -} -sup:has(li), -article li[count], -figcaption, -aside:not(aside aside), -.footnote { - font-family: var(--font-family-mono); - font-size: 9px; - line-height: 1.5; -} - -figcaption { - line-height: 1.1; -} - -.footnote-ref { - line-height: 0; - text-decoration: none; - pointer-events: none; -} - -.csl-entry { - margin-top: 1rem; -} - -sup li p, -article li:has(.footnote-back) p { - margin-top: 0; - margin-bottom: 8px; - font-weight: normal; -} - -aside hr { - display: none; -} - -p { - break-inside: avoid; - margin-top: 0; - text-wrap: pretty; -} - - -td, th { - text-align: left; - word-break: keep-all; -} - -article ol { - padding-left: 2ch; - margin-top: 0.5em; - margin-bottom: 0.5em; -} - -h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, h7 + ul { - margin-top: 0; -} - -/*** Works on common browsers ***/ -::selection { - background-color: var(--accent); - color: black; -} - -/*** Mozilla based browsers ***/ -::-moz-selection { - background-color: var(--accent); - color: black; -} - -/***For Other Browsers ***/ -::-o-selection { - background-color: var(--accent); - color: black; -} - -::-ms-selection { - background-color: var(--accent); - color: black; -} - -/*** For Webkit ***/ -::-webkit-selection { - background-color: var(--accent); - color: black; -} - -note { - display: block; - background: lightgrey; - font-weight: normal; - color: black; - font-family: monospace; - padding: .5em; -} diff --git a/src/content/index.md b/src/content/index.md index dad6869..c6daca3 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -5,8 +5,3 @@ version: 0.3 layout: index description: This is the description of the about us page --- - - -Dear reader, - -This web page includes the WIP version of my thesis. For (limited) information about Klankschool's repair café, go to [https://unrepair.klank.school](https://unrepair.klank.school). The text you'll find below is a draft of the thesis. This thesis will be a field guide to salvaging electronics to make sound devices. This field guide is compact and is meant to be taken *"into the wild."* You can download the guide as a PDF via [this link](https://unrepair.vitrinekast.xyz/assets/thesis.pdf), or CTRL + P your own. diff --git a/src/content/thesis-in-iai-writer.md b/src/content/thesis-in-iai-writer.md deleted file mode 100644 index aa403eb..0000000 --- a/src/content/thesis-in-iai-writer.md +++ /dev/null @@ -1,24 +0,0 @@ -Thesis for ia writer - --1-intro.md -0-gather.md -1-dismantling.md -2-component-salvaging.md - -0_resistor.md -1_capacitor.md -chips.md -inputs.md -outputs.md -pcb.md -transistor.md - -3-recipes.md - -Kick/index.md -PCB-keyboard/index.md -SingleTransistorOsc/index.md -power-supply/index.md - -4-reflection.md -5-bib.md diff --git a/src/content/thesis.md b/src/content/thesis.md deleted file mode 100644 index c6daca3..0000000 --- a/src/content/thesis.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -excerpt: A documentation page -title: A field guide to salvaging sound devices -version: 0.3 -layout: index -description: This is the description of the about us page ---- diff --git "a/src/content/title \"Components.md" "b/src/content/title \"Components.md" deleted file mode 100644 index 2bef426..0000000 --- "a/src/content/title \"Components.md" +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Components" -type: Chapter -slug: true -nested: "components" -front: true ---- - -Once you’ve broken your device down into its individual puzzle pieces, we can zoom in on them more closely. Is there anything that immediatly sparks your interest? Did you already uncover unexpected materials? Chances are you uncovered one or more Printed Circuit Boards (PCBs), and—very generally speaking—some kind of input and output components, all connected by several types of wire[^wires]. For example, inside a digital picture frame I found a power input, a battery, a screen, speakers, a two-sided PCB, and an antenna. - -PCBs are populated with either “through hole" (THT) or "surface mount" (SMD) components. SMD components are very small and soldered directly onto the board's surface. Their size makes labels hard to read, and they’re designed for automated assembly, making them impractical for salvage[^tried]. That’s why I rarely salvage from computer-type devices. These usually contain nothing but SMD components and lack interesting interactions or mechanical parts. - -[^tried]: The biggest issue is the size of the legs, which are impossible to solder without making your own PCB's. I’ve made prototypes with cutting the entire PCB, using conductive ink, copper tape and charcoal pens. None of the strategies worked well - -[^wires]: Great for reuse as well! - -## Desoldering -Desoldering components is generally more difficult than soldering and requires patience and practice. Ironically, desoldering guns are much more expensive than soldering irons, so here’s how I do it, without one. - -In a well-ventilated[^well-ventilated] room, heat up the blob of solder that connects the component to the PCB using a soldering iron. After a couple of seconds, you’ll notice the solder becomes liquid[^liquid]. Then, using tweezers or a plier, I carefully pull the leg out from the backside of the board, and then do the same for the other legs. This process can take somewhere between 10 seconds and 10 minutes and can be both frustrating and meditative. - -[^liquid]: How fast this happens depends on the temperature of the soldering iron and the melting point of the solder that is on the board. If it won’t melt, adding a bit of your own solder helps. - -[^well-ventilated]: whilst modern devices cannot contain lead anymore, older solder will. Do not lick the PCB, clean your hands after and open a window. - -## Common components -In the next few pages, I’ll briefly address some of the more common components. If you want to know more about what each component specifically does, I recommend *Getting started in electronics* [@mimsGettingStartedElectronics1983]. - -Many components, like transistors and chips, have datasheets available online. You can usually find them by entering the part number, often printed directly on the component[^unless], into a search engine. While datasheets can be overwhelming and full of technical jargon, they typically show a pinout, explaining what each leg does, and a description of the component's behavior. - -In the next chapter, we’ll get into making with the salvaged components. The recipes need some specific components, which are highlighted below. It's always wise to have some extra! Components might break, speaking from experience, having to stop because you've run out of working components, is very discouraging. - -[^unless]: Since the manufacturer didn’t think you ever needed to know which oddly specific chip you’re looking at, they sometimes deliberately scratched it off. - -::: {.table-wide} - -## Overview of common components - -::: - - -in dit hoofdstuk benoemen dat je extra zooi nodig hebt voor het geval je iet sopblaast diff --git a/src/templates/index.jinja b/src/templates/index.jinja index 117956f..e251b75 100644 --- a/src/templates/index.jinja +++ b/src/templates/index.jinja @@ -1,10 +1,83 @@ -{% extends "base.jinja" %} {% from 'snippets/page-detail.jinja' import showDetail with context %} +{% from 'snippets/page-front.jinja' import pageFront with context %} {% from 'snippets/page-circuit.jinja' import showCircuit with context %} +{% from 'snippets/pages-nest.jinja' import showNestedPages with context %} +{% from 'snippets/page-cover.jinja' import showCoverPage with context %} + +{% extends "base.jinja" %} {% block content %} - {{ showDetail(page) }} - {{ showCircuit(page) }} +
+
+ {% if documents["meta"] %} + {{documents["meta"]["now"]}} + {% endif %} + {{page['title']}} +
+
+

A field guide to

+

Salvaging Sound Devices

+

{{documents["meta"]["now"]}}

+
Rosa Schuurmans
+ + +
+ + +
+ +{% if page["body"] | length > 10 %} +
+
+ {{page['body'] | shortcode}} +
+
+{% endif %} + +{% for chapter in documents['chapters'] %} +{% if chapter["type"] == "toc" %} +
+ {{chapter['body'] | shortcode}} +
+{% elif chapter['title']|lower != 'index' %} +
+ + {% if chapter['front'] %} + {{ showCoverPage(chapter, documents, loop.inex0) }} + {% endif %} +
+ {% if not chapter['front'] %} +
+ {{chapter['title']}} +
+ {% endif %} +
+

{{chapter['title']}}

+
+ {{chapter['body'] | shortcode}} +
+
+ +{{ showNestedPages(chapter, documents) }} + +{% endif %} +{% endfor %} + + + + + {% endblock %} - {% block aside %} {% endblock %} \ No newline at end of file +{% block aside %} {% endblock %}