Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 591 Bytes

File metadata and controls

6 lines (4 loc) · 591 Bytes

AccelerometerGraph

This Android app was developed in the context of a masters dissertation, with the objective of creating a navigation and localization system for a museum. Its purpose was to analyse and study human movement, and after develop a pedometer.

This is a very simple app, that collects and records measures from the three main smartphone sensors (accelerometer, gyroscope and magnetometer). A separate CSV file for each of the sensors' data is saved onto the Downloads directory.

Note: Uses the FastCSV lib (https://github.com/osiegmar/FastCSV) developed by Oliver Siegmar.