Skip to content

Android AppQuest Metal Detector application for the App Quest 2016.

License

Notifications You must be signed in to change notification settings

psarnai1/appquest-metal-detector

 
 

Repository files navigation

AppQuest Metal Detector

HSR

About

AppQuest Metal Detector is the 1. application for the App Quest 2016 Treasure Hunt. The application must be able to find a magnetical object by showing the magnetic value in a progress bar. While the Treasure Hunt the goal will be to find the treasure with the "gold" inside. Finally it must be possible to upload the QR-code string to the AppQuest Logbuch.

General

AppQuest Repository AppQuest 2016
Application Requirements http://appquest.hsr.ch/2016/metall-detektor-android
Minimum API Level API level 23 (Marshmallow)
Development Environment Android Studio

Example

Metal Detector

Given code snippets

Work with the magnet sensor data

float[] mag = event.values;
double betrag = FloatMath.sqrt(mag[0] * mag[0] + mag[1] * mag[1] + mag[2] * mag[2]);

AppQuest Logbuch format

{
  "task": "Metalldetektor",
  "solution": "$Lösungswort"
}

License

MIT License

About

Android AppQuest Metal Detector application for the App Quest 2016.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%