vincefn / android-datalogger-egokituz

Basic Android data logger application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BITalino DataLogger for Android

Android application to store data-logs from the BITalino board in the smartphone.

Features

Unmarked features will be added eventually

  • Select between different bluetooth devices (only works with BITalino protocol compliant devices)
  • Configure the sampling rate and the channels to store data. Channel labels are sorted with the Board model order, if you have a Bitalino Plugged or Freestyle models they could be in a different order
  • App external storage mode
    • Use a file explorer app to access the BITlog folder in your Android
    • Use any usb to uSD card converter to get the logs - [x] OpenSignals like logs with selected analog channel and digital input data.
  • App internal storage mode (disabled)
    • Send logs via email (not working yet)

Configuration for Eclipse

  1. To run properly this project first you must download the bitalino-java-sdk and the Guava libraries:
  1. After downloading the code of the datalogger for Android, add the previously mentioned projects to the build path ( Project -> Properties -> Java Build Path )
  • bitalinojava-sdk as a project in the Projects tab
  • guava-17.0.jar as an external library in Libraries tab
  1. VERY IMPORTANT!, change the order in the "Order and Export" tab to avoid runtime errors with the libraries
  • Before modifying the order: Before modifying the order
  • After modifying the order: After modifying the order
  1. Run the application and enjoy gathering data from your BITalino device :)

Screenshots

Application Main Screen:

Main screen

BITalino configuration screen:

Bitalino configuration screen

##Credits Borja Gamecho

University of the Basque Country (UPV/EHU)

EGOKITUZ laboratory

About

Basic Android data logger application


Languages

Language:Java 100.0%