For easy start of using our EMG sensors and implement them into your projects we provide various code sketches for Arduino. These sketches help you solve the tasks such as development EMG control systems or working with an array of myoelectric sensors for EMG pattern recognition, processing muscle signals or just visualize them.
// Example of EMG signal using for control // Example detects and distincts short and long muscle contractions // Can be used as the easiest way to control a robotic arm, motor or just for turning on a LED.
// EMG control via duration of EMG signal // Programmed servomotor action depends on duration of muscle contraction (short or long) //Can be used for simple robotic arm control system
// Example for EMG control systems when servomotor rotation depends on amplitude of muscle signal // An angle of rotation of the motor shaft is proportional to the degree of muscle tension.