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

Prochaine révision
Révision précédente
projets:plim:20142015:gr5 [2014/10/14 09:39] – créée tigliprojets: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 ===
  
-//Dans la suite,  +=== Title of the Project : Podometer ===
-[<nom1>] [<nom2>] [<nom3> est la liste des noms des membres d'une groupe de travail. +
-// +
- +
-=== Title of the Project : XXX ===+
  
 === Name of the members of the Group === === Name of the members of the Group ===
  
-    * Nom 1  +    * Paul Lavoine, IHM, lavoine@polytech.unice.fr 
-    * Prénom 1  +    * Victor Sallé, IAM, salle@polytech.unice.fr 
-    * Option  +    * Loïc Seguin, IAM, seguin@polytech.unice.fr
-    * Adresse email 1 +
-    * Nom 2 +
-    * Prénom 2  +
-    * Option  +
-    * Adresse email 2 +
-    * Nom 3 +
-    * Prénom3  +
-    * Option  +
-    * Adresse email 3+
  
 === Equipments === === Equipments ===
    
-    * Marque et type de votre téléphone  +    * HTC 8S 
-    * Téléphone personnel O/N +    * Personal phone: no 
-    * IMEI de votre téléphone (sur lequel vous aurez créé votre compte développeur) +    * IMEI: 358721050411346 
 + 
 +=== PROJECT ===
  
 === Content of the Project === === Content of the Project ===
  
-// quelques lignes sur le projet //+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.
  
-// indiquer les données collectées sur le téléphone, le nom de l'API et du namespace .Net pour cela//+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.
  
-// indiquer les informations que vous voulez obtenir après traitement (classification ...) des données collectées//+The user can set the length of his steps to improve the accuracy of measurementMoreover, the application is available both in English (USand French (FR), using multiple AppResources files: the app language is automatically set according to the phone language setting.
  
-// indiquer la manière dont vous présenterez les informations obtenues à l'utilisateur// +The current version of the app only uses the accelerometer, but we plan to use the GPS in order to measure the distance traveled, which would allow us to compute an average foodstep length. This average length could give us information about the user, then we can determinate which user is currently using the phone.
- +
-// indiquer si vous souhaitez utiliser les informations obtenues pour d'autres fonctionnalités comme des actions sur votre téléphone//+
  
  
Ligne 46: Ligne 33:
  
    * README File     * README File 
-// an README file to explain all you install from Visual Studio 2013 SP2 with the SDK WP8.0 or later, to deploy and execute your project on the Windows Phone //+ 
 +Just open the //.sln// file using Visual Studio 2013 SP2. Then you will be able to launch the emulator.
  
    * Project zip file     * Project zip file 
-// add the zip file of the Project //+ 
 +http://users.polytech.unice.fr/~salle/plim/plim-1415-gr5.zip
  
    * All required softwares     * All required softwares 
-//Put all the links and explanations to install and to configure required softwares, before your WP8.X C# project//  
  
-=== HOW TO USE IT  ===+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.
  
-// here write step by step how to use your project //  +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//).
-// you can add copies of screen in it //+
  
-=== RESULTS  ===+=== HOW TO USE IT  ===
  
-// Write a summary of the main results of the project //+First, you obviously need to launch the app. An app with three pivots should appear.
  
-=== Optionnal but considered in the evaluation An 2 pages ACM paper on your results ====+{{http://users.polytech.unice.fr/~salle/plim/mesure.png?200}}
  
-// Optionnal but considered in the evaluation //+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.
  
-//if you finnd enough time, you can write a 2 pages paper about your project in a professional ACM formatThis paper will be submitted to other researchers in the field and perhaps to present  a poster in a conference and/or Workshop +{{http://users.polytech.unice.fr/~salle/plim/stats.PNG?200}}
-//+
  
-**A Paper ACM Format :** +This screen shows you the past measures (of all time), classified in time intervalsData are shown as a bar diagramIf 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://www.acm.org/sigs/publications/pubform.doc|Word ACM Format]]+
  
 +{{http://users.polytech.unice.fr/~salle/plim/parametres.PNG?200}}
  
-=== CONSIGNES ET RAPPELS === +=== RESULTS  ===
- +
-== Quelques consignes : == +
- +
-  - //  Warning : everything must be written in english ....//  +
-  - // Warning : every added file (ex. figures, picture, sources, binaries, video ...) must be added through a web links on a Web repository. You can use such a syntax to integrate the link in this page :// <code> [[http://example.com|Lien externe]] </code> +
-  - //For more informations on DokuWiki syntax go to// [[https://www.tigli.fr/doku.php?id=wiki:syntax|syntax dokuwiki]] +
  
 +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.1413279572.txt.gz · Dernière modification : 2014/10/14 09:39 de tigli