Bench modeSteps, parts, and safety only. Big type for a phone at the bench.
Phase 2

Build the instrument

Design, build, and characterize a research-grade EEG amplifier.

In Phase 1 you used an amplifier. Here you build the whole signal chain around the same chip that sits inside research systems, and then you measure what it actually does. The difference between "I made an EEG" and "I characterized an EEG" is the difference between a hobbyist and an engineer.

Phase 1 was about a memory. Phase 2 is about a number. By the end of it you will be able to say what your instrument’s noise floor is, how much hum it rejects, and where its bandwidth ends, and you will have measured those things rather than read them off a datasheet.

There are two routes to the same place. Building the ADS1299 board from a KiCad schematic through JLCPCB assembly to working firmware teaches the most and takes a semester of evenings. Buying an OpenBCI Ganglion and reverse-engineering it while you use it gets you to decoding a month sooner. Either way, the phantom head and the characterization report are not optional. They are the phase.

What attaches here

The theory in this phase is the theory of instruments: instrumentation amplifiers, the electrode-electrolyte interface, analog-to-digital conversion, noise, electrical safety, digital filtering, artifact removal, and spatial referencing. Every one of these explainers opens with something you will have just seen on your bench.

Projects

Choose one. Do a second if hooked.
Project

Project A: The ADS1299 board

Eight channels of 24-bit EEG around the chip inside most research and consumer systems. Schematic in KiCad, fabricated and assembled by JLCPCB, firmware on an ESP32, streaming into BrainFlow. A semester of evenings, and the whole signal chain becomes yours.

A semester of eveningsAbout $180 for two assembled boardsTier 2
Project

Project B: Reverse-engineer a bought board

If you buy an OpenBCI Ganglion or Cyton instead of building, read its schematic, trace the signal chain, read its firmware, and characterize it as if it were yours. Faster to decoding, and nearly as educational.

Two weeks of eveningsAbout $250 (Ganglion) or $1000 (Cyton)Tier 2
Project

Project C: Make your own electrodes

Silver/silver-chloride by chloriding a silver wire, dry electrodes from conductive silicone or printed pins, and an active electrode with a buffer on it. Then measure the impedance of each versus frequency and find out why gel exists.

Two evenings plus drying timeAbout $40Tier 2
Project

Project D: The phantom head

Saline gelatin with buried wire dipoles driven at known amplitudes. Now you can measure your amplifier's noise floor, crosstalk, and rejection instead of guessing. The difference between 'I made an EEG' and 'I characterized an EEG.'

One weekendAbout $30Tier 2
Project

Project E: The eight-channel EMG armband

Eight electrodes around the forearm, a classifier, and hand gestures recognized from muscle activity. The wristband idea, and the most dependable 'control something with your nervous system' demo there is.

Two weekendsAbout $30 beyond the amplifier boardTier 2
Project

Project F: The software pipeline

From a raw file to cleaned epochs to a topographic map, in MNE-Python, on public data. Build the pipeline before you have your own data so you can trust it when you do.

Two evenings$0Tier 0

Explainers

Theory that attaches to what you just built. Read after doing.
Explainer

Instrumentation amplifiers, properly

What is inside the chip you have been trusting. Three op-amps, four matched resistors, and the numbers that decide whether the board records brain or room.

15 min
Explainer

The electrode-electrolyte interface

What happens where metal meets salty skin. Half-cell potentials, why silver chloride is stable, why impedance depends on frequency, and why gel takes half an hour and dry electrodes are a compromise.

12 min
Explainer

Analog to digital

Sampling, aliasing, quantization, and why the ADS1299 gets 24 bits out of a one-bit decision made very fast. The four ideas you need to read any converter's datasheet.

15 min
Explainer

Noise, and where the microvolt goes

Thermal, 1/f, amplifier, and electrode noise, added up for a real EEG channel. Why the electrode dominates, why the breadboard was so bad, and how to read a noise floor.

14 min
Explainer

Electrical safety, with the numbers

What IEC 60601 actually limits, why a battery satisfies it and a wall supply must be designed for it, how isolation works, and what the 390 kΩ resistor is doing.

12 min
Explainer

Digital filters, and what they do to time

FIR versus IIR, Butterworth and its cousins, phase distortion, zero-phase filtering, and the ordering mistakes that quietly wreck analyses.

16 min
Explainer

Artifact removal, three ways

Prevent, reject, or model. Regression against EOG, independent component analysis, and artifact subspace reconstruction, with the rule for when each is honest.

12 min
Explainer

Spatial filters and montages

There is no neutral spot on the head. Referential, bipolar, average reference, Laplacian, and why the same recording looks different under each.

12 min

Skills

Hand skills and software skills picked up along the way.

Ready for Phase 3 when

Checks save on this device

What an interviewer would ask

If you can answer these, you are done here
  1. Why does the ADS1299 use a delta-sigma converter, and what does 24 bits buy you when the signal is 50 microvolts in a 4.5 volt range?
  2. Two electrodes have impedances of 5 and 50 kilohms. Your amplifier's CMRR is 110 dB. What limits your hum rejection now?
  3. What is the leakage current limit for a patient-connected device, roughly, and how does a battery satisfy it?
  4. You filtered your epochs after cutting them. What went wrong?