Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.6 KB

Android IoT

Requirements

  • Android ≥ 4.4 (KITKAT), with bluetooth capabilities
  • Shimmer 3R
  • Git (not strictly necessary)

Goals

  • Plot data coming from Shimmer 3R sensor
  • Store data in a CSV format

If you are brave enough

  1. Fork this repository (a GitHub account is needed)
  2. Make some changes to your local files

When you have something working...

  1. git add .
  2. git commit -m "My commit message"
  3. git push -u origin master --all

If not...

  1. Download it!
  2. Start making changes as you wish

Useful classes

Android IoT Project

File Description
MainActivity Starts the Shimmer service and handles fragments interactions
MyService Handles connectivity with Shimmer 3R device
BaseTabFragment Base fragment class for a tab interface
DataTabFragment Display accelerometer data

Shimmer Library

File Description
Shimmer Abstracts Shimmer 3R functionality
ObjectCluster Wraps Shimmer 3R data