Neural Signals (EEG)

Neural Signals

Brainwave activity measured via EEG provides direct insight into cognitive state — focus, relaxation, mental fatigue, and cognitive overload.

Accepted Fields

FieldTypeUnitDescription
eeg_alpha_powerfloatuV²Alpha band power (8-13 Hz) — associated with relaxed alertness
eeg_beta_powerfloatuV²Beta band power (13-30 Hz) — associated with active thinking and stress
eeg_theta_powerfloatuV²Theta band power (4-8 Hz) — associated with drowsiness and deep relaxation
cognitive_loadfloat0.0 - 1.0Estimated cognitive load from EEG analysis

Status

Neural signals are accepted and stored by the API. Fusion into the stress score is planned for a future release.

Compatible Devices

  • Muse 2 / Muse S — consumer EEG headband
  • Emotiv EPOC — research-grade EEG
  • NeuroSky MindWave — single-channel EEG
  • Any EEG device that outputs band power or cognitive load scores

Example Payload

{
  "session_id": "sess_abc123",
  "timestamp": "2026-03-30T14:30:00Z",
  "eeg_alpha_power": 12.5,
  "eeg_beta_power": 28.3,
  "cognitive_load": 0.72
}