home/ modules/ hardware-hacking-and-circuit-bending

Hardware hacking & circuit bending: making instruments from anything

  • learner can safely bend and hack found electronics using battery-only power and documentation
  • learner can build at least one of a DIY oscillator, amp/pickup path, or light/body controller on a breadboard
  • learner can explain the hardware-hacking philosophy of the body-as-circuit and packaging choices

Build one battery-powered hardware-hacked instrument (a circuit-bent toy, a CMOS oscillator noisebox, or a contact-mic/piezo device), package it, and perform a short piece — with a full documented wiring log.

This module builds toward one whole, authentic act: turning a piece of found or dollar-store electronics into a battery-powered instrument you can actually perform with — the noisebox on the merch table at an experimental set, the bent Speak & Spell in a lo-fi techno rig, the contact-miked cookie tin feeding a looper. In the Nicolas Collins / Reed Ghazala lineage, the instrument’s unpredictability is the point: you design by ear, not schematic, and your own skin becomes a playable component in the signal chain.

The arc runs from supported play to unsupported build. You start inside the safety frame — battery-only power, never mains — and the lab-notebook habit of logging every wire as you go, because bends are butterflies: gorgeous, unrepeatable, and easily lost. First exercises are low-stakes probing: bridging board points through a ~1k resistor to hunt cross-connections, and laying fingers on traces to feel the body-as-resistor raise a toy’s pitch. From there you move to the breadboard, where the Schmitt-trigger square-wave oscillator, the LM386 amplifier, the piezo contact mic, and the photoresistor light-controller become reusable building blocks — each a viable path through the capstone. Only once a circuit proves itself on the breadboard do you solder it down and choose a housing — cigar box, sandwich, or stealth — as an aesthetic statement, then rehearse and perform.

The required atoms are exactly what the capstone cannot survive without: the safety and documentation discipline, the bending method, breadboard-to-solder craft, one sound source, one amplification/pickup path, one gestural controller, and a packaging procedure. The supporting atoms widen the palette — clock hacking, gated and polyphonic oscillators, optical panners, piezo-driven resonators, mixers and regulated supplies — enrichment for the second, third, and tenth instrument you will inevitably build.

Runnable examples

Generated from the context/ instrument corpus by concept (redistributable idioms only). Do not edit — regenerate with gen-module-examples.mjs.

saturation-drive

d1 $ sound "bd*2" # shape 0.4

tidal-0033 · CC0

{ (SinOsc.ar(110) * 5).tanh * 0.2 }.play

supercollider-0009 · CC0

Atoms in this module

Required — these gate the capstone

Hardware hacking reframes consumer electronics as performable instruments, with the body part of the circuit
Concept L1 Foundations E
Battery-only operation is the primary safety rule for hardware-hacking live circuits
Principle L1 Foundations E
Record every wire connection and modification as you make it—notes taken after the fact are unreliable
Principle L1 Foundations E
Circuit bending extracts unexpected sounds from found electronics by making arbitrary cross-connections on circuit boards
Concept L2 First instrument EO
Adding a resistor between two circuit board points introduces controlled cross-connections that can produce musically useful malfunctions
Procedure L2 First instrument E
A solderless breadboard allows rapid, reversible circuit assembly for prototyping before committing to a soldered board
Procedure L1 Foundations E
A good solder joint requires heating both surfaces to re-melt a pre-tinned layer of solder, not dropping molten solder onto cold metal
Procedure L1 Foundations E
A CMOS Schmitt Trigger inverter with one resistor and one capacitor makes a square-wave oscillator
Procedure L2 First instrument EB
Human skin conducts electricity and can serve as a variable resistor inside a circuit
Concept L2 First instrument E
A piezo disk exploits the reversible crystal-electricity effect to work as a contact microphone or a driver
Concept L1 Foundations EB
The LM386 IC provides a simple 0.25W audio power amplifier that runs on 9V battery and needs only a few passive components
Procedure L2 First instrument EB
A photoresistor converts light intensity into resistance, serving as a hands-free gestural controller
Concept L2 First instrument E
Circuit packaging choices trade off accessibility (cigar box, stealth) against durability (sandwich, traditional enclosure)
Procedure L2 First instrument E

Supporting — enrichment, not gating

Resistors in series add; in parallel the net is a little less than the smaller one
Fact L1 Foundations E
Resistor color bands encode value and tolerance using a fixed two-digit-plus-multiplier scheme
Fact L1 Foundations E
In an RC oscillator, frequency is inversely proportional to resistance × capacitance: smaller R or C raises pitch
Concept L2 First instrument EB
Switches are classified by the number of circuits they control (poles) and the number of positions they switch between (throws)
Fact L1 Foundations E
Transferring a breadboard circuit to a soldered PCB requires leaving the working breadboard intact until the permanent version is verified
Procedure L2 First instrument E
Replacing a toy's clock resistor lets you continuously vary its pitch and tempo
Procedure L2 First instrument E
A CMOS oscillator drives a Piezo disk directly but cannot drive a loudspeaker — the disk is the correct low-power output
Concept L2 First instrument E
Six oscillators from one 74C14 chip can be mixed with resistors to prevent shorts and create dense textures
Procedure L2 First instrument E
A CD4049 CMOS inverter wired as an analog amplifier sweeps from clean preamp to fuzz
Procedure L2 First instrument EB
A NAND-gate Schmitt-trigger oscillator can be gated on/off by a control input, letting one oscillator modulate another
Concept L2 First instrument EB
Heavy distortion on an analog audio signal creates a pseudo-square wave that CMOS digital circuits can process as a clock signal
Concept L3 Craft EB
A three-terminal voltage regulator (78xx) turns a noisy wall-wart into a clean, fixed supply voltage
Concept L2 First instrument EB
A passive resistor mixer sums multiple audio signals without amplification and is inherently bidirectional
Procedure L2 First instrument E
Circuit packaging — cigar box, plexiglass sandwich, or store-bought enclosure — is as much an aesthetic decision as a functional one
Concept L2 First instrument E
The HEM3 open-access companion site extends the manual with technical bootcamp chapters, circuit bending, and culture essays
Concept L1 Foundations E
A Piezo driver and contact mic on a resonant object create a cheap plate reverb or sculptural signal processor
Procedure L2 First instrument E
A piezo disk driven through a step-up transformer resonates physical objects, turning them into sculptural reverb units
Concept L3 Craft EB
A mechanical plate reverb driven by solenoid percussion creates a hybrid acoustic-electronic instrument
Concept L3 Craft ED
A photoresistor between audio signal and ground acts as a passive, optically controlled audio gate with no batteries needed
Procedure L2 First instrument EB
Two photoresistors in opposing positions create a passive light-controlled stereo panner requiring no power
Procedure L2 First instrument EB
Pairing a blinking LED with a photocell inside opaque tubing creates an optically isolated audio gate, panner, or ring modulator
Procedure L2 First instrument E
Poking contacts on an LCD display with a battery wire causes segments to distort and produces audible signals from the display's own oscillator
Procedure L3 Craft E
Capacitive touch sensors report finger position by centroid-weighted averaging across multiple activated pads
Concept L3 Craft E
A hacked game controller provides a cheap USB interface for connecting custom sensors to music software
Procedure L3 Craft E
An electronic instrument's interface can be analysed as a layered model from sound through control and layout to concept and time
Concept L1 Foundations EN