August 25, 2026 · Audio-evoked potentials
Can a $70 board tell me I'm wrong?
An n-of-1 EEG rig, an analog ceiling that removes the signal I was designing for, and a question I can't answer alone.
- [C]
- 3 resolved sources
- AEP-0005
I’ve been running a solo research program for about two months. The honest next step is to have someone tell me my instrument is inadequate.
This is the rig, what it has shown, and the gap. It’s written for people who validate portable EEG hardware for a living. The ask is at the bottom and it’s small.
The rig
A single-channel Olimex SHIELD-EKG/EMG on an Arduino. Active Oz, reference Cz, ground mastoid — a posterior montage chosen for alpha. 250 Hz sampling, 10-bit ADC at roughly 7.9 µV per count, and a ~40 Hz analog low-pass. Closed-back headphones. Python doing Welch PSD with FOOOF for aperiodic separation, and Web Audio generating the stimulus, so the delivered envelope is measured rather than assumed.
Microvolt EEG on a 10-bit converter is only a few counts. It’s quantisation-limited and low-SNR by construction, and I want to be precise about what it has and hasn’t shown.
Why this board, and what the alternatives cost
I bought the cheap board on hearsay — forum consensus that the expensive one buys a quieter front end and convenience, not a capability you can’t otherwise reach. That’s not a measurement. I’ve never seen a matched-conditions noise-floor comparison of the two, and I didn’t run one, because running one means owning both.
Here’s the actual landscape, checked 2026-08-25:
| channels | price | |
|---|---|---|
| Olimex SHIELD-EKG/EMG (what I have) | 1 | €19.95 |
| Olimex EEG-SMT | 2 | €99.00 |
| OpenBCI Cyton | 8 | $1,759 |
| OpenBCI Cyton + Daisy | 16 | $3,518 |
| OpenBCI Complete Ultracortex | 16 | $4,222 |
| OpenBCI Galea | — | $60,504 |
The gap between rows one and three is the whole question. Two failure modes I can’t rule out from here: the noise-floor claim may hold for alpha and fail for anything smaller; or I optimised the wrong axis entirely, in which case neither Olimex board solves my problem and cheap-versus-expensive was never the interesting comparison.
What the noise floor actually is
Median in-band noise at 40 Hz over 60 s: 238 nV, ranging 65 to 750 nV across eight sessions. An 11× spread on the same hardware in the same room — electrode prep dominates everything the software does.
One correction worth passing on, because it pointed the dangerous way. I’d been carrying a broadband RMS figure as if it were the noise floor at the frequency of interest. Real EEG is drift-dominated, so broadband RMS overstated 40 Hz noise by 20–90× in amplitude. That error declares a runnable measurement unrunnable, which quietly kills experiments you should have attempted.
What I’ve actually run
Isochronic tones at the alpha resonant frequency, looking for a measurable aftereffect.
I want to report this the way the data reads rather than the way I remember it. Of six
resonance profiles on file, five are inconclusive — flagged by the app itself as
drift-dominated, or with no alpha peak above the 1/f floor, or with a peak below the
alpha band entirely. The one session marked strong sits at 10 Hz with 2.8 dB SNR. My
best recorded run gives a resonant frequency of 11 Hz against a peak of 9.77, a
divergence of 1.23 Hz, and its own verdict is LOW QUALITY / no valid comparison.
So: the chain demonstrably recovers alpha, and I treat that as rig validation and nothing else — evidence that board, electrode, amplifier and analysis code together find a real, expected signal. It is a calibration, not a finding. n = 1, unblinded, no sham for arousal or attention, effect measured during drive rather than after, and acute entrainment of an ongoing oscillation is among the least surprising results in the auditory literature.
I also ran a beta-band version of this and experimented with dichotic drive — a different tone in each ear, 10 Hz apart, with an isochronic envelope on top. I’m not reporting numbers for either, because I can’t currently produce the records. The beta app was retired and its results aren’t where I expected them. Until I can put the data in front of you, those are anecdotes and I’d rather say so.
The published precedent
The nearest thing in the literature to the shape I’m chasing is the MIT gamma work — 40 Hz sensory drive producing downstream cellular consequences in mouse models 1, later extended to combined auditory and visual stimulation 2.
I cite these as precedent that the shape exists, not as support. I haven’t read either at full text, and four differences bound how far they travel: mouse versus human, invasive tissue readout versus scalp EEG, 40 Hz gamma versus alpha, cortex and hippocampus versus a brainstem nucleus. The readout difference is the binding one. Those studies read the consequence in tissue. Nothing I can do reads anything but a far-field.
The gap
The interesting version of my question lives in the medial superior olive — the first place in the ascending pathway where the two ears are compared. There’s a far-field potential from phase-locked activity there, the neurophonic.
The constraint comes from the modelling work on that signal 3. I’ve engaged with the released model rather than the paper’s full text, so I’ll state what’s checkable: the authors’ published code contains no sodium conductance and no axon — only an h-current and a low-threshold potassium current — and it reproduces the far-field with no spike-generating machinery in it at all.
I’ve taken that seriously rather than routing around it. A matched far-field licenses drive arrived at the nucleus. It does not license cells crossed threshold. Those are different statements and a postsynaptic far-field can’t separate them. Most of the downstream biology I care about depends on the second, and I can’t get there with this instrument — or, as far as I can tell, with any non-invasive one.
So the defensible claim is smaller: can a designed acoustic protocol put a specified structure into a recorded evoked response, such that it tracks a parameter sweep and is distinguishable from a matched-energy plain tone? A delivery-verification question. A methods result. Runnable.
Except for one thing.
The analog ceiling
The board passes roughly 0.16 to 40 Hz. The signal I need sits at carrier rates in the hundreds of hertz.
This is not “a limitation to work around.” Reviewing my own logs I found that three consecutive workstreams were designed against an instrument whose bandwidth removes the target signal. The question was fitted to the rig rather than the rig chosen for the question. That’s a reasoning failure, not a hardware problem, and I’d rather name it than have someone else find it.
It’s fatal rather than inconvenient because the filter is in silicon ahead of the converter. A 100 Hz fundamental has zero harmonics inside the passband. No dwell, no averaging, no clever choice of stimulus frequency recovers what was removed before digitisation. I now run a viability gate — is the readout in the analog band at all — before building anything, because I built an entire apparatus first and computed that gate afterwards.
There’s a partial escape. Under dichotic drive the response envelope can modulate at the difference frequency even though no envelope exists acoustically at either ear. That appears spectrally as sidebands around the carrier, not as energy at the difference frequency — searching at the difference frequency is a null about a frequency the physics never predicted. Whether a single-channel Oz–Cz montage can recover sideband structure at all is open, and it’s a hardware question.
What I’d like
Not a collaborator, co-author, or funding. A competence I don’t have.
- A bandwidth reality check. Is a sub-$100 board recoverable into a usable range with better front-end filtering and averaging, or is the ceiling the ceiling?
- A montage correction. Oz–Cz was chosen for alpha, then inherited by a question it doesn’t suit. What would you use?
- A benchmark, if there’s appetite. How far does consumer-grade EEG extend before it stops recovering what lab-grade systems get, and where exactly is the boundary? That’s publishable with or without my program attached, and I’d run the tedious conditions.
I have a bench test queued that will probably close a large part of my program — a sustained-response decay measurement. If it fails, most of what I’ve built downstream was wasted effort. A null is a result and I will publish it.
If you have five minutes and an opinion about my montage, I’d like to hear it.
Devil’s advocate
It’s a distraction from the bench. The sustained-response test needs a headphone, an electrode, and an afternoon. It’s been the named next step for weeks. Writing an outreach post is a legible way to not run it, and that risk is live.
The interesting claim and the defensible claim have come apart. What I can defend is a delivery-verification methods result. What made me start was more ambitious. A hostile reader can grant the first and deny it bears on the second, and nothing here answers them. That’s the correct state to be in and I’d rather sit in it visibly.
Even a warm response doesn’t solve my actual problem. Better instrument, corrected montage — neither gets me tissue access and pharmacological control. That’s a different building, probably a different institution, and possibly a different species.
Claims this post rests on
- AEP-0005 [C] A designed acoustic protocol can draw a specified compiled signal in the medial superior olive, recoverable from the recorded neurophonic and distinguishable from matched-energy plain tonotopic drive, at a drive level that published calibration places in the regime where activity-dependent calcium influx and transcription-factor activation are known to follow. AMENDED 2026-08-15b/c — the original wording claimed the drive could be placed ABOVE THE THRESHOLD FOR SUPRATHRESHOLD COINCIDENT FIRING. F-suprathreshold FIRED against that wording (the far-field is postsynaptic and cannot report firing) and was then RESTATED: firing is not the gating variable, calcium is, and subthreshold depolarization is a second documented route to it. See both dated sections.
Each claim is maintained in polarizetech/research with recorded
disproof conditions and disconfirming evidence. A tier is computed, never asserted.
The sources, in the order the argument uses them
- iaccarino2016 (2016) Gamma frequency entrainment attenuates amyloid load and modifies microgliaNature 540, 230-235.
- martorell2019 (2019) Multi-sensory Gamma Stimulation Ameliorates Alzheimer’s-Associated Pathology and Improves CognitionCell 177, 256-271.e22.
- goldwyn2014 (2014) A Model of the Medial Superior Olive Explains Spatiotemporal Features of Local Field PotentialsThe Journal of Neuroscience 34, 11705-11722.
Every entry above was resolved against Crossref or PubMed by
polarizetech/research and copied here by machine. Citations are
referenced by key; no author, year or DOI on this page was typed by hand.
They appear in the order the argument uses them, not alphabetically. Any line
describing what a source contributes is the author's summary — the
bibliographic record above it is not.