How to start. Software with PiEEG-16
Software
Software PiEEG-Server is available for PiEEG-16 on GitHub via the following link (opens in a new tab)

SDK
Scripts available in GitHub (opens in a new tab) Read data with band-pass filter and real-time visualisation withRaspberryPi5 (opens in a new tab)
To save Raw data to excel you can use the next script for Pi5 (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