Outils pour utilisateurs

Outils du site


projets:ocs:20142015:gr9

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édentes Révision précédente
Prochaine révision
Révision précédente
projets:ocs:20142015:gr9 [2015/02/17 14:40]
gioanni [VIDEO PICTURES and SCREENSHOTS]
projets:ocs:20142015:gr9 [2015/02/17 15:59] (Version actuelle)
gioanni [Hardware Specifications and Distribution of the connected Object]
Ligne 37: Ligne 37:
 First drafts (11/14) : [[https://​www.flickr.com/​photos/​124344416@N03/​15616505207/​|Proto 1]] [[http://​1drv.ms/​14MClKA|Proto 2]] \\ First drafts (11/14) : [[https://​www.flickr.com/​photos/​124344416@N03/​15616505207/​|Proto 1]] [[http://​1drv.ms/​14MClKA|Proto 2]] \\
 Here we start thinking about the object. We are still changing our mind about the design and looking for new shapes. We also choose the features of our connected object and study the feasibility of our ideas.\\ Here we start thinking about the object. We are still changing our mind about the design and looking for new shapes. We also choose the features of our connected object and study the feasibility of our ideas.\\
-{{:​projets:​ocs:​20142015:​08e879500755a9e397935e6394c5b47b39fff9c9552f0e08dc_pimgpsh_fullsize_distr.jpg?​200|}}+{{:​projets:​ocs:​20142015:​08e879500755a9e397935e6394c5b47b39fff9c9552f0e08dc_pimgpsh_fullsize_distr.jpg?​400|}}
  \\  \\
 The designers concept (12/14) : [[http://​1drv.ms/​1DBCX3M]] - [[http://​1drv.ms/​1A95h7r|PDF]]\\ The designers concept (12/14) : [[http://​1drv.ms/​1DBCX3M]] - [[http://​1drv.ms/​1A95h7r|PDF]]\\
Ligne 69: Ligne 69:
 == Hardware specifications == == Hardware specifications ==
   * Phidget card\\   * Phidget card\\
-This card will connect all the hardware ​+//This card will connect all the hardware ​//
  
   * Network card\\   * Network card\\
-This card will be used to connect with the service ​+//This card will be used to connect with the service// 
  
   * Humidity sensor\\   * Humidity sensor\\
-A sensor to get the humidity rate inside the pot+//A sensor to get the humidity rate inside the pot//
  
   * Temperature sensor\\   * Temperature sensor\\
-A sensor to retrieve the temperature inside the pot+//A sensor to retrieve the temperature inside the pot//
  
   * Luminosity sensor\\   * Luminosity sensor\\
-A sensor placed outside of the pot to detect the light+//A sensor placed outside of the pot to detect the light//
  
   * The pump\\   * The pump\\
-A pump to water the plants from the tank+//A pump to water the plants from the tank//
  
   *LEDS\\   *LEDS\\
-The leds will show to the user how the plant is feeling+//The leds will show to the user how the plant is feeling//
  
  
Ligne 123: Ligne 123:
 == Software Distribution of the connected Object == == Software Distribution of the connected Object ==
  
-Here is the list of all the files you will need to recreate the project. +To implememnt ​the flower pot device, ​you will need the dll for the temperature sensor convertor.
-   * [[https://​www.dropbox.com/​s/​b8cfnk97gm11psd/​FlowerPot-src.zip?​dl=0|The source code]] +
-   * [[https://​www.dropbox.com/​s/​eyralvqckrr5z9z/​FlowerPot-exec.zip?​dl=0|The executable file]] +
-   * [[https://​www.dropbox.com/​s/​8ta6e2oxcbguzff/​FlowerPot_orchestrator.zip?​dl=0|The orchestrator]] +
- +
-You will also need the dll for the temperature sensor convertor.+
    * [[https://​www.dropbox.com/​s/​xd05j9y5cs9eqne/​Temperature_sensor_byFP.dll?​dl=0|Dll for the FlowerPot temperature sensor]]    * [[https://​www.dropbox.com/​s/​xd05j9y5cs9eqne/​Temperature_sensor_byFP.dll?​dl=0|Dll for the FlowerPot temperature sensor]]
  
Ligne 150: Ligne 145:
  
 {{ :​projets:​ocs:​20142015:​11005686_1020880737941965_1075371142_n.jpg?​500 |}} {{ :​projets:​ocs:​20142015:​11005686_1020880737941965_1075371142_n.jpg?​500 |}}
-In the new version we will add more services to composed ​with the plant-database to increase the efficiency of the device. We could have for example a Weather Web Service to prevent too much water in the pot if it's located outside (see the example bellow, it is a MOC to show you how we would have done it).+In the new version we will add more services. We will be able to compose ​with the plant-database ​and the new service ​to increase the efficiency of the device. We could have for example a Weather Web Service to prevent too much water in the pot if it's located outside (see the example bellow, it is a MOC to show you how we would have done it).
 {{ :​projets:​ocs:​20142015:​10967700_1020882071275165_12907301_n.jpg?​500 |}} {{ :​projets:​ocs:​20142015:​10967700_1020882071275165_12907301_n.jpg?​500 |}}
 +In this example the FlowerPotUIDevice will ask the new plant to the PlantDBService. The database service will send the values for the new plant to the IntelligenceBean. It will receive as well the values from the FlowerPotDevice. After processing these values it will send to the FlowerPotUIDevice and to the FlowerPotDevice the data/alerts appropriate. The IntelligenceBean will be able to receive information from new webServices,​ in this example it's a weather service which will send alert in case of rain forecast. When the IntelligenceBean will receive this alert it will cancel the pump until the weather come back sunny.
 +
  
 == Software Distribution of the High Level Service for the user == == Software Distribution of the High Level Service for the user ==
  
-// Here, put all the files needed ​to build, to compile and to deploy all your software developments for the high level service//+Here is the list of all the files you will need to recreate ​the project. 
 +   * [[https://​www.dropbox.com/​s/​b8cfnk97gm11psd/​FlowerPot-src.zip?​dl=0|The source code]] 
 +   * [[https://​www.dropbox.com/​s/​eyralvqckrr5z9z/​FlowerPot-exec.zip?​dl=0|The executable file]] 
 +   * [[https://​www.dropbox.com/​s/8ta6e2oxcbguzff/FlowerPot_orchestrator.zip?​dl=0|The orchestrator]]
  
-    * All the instructions on what must be installed before deployment of the developed software (ex. software stack and WComp): 
-    * Binary distribution of the developed software for the object and how to install (ex. DLL of new beans and wcc of the WComp the assembly) : 
-    * Sources distribution of the developed software ​ and how to build the binary distribution (ex. sources of new beans in WComp): 
  
  
 ==== VIDEO PICTURES and SCREENSHOTS ==== ==== VIDEO PICTURES and SCREENSHOTS ====
 Here are few pictures of the first prototype received with the card and the sensors. It won't be possible to test it properly (water and dirt) but it gives an idea for the location of the hardwar devices. There is a screen of the UIDevice as well. Here are few pictures of the first prototype received with the card and the sensors. It won't be possible to test it properly (water and dirt) but it gives an idea for the location of the hardwar devices. There is a screen of the UIDevice as well.
 +
 +{{:​projets:​ocs:​20142015:​11004934_10152754540912992_820772072_n.jpg?​300 |}}
 +{{ :​projets:​ocs:​20142015:​sans_titre.png?​200|}}
  
  
-{{:​projets:​ocs:​20142015:​11001358_1020931874603518_195455681_o.jpg?​300 |}} +{{ :​projets:​ocs:​20142015:​11001358_1020931874603518_195455681_o.jpg?​500 |}}
-{{:​projets:​ocs:​20142015:​11004934_10152754540912992_820772072_n.jpg?​250 |}} +
-{{:​projets:​ocs:​20142015:​sans_titre.png?​200 ​|}}+
  
  
 As we can see in the example, the luminosity is not enough for the plant (here let's imagine a Rose) so the led is shining in red to prevent the user. As we can see in the example, the luminosity is not enough for the plant (here let's imagine a Rose) so the led is shining in red to prevent the user.
projets/ocs/20142015/gr9.1424180430.txt.gz · Dernière modification: 2015/02/17 14:40 par gioanni