We provide free, open‑source software for visualization, analysis, and signal processing. It is built in Python and designed to help you get started quickly. A step‑by‑step installation guides are available in our Quick Start materials, as well as in the datasheet for each specific sensor or system
Myoblue_GUI
Software for Wireless EMG sensors MYOblue It is the real-time visualization and processing of EMG signals coming from the MYOblue v1.2.
Functionality:
In-depth EMG signal analysis
Up to 8 EMG channels simultaneously
Real-time display of raw, rectified, smoothed, and RMS signals
Real-time FFT analysis of EMG signals
Band-pass and 50/60 Hz notch filters
Record and playback up to 8 synchronized EMG channels (in BIN format)
We describe here functionality and the key features of our free open-source software MYOblue GUI for visualization, processing and analysis EMG and ECG signals
We describe here functionality and the key features of our free open-source software MYOblue GUI for visualization, processing and analysis EMG and ECG signals
We describe here functionality and the key features of our free open-source software MYOblue GUI for visualization, processing and analysis EMG and ECG signals
Learn more
Arduino Code examples
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.