Design of Multi-Channel Wireless Array Wearable Surface EMG Testing Equipment
Design of Multi-Channel Wireless Array Wearable Surface EMG Testing Equipment
Abstract. Since there are few researches on multi-channel surface electromyography (EMG)
devices, this paper presents a new design scheme. The system uses highly integrated chips and
designs a new wearable electrode array. Also, the data is transmitted by wireless WiFi with a
high bandwidth. Scalable modular architecture is also applied to make the system suitable for
different scenarios. Through experimental tests, the device can work for more than 5 hours,
effectively collecting the EMG signals generated when the hand muscles move.
1. Introduction
The surface EMG signal refers to the detection of the EMG signal obtained on the surface of the skin.
Surface electromyography has great application value in human-computer interaction, medical
diagnosis, human biomechanics and other fields. For example, Jian Wu et al. use surface
electromyography and accelerometer fusion to identify sign language[1]. P. Sbriccoli. used surface
electromyography to detect muscle damage and recovery[2]. Catherine Disselhorst-Klug uses surface
electromyography techniques to measure the muscle strength[3].
The signal detected by the surface electromyography is the superposition of the electrical signals
when the multiple muscles contract. The more the number of channels collected, the better information
collection and better noise reduction. Array multi-channel surface electromyography can be used for
spatial filtering and feature extraction, and improve system resolution[4]. The array electrode can
effectively record the spatial information of muscle activity in addition to the time domain information
of the measured muscle activity, making it possible to detect new muscle characteristics, especially in
the muscle fiber conduction velocity and single motion unit (Single motor unit).It has unique
advantages in feature evaluation[5]. In summary, the multi-channel array acquisition method is very
important for surface myoelectric testing equipment.
Wearable devices can enhance portability and make human-machine synergy closer[6]. For the
application of surface electromyography, it is necessary to design a wireless wearable device. Many
surface electromyography devices currently do not for multi-channel array acquisition and has
wearable feature at the same time. For example, Delsys' Trigno series wireless surface
electromyography system, although wirelessly transmitted, is small enough to meet certain wearability,
but it has few acquisition channels. Italy's OT Bioeletronica EMG-USB2+ collector has 256 channels
of acquisition, but the device and electrodes are connected by wires, during measurement the tester's
activity is limited.
In the traditional surface electromyography system design, it is generally done in the hardware to
complete the amplification, filtering, remove the power frequency interference, and achieve the
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd 1
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
acquisition of signals, which makes the system more components, large volume, and complicated
debugging process. Such as the design of the 32-channel surface EMG acquisition system designed by
Pengfei Zuo[7].
This paper designs a multi-channel wireless transmission wearable surface myoelectric detection
device. The system uses flexible wearable array electrodes and the data is transmitted wirelessly. The
acquisition module uses a highly integrated chip that reduces volume and enhances stability and
integrity. Scalable modular design for applications in different scenarios. It provides a stable and
reliable surface electromyography detection system for applications such as human-computer
interaction, motion detection, and medical diagnosis.
2. Design scheme
The work of collecting myoelectric signals is divided into two steps: hardware signal acquisition and
upper computer processing. The system flow is shown in Figure 1. The measurement site here is the
surface EMG signal of the human arm part. After the array electrode collects the original surface
electromyogram signal, the preprocessing circuit of the data acquisition board filters out some of the
low frequency noise and performs overvoltage protection. The data acquisition board then performs
2
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
data acquisition board through the adapter plate. When measuring, the flexible electrode is bound to
the tester's arm by a strap.
The substrate used a 150μm polyimide(PI) flexible material. Polyimide can be stretched to make
the substrate follow the skin for small amplitude movement, reducing motion artifacts. The flexible
substrate is more comfortable to wear than a rigid, non-stretchable substrate.
The electrode adopts the traditional JK-1 type silver chloride electrode, which has a signal-to-noise
ratio of about 45 dB at the main frequency of the surface electromyography signal, and the noise is
small[8]. The silver chloride electrode has a diameter of 9 mm and a thickness of 2 mm. Each of the
flexible electrode arrays has 20 channels, and the silver chloride electrode is fixed to form an electrode
array on the pads of the substrate.
3
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
surface EMG signals. Such as Dunqiang Lu, Wei Wang and other surface electromyography
acquisition systems designed using ADS1294 chip[9].
The ADS1298 system circuit uses the officially provided system circuit. Use 0Ω resistor isolation
between analog ground and digital ground. The data acquisition board has a 20-pin interface, of which
16 pins are 8 positive and negative input interfaces, and 4 pins are right leg circuit interfaces. The
adapter board is connected to the flexible electrode, and the MCU control board and the data
acquisition board are connected by a pin header. The data acquisition board has a sampling frequency
of 500 Hz and a preamplifier amplification factor of 6.
4
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
5
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
the data is read through the SPI interface. The ADS1298 chip generates an interrupt by setting the
DRDT pin high level, and informs the MCU control board that the EMG data acquisition of the 8
channels is completed, and the MCU control board continuously reads 27 bytes of data information to
complete the acquisition.
The upper computer program is responsible for sending instructions to set the working mode of the
data acquisition board, accepting the data packet uploaded by the MCU module, and then performing
filtering processing to display in real time. Increase the cross-platform and portability of the host
computer, and write it on the QT platform in C++.The upper computer program sends instructions to
control the MCU control board. The command protocol is similar to the data packet sent by the MCU
control board. Send different command characters to configure the data acquisition board mode. In
order to make the signal processing speed and fast real-time performance, the system uses an
infinite-length unit impulse response digital filter. The model of the high-pass filter and the notch filter
is constructed using MATLAB, and the model parameters are calculated, which is used in the upper
computer program. A part of the high-frequency noise in the surface EMG signal has been filtered by
hardware, and the low-frequency noise in the host computer is filtered by the high-pass filter. The
high-pass filter has a cutoff frequency of 5Hz and an order of 5, and the acquisition frequency of the
system is between 5Hz and 500Hz. In this interval, the 50Hz power frequency interference has been
suppressed by the right leg circuit, but the upper computer uses the digital notch filter to filter again.
The notch order is 7, and the quality factor is 5.
6
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
3.3. Conclusion
This paper designed a wearable multi-channel array surface electromyography acquisition device. The
system effectively filters out high frequency, low frequency and power frequency noise, and can
collect real-time stable surface EMG signals. The flexible electrode array makes it easy to wear and is
suitable for collecting surface EMG signals from complex muscle groups. It is convenient for the
measurer to use in the form of wireless transmission. The system can be applied in the fields of
human-computer interaction gesture recognition, medical diagnosis, rehabilitation medicine, motion
detection and the like.
References
[1] Wu J, Sun L, Jafari R. (2016) A wearable system for recognizing American sign language in
real-time using IMU and surface EMG sensors. J. IEEE journal of biomedical and health
informatics, 20(5): 1281-1290.
[2] Sbriccoli P, Felici F, Rosponi A, et al. (2001) Exercise induced muscle damage and recovery
assessed by means of linear and non-linear sEMG analysis and ultrasonography. J. J
Electromyogr Kinesiol, 11(2):73-83.
[3] Disselhorstklug C, Schmitzrode T, Rau G. (2009) Surface electromyography and muscle force:
limits in sEMG-force relationship and new approaches for applications. J. Clinical
Biomechanics, 24(3):225-235.
[4] Zhao Zhangbiao, Chen Xiang, Lei Peiyuan, et al. (2009) Array surface electromyography signal
acquisition instrument[J]. Journal of Electronic Measurement and Instrument, 23(12): 88-93.
[5] Zhang Hengyi, Chen Xiang. (2014)Design of active flexible surface electromyography electrode
array[J]. Journal of Electronic Measurement and Instrument, 28(8): 901-908.
[6] Nanxiang Yu, Dongyi Chen, Shiji Xiahou. (2012) New developments in wearable computing
technology and its applications. J. Digital Communication.
[7] Pengfei Zuo, Zhiyuan Lu, Yongqiang Zhang. (2013) Design of 32-Channel Wireless Surfa
ce Electromyography and Acceleration Signals Acquisition System[J]. Chinese Journal
of Sensors and Actuators.
[8] Zhangyan Zhao. (2010) Research on Some Key Technologies in Surface EMG Signal Det
ection and Processing[D]. University of Science and Technology of China.
7
AEMCME 2019 IOP Publishing
IOP Conf. Series: Materials Science and Engineering 563 (2019) 042040 doi:10.1088/1757-899X/563/4/042040
[9] Dunqiang Lu, Wei Wang, Yongpeng Chen. (2015) Design of ADS1294 SEMG acquisition
system[J]. Journal of Tianjin Normal University
[10] Jiang S, Lv B, Guo W, et al. (2017) Feasibility of Wrist-worn, Real-time Hand and Surface
Gesture Recognition via sEMG and IMU Sensing.J. IEEE Transactions on Industrial
Informatics, PP(99):1-1.
[11] Zhongfei Dong, Xiang Chen, Hao Deng. (2012) Design of differential concentric ring sEMG
electrode array based on flexible printed circuit.J. University of Science and Technology of
China