Skip to content

Commit 6adb797

Browse files
authored
Merge pull request #77 from PayalLakra/main
Adding EEG Guide
2 parents 3355c05 + 062b7c0 commit 6adb797

File tree

13 files changed

+120
-1
lines changed

13 files changed

+120
-1
lines changed

guides/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Welcome to the **Guides** section, where you'll find comprehensive resources tha
4949
:link: resolve-software-issues
5050
:link-type: ref
5151

52+
.. grid-item-card:: Recording Quality EEG
53+
:text-align: center
54+
:link: recording_quality_eeg
55+
:link-type: ref
56+
5257
**Contribution Guide**
5358

5459
.. grid:: 1 1 1 1
@@ -77,6 +82,7 @@ Welcome to the **Guides** section, where you'll find comprehensive resources tha
7782
troubleshoot/tips/index
7883
troubleshoot/fix-hardware-setup/index
7984
troubleshoot/resolve-software-issues/index
85+
troubleshoot/recording_quality_eeg/index
8086

8187
.. toctree::
8288
:hidden:
150 KB
Loading
49.8 KB
Loading
176 KB
Loading
502 KB
Loading
141 KB
Loading
152 KB
Loading
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
.. _recording_quality_eeg:
2+
3+
Recording Quality EEG
4+
######################
5+
6+
This guide will help you set up and verify your EEG signals using the BioAmp Hardware and Chords software.
7+
8+
Step 1: Skin Preparation
9+
========================
10+
11+
Proper skin preparation is crucial before recording any biopotential signal, whether it is Electrocardiography (ECG), Electromyography (EMG), Electroencephalography (EEG), or Electrooculography (EOG). It helps to:
12+
13+
- Clean the skin surface
14+
- Reduce electrode-skin impedance
15+
- Improve overall signal quality
16+
17+
.. note::
18+
19+
Need help with skin prep? Check out the full guide here: :ref:`Skin Preparation Guide <skin-preparation>`
20+
21+
Step 2: Connecting BioAmp Cables to the Hardware
22+
================================================
23+
24+
Connect the BioAmp cables to the appropriate input channels of your EEG device. Make sure the ground and reference electrodes are securely connected to the body.
25+
26+
.. figure:: ../media/connections.*
27+
:align: center
28+
:alt: BioAmp hardware connection
29+
30+
BioAmp hardware connection
31+
32+
Step 3: Attaching Gel Electrodes on Targeted Areas
33+
==================================================
34+
35+
Place the gel-based electrodes firmly on the targeted scalp regions—typically the frontal (e.g., Fp1, Fp2) or occipital (e.g., O1, O2) lobes—depending on your signal of interest. Ensure that the electrodes have good skin contact and are not loose.
36+
37+
.. figure:: ../media/eeg_place.*
38+
:align: center
39+
:alt: EEG gel electrode placement
40+
41+
EEG gel electrode placement
42+
43+
Step 4: Open Chords Software to Visualize Signals
44+
=================================================
45+
46+
1. Open a Chromium-based browser such as **Google Chrome**, **Microsoft Edge**, **Opera**, or **Brave**.
47+
2. Go to: `https://chords.upsidedownlabs.tech <https://chords.upsidedownlabs.tech>`_
48+
3. Click on the **Visualize Now** button on the home page and then click on the **Chords-Visualizer** button on the next page.
49+
4. Connect your device via **Serial** by selecting your device's port.
50+
5. Begin real-time visualization of your EEG signals.
51+
52+
Step 5: How to Check Whether the Signals Are Correct
53+
====================================================
54+
55+
To verify correct electrode placement and good signal quality, try the following actions and observe their expected EEG responses.
56+
57+
- **Eye Blinks**
58+
Blinking creates sharp spikes in the EEG signal - these are EOG artifacts caused by eye movements.
59+
60+
.. figure:: ../media/eye_blink.*
61+
:align: center
62+
:alt: Eye blink waveform
63+
64+
Eye blink waveform
65+
66+
- **Jaw Clench**
67+
A strong jaw clench produces EMG artifacts in the EEG signal - these are due to facial muscle activity.
68+
69+
.. figure:: ../media/jaw_clench.*
70+
:align: center
71+
:alt: Jaw clench waveform
72+
73+
Jaw clench waveform
74+
75+
- **Alpha Waves (Eyes Closed)**
76+
77+
.. note:: This may or may not be easily observable for all users.
78+
79+
Close your eyes and relax. We're recording EEG from the frontal cortex to observe alpha waves (8–12 Hz), which appear more clearly when you're calm.
80+
81+
.. figure:: ../media/alpha_waves.*
82+
:align: center
83+
:alt: Alpha waves EEG
84+
85+
Alpha waves EEG
86+
87+
- **Beta Candle Test**
88+
89+
.. note:: This may or may not be observable for all users.
90+
91+
To try this:
92+
Open **Chords Software** → **Chords Visualizer** → **FFT Visualizer** → Connect your device (Serial/Bluetooth).
93+
Then, activate the **Beta Candle** feature. Focus deeply on the candle. As your focus increases, the candle’s brightness and numerical value should increase. When you defocus, the value drops and the candle dims or blows out.
94+
95+
.. figure:: ../media/beta_candle.*
96+
:align: center
97+
:alt: Beta candle test
98+
99+
Beta candle test
100+
101+
If all or most of these responses are clearly visible, your setup is correct, and your EEG signals are stable enough for analysis.

hardware/bioamp/bioamp-exg-pill/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ We have 2 options to measure the EEG signals, either using the gel electrodes or
430430

431431
- **Using gel electrodes to record from prefrontal cortex part of brain:**
432432

433-
.. figure:: media/eeg.*
433+
.. figure:: media/eeg_placement.*
434434
:align: center
435435

436436
1. Connect the BioAmp cable to gel electrodes.
@@ -484,6 +484,10 @@ The signals that you can see on the screen right now are originating from prefro
484484

485485
You have placed the electrodes on the forehead (Fp1 & Fp2), the BioAmp EXG Pill is amplifying those signals so that we can detect it and finally sending it to the ADC (Analog to Digital Convertor) of your Arduino Uno and the signals are being visualized in Chords Web.
486486

487+
.. tip::
488+
489+
To ensure you're recording a high-quality signal, refer to the detailed guide here: :ref:`Troubleshooting EEG Signal Quality <recording_quality_eeg>`.
490+
487491
We hope everything is clear now and you understand how the signals are propagating from your brain to the screen of the laptop.
488492

489493
Glimpses of previous versions
-338 KB
Binary file not shown.

0 commit comments

Comments
 (0)