Skip to content

Repository for my GMTE Master thesis (2019/2021)

Notifications You must be signed in to change notification settings

Markieautarkie/gmte-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMTE-Thesis

This repository holds all the code written for my GMTE-Thesis at Utrecht University.

Made with ❤ by Markieautarkie

Article: Narcis and DOI

MTBalance

This is the main Android application of the thesis, which is used to construct a system that is capable of providing novice mountain bikers with real-time proprioceptive feedback on balance.

 

The code is written in Java within the Android Studio IDE. All code is fully documented in-line.

Install

The target device must support .apk installation from unknown sources.

Open Android Studio IDE and build the full MTBalance root folder. Ensure that the .gradle and SDK versions have been verified. Next, build the application directly to the target device.

RTFeedback

Code written for the real-time feedback devices used in the MTBalance system, utilizing Cpp within the Arduino IDE.

Install

Flash the .ino file within the root folder directly to an Arduino device using the Arduino IDE. Ensure that the target board matches the used Arduino controller.

Plotting

Simple Python scripts that have been written for figure generation. Although these scripts are not particularly useful for the main application framework, they have been added for the sake of completeness.