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

From air
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 4: Line 4:
   
 
The objective of this project is to design and prototype a subsystem of temperature control and air quality ([[HVAC]])of a building management system.
 
The objective of this project is to design and prototype a subsystem of temperature control and air quality ([[HVAC]])of a building management system.
  +
  +
Project's SRS: [[Proj-2012-2013-BuildingManagementSystem/SRS]]
   
 
==Progress==
 
==Progress==
Line 19: Line 21:
 
* Meeting at the fab-lab (CaseMate)
 
* Meeting at the fab-lab (CaseMate)
   
* Writing of the Software Requirements Specification (SRS)
+
* Writing of the Software Requirements Specification ([[SRS]])
  +
  +
==Week 3 : 2013/01/28 - 2013/02/03==
  +
* Writing of [[UML diagrams]]
  +
  +
* Designing house's model
  +
  +
==Week 4 : 2013/02/04 - 2013/02/10==
  +
* Meeting with architect students
  +
  +
* Writing of usecase diagram
  +
  +
==Week 5 : 2013/02/11 - 2013/02/17==
  +
* Meeting with architect students: discussion about the house's model
  +
  +
* Using of Arduino and Java (Firmata/Processing)
  +
  +
  +
==Week 6 : 2013/02/18 - 2013/02/24==
  +
  +
* Writing of UML diagrams
  +
  +
* Testing materials (keypad) with Arduino
  +
  +
==Week 7 : 2013/03/04 - 2013/03/10==
  +
  +
* Testing materials (temperature sensor DS18S20) with Arduino
  +
  +
==Week 8 : 2013/03/11 - 2013/03/17==
  +
  +
* Changing technologies (from JAVA and Processing to Nodejs, MongoDB, ...)
  +
  +
==Week 9 : 2013/03/18 - 2013/03/24==
  +
  +
* Familiarization with Nodejs and MongoDB, installation, tests...
  +
  +
* Writing classes in JavaScript
  +
  +
==Week 10 : 2013/03/25 - 2013/03/31==
  +
  +
* Communication Arduino and Nodejs with some materials (temperature sensor, keypad)
  +
  +
* Recording and storing data from Arduino in MongoDB
  +
  +
  +
==Useful links==
  +
* Presentation: [[Media:BMS_Presentation.pdf | BMS_Presentation.pdf]]
  +
  +
* Report: [[Media:BMS_Report.pdf | BMS_Report.pdf]]
  +
  +
* Poster: [[Media:BMS_Poster.pdf | BMS_Poster.pdf]]
   
  +
* Source Code: https://github.com/ruyoliveira/BMS
(Write the [[SRS]])
 

Latest revision as of 18:49, 11 April 2013

We are 3 RICM4 students from Polytech Grenoble: Mame Daba DIOUF, Michael COSTA DE CASTRO, Ruy Guilherme SILVA GOMES DE OLIVEIRA and one architect student from ENSAG: Francine OURIQUES, in partnership with Saint Gobain, Giga Concept and Intel Software Labs.

Objective

The objective of this project is to design and prototype a subsystem of temperature control and air quality (HVAC)of a building management system.

Project's SRS: Proj-2012-2013-BuildingManagementSystem/SRS

Progress

Week 1 : 2013/01/14 - 2013/01/20

  • Choice of the subject.
  • Group formation.
  • Scientific monitoring.

Week 2 : 2013/01/21 - 2013/01/27

  • Familiarization with Arduino, training about Arduino
  • Meeting at the fab-lab (CaseMate)
  • Writing of the Software Requirements Specification (SRS)

Week 3 : 2013/01/28 - 2013/02/03

  • Designing house's model

Week 4 : 2013/02/04 - 2013/02/10

  • Meeting with architect students
  • Writing of usecase diagram

Week 5 : 2013/02/11 - 2013/02/17

  • Meeting with architect students: discussion about the house's model
  • Using of Arduino and Java (Firmata/Processing)


Week 6 : 2013/02/18 - 2013/02/24

  • Writing of UML diagrams
  • Testing materials (keypad) with Arduino

Week 7 : 2013/03/04 - 2013/03/10

  • Testing materials (temperature sensor DS18S20) with Arduino

Week 8 : 2013/03/11 - 2013/03/17

  • Changing technologies (from JAVA and Processing to Nodejs, MongoDB, ...)

Week 9 : 2013/03/18 - 2013/03/24

  • Familiarization with Nodejs and MongoDB, installation, tests...
  • Writing classes in JavaScript

Week 10 : 2013/03/25 - 2013/03/31

  • Communication Arduino and Nodejs with some materials (temperature sensor, keypad)
  • Recording and storing data from Arduino in MongoDB


Useful links