nandanhere / dataCollectorApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataCollectorApp


Data Collection app for kivy

Features

Following is what the app does:

  • Take data from each and every sensor on the phone ( you have to give access to the app on first start) and display it on a material ui screen
  • Save the data into a csv file in the downlaods folder.

How to Build and notes:

On the first run, you must allow permission to access downloads folder. after which a csv file with the name values.csv will appear in the downloads folder.The code is pretty straightforward so do feel free to build your own version with the colab link provided. This is the same link as the Kivytimetable app and mostly does the same job.

To See the adb runtime log use the command

 adb logcat -s Datacollectorservice:V python:V

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%