Project Autus - Automated Plant Chamber

Dependencies:   TextLCD mbed

Fork of keypad_test by Plamen Totev

Autus

This is the codebase accompanying the project Autus.

Autus is an automated growth chamber for plants.

Features

Control Humidity inside chamber wrt to external humidity. Control Temperature inside chamber. ( Peltier Heaters/Coolers ) Water and shower plants. Control soil humidity. Monitor water tanks level (Load Cell) /media/uploads/umairaftab/frdm_-_new_page1.png

Code Base Features

Fixed timing and CRC for DHT-11 Sensor. Fixed OneWire bug for ds18b20

Cyclic Executive Scheduler with Priority. Async IPC framework for PC App over bluetooth

Fake RTC systick, I was having some trouble with the on board rtc.

/media/uploads/umairaftab/download.png

Revision:
27:24478764d4b2
Parent:
26:2f59456a7bad
Child:
28:4242ab5a1e58
--- a/main.cpp	Sun Apr 13 00:41:55 2014 +0000
+++ b/main.cpp	Sun Apr 13 00:59:10 2014 +0000
@@ -300,7 +300,7 @@
         
         key_value = Keypad();
         printf("Key %d",key_value);
-        wait(0.5);
+        wait(0.1);
         if(key_value == 150){
             lcd.locate(0,0);
             lcd.printf(">%s",menu[counter_menu].c_str());