preloader
image

Diffuse watering of plants

This project contains a proposal for the implementation of a fuzzy control system as an automatic method of regulation and control for the care of an ornamental plant. This system can be easily modified or used for different types of ornamental plants that maintain similar care characteristics. As a reference in this work, a plant endemic to Mexico, popularly known as Nochebuena, was used. This plant is mainly seen and produced for winter, it is used as a seasonal flower.

For the design of the system, the magnitudes that directly influence the development and preservation of the plant were taken into account, both at the production level and in situations where it is used as ornamentation. This system is capable of obtaining input data on the environmental factors of the plant, such as temperature and humidity, as well as measuring the humidity conditions of the soil around the plant. With this data, it is possible to establish communication between a microcontroller and the measuring sensors. In this project we used a microcontroller with great accessibility: an Arduino one, along with Matlab software that facilitates the development of fuzzy systems for control. The utility provided by the management of fuzzy schemes is wide, allowing the decision making of the output or outputs on which control is required, freeing situations of ambiguity, and providing accuracy to the responses and not limiting them only to discrete values.

The system as a whole intends to carry out the water supply to the plant in a controlled way according to its needs according to the care data reported in the literature, thus preserving at all times its care, and performing a correct management of the resources used.

Project Goals

To build a fuzzy control system for the automatic irrigation of an ornamental plant, using the tools and design scheme seen in the topics of intelligent systems. The system is required to be able to obtain information from the environment that affects positively or negatively the living condition of the plant. Based on the information obtained, take action to counteract a situation with inadequate conditions by means of actuators that provide the plant with elements to be in favorable conditions. Obtain two schemes at software level with different degrees of complexity, a simple system, and another system with greater possibility of action. Physically build with the resources available, one of the schemes designed at software level.

  • To carry out a theoretical review about the necessary concepts of fuzzy control.
  • To seek the applicability of fuzzy control schemes as resource management and control systems with a high degree of precision, specifically applied to water control for a plant.
  • To understand in a theoretical and practical way, by means of a programming language and tools, the operation of the proposed system.
  • Complement and develop programming skills in Matlab language and C++ from the Arduino interface as a tool for the creation and execution of the system.
  • To verify that the system has a practical operation, as well as to implement the system with easily accessible tools.

Project Requirements & Specifications

This project evolved formally in a paper presented at a student congress of artificial intelligence held within a UNAM College. The project code is available at the following project repository. A detailed description of the project can be foun in the paper written for the congress found here. More info about that congress edition can be found here.