Please or Register to create posts and topics.

How to start work with SDK for PiEEG

Hello, in Pi5 standart library  RPi.GPIO  was eliminated, so we use here GPIOD,  this discrete signal needs to confirm that data from PiEEG is ready, but Installing this library raises questions.

So here is a video manual instructions step by step on how to install properly gpiod library and launch the SDK

Generally, you do not need env, you can just use Python IDLE and install libraries directly via the terminal

Why do we need env?

Because your Pi5 can have already installed different types of libraries and if the SDK script doesn't work, due to some problem with library compatibility better to start from scratch and install only properly and necessary libraries

 

Libraries what we need

pip install spidev

pip install matplotlib

pip install scipy pip

install gpiod==1.5.4