Hey there guys
im working on a mindcontrol project with an eeg chip.
so i need to use the raw data popped up on the serial console...
i've downloaded the arduino brain library and have opened the brain serial test.
when i click upload... it says
C:\Program Files (x86)\Arduino\examples\Brain-master\Brain-master\examples\BrainSerialTest\BrainSerialTest.ino:7:19: fatal error: Brain.h: No such file or directory
#include <Brain.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I have that library installed, and it works well when installed correctly.
As both Larry and Bob have hinted, rename the "Brain-master" folder to just "Brain".
Getting the library working is the easy part - getting your brain to actually control the 'Attention' and 'Meditation' values is a whole different ballgame.
C:\Program Files (x86)\Arduino\examples\Brain-master\Brain-master\examples\BrainSerialTest\BrainSerialTest.ino:7:19: fatal error: Brain.h: No such file or directory
and remove one of the folders currently named Brain-master
UKHeliBob:
and remove one of the folders currently named Brain-master
Better eyes than me - I missed that. After unzipping a GitHub library, I usually jump into the outer folder, rename the inner one by removing "-master", then copy that folder into my \Sketchbook\libraries folder.
Hey guys..
I uninstalled Arduino software and reinstalled it completely...
and then downloaded the library again....
now the code seems to have uploaded...
i dont know what was the problem, but i guess its working for now...
thanks alot guys.. for your valuable time and support