Project creating a proof-of-concept brain-computer interface from scratch. If you are looking for a working system using the method of EEG, look at using old Mind-Flex hardware, and this mod PCB: https://github.com/sam-astro/MindFlexFast-Mod
An image of the PCB stack module
An image of a body made of different materials
Edit makefile LUFA library path:
LUFA_PATH = ../lufa/LUFARun make
make
There should be a file named Mind-link.hex inside of the current directory.
Using a USBasp programmer, attached to the Mind-link ICSP header, we will now use avrdude to upload the hex file.
avrdude -p m32u2 -P usb -c usbasp -u -U flash:w:Mind-link.hex