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

Files at this revision

API Documentation at this revision

Comitter:
umairaftab
Date:
Mon Apr 14 07:07:04 2014 +0000
Parent:
51:8bbe178047a9
Child:
53:12b7f7b23a31
Commit message:
Peltier Temperature Sensor Test 11.2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Apr 14 07:05:30 2014 +0000
+++ b/main.cpp	Mon Apr 14 07:07:04 2014 +0000
@@ -760,6 +760,8 @@
                         printf("Outside Temp:%2.1f\n\r",dsen_temp_out);
                     }
                     if (dsen_temp_in>=desire_temp) {
+                        read_temp1_valid=false;
+                        read_temp2_valid=false;
                         peltier(true,true,false,true,0);
                         //wait(0.1);
                         while(!read_temp1_valid){