Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
projets:oc:oc_2013_2014:healthcare_backpack [2014/02/17 20:50] etudiant_oc_2013_2014 [Scenario :] |
projets:oc:oc_2013_2014:healthcare_backpack [2014/02/17 23:01] (Version actuelle) etudiant_oc_2013_2014 [Hardware specifications :] |
||
---|---|---|---|
Ligne 34: | Ligne 34: | ||
== Sketch of the Object from Reims : == | == Sketch of the Object from Reims : == | ||
+ | [[https://www.dropbox.com/s/rsrwp46rxp7ij3k/Croquis.pdf|Sketch]] | ||
== Picture of the Object without instruments and electronics :== | == Picture of the Object without instruments and electronics :== | ||
+ | [[https://www.dropbox.com/s/xm6v16avy5hfa13/object_without_electronics.zip|Object without 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 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) : == | ||
+ | [[https://www.dropbox.com/s/7lc31ctuf8ebttx/object_and_electronics.jpg|Object and electronics]] | ||
== Picture of the finished Object (all is integrated): == | == Picture of the finished Object (all is integrated): == | ||
+ | [[https://www.dropbox.com/s/aml0b5eioqofckm/finished_object.zip|Finished object]] | ||
== Demonstration Video : == | == Demonstration Video : == | ||
+ | [[http://www.youtube.com/watch?v=UoZ3eBdlMPA|Demonstration]] | ||
==== Hardware specifications : ==== | ==== Hardware specifications : ==== | ||
== List : == | == List : == | ||
- | * < sensor or actuator | reseller link | seller reference | links to datasheet or technical document> | + | * Force Sensor | [[http://www.gotronic.fr/art-capteurs-de-force-flexiforce-44-9kg-12140.htm|Product page]] | ref. 25527 | [[http://www.phidgets.com/documentation/Phidgets/3100_0_FlexiforceUserManual.pdf|Documentation]] (x2) |
- | + | * Force Sensor Adapter | [[http://www.gotronic.fr/art-adaptateur-1120-12137.htm|Product page]] | ref. 25524 | [[http://www.phidgets.com/docs/1120_User_Guide|Documentation]] (x2) | |
==== Specifications and interface of the service on the object ==== | ==== Specifications and interface of the service on the object ==== | ||
+ | Two force sensors, located on each bag slings, return a numeric value, for the pression applied on it. Then, the system subtract the two results to evaluate the balance of the load. After that, this balanced is fired as an event to the UPnP network. | ||
==== Specifications of the interface of high added value service ==== | ==== Specifications of the interface of high added value service ==== | ||
- | Note : (including a figure on the orchestration between services on objects and information systems) | ||
+ | The service subscribes to events emitted by the object (balance of the load on user's shoulders). When an event is fired, the service get the current date and time, and send a request to the user's agenda to get the name of the current activites. Then, these informations are logged. | ||
==== Project Files: ==== | ==== Project Files: ==== | ||
== . wcc of the two containers (embedded and on the remote PC) : == | == . wcc of the two containers (embedded and on the remote PC) : == | ||
+ | * [[https://www.dropbox.com/s/qo4kfpu1mxk8ofm/embedded_service.wcc|Embedded service]] | ||
+ | * [[https://www.dropbox.com/s/mpckafm8x4r55mo/remote_service.wcc|Remote service]] | ||
== Beans added for the embedded container (for the service on the object) ** (DLL and Source code for each of them) == | == Beans added for the embedded container (for the service on the object) ** (DLL and Source code for each of them) == | ||
+ | [[https://www.dropbox.com/s/n84xfev6067h59a/embedded_bean.zip|Embedded bean]] | ||
== Beans added for the remote PC container (for the high added value service on the PC) ** (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) == | ||
+ | [[https://www.dropbox.com/s/pd1bvhodbfypkr8/remote_bean.zip|Remote bean]] | ||
- | == Chesklist to install the embedded service on the object == | + | == Checklist to install the embedded service on the object == |
- | + | * Power on the Phidgets card | |
- | == Chesklist to install the remote service/application on the PC == | + | * Connect it to PC with the Ethernet wire |
+ | * Launch Phidget Control Panel, double-click on the item in the list | ||
+ | * Set the wireless connection | ||
+ | * Unplug Phidget card from PC | ||
+ | * Connect PC on the same wireless network | ||
+ | * Launch WinSCP and connect to Phidget Card (FTP -> user: root, password: admin) | ||
+ | * Copy .wcc file and .dll files on the card | ||
+ | * Launch Putty and connect to Phidget Card (SSH -> user: root, password: admin) | ||
+ | * Launch the service ('mono' command) | ||
+ | == Checklist to install the remote service/application on the PC == | ||
+ | * Open the project with SharpDevelop | ||
+ | * Update the UPnP component with the IP address of the Phidgets card | ||
==== Results of the relations with Reims (being factual without personal opinion) ==== | ==== Results of the relations with Reims (being factual without personal opinion) ==== | ||
+ | A little lack of communication and a lateness with the product delivery, but a good result, in agreement with the project needs | ||
+ | ==== Prospects : ==== | ||
- | ==== Prospects : ==== | ||
== Possible extensions of the object == | == Possible extensions of the object == | ||
+ | Smaller box for the Phidgets card | ||
+ | |||
== Possible extension of the service on the Object == | == Possible extension of the service on the Object == | ||
+ | Weight calculation (kilograms or pounds) | ||
+ | |||
== Possible extension of the high added value Service == | == Possible extension of the high added value Service == | ||
- | == Possible GUI for data visualization == | + | Connection with others types of agenda (iCal) |
+ | == Possible GUI for data visualization == | ||
+ | Chart to visualize data in the time (PC software and Android application) | ||