Hardware
Devices
PiEEG-16
Software Setup

How to start. Software with PiEEG-16

Software

Official PiEEG-Server see on the Doc - Software. Also is available for PiEEG in GitHub via the following link (opens in a new tab)

Image

SDK

Scripts available in GitHub (opens in a new tab)

Libraries for Python 3.11. 2

  • import spidev (pip install spidev)

  • from RPi import GPIO (pip install RPi.GPIO) #for Pi4 only

  • from matplotlib import pyplot as plt (pip install matplotlib)

  • from scipy (pip install scipy)

  • import gpiod (pip install gpiod==1.5.4) #for Pi5 only

Available libraries as example for Python 3.11. 2

  • matplotlib 3.6.3

  • spidev 3.5

  • RPi.GPIO 0.7.1a4

  • scipy 1.10.1