I have bought an eeg kit. This kit directs us to use a github repository for processing all the data. I tried using some examples but I didnt have the required library so I downloaded the zip file from GitHub. After extracting it and moving it to the libraries folder I tried testing, it still didnt work. I tried manually adding the file but I could not even view it through the arduino IDE. Any suggestions would be welcome.
The GitHub Repository: GitHub - Neuphony/EXG-Synapse
Libraries are available in src folder.
Hi @arduinojanuary. Move the files synapse.h and synapse_ble.h from the src folder up a level to the EXG-Synapse-main folder (or the EXG-Synapse folder if you renamed it).
Note that the library also has an undocumented dependency on the "CircularBuffer" library. You can install that library via the Arduino IDE Library Manager.
After doing that, try compiling the sketch again. Hopefully this time it will be successful.
Thanks so much for the idea, I did as you suggested and I also zipped the folder.
I then went to sketch add library from .zip. It finally worked!!!
Thanks so much!!!