Ivan-cs488-tasks: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Babic91 (talk | contribs)
Created page with "* Create android development platform * Make a simple Hello World android application * Make an application that will find latitude and longitude * Add altitude, # of satellites..."
 
Babic91 (talk | contribs)
No edit summary
Line 1: Line 1:
* Create android development platform
*Done:
* Make a simple Hello World android application
** Create android development platform (software chain)
* Make an application that will ?nd latitude and longitude
** Make a simple Hello World android application
* Add altitude, # of satellites, precision, time and date to the application
** Make an application that will read latitude and longitude
* Figure a way to store the date in a csv ?le every time collect button is pressed
** Decide which sensor to use first
* Decide which sensor to use ?rst
 
* Figure out how to make android device communicate with sensor probe
*To do:
* Make application store data in to the csv ?le (together with geocoded info)
** Add altitude, # of satellites, precision, time and date to the application
* Create an opetion allowing upload of collected data to another server or cloud
** Figure out how to make android device communicate with sensor probe
* Create a changeable timer that will initiate collect button every x minutes
** Make application store data in to the csv file (together with geocoded info) every time collect button is pressed
* A simple web interface using tool such as Gnuplot to automatically visualize uploaded temperature data
** Create an option allowing upload of collected data to another server or cloud
** Create a changeable timer that will initiate collect button every x minutes
** A simple web interface using tool such as Gnuplot to automatically visualize uploaded temperature data

Revision as of 07:23, 27 November 2012

  • Done:
    • Create android development platform (software chain)
    • Make a simple Hello World android application
    • Make an application that will read latitude and longitude
    • Decide which sensor to use first
  • To do:
    • Add altitude, # of satellites, precision, time and date to the application
    • Figure out how to make android device communicate with sensor probe
    • Make application store data in to the csv file (together with geocoded info) every time collect button is pressed
    • Create an option allowing upload of collected data to another server or cloud
    • Create a changeable timer that will initiate collect button every x minutes
    • A simple web interface using tool such as Gnuplot to automatically visualize uploaded temperature data