Basic Vibrotactile Morse I/O
Code for the application used in evaluating Morse Input/Output, as presented at the IEEE Haptics Symposium 2022 and at EuroHaptics 2022.
Video link: https://youtu.be/rSwz-pJVUjU
Paper link: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9765570
Open in Android Studio and build the .apk or download from this link (usually updated at the same time as this repository): https://drive.google.com/file/d/1f7QqyEGvT4Q1xrsG4yQtSzLFBmhxsg8L/view?usp=sharing. Enable the MIO keyboard as a custom keyboard. Open the MIO app - the letters M, I, O should vibrate upon doing this. Tap the "Exercise" activity. The normal system keyboard should open - in the bottom right corner of the screen, switch the keyboard to the MIO keypad. You will need to change back to the normal keyboard later!
Useful links:
- How to install an apk: https://www.wikihow.com/Install-APK-Files-from-a-PC-on-Android
- How to change keyboard on Android: https://www.wikihow.com/Change-Keyboard-on-Android
This code is open-source! Feel free to use it for any project you like. Do keep in mind it was written as a proof-of-concept by someone who never read an Android development style guide, though...