10-20-2010 04:03 PM
Dear Experts,
I have a project trying to use Muscle signal to move a mouse cursor on computer screen. Basically, if the signal is positive, it moves to the right, and if it is negative it moves the cursor to the left.
I've seen a friend did it before way back, but don't remember how. I've been spending a lot of time trying stuffs, but none works.
It will be nice if someone can post a simple example or give me tips on how to do it
Thanks!
10-21-2010 11:16 AM
Similar but different: Waterloo Labs Eye Mario.
The basic idea being acquiring data and when it exceeds a limit, an event fires registering an action. In this case it was a button click but for your application, modify it to change the cursor coordinates (increment or decrement the x or y position).
Logan H