Outils pour utilisateurs

Outils du site


projets:plim:20142015:gr13

Ceci est une ancienne révision du document !


Projets Objets Connectés et Services (OCS)

GROUP GR13

MAIN INFORMATIONS about the Project

MEMBERS

Title of the Project : Light Sensor to Weather

Name of the members of the Group

  • ALFONSI
  • Martin
  • IHM
  • alfonsi@polytech.unice.fr

Equipments

  • Marque et type de votre téléphone : NOKIA LUMIA
  • Téléphone personnel : NON
  • IMEI : 356355051357562

Content of the Project

Our project aims is to detect the current weather using the Windows Phone's Light Sensor combine to the current time.

To gather data from the Light Sensor, we use the LightSensor class from the Windows.Devices.Sensors namespace, which is available since Windows Phone 8.1 SDK is up. This class returns the ambient-light reading as a LUX value. To get the current time, we also use the DateTime class from the System namespace. For our detection we round the current time to the below hour.

To get the weather from these values, we use a neural network. To create this neural network with use the alglib library . We trained this neural network with several values which respect these hypothesis :

  • dark indoor : 0-50 lux, from 7am to 6pm
  • very cloudy : 51-5000 lux, from 7am to 6pm
  • sunny with some cloud : 5001-30000 lux, from 7am to 6pm
  • sunset : 10001-30000 lux, at 6pm
  • sunny without cloud : 30001-100000 lux, from 7am to 6pm
  • moonless night : 0-10 lux, from 7pm to 6am
  • fullmoon night : 11-50 lux, from 7pm to 6am
  • home light : 51-100000 lux, from 7pm to 6am
  • sunrise : 10001-30000 lux, at 6am

Once the neural network is trained, we can determine the weather using this network, the current lux value and the current time.

quelques lignes sur le projet

indiquer les données collectées sur le téléphone, le nom de l'API et du namespace .Net pour cela

indiquer les informations que vous voulez obtenir après traitement (classification …) des données collectées

indiquer la manière dont vous présenterez les informations obtenues à l'utilisateur

indiquer si vous souhaitez utiliser les informations obtenues pour d'autres fonctionnalités comme des actions sur votre téléphone

SOFTWARE PACKAGES of the Project

  • README

To execute our project, you will need to have Visual Studio 2013 SP2 (or later) and the Windows Phone 8.1 SDK (or later) installed on your computer. Then you can should create a new Windows Phone 8.1 project and import our project files to it. You should be able to run the project without adding any .dll.

  • Project zip file

https://drive.google.com/file/d/0B7i70Bg2z72QN05tbFRfcU9kZTg/view?usp=sharing

  • All required softwares

Visual Studio 2013 : http://www.microsoft.com/fr-fr/download/details.aspx?id=44921

Windows Phone SDK : http://dev.windows.com/fr-fr/develop/download-phone-sdk

HOW TO USE IT

[{https://drive.google.com/file/d/0B7i70Bg2z72Qa3RTWkxNVmxVdEE/view?usp=sharing}] view

here write step by step how to use your project you can add copies of screen in it

RESULTS

Write a summary of the main results of the project

Optionnal but considered in the evaluation : An 2 pages ACM paper on your results

Optionnal but considered in the evaluation

if you finnd enough time, you can write a 2 pages paper about your project in a professional ACM format. This paper will be submitted to other researchers in the field and perhaps to present a poster in a conference and/or Workshop

A Paper ACM Format : Word ACM Format

CONSIGNES ET RAPPELS

Quelques consignes :
  1. Warning : everything must be written in english ….
  2. 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 :
     [[http://example.com|Lien externe]] 
  3. For more informations on DokuWiki syntax go to syntax dokuwiki
projets/plim/20142015/gr13.1416504981.txt.gz · Dernière modification : 2014/11/20 17:36 de alfonsi