This is a simple one-valve irrigation controller made for our greenhouse. The code contains a software real-time clock (RTC) and a multiplexed 8-digit LED display and keyboard you can use in other projects. The operating software is simple, it contains a real-time clock and a day counter. The valve is turned on in regular intervals in the same time. Day setting specifies the number of days between the activations, time setting specifies the time of the day when to start. Duration is the time after which the valve will be turned off. MODE button cycles through clock, start time and duration settings. the interval and starting time set will be stored in the DATA EEPROM. Scheduling can be totally turned OFF by the ENABLE button. Irrigation can be manually turned ON/OFF any time by the START/STOP buttons. Activation/STOP time is displayed in the second line of display. Valve state (ON/OFF) is displayed in the second line, last dot.
The irrigation controller circuit comprises a microcontroller unit (MCU) that integrates both the real-time clock (RTC) functionality and the control logic for the irrigation valve. The MCU is programmed to manage the scheduling of the valve based on user-defined parameters, which include the duration of watering, the interval between watering sessions, and specific start times.
The user interface consists of a multiplexed 8-digit LED display, which serves to present the current time, scheduled activation times, and the valve state (ON/OFF). The display is driven by the MCU through a series of output pins that control the individual segments of the LED digits. A keypad interface allows users to input their settings, including the MODE button for cycling through various configuration options, the ENABLE button to toggle scheduling, and the START/STOP buttons for manual control of the irrigation process.
Data storage for the scheduling parameters is facilitated by the EEPROM (Electrically Erasable Programmable Read-Only Memory), which retains the configuration even during power loss. This ensures that the irrigation schedule is preserved and does not require reprogramming after a power outage.
The valve control is executed via a relay or a transistor switch, which is activated by a digital output from the MCU. The relay or transistor is responsible for controlling the power to the irrigation valve, allowing it to open or close based on the programmed schedule.
Additionally, the system includes feedback mechanisms to monitor the valve state, which is indicated on the display. The second line of the display shows the activation or stop time, along with a visual indicator (such as a dot) that signifies whether the valve is currently active or inactive.
Overall, this one-valve irrigation controller is designed for efficiency and ease of use, making it a suitable solution for automated irrigation in greenhouse settings.This is a simple one-valve irrigation controller made for our greenhouse. The code contains a software real-time clock (RTC) and a multiplexed 8-digit LED display and keyboard you can use in other projects. The operating software is simple, it contains a real-time clock and a day counter. The valve is turned on in regular intervals in the same time. Day setting specifies the number of days between the activations, time setting specifies the time of the day when to start.
Duration is the time after which the valve will be turned off. MODE button cycles through clock, start time and duration settings. the interval and starting time set will be stored in the DATA EEPROM. Scheduling can be totally turned OFF by the ENABLE button. Irrigation can be manually turned ON/OFF any time by the START/STOP buttons
Activation/STOP time is displayed in the second line of display. Valve state (ON/OFF) is displayed in the second line, last dot 🔗 External reference
The Project presented here waters your plants regularly when you are out for vocation. The circuit comprises sensor parts built using op-amp IC LM324. Op-amps are configured here as a comparator. Two stiff copper wires are inserted in the...
Ethernet has traditionally been a complex interface. All Ethernet chips up until now have had 100 pins or more, making them difficult to find in small quantities and challenging to use with microcontrollers that have limited memory. Microchip has...
This is a simple frequency counter based on the microcontroller PIC16F84. Its maximum operating frequency is approximately 30 MHz, with a resolution of 10 Hz and low current consumption of 15 mA. The assembly process is straightforward. The device...
The Arduino microcontroller board can supply a current of 40mA from its output connections, with digital outputs fixed at 5V for "ON" and 0V for "OFF." This current is suitable for LEDs, but devices like motors, solenoids, and high-brightness...
This 555 timer based PWM controller features almost 0..100% pulse width regulation using R1, while keeping the oscillator frequency relatively stable. The frequency is dependent on values of R1 and C1, values shown will give a frequency range from...
A photosensitive daytime electricity circuit utilizes a very small positive voltage. It features a 555 timer IC with four pins, including a reset pin that operates at low voltage. The circuit includes a bidirectional thyristor (iSCR) that controls lighting,...
We use cookies to enhance your experience, analyze traffic, and serve personalized ads.
By clicking "Accept", you agree to our use of cookies.
Learn more