Difference between revisions of "Tachymètre"

From air
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
=Objective of the project=
=Objectif=
 
Le but du projet est d'utiliser un détecteur de proximité pour développer une application web qui affiche l'historique de tous les passages devant le capteur avec date, heure et vitesse. Le capteur est connecté à un Raspberry Pi qui sert au traitement des données et à l'envoi des données au serveur. Le serveur stocke l'historique des valeurs et l'envoi des données lors des demandes par le client html. Le client est une interface web qui affiche l'historique des passages de manière lisible et interactive (plage de dates, graphiques).
+
The aim of the project is to use a doppler sensor to develop a web application that displays the historic of all passages in front of the sensor, with date, hour, speed, and direction. The sensor is connected to a Raspberry Pi with an Arduino to process the raw data and send the measures to a SQLite server. The server stores all the values and makes them available to the web client. This client is a user interface that allows the owner of the sensor to see the historic of passages in a legibly and interactive way (date range, graphs).
Ce projet doit être développé en Cohorte, une plateforme de développement qui permet de séparer l'application en différents composants. Ces composants sont indépendants. Ils peuvent être codés dans des languages de programmation différents, c'est Cohorte qui s'occupe de la communication entre les différents composants. L'application est une interaction entre les composants qui fournissent et consomment des services.
 
   
  +
This application has to be developped with Cohorte, a service oriented platform that allows to split the application in different independant components. These components can be coded in different programming languages, and the communication between them is entirely managed by Cohorte. The application consists in the interaction between the components that provides and use services.
=Les contraintes technologigues =
 
  +
  +
= Technical environment =
 
* Cohorte
 
* Cohorte
* Raspberry
+
* Raspberry Pi
  +
* Arduino
* Module HB100
 
  +
* [[HB100 Doppler Sensor]]

Latest revision as of 10:16, 18 January 2017

Objective of the project

The aim of the project is to use a doppler sensor to develop a web application that displays the historic of all passages in front of the sensor, with date, hour, speed, and direction. The sensor is connected to a Raspberry Pi with an Arduino to process the raw data and send the measures to a SQLite server. The server stores all the values and makes them available to the web client. This client is a user interface that allows the owner of the sensor to see the historic of passages in a legibly and interactive way (date range, graphs).

This application has to be developped with Cohorte, a service oriented platform that allows to split the application in different independant components. These components can be coded in different programming languages, and the communication between them is entirely managed by Cohorte. The application consists in the interaction between the components that provides and use services.

Technical environment