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:
34:e1e0f5d4673a
Parent:
17:0ff7385db570
Child:
35:8bea464c2028
diff -r d1b04f1a792a -r e1e0f5d4673a keypad/keypad.cpp
--- a/keypad/keypad.cpp	Sun Apr 13 02:45:38 2014 +0000
+++ b/keypad/keypad.cpp	Sun Apr 13 03:20:39 2014 +0000
@@ -8,7 +8,7 @@
 //extern void beep(float freq,int time);
 
 BusIn colonne(PTE2,PTE3,PTE4,PTA16,PTC0,PTC7);
-BusOut righe(PTA1,PTA2,PTB10,PTB9,PTB8);
+BusOut righe(PTA1,PTD4,PTB10,PTB9,PTB8);//A2->D4
 //TextLCD lcd(PTE5,PTE4,PTE3,PTE2,PTB11,PTB10);
 
 char Keypad(void)