# mirru-android **Repository Path**: chenbin69/mirru-android ## Basic Information - **Project Name**: mirru-android - **Description**: This sketch was made to be used in conjunction with the Mirru Arduino Sketch - **Primary Language**: Android - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-10 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mirru Android App Print your own prosthesis and control it with your phone. Using MediaPipe's hand tracking technology, you can use your camera and your valid hand to change your prothesis's grip in real-time. The Mirru android app integrates with any servo-powered hand that works with a bluetooth open source microcontroller. You can find the Mirru Arduino code for the Brunel Hand [here](https://github.com/mirru-app/mirru-arduino/) ### Please read our User Manual https://github.com/mirru-app/mirru-android/wiki/User-manual ## Getting started with the Repository - Installation ### Command Line To build the app, you will need Java 1.8 and Android SDK 28. The app builds with Gradle. You can build from the commandline or use Android Studio. ```shell $ ./gradlew build ```