Arduino application To Track and Control Aquarium Parameters
Hardware Requirements:
- Arduino Uno (most compatibles should work)
- Relay/AC Switch (PowerSwitch Tail II) One for each thing (heater, lamp, etc.)
- Waterproof Temperature Sensor (DS18B20)
- Adafruit's RGBLCDShield (or something that behaves like it)
Libraries:
- OneWire (http://www.pjrc.com/teensy/td_libs_OneWire.html)
- DallasTemperature (http://milesburton.com/Dallas_Temperature_Control_Library)
- Adafruit RGB LCD Shield (https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library)
- Time and TimeAlarms (http://www.arduino.cc/playground/Code/Time) Change Line 25 of TimeAlarms.cpp to be: "#include <Arduino.h>"
Pins Used: See Pins.txt
Assembly:
For a proper build-guide, go here: