Skip to content

Seed project - Summer School in IoT at SUPSI

Notifications You must be signed in to change notification settings

igneg/Android-IoT

Repository files navigation

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

About

Seed project - Summer School in IoT at SUPSI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages