Outils pour utilisateurs

Outils du site


Panneau latéral

Accueil

Select other language :


Apprentissage

Enseignements

Enseignements Département Informatique SI5 et Master IFI

Enseignements Département Bâtiment Polytech'Nice

Autres Formations française et étrangère

Activités administratives, Ingénierie et Innovation Pédagogiques

Apprentissage Département Informatique SI5/Master 2 ingénierie informatique EUR DS4H


Recherche

Valorisation de la Recherche

Dépôts Logiciels à l’Agence de Protection des Programme (APP)

Valorisation des résultats de recherche et transfert

Diffusion de la Culture scientifique et Technologique

Communications de presse

Séminaire ENSI Tunis

Pédagogie Innovante

Relations industrielles et socio-économique

Organisation de Manifestations

  • Conférence sur les FabLabs, Alexandre Schneider, Professeur Agrégé en Génie Mécanique, Université de Reims Champagne-Ardenne Web
  • Journées UbiMob'14 Site Web

Animation de la Recherche

U-Santé

Privé

Outils

Sources d'Informations

projets:oc:oc_2013_2014:ubikwan_cannobi

Smart Objects and Services


Project Presentation

Ubikwan Cannobi

Group Composition :
  • Gwenn Aubert
  • Elie Jacquelin
  • Matthieu Maugard
  • Bastien Maureille

Scenario :

The user uses the cane to take a walk outside. When back home, the cane automatically connect itself to the user home's wifi to transmit the datas collected during the walk to the high value service. Those datas gives information on the waking speed, the effort, etc. The high value service will synchronize the datas from the cane and other services (e.g: his calendar) or even other connected object (e.g: clothes with a heart-rate sensor). This synchronization change the initial temporal reference of the sensors to a discret reference more interesting to study.

Example: Synchronization with the user's calendar to highlight the improvement of the walk during an appointement with a physiotherapist.

Other example: Synchronization with the can itself to compare the distance between two steps and the pressure measured by the cane.


Object Shape :

Name of the contact at Reims

Maxime Brouillard

Sketch of the Object from Reims :
Picture of the Object without instruments and electronics :
Picture of the Object with instruments and electronics outside on the same table (put some circles and arrows on the picture to show where you're going to integrate all of these) :
Picture of the finished Object (all is integrated):
Demonstration Video :

Hardware specifications :

List :

Specifications and interface of the service on the object

Datas are sent from the cane on a regular interval of 1 second.
We send all the datas at once, following this scheme :
altitude/latitude/longitude/heading/velocity/accelerationX/accelerationY/accelerationZ/compasX/compasY/compasZ/gyroX/gyroY/gyroZ/load
We choose to use this scheme because it is less bandwith consuming and easier to put in a file.

Specifications of the interface of high added value service

The high added value service has the following features :

Project Files:

All the project files are accessible under this dropbox folder : https://www.dropbox.com/sh/qflj6iljit7mih2/gPbjhyfs5S

. wcc of the two containers (embedded and on the remote PC) :
Beans added for the embedded container (for the service on the object) ** (DLL and Source code for each of them)
Beans added for the remote PC container (for the high added value service on the PC) ** (DLL and Source code for each of them)
Chesklist to install the embedded service on the object
  1. Configure the internet connection of the phidget
  2. Deploy the SharpWCompContainer under /root/UbikwanCannobi
  3. Deploy the Ubikwan.wcc container on the phidget file system under /root/UbikwanCannobi
  4. Deploy the required beans on the phidget file system under /root/UbikwanCannobi/Beans
  5. Put the run.sh (https://www.dropbox.com/s/pisdm0an6iyaeyh/run.sh) script into /root/UbikwanCannobi/SharpWCompContainer/
  6. Execute this command : “/root/UbikwanCannobi/SharpWCompContainer/run.sh”
  7. (optionnal)Configure the initab to execute the previous command automatically after booting by adding the following line at the end of /etc/inittab :

“unci:2345:respawn:sh /root/UbikwanCannobi/SharpWCompContainer/run.sh (https://www.dropbox.com/s/0sih5orgoq058ux/inittab)

Chesklist to install the remote service/application on the PC
  1. Launch WComp
  2. Create a new container
  3. Import the file : HV_final.wcc
  4. Bind this container to UPNP
  5. Create a proxy of this container
  6. Create a proxy of the phidget service
  7. Create a new container
  8. Add the two previously created proxy
  9. Link the stringevent event of the phidget proxy to stringmethod method of service proxy

Results of the relations with Reims (being factual without personal opinion)

After receiving the object, we had few problems while integrating the components. Indeed, there is only the load sensor and the Phidget platform that have a location to be put on the cane. The GPS and the spatial interface did not have their own location. Maybe a lack of communication with our contact in Reims caused this problem. Otherwise, some components were well thought such as the phidget container and the space for the pressure sensor, but the dimensions were too small to really fit those components.

Prospects :

Possible extensions of the object

By adding a heart-rate sensor to the cane, the measure of effort would be more accurate. Adding screens on the cane to help the user track his efforts while he is walking, would more likely make him actually use the cane.

Possible extension of the service on the Object

Changing the format of the values sent through the service into a more readable format (e.g: JSON) will make the the usage of this service by other more easier. Stocking the different values of the sensors while the cane isn't connected to the wifi, will make the cane more useful because it often occured the cane isn't connected to a network at all while walking. And when the cane is connected back to the network, it will push all the datas collected to the different services.

Possible extension of the high added value Service

Thanks to the collected data written in files, it could be possible to build a collaborative map showing the places that are not very stable for cane users.

Possible GUI for data visualization

A map or google earth for the collaborative map described above. A chart for the re-education program.

projets/oc/oc_2013_2014/ubikwan_cannobi.txt · Dernière modification: 2014/02/20 20:20 par etudiant_oc_2013_2014