EPS@ISEP | The European Project Semester (EPS) at ISEP


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
log [2015/06/03 16:01] – [12th Meeting ​ (2015-06-04)] team2log [2015/06/10 20:31] (current) – [13th Meeting ​ (2015-06-11)] team2
Line 361: Line 361:
  
 **Agenda:** **Agenda:**
- * Arduino program [code] 
-#include "DHT.h" 
-#include <LiquidCrystalFast.h> 
  
-#define DHTPIN A5     // Sensor is connected to pin A5+ * Arduino program: {{:shelter_arduino.pdf|}}
  
-#define DHTTYPE DHT22   // type of used sensor+ * Real model 3D Simulation: {{:untitled.85.jpg?nolink&500|}}
  
-DHT dht(DHTPIN, DHTTYPE);+**Questions**
  
-LiquidCrystalFast lcd(8,9,4,5,6,7); //pins used for lcd display+ * How should the Manual look like? What are the requirements? 
  
-void setup(void) { +**Minute:** 
-  Serial.begin(9600);  +We showed our final designLearned how to write a user manualWe also got all the materials except plastic foil for windowsand hinges which we have to go and buy on our own.
-  lcd.begin(162); +
-  lcd.print("Reading sensor"); +
-  dht.begin(); +
-}+
  
-void loop() { +==== 13th Meeting ​ (2015-06-11==== 
-  delay(30000);  + 
-lcd.clear(); +Conductor: Mateusz 
-lcd.setCursor(0,0); + 
-  // Read humidity + 
-  int H = dht.readHumidity(); +**Agenda:** 
-  // Read temperature as Celsius + 
-  float T = dht.readTemperature();+  * We started building but we have problem. We are out of double sided tape, we need 2 more packages
 +  * The report, paper and poster are almost finishedStill working on manualpresentation and video. 
 +  * The temperature and humidity sensor is broken. Probably because of changed polarity. We have already contacted Paul to test it and figure out how we can solve this problem. 
 +  * Changes in the program are done but we need sensor to test it if it works. (The previous program was working properly
 +  * We need to make some changes in report and paper after the deadline (12.06) because we are not able to do the functional tests before the shelter is finished.  
 + 
 +**Questions:** 
 + 
 +  * We have to buy the sided tape to have it as soon as possible? 
 +  * If the sensor is broken where can we buy another one in Porto? (to do it as fast as possible 
 +  * Is it good idea that the program will ask user to enter the temperature limits when the system starts or is it better to set the limits for most common values and let the user change it while the system is working? 
 +  * The real deadline for uploading deliverables is 12.06 or can be 14.06 at night as it is a weekend ?
  
- lcd.print("T:");  
- lcd.print(T); 
- lcd.print((char)223); 
- lcd.print("C "); 
- lcd.print("H:"); 
- lcd.print(H); 
- lcd.print("%"); 
- lcd.setCursor(2,1); 
- if (T<18) { 
-   lcd.print("CLOSE WINDOWS");  
-} else { 
-   lcd.print("OPEN WINDOWS"); 
-} 
-} 
  
-[/code] 
  
-**Questions** 
  
- * How should the Manual look like? What are the requirements?  
  
 ===== Activities ===== ===== Activities =====
QR Code
QR Code log (generated for current page)