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