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:
Sat Apr 12 22:53:00 2014 +0000
Parent:
22:7a1962d8af68
Child:
24:03e27d9e7aaa
Commit message:
ticker for rtc disabled , key value is decimal ;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Apr 12 21:43:28 2014 +0000
+++ b/main.cpp	Sat Apr 12 22:53:00 2014 +0000
@@ -400,7 +400,7 @@
     
     
     //FOR INTERNAL CLOCK
-    clock_mine.attach(&sec_inc, 1.0);
+    //clock_mine.attach(&sec_inc, 1.0);
     char keypad_value;
     int ui_current_screen = 1;
     //************************************BOOT SEQUENCE*********************