Forum breadcrumbs - You are here:ForumMain forum: GeneralPiEEG Pin out
Please or Register to create posts and topics.

PiEEG Pin out

Hi,

I just started on this insteresting field. I bought the PiEEG 16 and I have some questions.

What is the relation from Fp1, Fp2, F3, F4, F7, F8, C3, C4, P3, P4,T3, T4, T5, T6, O1 , O2 to the PiEEG channels E1 - E16 channels.

I am working with a Raspberry PI5, kernel Linux raspberrypi 6.6.51+rpt-rpi-2712 and Python version 3.13.2. I was able to run "1.Graph_Gpio_D _1_6_3.py" refactoring the script. Do you suggest a specific Python version?

Regards,

PiEEG has reacted to this post.
PiEEG

Hi,

The PiEEG has channels labeled E1 to E16, as shown in the manual.

In the PiEEG-16, there are only 16 EEG outputs. The channel names depend on how you connect the electrodes. If you’re using a standard EEG cap (as shown here), you’ll need to manually connect the channels—for example, connecting the first channel to the electrode at position Fp1.

I believe the version of Python IDLE is not very important. What matters is the version of the gpiod library. Since the script runs successfully, your setup should be fine.

 

Hi,

Fp1 (E1), Fp2 (E2), F7 (E3), F3 (E4), F4 (E5), F8 (E6), T3 (E7), C3 (E8), C4 (E9), T4 (E10). T5 (E11), P3 (E12), P4 (E13), T6 (E14), O1 (E15), O2 (E16) . Is this correct ?

Yes, can be like that