Outils pour utilisateurs

Outils du site


projets:plim:20142015:gr5

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
projets:plim:20142015:gr5 [2014/11/23 22:21] – Version without zip and images salleprojets:plim:20142015:gr5 [2014/11/23 22:46] (Version actuelle) – Project links and images salle
Ligne 1: Ligne 1:
-==== MAIN INFORMATIONS about the Project ====+==== Pedometer: main information about the project ====
  
 === MEMBERS === === MEMBERS ===
Ligne 16: Ligne 16:
     * Personal phone: no     * Personal phone: no
     * IMEI: 358721050411346     * IMEI: 358721050411346
 +
 +=== PROJECT ===
  
 === Content of the Project === === Content of the Project ===
  
-Our project aims to count the user footsteps, using one of the most common sensors, the accelerometer. This sensor is accessible through the //Microsost.Devices.Sensors// namespace from //.NET Framework//, and provides three-axis acceleration data. When the footsteps measure is launched, new data are fetched every 30ms thanks to a timer.+Our project aims to count the user footsteps, using one of the most common sensors, the accelerometer. This sensor is accessible through the //[[http://msdn.microsoft.com/en-us/library/ie/windows.devices.sensors|Microsost.Devices.Sensors]]// namespace from //.NET Framework//, and provides three-axis acceleration data. When the footsteps measure is launched, new data are fetched every 30ms thanks to a timer.
  
-An algorithm transforms these datas into footsteps. When the user stops the measure, captured datas are serialized into a locally stored JSON file. When the user wants to retrieve past datas, he visits the page about statistics that informs him of his pas footsteps. Footsteps are classified in four time intervals (morning, afternoon, evening and night), and the visualisation is done using the //Sparrow Toolkit// library. In this way, the user can know when he walks the most.+An algorithm transforms these datas into footsteps. When the user stops the measure, captured datas are serialized into a locally stored JSON file. When the user wants to retrieve past datas, he visits the page about statistics that informs him of his pas footsteps. Footsteps are classified in four time intervals (morning, afternoon, evening and night), and the visualisation is done using the //[[https://www.nuget.org/packages/Sparrow.BulletGraph.WP8/|Sparrow Toolkit]]// library. In this way, the user can know when he walks the most.
  
 The user can set the length of his steps to improve the accuracy of measurement. Moreover, the application is available both in English (US) and French (FR), using multiple AppResources files: the app language is automatically set according to the phone language setting. The user can set the length of his steps to improve the accuracy of measurement. Moreover, the application is available both in English (US) and French (FR), using multiple AppResources files: the app language is automatically set according to the phone language setting.
Ligne 36: Ligne 38:
    * Project zip file     * Project zip file 
  
-TODO+http://users.polytech.unice.fr/~salle/plim/plim-1415-gr5.zip
  
    * All required softwares     * All required softwares 
Ligne 42: Ligne 44:
 Obviously, since Windows Phone development is not ported yet to other platforms (but will become since .NET Framework is now open-source), you need a PC running Windows 8.1 and Visual Studio 2013 with the WP8 SDK. Obviously, since Windows Phone development is not ported yet to other platforms (but will become since .NET Framework is now open-source), you need a PC running Windows 8.1 and Visual Studio 2013 with the WP8 SDK.
  
-This project uses the //Sparrow Toolkit// library. A priori it is attached into the zip file, but if it doesn’t work for some reasons you can download it through //NuGet// Manager (package //Sparrow.Chart.WP8//).+This project uses the //[[https://www.nuget.org/packages/Sparrow.BulletGraph.WP8/|Sparrow Toolkit]]// library. A priori it is attached into the zip file, but if it doesn’t work for some reasons you can download it through //NuGet// Manager (package //Sparrow.Chart.WP8//).
  
 === HOW TO USE IT  === === HOW TO USE IT  ===
  
 First, you obviously need to launch the app. An app with three pivots should appear. First, you obviously need to launch the app. An app with three pivots should appear.
 +
 +{{http://users.polytech.unice.fr/~salle/plim/mesure.png?200}}
  
 The first pivot allows you to perform footsteps measures: you just need to click on the //Start// button. Then the podometer is running and you can walk with the phone (running the app) in your pocket. Each time a footstep is measured the counter is increased and you can see it in live. When you want to stop the measure, just click on the //Stop// button (same as the //Start// one). The measure is saved, and you can now slide your finger from right to left to see the second screen. The first pivot allows you to perform footsteps measures: you just need to click on the //Start// button. Then the podometer is running and you can walk with the phone (running the app) in your pocket. Each time a footstep is measured the counter is increased and you can see it in live. When you want to stop the measure, just click on the //Stop// button (same as the //Start// one). The measure is saved, and you can now slide your finger from right to left to see the second screen.
 +
 +{{http://users.polytech.unice.fr/~salle/plim/stats.PNG?200}}
  
 This screen shows you the past measures (of all time), classified in time intervals. Data are shown as a bar diagram. If you want to reset these datas, go to the third screen. This one allows you to reset all the recorded data (this action can not be undone). This screen shows you the past measures (of all time), classified in time intervals. Data are shown as a bar diagram. If you want to reset these datas, go to the third screen. This one allows you to reset all the recorded data (this action can not be undone).
  
 +{{http://users.polytech.unice.fr/~salle/plim/parametres.PNG?200}}
  
 === RESULTS  === === RESULTS  ===
  
 The main feature of our app is to count footsteps. After having use this app three days, we determine that the most walking time is the afternoon, between noon and 6pm. The main feature of our app is to count footsteps. After having use this app three days, we determine that the most walking time is the afternoon, between noon and 6pm.
- 
projets/plim/20142015/gr5.1416781299.txt.gz · Dernière modification : 2014/11/23 22:21 de salle