/* Author: Willi MŸller License: Do what you want with it, just please mention my name and notify me ####--------Deutsch----------#### Dies ist der Code fŸr eine Aquarium-Station auf Basis eines Arduino. Sie misst die Temperatur im Aquarium und schaltet Ÿber eine Funksteckdose z.B. die Heizung. Au§erdem gehšrt auch noch eine automatische FŸtterungs-Anlage (Schrittmotor) und ein Display zur Station. Eine Anleitung zum Nachbauen bzw. eine Dokumentation der Hardware ist im Wiki (http://wiki.github.com/jups23/Aquarium_Station/) zu finden. Hinweis: Elektrischer Strom kann gefŠhrlich sein! Ich kann nicht garantieren, dass Code und Schaltungen einwandfrei funktionieren Ð es ist mein erstes Projekt ;-) ####--------English----------#### This is the code for an Arduino controlling one wireless power supply via a hijacked remote. In addition it measures the temperature, controls a stepper motor and a 2x20 LCD display. It is used to control a fish tank. The temperature sensor is used to, well, measure the temperature, the heating is attached to the wireless power supply so the Arduino can turn it on and off. The steppert motor adds automatic feeding to this little station. Since I use it in German, every string which is printed on the LCD is in German. The English translation could be found in the given comments. A clear assembly tutorial in English is in the works. The schematic and a German tutorial could be found in the wiki of this project (http://wiki.github.com/jups23/Aquarium_Station/) I can guarantee for nothing - this is my first Hardware project ;-) */
willi-mueller/Aquarium_Station
This is an Arduino based aquarium station with wirelessly controlled heating, automatic feeding and a LCD
C++