How to start. Software with PiEEG-16

Scripts available in  GitHub Read data with band-pass filter and real-time visualisation with RaspberryPi5

To save Raw data to excel you can use the next script for Pi5

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