MétaCan
Menu
Retour à la cohorte
Enregistrement W7164655259 · doi:10.5281/zenodo.20680191

Design and Implementation of a Microcontroller Based Smart Agriculture System

2018· article· en· W7164655259 sur OpenAlexaff
Bommanagouda G

Notice bibliographique

RevueZenodo (CERN European Organization for Nuclear Research) · 2018
Typearticle
Langueen
DomaineAgricultural and Biological Sciences
ThématiqueSmart Agriculture and AI
Établissements canadiensImpact
Organismes subventionnairesnon disponible
Mots-clésPrecision agricultureAgricultureSustainable agricultureSustainabilityContext (archaeology)Soil moisture sensorBlueprintWater resources

Résumé

récupéré en direct d'OpenAlex

Abstract Traditional agriculture faces pressing challenges, including inefficient water usage, high labor requirements, and a lack of real-time environmental visibility. This research presents the design and comprehensive implementation of a microcontroller-based smart agriculture system aimed at automating irrigation cycles and environmental monitoring. The system integrates precision soil moisture sensors, along with temperature and humidity transducers, with an Arduino-based processing unit to regulate water distribution dynamically based on real-time soil requirements. Experimental validation conducted over an eight-week period demonstrated significant improvements in water conservation—averaging a 25% reduction—and enhanced crop growth stability compared to conventional manual irrigation methods. This study highlights the transition toward precision agriculture as a viable solution for resource-constrained environments, offering a scalable blueprint for sustainable farm management in the context of global climate instability. By bridging the gap between hardware simplicity and algorithmic efficiency, this project serves as a cornerstone for future autonomous farm operations. Keywords: Smart Agriculture, IoT, Microcontroller, Precision Farming, Automated Irrigation, Sensor Networks, Resource Efficiency, Sustainable Development, Agriculture 4.0. 1. Introduction Modern agriculture is currently undergoing a pivotal transition toward "Smart Farming" (or Agriculture 4.0) to meet the escalating global food demand while simultaneously navigating the constraints of limited arable land and depleting water resources. In many developing regions, irrigation is performed using schedule-based manual techniques, which are prone to human error, often resulting in either water wastage or crop stress due to insufficient moisture. The consequences of inefficient water management extend beyond resource loss; they include soil nutrient leaching, fertilizer runoff, and increased energy consumption for pumping. This paper proposes a robust, scalable system that leverages low-cost embedded microcontroller technology to bridge the gap between traditional practices and modern data-driven decision-making. By minimizing human intervention, the system ensures that water is delivered precisely when and where it is needed, thereby maximizing nutrient uptake and reducing the ecological footprint associated with traditional water delivery methods. As climate change increases the unpredictability of rainfall patterns—leading to extended droughts followed by flash floods—precision-based intervention is no longer a luxury but an essential component of resilient food security. The core motivation of this research is to democratize access to smart farming technology by utilizing accessible, open-source components that allow small-to-medium-scale farmers to compete in an increasingly efficiency-oriented global market. This research posits that cost-effective automation can catalyze a shift from survivalist farming to high-yield precision agriculture. 2. Methodology: Architecture and Implementation The proposed system architecture is modular, designed for ease of deployment and maintenance, consisting of three primary layers: a sensory layer, a processing unit, and an actuation layer. Sensory Layer: The system utilizes a resistive soil moisture sensor to measure the volumetric water content of the soil. Calibration is critical, as soil type (sand, loam, or clay) impacts conductivity, and temperature variations can further drift sensor readings. To address this, we implemented a baseline calibration procedure where sensors were tested in both air-dried and saturated soil samples to map the analog voltage range accurately. Additionally, a DHT11 sensor is employed to monitor ambient temperature and relative humidity, providing supplementary data that can be used to predict transpiration rates—a key factor in determining how much water a plant actually requires versus how much is lost to the atmosphere. These sensors are arranged in a distributed network across the field to provide a comprehensive spatial view of soil conditions, rather than relying on a single, potentially unrepresentative data point. This spatial awareness allows for "zone-based" irrigation, where different parts of a field receive different amounts of water based on specific micro-climates or crop maturity stages. The integration of these sensors creates a multi-dimensional data stream that, when processed, provides a holistic view of the crop's physiological state. Processing Unit: The core logic is managed by an Arduino UNO microcontroller. The choice of the ATmega328P based platform is predicated on its extensive support community, ease of programming in C++, and high hardware reliability in varying field conditions. The Arduino IDE facilitates rapid prototyping and iterative refinement of the control logic. Advanced features such as interrupt-driven programming were utilized to ensure the system remains responsive even during high-load processing tasks, such as simultaneous data logging to an SD card and signal filtering. We implemented a low-pass filter algorithm within the code to smooth out sensor noise and prevent transient electrical spikes from triggering false irrigation events, which is a common failure point in unshielded field deployments. By averaging multiple readings over a moving window, the system distinguishes between actual moisture deficit and localized sensor interference, thus enhancing reliability. Actuation Layer: The physical output is a 12V DC submersible water pump. Given the current demands of the motor, a 5V relay module is integrated to isolate the microcontroller from inductive kickback. This isolation is crucial for protecting the delicate logic components of the microcontroller from electrical noise and voltage spikes that occur when switching high-inductance loads. By using an opto-isolated relay board, we ensure that the high-power circuitry driving the pump remains electrically separate from the low-power sensor logic. This design ensures system longevity, preventing accidental damage from surges during operation. The control algorithm operates on a "closed-loop" feedback mechanism. The system continuously polls the soil moisture sensor at set intervals. When the analog-to-digital conversion reading falls below a pre-calibrated threshold, the microcontroller activates the relay. To ensure the soil moisture stabilizes correctly, the system employs a "hysteresis" logic: it does not turn off the pump immediately upon reaching the threshold; it waits for a specific duration or for the sensor to confirm that the moisture content has safely exceeded the target, preventing rapid "cycling" of the pump which could lead to mechanical wear and excessive power draw. This logic ensures the soil has sufficient time to reach field capacity without creating waterlogged conditions, which could ironically damage roots and encourage pathogens. 3. Results and Discussion: Impact and Efficacy System testing was performed in a controlled greenhouse environment over an eight-week cycle. The experimental results indicated that the automated system significantly out-performed manual irrigation. Over the observation period, the system maintained optimal soil moisture levels within a $\pm 5\%$ tolerance, preventing the drastic fluctuations observed in the control (manual) plots where moisture dropped significantly before manual intervention occurred. The analysis of water consumption logs revealed a reduction in water usage of approximately 25% compared to static, timer-based irrigation schedules. The implications of this are profound: at a regional scale, widespread adoption of such micro-controlled systems could preserve millions of liters of water annually, effectively extending the lifespan of local aquifers and reducing the load on regional water grids. Furthermore, the correlation between environmental data (ambient temperature) and irrigation frequency suggests that the system adapts intelligently to daily weather variations, increasing water delivery on hot, dry days and conserving it during overcast or humid periods. This responsiveness is a cornerstone of precision agriculture, ensuring that crops receive "just-in-time" irrigation, which has been shown to improve both yield quality and harvest consistency by reducing plant physiological stress. Reduced moisture fluctuation also helps maintain soil microbial health, which is vital for long-term land productivity. These findings demonstrate that small-scale, locally managed automated systems can achieve efficiency metrics comparable to large-scale, enterprise-level smart farming technologies, effectively "leveling the playing field" for independent agriculturalists. 4. Economic and Practical Considerations Beyond resource conservation, the system offers a high return on investment. The low cost of microcontroller components makes this solution accessible to small-scale farmers who previously could not afford industrial-scale automation. By automating the irrigation process, the system frees up labor hours, allowing farmers to focus on high-value tasks such as plant disease monitoring, soil health management, and market distribution. However, practitioners must consider the practical challenges of long-term implementation. Sensors, particularly resistive ones, are susceptible to degradation through oxidation and electrolysis over time. Future iterations of this project plan to transition toward capacitive soil moisture sensors, which offer greater longevity and resistance to corrosion, ensuring that the system remains operational for full growing seasons without requiring frequent sensor replacement. Furthermore, the power supply strategy—currently grid-reliant—should ideally transition to solar-powered configurations for use in remote or off-grid locations, which would represent a fully

Récupéré en direct depuis OpenAlex et désinversé. Les résumés ne sont pas conservés dans cette base de données : les index inversés représentent 8,6 Go des 9,3 Go de texte de la base, et le serveur dispose de 13 Go libres.

Comment cette classification a été obtenuedéplier

Prédiction machine sur la base complète

Imitation des enseignants

Ni prévalence calibrée, ni vérité terrain. Validation humaine à venir. Le volet Gemma est une étiquette directe du modèle pour chaque travail de la base, lue sur la notice réduite au titre. Le volet Codex est un classifieur appris des 10 348 étiquettes directes de Codex et calibré sur les taux pondérés de l'échantillon; les champs sans appui suffisant ne portent aucun appel Codex. Le mode candidate est l'union des deux volets; le consensus est leur intersection. Ces sorties portent le statut machine_predicted_unvalidated et ne sont pas des étiquettes humaines.

score de la tête « metaresearch » (Codex)0,000
score de la tête « metaresearch » (Gemma)0,000
Version: metacan-v3-hybrid-931329e0061cStatut de validation: machine_predicted_unvalidated
Catégories candidatesaucune
Catégories consensuellesaucune
DomaineSignal candidat: aucune · Signal consensuel: aucune
Devis d'étudeSignal candidat: Sans objet · Signal consensuel: aucune
GenreSignal candidat: Méthodes · Signal consensuel: Méthodes
Score de désaccord entre enseignants0,006
Score d'incertitude au seuil0,020

Scores du classifieur distillé par catégorie (deux têtes)

CatégorieCodexGemma
Métarecherche0,0000,000
Méta-épidémiologie (sens strict)0,0010,000
Méta-épidémiologie (sens large)0,0000,000
Bibliométrie0,0010,000
Études des sciences et des technologies0,0000,000
Communication savante0,0010,001
Science ouverte0,0010,000
Intégrité de la recherche0,0010,000
Charge utile insuffisante (le modèle a refusé de juger)0,0060,002

Scores machine (provisoires)

Les deux têtes enseignantes du modèle étudiant, lues sur ce travail. Un score ordonne la base pour la relecture; il n'affirme jamais une catégorie, et le statut de validation accompagne chaque rangée tel quel.

Scores de référence d'un modèle non mature (critères de maturité non atteints, 7 itérations). Un score ordonne; il n'affirme jamais une catégorie.

Tête enseignante Opus0,022
Tête enseignante GPT0,218
Écart entre enseignants0,197 · la distance entre les deux têtes enseignantes sur ce seul travail
Statut de validationscore_only:v0-immature-baseline · tel quel depuis la passe de notation : score_only signifie que le nombre peut ordonner les travaux, et qu'aucune étiquette de catégorie n'en découle

Classification

machine, non validée

Prédiction automatique; un appel candidat d’une seule source (Gemma direct ou Codex distillé), pas un consensus.

Les modèles n’ont appliqué aucune catégorie : rien dans la taxonomie ne correspondait à ce travail.
Devis d'étudeSans objet
Domainenon disponible
GenreMéthodes

Le détail, modèle par modèle et score par score, se trouve en fin de page sous « Comment cette classification a été obtenue ».

En bref

Citations0
Publié2018
Routes d'admission1
Résumé présentoui

Explorer davantage

Même revueZenodo (CERN European Organization for Nuclear Research)Même sujetSmart Agriculture and AITravaux en français237 207