Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 346 Bytes

File metadata and controls

13 lines (9 loc) · 346 Bytes

Android DataLogger

Just a little experiment with the Accelerometer, GPS, Timer and external storage. Runs at 1HZ and dumps the contents into SDCARD/Android/Data/regomodo.logger/files/test.csv

This csv file is processed using the file "tools/process.py".

Dependencies (for process.py)

  • Python
  • Matplotlib