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

pindefs12.h

Committer:
umairaftab
Date:
2014-04-14
Revision:
57:7ab93ed49b70
Parent:
7:1d691f81d455

File content as of revision 57:7ab93ed49b70:

/*//led_lights
PwmOut led_blue(PTA5);
PwmOut led_green(PTC8);
PwmOut led_red (PTC9);
//buzz
DigitalOut myled(PTE5);

//peltier
PwmOut peltier_cold(PTA12);
PwmOut peltier_hot(PTA4);
DigitalOut en_drv1(PTC13);
DigitalOut en_drv2(PTC16);
DigitalOut fan_in_peltier(PTC11);                                       // Peltier FAN inside  the camber
DigitalOut fan_out_peltier(PTC10);                                      // Peltier FAN outside of the chamber

//Humidity Sensor
//defined in airhumidity.cpp
//LCD ui.h
*/
//DO NOT INTERFERE WITH PTC1