Difference between revisions of "Proj-2012-2013-CaveVinNFC"

From air
Jump to navigation Jump to search
Line 77: Line 77:
   
 
=5. Appendices=
 
=5. Appendices=
  +
==Specification ==
  +
*[[RobAIR2013-RICM4-Groupe3-UML| UML]].
  +
  +
==Sources ==
  +
* The RobAIR 2012 project by Rémi Barraquand. [https://github.com/PALGate/palgate-trial/blob/master/prima/knx_control/]
  +
  +
* An exemple of JAVA node to communicate with ROS by Thomas Calmant: [https://github.com/tcalmant/robair/blob/master/trunk/platforms/wifibot]
  +
 
=6. Index=
 
=6. Index=

Revision as of 11:52, 9 February 2013

1. Introduction

1.1 Purpose of the requirements document

The purpose of the document is to explain how we will manage our project, the different steps of the conception. Endly, the realisation.

1.2 Scope of the product

The product aims people who have a wine cellar and want to control the humidity and the temperature. We will also provide an application which permits the user to know at every time the telemetry and the contain of his cellar.

1.3 Definitions, acronyms and abbreviations

NFC : http://en.wikipedia.org/wiki/Near_field_communication <br\> Mifare : http://en.wikipedia.org/wiki/MIFARE<br\> RFID : http://en.wikipedia.org/wiki/RFID

1.4 References

1.5 Overview of the remainder of the document

2. General description

2.1 Product perspective

A smartphone application and a web application which allows the owner to consult the state of his cellar.

2.2 Product functions

The functions of our project are mainly to :

- Consult the humidity and temperature of his cellar<br\>
- Consult the quantity of bottles in his cellar thanks to the database stored on a server from a website or an application<br\>
- Be able to add/remove a bottle or a box of bottles<br\>
- An alarm is send to the proprietary of the cellar in case of troubles (using email, sms, notification...) : intrusion, deviations of temperature or humidity

2.3 User characteristics

Like wine ;)<br\> Have a wine cellar device<br\> Have a NFC equipment (reader, writer, tags)<br\>

2.4 General constraints

An Internet access is required<br\> A smartphone as NFC equipment is recommended

2.5 Assumptions and dependencies

http://air.imag.fr/mediawiki/index.php/Commande_adaptative_pour_la_r%C3%A9gulation_de_temp%C3%A9rature_et_d%E2%80%99hygrom%C3%A9trie_d%E2%80%99une_cave_%C3%A0_vin

3.Specific requirements, covering functional, non-functional and interface requirements

  • document external interfaces,
  • describe system functionality and performance
  • specify logical database requirements,
  • design constraints,
  • emergent system properties and quality characteristics.

3.1 Requirement X.Y.Z (in Structured Natural Language)

Function :<br\> Monitor a wine cellar<br\><br\> Description :<br\> An application on smartphone or a website <br\><br\> Inputs :<br\> NFC tags<br\><br\> Source :<br\> Web<br\><br\> Outputs :<br\> Monitoring<br\><br\> Destination :<br\> Wine cellar owners<br\><br\> Action :<br\> Must be able to add/remove a bottle<br\> Must be able to consult the state of his cellar :

Telemetry : temperature, humidity, opening<br\>
Inventory : amount of bottles with datas on each one<br\>
Local and distant access<br\>

Must inform the user in case of troubles<br\> May remote control the telemetry<br\> Shall be user-friendly

  • Natural language sentences (with MUST, MAY, SHALL)
  • Graphical Notations : UML Sequence w/o collaboration diagrams, Process maps, Task Analysis (HTA, CTT)
  • Mathematical Notations
  • Tabular notations for several (condition --> action) tuples

Non functional requirements:

Pre-condition :<br\> Have the cellar wine device <br\><br\> Post-condition :<br\> Regularly monitor his cellar<br\><br\> Side-effects :<br\> Alcoholism :)

4. Product evolution

Remote control the cellar in case of problem.<br\> Add more informations about bottles. Read bar code in order to fill the the fields automatically when you want to add a bottle.

5. Appendices

Specification

Sources

  • The RobAIR 2012 project by Rémi Barraquand. [1]
  • An exemple of JAVA node to communicate with ROS by Thomas Calmant: [2]

6. Index