jlpdiez / Huertomato

Arduino based Hydroponics controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huertomato Arduino Firmware

This is the Arduino firmware for the Huertomato hydroponics controller.

The main project page is located here.

Huertomato is an Arduino based controller for the management of hydroponics systems. It has all the sensors you’d need to monitor your plant’s environment and nutrient tank and can water at the times you choose.

alt tag

Main unit:

  • 3.2″ Touchscreen LCD for system status and interaction.
  • DS18B20 temperature sensor.
  • DHT11 humidity sensor.
  • Photoresistor for light level.
  • Real Time Clock with backup battery.
  • Relay for an AC waterpump.
  • RGB LED and buzzer for status.
  • 3x RJ45 I/O ports.

Reservoir sensing module:

  • Atlas Scientific pH sensor circuit
  • Atlas Scientific EC sensor circuit
  • HC-SR04 sonar sensor for measuring nutrient tank level.

Features:

  • Monitor temperature, humidity, light, pH, EC and tank level.
  • Plug your pump into Huertomato, set watering timers and forget.
  • Automatically stop watering at night.
  • Log all sensor data to SD Card.
  • All readings are temperature-compensated.
  • Trigger alarms if sensor readings are unsafe for your plants.
  • Pump auto shut off protection if tank level is critically low.
  • Fully graphical sensor calibration.

About

Arduino based Hydroponics controller

License:GNU General Public License v3.0


Languages

Language:C++ 57.6%Language:C 32.3%Language:Processing 10.1%