toggle menu
OpenBCI Forum
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Hardware
Myoware connects to a fan
audrette
November 2017
in
Hardware
I'm very new to this and would love some help
I have a MyoWare Muscle Sensor and would like to use it to switch a Fan on/off. As simple as that.
How do I go about this?
Thanks! Help is much appreciated
x
Comments
wjcroft
Mount Shasta, CA
November 2017
Audrette, hi.
Did you find these pages?
https://www.google.com/search?as_q=myoware&as_sitesearch=openbci.com
William
pushtheworld
December 2017
Hi
@audrette
Check out this tutorial, may help!
http://docs.openbci.com/Tutorials/14-MyoWare_Integration
For actual EMG processing code see here:
https://github.com/OpenBCI/OpenBCI_GUI/blob/master/OpenBCI_GUI/W_EMG.pde
That code is in the OpenBCI GUI and is able to average over a period of time and tell if the current value is greater then the average, and if it's big enough (set by user), then the output is fired. Does this make sense?
Sign In
or
Register
to comment.
Comments
Check out this tutorial, may help!
http://docs.openbci.com/Tutorials/14-MyoWare_Integration
For actual EMG processing code see here:
https://github.com/OpenBCI/OpenBCI_GUI/blob/master/OpenBCI_GUI/W_EMG.pde
That code is in the OpenBCI GUI and is able to average over a period of time and tell if the current value is greater then the average, and if it's big enough (set by user), then the output is fired. Does this make sense?