This Author published in this journals
All Journal Rotasi
Akif Rahmatillah
Unknown Affiliation

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : Rotasi

EMG Based HCI Device to Support Computer Operation Firman Isma Isma Serdana; Akif Rahmatillah; Soegianto Soelistiono
ROTASI Vol 25, No 2 (2023): VOLUME 25, NOMOR 2, APRIL 2023
Publisher : Departemen Teknik Mesin, Fakultas Teknik, Universitas Diponegoro

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.14710/rotasi.25.2.30-36

Abstract

The human computer interface is a method of interaction between a person and a computer that utilizes a human interface device. One example of this is using hand movements to control a computer pointer, which produces a unique electromyography signal for each basic movement direction (up, down, right, and left). This project utilized an artificial neural network with a structure of seven inputs, ten hidden layer nodes, and four outputs to classify electromyography signals from the brachioradialis and flexor carpum ulnaris muscles into four basic movement categories within an Arduino Uno. The artificial neural network was trained offline using a high-capacity machine for efficiency since the Arduino Uno has low raw processing capability. The Sparkfun Pro Micro's HID function and the mouse.move() library were used to translate the classification results into pointer movement on a PC. The classification rate for the prerequisites setting resulted in an average of 93.7375%, with individual classification rates of 96.55% for up movement, 93.4% for down movement, 90.85% for right movement, and 91.95% for left movement.