Project Autus - Automated Plant Chamber
Fork of keypad_test by
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)
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.
UI/ui.h
- Committer:
- umairaftab
- Date:
- 2014-04-09
- Revision:
- 4:8d1df60ef3c3
- Parent:
- 3:087ce66714c0
- Child:
- 7:1d691f81d455
File content as of revision 4:8d1df60ef3c3:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(PTE29, PTE30, PTC1, PTD0, PTD5, PTA13, TextLCD::LCD20x2); extern int temp_unit; extern float outside_humidity; extern float outside_temp; extern float outside_dewpoint; extern float inside_humidity; extern float inside_temp; extern float inside_dewpoint; extern float soil1_humidity; extern float soil2_humidity;