Skip to content

Commit 9a89b99

Browse files
committed
Update BioAmp EXG pill
1 parent 8f67aae commit 9a89b99

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,27 @@ We have 2 options to measure the EEG signals, either using the gel electrodes or
453453

454454
.. note:: Similarly you can use the band to record EEG signals from the visual cortex part of brain by placing the dry electrodes on O1 and O2 instead of Fp1 and Fp2. Everything else will remain the same.
455455

456+
2-Channel EEG data
457+
----------------------
458+
459+
To record 2-channel Electroencephalography (EEG) data using two BioAmp EXG Pills in conjunction with an Arduino Uno R4 Minima, meticulous hardware setup is essential.
460+
461+
**Required Components**
462+
463+
1. Two BioAmp EXG Pill
464+
2. Arduino Uno R4 minima
465+
3. Breadboard
466+
4. Jumper wires
467+
5. Gel electrodes
468+
469+
**Hardware setup**
470+
471+
To set up the hardware for 2-channel EEG recording using two BioAmp EXG Pill modules and an Arduino Uno R4 Minima, begun by connecting the Arduino's 5V and GND pins to the power rails of a breadboard, then supply VCC and GND from the breadboard to both BioAmp EXG Pills. Connect the OUT pin of the first EXG pill to Arduino's analog pin A0 (channel 1) and the second EXG Pill's OUT to anolog pin A1 (channel 2). For electrodes placement, connect the IN+ of each module (red wires) to different EEG recording sites on the forehead (eg. Fp1 and Fp2), and connect IN= (black wires) and both REF pins (yellow wires) from the EXG Pills to a common reference electrode placed on a neutral location like the mastoid or earlobe to ensure clean and synchonized signal acquisition.
472+
473+
.. figure:: media/channel-2-eeg-connection.*
474+
:align: center
475+
:alt: 2 Channel EEG Connection
476+
456477
Uploading the code
457478
-----------------------
458479

@@ -521,6 +542,7 @@ be used for a wide variety of interesting biosensing projects, including:
521542
- Blink detection (EOG)
522543
- Capturing photos with a blink of an eye (EOG) and many more examples.
523544

545+
524546
Project ideas & tutorials
525547
********************************
526548

451 KB
Loading

0 commit comments

Comments
 (0)