Irrigation control over the internet with Arduino
Hello, I'd like to introduce you to the project that I realized this year. I created a web-based system for horticulture that specializes in the sale and cultivation of various plant species, trees, flowers and other exotic crops. Web-based system has been designed to meet the following requirements: Record temperature, measure rain level (raining or not) Heating / cooling control based on temperature Irrigation control at set times or on demand with weather condition counting statistics Remote restart boards Logs Login system As Arduino Mega was used as the control microcontroller, because Arduino Uno was on the edge with memory and greatly jammed, the watchdog rebooted almost every minute. Arduino Mega was a great choice thanks to a sufficient number of pins and especially great memory for a program with a larger RAM memory. Arduino sends temperature and rain data to the Web via the Wiznet W5100 Ethernet Shield. The temperature is read out digitally from the DS18B20 sen...