Hi
I am a student and I have a project for the Science of the Engineer section.
In this project i use Arduino for receiving data from the headset Mindwave.
Here is my problem:
I'd like to use the eye blinking to control a servo motor but I can not get this data, I did search but nothing concrete.
I already have a working program, but uses the attention ...
help me pleaaaaaaaase =(
please guys it's an important situation =(
Bumping a thread on an international forum after 15 minutes is NOT going to win you any friends.
I already have a working program, but uses the attention
So, what's the problem?
PaulS:
Bumping a thread on an international forum after 15 minutes is NOT going to win you any friends.
PaulS
sorry buddy .. but it's really important !
sorry again !
thank you for reply
AWOL
the problem is that i need to use the eye blinking signal to control servo motor (to turn left and right) !!
alasary:
the problem is that i need to use the eye blinking signal to control servo motor (to turn left and right) !!
You'll need to write some software to do that, and then test and fix it until it works correctly.
alasary:
the problem is that i need to use the eye blinking signal to control servo motor (to turn left and right) !!You'll need to write some software to do that, and then test and fix it until it works correctly.
thank you
PeterH
thats what i need !!
but i have no idea about how to do it and what kind of software functions can do that !
if you have any idea , or if you have the code that can do that please post it here ..
best regards .
I already have a working program
So what exactly is the problem?
AWOL:
So what exactly is the problem?
the neurosky Mindwave has signals for (attention ,mediation , eye blinking ..)
the attension signal is one value i used it to move the motor forward .. i need to use the eye blinking signals to make the motor turns left and right ..
And what exactly is stopping you from achieving this?
AWOL:
And what exactly is stopping you from achieving this?
i dont have any information that help in writing the code !
and i need to know How can I get the blink strength value from Mindwave Mobile's EEG signal in Arduino?
thank you AWOL ..
i've read that topic before but i didnt find any thing useful there !
i need tutorial on how to get blinkStrength value from the headset !
alasary:
i have no idea about how to do it and what kind of software functions can do that !
In that case the first thing you need to do is learn to write code. Luckily the Arduino IDE includes numerous examples for you to look at and try, and there are countless C++ tutorials on the internet. If you're expecting somebody to give you the code I think you're going to be disappointed, but there's nothing stopping you from writing the code for yourself apart from the willingness to do it.
thank you for reply PeterH ..
i know how to write codes ,but this is a new situation and i didnt find in the internet something that can help me on that !!