Hi all, for a school project i am making a robotic hand controlled by EMG signals. The signal from electrodes on the forearm are being amplified and put through analog filters to create a decent signal. My question is what should the final signal look like once it is input into the Arduino? For example to make full use of the A/D converter should it be as close to 0-5V as possible? What happens if the signal goes out of bounds (below 0 or above 5V)? I realize that this question may be somewhat vague, but I'm really just a beginner at using microcontrollers, but I'm learning... We have a signal from the electrodes, but are afraid to give it to the Arduino for fear of wrecking something.
If someone has any advice/criticism please comment.
what should the final signal look like once it is input into the Arduino? For example to make full use of the A/D converter should it be as close to 0-5V as possible?
It depends upon your amplification/conditioning circuit. How much current can it source? how sensitive is it to current loading? how much precision do you really need in the A/D inputs?
Protection diodes can add a small amount of leakage current which can disturb the measurement output, depending on the output impedance of your circuitry.
i have the circuit supplying the arduino with an input signal. so far we have basic motor control like this:
flex muscle -> move servo forward
stop flex -> stop servo
flex again -> move servo backward
this is really basic, as it simply reads in the input and when it goes high, moves the motor in the direction opposite to the last movement.
we want to beef things up a bit and get a little more complicated. is it a matter of just trying to accomplish this in the arduino ide, or can we utilize serial data output for matlab processing for example.
i guess we have to come up with some sort of pattern recognition. is this even possible?
i'm really at a loss in terms of how to improve this, any guidance would be much appreciated.
Am also working on a low cost bionic hand using arduino. Currently am nt using EMG signals but yes it needs a pattern recogniser. There are a few ICs available in the market. Whts the m,aterial of the electrode u r using and where did you buy it from.