+ 1
What do I need for a Biofeedback-App?
I have a pair of EEG cables, an old Android, an older iPhone, and a PC, and different programming languages @ Sololearn ... :) Which programming language would be the best for that, and would I need any additional equipment? Every suggestion is very appreciated!!!
4 Answers
+ 3
electroencephalogram electrodes won't allow you to do much without a proper EEG appliance that does all the noise filtering, signal buffering etc... outputting readable data.
if you happen to have access to a complete EEG set, look for serial data ports (usb or rs232 or even bluetooth). Connecting to those ports serially shouldn't be hard.
Operator's manual for your set may be availble on the manufacturer's website.
+ 3
reading the incoming data on the serial port and displaying it or have some kind of interaction according to how it changes.
+ 3
have a look at this:
http://mindcontrol.botbook.com/
if your set does not have bluetooth it may be easy to buy or build a slave bt adapter. It may be necessary depending on how old is your android device (if it's missing otg capabilities bt is the only way to go).
0
Thanks, and what would be the next step to create biofeedback software? ...plugging in the cables and then? can I build such a noise filter for a phone?