Crop Management with the IoT: An Interdisciplinary Survey
Abstract
:1. Introduction
2. Architecture of an IoT system
2.1. Perception Layer
- Power—When far from power infrastructures (inside a building or engine vehicle), IoT devices need to be self-powered, which often means that they should host few sensors and stay awake for a short time: Low-Power IoT devices [29] are designed to be in a sleeping state for most of the time, and recently, there has been a growing interest in batteryless devices [30].
- Connectivity—An aspect related to power features and the amount of data to be communicated (payload); more diffused IoT-boards integrate/support radio modules for most diffuse networks (see Table 1). A relevant interest exists in Low-Power Networks whose IoT-oriented standards involve several organizations [31]. A point not to be forgotten when choosing the board to be used for a given solution is the purpose of observation and the need for bidirectional communication.
- Modules—A major aspect affecting power management is related to the need of hosting power electronics as actuators (e.g., valves) or cameras. IoT devices comprise a main board and several shield/interfaces (GPS, SDcard, I2C, CAN) to connect external sensors.
- Physicality—A non-negligible aspect of a device relating to its external design [33], which includes that of the envelope/box; in the open air, devices are directly exposed to rain, freezing and high temperatures, hard winds, and other possible dangers which destroy electronic circuits and mechanical parts.
2.2. Network Layer
- Infrastructure protocols The radio networks mentioned above, besides an electric interface, also have a logic interface corresponding to the code of signal transmitted/received. Their standards, namely, IEEE 802.15.4 (WiFi), BLE (Bluetooth Low Energy), LTE-A, Z-Wave, etc. [35], include details about frequency range and modulation, the coding of data (packets, frames, datagrams), and features affecting the velocity of a network (see Table 2).The greatest difference in such sense is the connection procedure: in a traditional mobile network (such as GSM—Global System for Mobile communication) the device could take a (relatively) long time to access a radio network, and usually send long data packets (expensive handshakes, headers, etc.). LoRa, and especially Sigfox, on the other hand, allow Low-Power devices to wake-up, send a message, and sleep again in less than 1 s.
- Application protocols—They allow the exchange of chunks of data [35,36]. The most known of them is the Hypertext Transfer Protocol (HTTP), a foundation of communication for the World Wide Web. Though not specific for IoT applications, it is still used for traditional approaches. On the other hand, one of the most popular IoT protocols is represented by Message Queuing Telemetry Transport (MQTT). The Constrained Application Protocol (CoAP) is a web-based protocol that is used in constrained nodes and constrained networks. Extensible Messaging and Presence Protocol (XMPP) is based on exchanges of XML (eXtensible Markup Language) messages in real-time that are defined to connect devices to servers. Advanced Message Queuing Protocol (AMQP) is a queuing system designed to connect servers. Data Distribution Service (DDS) is a fast data bus for integrating devices and systems optimized for direct device communication (noncentralized). The main differences between them can be identified on the basis of publish and subscribe mechanisms, request/response interaction, security level, supported quality of services (QoS) mechanisms, and payload size [35]. Other characteristics of network transport protocols are reported in Table 3.Other popular protocols oriented to low-power devices as LoRa (Long Range) and Sigfox, are optimized for specific connection requirements (e.g., uni-directional) and topologies and (e.g., decentralized).
- Service discovery—This class of protocols is used to detect devices and services offered through a network, reducing the effort to manage dynamic IoT systems without the need for human intervention. A well-known discovery architecture is the Domain Name System (DNS, which maps an IP address to a human-friendly name), which is extended by multicast DNS (mDNS) and DNS Service Directory (DNS-SD) to discover services by type and properties [37] in zero-configuration networks. In mDNS, resolution information is stored locally on each device, and each device directly answers incoming name resolution queries (each device acts both as a server and a client). DNS-SD defines how a client queries DNS servers to discover services within a domain using the service type as a selection criterion; a client gathers the descriptions of all services and selects the most appropriate. This reduces the scalability of the protocol in large networks [38].
2.3. Service Layer
- Device management—In IoT, device management plays a fundamental role: IoT systems could consist of fleets (from hundreds to millions of devices) of devices, to be securely accessed, and kept up-to-date. In FIWARE [48], each device type is interfaced by a specific agent, whose goal is to translate IoT-specific protocols into data exchange or information necessary to control the device. Device discoverability, together with most of the meta-data information on sensors, are increasingly maintained by ontology-based systems [50].
- Data ingestion—This refers to the gathering of raw data from things (devices) to a repository. This process can be either performed periodically, by pulling data from sources into the repository, or continuously, by letting sources pushing data streams into the repository. Examples of data ingestion technologies are Kaf [51] and AWS [52].
- Data storage—Data are collected into databases, structured and persistent repositories organized atop a single conceptual model [53], classically represented by a relational database (e.g., W3School [54]). However, the volume, variety, and complexity of data demand for distributed and elastic storage systems increased the usage of OORDBs (Object Oriented Relational Data Bases, e.g., [55,56]), recently further generalized to data lakes (e.g., examples of data lake implementations are Ama [57] and Azu [58]), that is, central repositories where raw data are organized in zones depending on the elaboration to which they are devoted. Data lakes store raw data, as is, into their original format, therefore, they eliminate the up-front costs of transforming data into a format suitable for a database, opening data access to every thing/user in the IoT ecosystem [59].
- Data processing—Such a functional process is aimed at extracting meaningful information from raw data. Processing may start during data ingestion, for instance when extract, transform, and load (ETL) procedures are applied before data storage (e.g., transforming raw data before copying them into a relational database). Depending on both the responsiveness and the data necessary to back the decision-making process, data processing takes different places. We distinguish processing at embedded, edge, and cloud computing levels (Figure 4). Indeed, processing can be carried out on a single board (embedded computing), on network devices (edge computing), and on remote data servers (cloud computing). Cloud computing allows highly scalable processing at the cost of moving data from IoT devices to data centers spread worldwide; processing can be based on data from the whole system at the cost of higher latency that is not negligible for real-time applications. “Edge” computing brings processing closer to the IoT devices by allowing data processing on internet access points (e.g., routers). This reduces the overall network latency and allows the processing of smaller data aggregates [35]. “Embedded” computing moves processing to the “thing” itself, eliminating network latency at the cost of lower processing resources (to overcome these limits, technologies such as FPGA are developed). Well-known processing models are streaming, minibatch, and batch. Streaming allows the processing of single data items as soon as they are pushed into the data stream. Minibatch allows the processing of a window (e.g., a time window) of data items pushed into the stream. Batch processing supports the processing of large volumes of data items at once. While the latency of stream or minibatch processing is in the order of seconds or minutes, batch processing has latency measured in hours. Examples of frameworks supporting distributed processing at the cloud computing level are Spark [60] and MapReduce [61], while Google recently introduced the Global Mobile Edge Cloud [62] to enable edge computing on 5G networks. At the embedded level, processing can be implemented by directly programming the “things”.
3. IoT in Crop Management
- Weather—Stations are present even in many non-experimental farms. The classical outfit is that of a climatic station: rain-gauge, temperature, and relative humidity. In the 1970s, pan evaporimeter was also added in agro-weather stations, while radiation, wind velocity/direction, and leaf wetness became more frequent from the 1980s with the diffusion of electronic stations. Less frequent is the availability of soil temperature.
- Water availability—Water is recognized as the most important production factor (e.g., GRIDA [65]); in dry-summer regions (Mediterranean areas) rainfall trends determine huge risks in growing a crop, as prolonged drought in conjunction with high temperatures in a sensitive period (e.g., seedling, flowering) have dramatic effects on yield. As water availability is not always an option, it has a main role in crop choice (e.g., irrigated vs. rain-fed) and checking soil availability in terms of water content (e.g., [66]) or soil water potential (e.g., [67]), or directly by direct observation of plant status (IR sensors); water excess scenarios are no less dangerous to a crop: rainfall of long duration or high intensity, as much as an unexpected hail can do no less damage to a crop (as they do to humans); drainage systems, relevant to hydrological network management, together with channel, storage, and distribution systems, become really important for water supply.
- Fertility—Nutritive substances are essential for plant growth, and in many cases fertilizer is applied along the growing season (e.g., foliage fertilizer); soil water sensors often include electric conductivity, used to deduct information on soil nutrient contents. More reliable information on the nutritional state of a crop can be obtained from multispectral and hyperspectral camera sensors set on field cameras.
- Pests and diseases—Detecting the presence and development stage of pests and disease, spreading of insects and weeds is fundamental in growing a single species. A main activity of every farmer is maintaining an artificial ecosystem and preventing its shift toward a community of species that deteriorate the quality and quantity of expected yield. Specific sensors are available to the purpose and are already used in agro-weather networks as leaf wetness.
- Other production-related aspects—Detectors for carbon dioxide and other gases (IRGA) are used (mostly for research purposes) to monitor plant and soil respiration rates, including GHG emissions; IR sensors are also used for detecting heat anomalies (we already mentioned water stress) as the presence of flames and intrusions (PIR) from hot blood animals, eventually integrated with cameras. Increasing is the interest in canopy monitoring by multipurpose cameras with sensors of variable sensitivity.
- Transponders—Machines have a particular role in control. They are a part of technology and a production factor; they need to be controlled to be in a good working state, and under constant survey in the case of autonomous vehicles because of dangers and damages that failures may represent for human beings, crops, and the environment. Moreover, vehicles may host sensors for self-monitoring [68], and fields from varying distances (UAVs), allowing the increase of spatial detail and time resolution of most sensing tasks listed above.
3.1. Using Observations
3.2. Existing Applications
- Monitoring environment (air, soil, water), crops (plant), and animals—62%;
- Remote control in irrigation, fertilization, pesticides, lighting, intrusions—25% of papers;
- Prediction of environmental conditions, production, growth—6% of papers;
- Logistics—7% of papers.
3.3. Case Study—Irrigation Scheduling
- Direct estimate of “crop stress”, based on remote/proximal canopy sensing. Satellite sensing [97], recently integrated with those of drone images [101]. Proximal measurement of canopy temperature by IR sensors (e.g., Jones et al. [102]) and field IR cameras integrated with an IoT system are also adopted [98] to the purpose.
- Water availability in soil, based on direct “soil moisture” observation, then use the lower and upper thresholds criteria as in the previous method, to get advice on a possible water stress condition [103].
- Water availability by “water budget”, based on the estimate of water loss of a canopy (Evapotranspiration—ET [104]), from observed temperature, relative humidity, wind speed, and solar radiation. ET is used as a boundary condition to a soil water redistribution model to estimate soil water status. Logical (if-then) rules are finally used to produce irrigation advice [92].
- Direct observation of stress can be guessed from cameras that substitute direct farmer monitoring of surfaces: those from satellite, air-crafts, and UAVs (Visible or IR) can also help (by indices as NDVI) by identifying anomalous conditions in the cropped surface, which is supposed to be homogeneous, and made available to an assistance service. However, imagery needs interpretation and lacks subsurface information.
- Soil water content can give more information on the water status of a rooted zone. Nonetheless, identification of threshold values for water supply is still based on empirical knowledge based on soil and plant type, therefore with a local validity. Moreover, sampling a surface requires a number of sensors with prohibitive maintenance costs.
- For water budget potential, ET has to be complemented by empirical correction coefficients to obtain the real crop water requirement. Moreover, soil dynamics coefficients are required to estimate “Flow Intensity”, whose general physical low is well-known while parameters are subject to high spatial heterogeneity and temporal variations [94].
4. Discussion
- Devices for field monitoring, of the soil–plant–atmosphere system. In the majority of cases, continuous monitoring is not required, therefore, the “perception layer” is conceived as a network of low-power devices that sleep for most of the time, supported by a radio network with an easy connection protocol. Additionally, they would mainly be for metering purposes and bi-directional communication, though facilitating reconfiguration, could prove unnecessary. The payload is expected to be reduced and messages are allowed to have a high-latency, though with a high QoS (quality of service). Low-power networks such as Sigfox and LoRa could be a good choice, though most recent networks (WiFi-halow, NB-IoT, CAT-M1) reduce constraints and allows both usage of protocols to be managed (MQTT) and messages to be digested (FIWARE) more easily. Such solutions can be adopted by almost every board of class “Arduino” that, together with deep-sleep mode, includes easily configurable electrical interfaces (e.g., I2C), together with a wide availability of shields (e.g., Real-Time Clock and SD card).
- Power devices, such as actuators and cameras require a different approach, and devices with embedded computing could be required, based on nano- or single-board computers (e.g., Raspberry Pi), already adopted in the “wired” agriculture (e.g., hydroponics). They allow for continuous monitoring (and surveillance) of plants, actuators, and intrusions (including animals) and need low-latency/real-time response/alerts to be sent to a supervisor (farmer). In these cases, a reliable wireless connection is required, which, if properly optimized, can profit from networking technologies mentioned in the previous point. Nanocomputers include LAN connectors and common wireless connection interfaces and are robust enough to be set in the outer environment, but need to be adequately power supplied (Photovoltaic systems and high-duration batteries). Their use in UV/AV enhances the spectrum of application of IoT for decision support [99] allowing the collection of vehicle data, failure events, and actions performed by tools.
- Storage—Most of the cases reported in the literature are pilot projects that use a limited number of devices, showing reduced exploitation of cloud computing potential. Major needs seem to be represented by data security, service outsourcing, and No-SQL data storage due to information heterogeneity (inventories, satellite images, mobile platform mission data, etc.). However, the number of IoT devices/solutions is growing and, though at present such storage systems are mostly for research purposes and country-level surveys, the increase of detail of information in space and time would soon require data-lake storage and big data.
- Processing—As already put in evidence, though UV-oriented protocols (e.g., AVI-Link and ROSlink protocol) are currently used also in UAV guidance. Most IoT applications do not require real-time performances (latency < 1 s). Data collected from mobile platforms and field monitoring stations are mostly batch-processed and delivered to end-users by APP dashboards. Decision-oriented information and supervised actuation are also provided (switching irrigation valves, heaters, vents, etc.) by the processing framework. Direct commands operated by an artificial intelligence system are still bounded to industrialized cropping systems (hydroponics and greenhouses).
5. Conclusions
- IoT is an enabling and mature technology, proven to be able to accelerate the adoption of SF.
- Relying on IoT, many solutions to Smart Farming and Farm Management Systems are going to be accessible even to small farm holders.
- IoT allows increasing access to crop monitoring and significantly enhances the availability of information and early warnings which, in turn, provide more reliable predictions and decision-making support to farmers, managers, and policymakers.
- Excitement in IoT is pumping the belief that a large number of cheap sensors could increase data granularity in space and time with an acceptable decrease in data quality. However, data (sensor) reliability remains a fundamental aspect of any technology.
- ML is, to date, too focused on solving problems, underestimating the data requirement for learning stage and the need for explainable knowledge oriented to enhance models for simulation of bio-agro-ecological, soil-plant-atmosphere, and value-chain systems.
- Ethical aspects also emerge. Industrialization and spreading of micro-IoT-devices, envisaging fleets of “artificial insects”, could require strong regulations, [106] including a protocol for placement, location, and recollection.
Author Contributions
Funding
Conflicts of Interest
References
- Blandford, D.; Braden, J.B.; Shortle, J.S. Economics of Natural Resources and Environment in Agriculture. In Encyclopedia of Agriculture and Food Systems; Elsevier: Amsterdam, The Netherlands, 2014; pp. 18–34. [Google Scholar] [CrossRef]
- Gondchawar, N.; Kawitkar, R.S. IJARCCE IoT based Smart Agriculture. Int. J. Adv. Res. Comput. Commun. Eng. 2016, 5. [Google Scholar] [CrossRef]
- Raja, L.; Vyas, S. The Study of Technological Development in the Field of Smart Farming. In Smart Farming Technologies for Sustainable Agricultural Development; IGI Global: Hershey, PA, USA, 2019; p. 24. [Google Scholar] [CrossRef]
- Sørensen, C.G.; Fountas, S.; Nash, E.; Pesonen, L.; Bochtis, D.; Pedersen, S.M.; Basso, B.; Blackmore, S.B. Conceptual model of a future farm management information system. Comput. Electron. Agric. 2010, 72, 37–47. [Google Scholar] [CrossRef] [Green Version]
- Saiz-Rubio, V.; Rovira-Más, F. From smart farming towards agriculture 5.0: A review on crop data management. Agronomy 2020, 10. [Google Scholar] [CrossRef] [Green Version]
- Zhang, N.; Taylor, R.K. Applications of a Field Level Geographic Information System (FIS) in Precision Agriculture. Appl. Eng. Agric. 2001, 17. [Google Scholar] [CrossRef] [Green Version]
- Wolfert, S.; Goense, D.; Sorensen, C.A.G. A future internet collaboration platform for safe and healthy food from farm to fork. In Proceedings of the Annual SRII Global Conference, SRII, IEEE Computer Society, San Jose, CA, USA, 23–25 April 2014; pp. 266–273. [Google Scholar] [CrossRef]
- Jiber, Y.; Harroud, H.; Karmouch, A. Precision agriculture monitoring framework based on WSN. In Proceedings of the IWCMC 2011—7th International Wireless Communications and Mobile Computing Conference, Istanbul, Turkey, 4–8 July 2011; pp. 2015–2020. [Google Scholar] [CrossRef]
- FAO. AquaCrop; Food and Agriculture Organization of the United Nations: Rome, Italy, 2016. [Google Scholar]
- Siad, S.M.; Iacobellis, V.; Zdruli, P.; Gioia, A.; Stavi, I.; Hoogenboom, G. A review of coupled hydrologic and crop growth models. Agric. Water Manag. 2019, 224. [Google Scholar] [CrossRef]
- Dalal, P.; Singh, J. Role of modeling in insect pest and disease management. J. Entomol. Zool. Stud. 2017, 5, 1773–1777. [Google Scholar]
- Pan, Z.; Li, X.; Yang, X.B.; Andrade, D.; Xue, L.; McKinney, N. Prediction of plant diseases through modelling and monitoring airborne pathogen dispersal. CAB Rev. 2010, 5. [Google Scholar] [CrossRef]
- Richardson, D. The Internet and Rural and Agricultural Development; Technical Report; Food and Agriculture Organization of the United Nations: Rome, Italy, 1997. [Google Scholar]
- Xu, M.; David, J.M.; Kim, S.H. The fourth industrial revolution: Opportunities and challenges. Int. J. Financ. Res. 2018, 9, 90–95. [Google Scholar] [CrossRef] [Green Version]
- Bacco, M.; Barsocchi, P.; Ferro, E.; Gotta, A.; Ruggeri, M. The Digitisation of Agriculture: A Survey of Research Activities on Smart Farming. Array 2019, 3–4, 100009. [Google Scholar] [CrossRef]
- Kernecker, M.; Busse, M.; Knierim, A. Exploring actors, their constellations, and roles in digital agricultural innovations. Agric. Syst. 2021, 186, 102952. [Google Scholar] [CrossRef]
- Wolfert, S.; Ge, L.; Verdouw, C.; Bogaardt, M.J. Big Data in Smart Farming—A review. Agric. Syst. 2017, 153, 69–80. [Google Scholar] [CrossRef]
- Bayrak, E.; Conley, J.P.; Wilkie, S.; Bayrak, E.; Conley, J.; Wilkie, S. The Economics of Cloud Computing. Korean Econom. Rev. 2011, 27, 203–230. [Google Scholar]
- Ashton, K. That ‘internet of things’ thing. RFID J. 2009, 22, 97–114. [Google Scholar]
- ITU. Overview of the Internet of Things; Technical Report; International Telecommunications Union: Geneva, Switzerland, 2012. [Google Scholar]
- Voas, J. Networks of “things”; NIST Special Publication 800-183; National Institute of Standards and Technology: Gaithersburg, MD, USA, 2016. [CrossRef]
- Calderoni, L.; Magnani, A.; Maio, D. IoT Manager: An open-source IoT framework for smart cities. J. Syst. Archit. 2019, 98, 413–423. [Google Scholar] [CrossRef]
- Madakam, S.; Ramaswamy, R.; Tripathi, S. Internet of Things (IoT): A Literature Review. J. Comput. Commun. 2015, 03, 164–173. [Google Scholar] [CrossRef] [Green Version]
- Marketsandmarkets Agriculture IoT Market; Report; Markets and Markets: Pune, India, 2020; Available online: https://www.marketsandmarkets.com/Market-Reports/iot-in-agriculture-market-199564903.html (accessed on 20 July 2020).
- Mariani, J.; Junko, K. The Second Green Revolution and the Internet of Things; Deloitte Insights: London, UK, 2016. [Google Scholar]
- Greengard, S. The Internet of Things; MIT Press: Cambridge, MA, USA, 2015. [Google Scholar]
- Lin, J.; Yu, W.; Zhang, N.; Yang, X.; Zhang, H.; Zhao, W. A Survey on Internet of Things: Architecture, Enabling Technologies, Security and Privacy, and Applications. IEEE Internet Things J. 2017, 4, 1125–1142. [Google Scholar] [CrossRef]
- Schoenberger, C. The Internet of Things. 2002. Available online: http://www.forbes.com/global/2002/0318/092.html (accessed on 20 July 2020).
- Heble, S.; Kumar, A.; Prasad, K.V.; Samirana, S.; Rajalakshmi, P.; Desai, U.B. A low power IoT network for smart agriculture. In Proceedings of the 2018 IEEE 4th World Forum on Internet of Things (WF-IoT), Singapore, 5–8 February 2018; Institute of Electrical and Electronics Engineers Inc.: Piscataway, NJ, USA, 2018; Volume 2018, pp. 609–614. [Google Scholar] [CrossRef]
- Damien, B.; Granath, E. Ultra-Low Power Technology for Battery-Less IoT Sensors. 2019. Available online: https://www.power-and-beyond.com/ultra-low-power-technology-for-battery-less-iot-sensors-a-885246/ (accessed on 20 July 2020).
- Raza, U.; Kulkarni, P.; Sooriyabandara, M. Low Power Wide Area Networks: An Overview. IEEE Commun. Surv. Tutor. 2017, 19, 855–873. [Google Scholar] [CrossRef] [Green Version]
- Farooq, M.S.; Riaz, S.; Abid, A.; Abid, K.; Naeem, M.A. A Survey on the Role of IoT in Agriculture for the Implementation of Smart Farming. IEEE Access 2019, 7, 156237–156271. [Google Scholar] [CrossRef]
- Gerber, A.; Romeo, J. Choosing the Best Hardware for Your Next IoT Project—IBM Developer. 2017. Available online: https://developer.ibm.com/technologies/iot/articles/iot-lp101-best-hardware-devices-iot-project/ (accessed on 15 October 2020).
- Khan, R.; Khan, S.U.; Zaheer, R.; Khan, S. Future Internet: The Internet of Things Architecture, Possible Applications and Key Challenges. In Proceedings of the IEEE 10th International Conference on Frontiers of Information Technology, Islamabad, Pakistan, 17–19 December 2012; pp. 257–260. [Google Scholar]
- Al-Fuqaha, A.; Guizani, M.; Mohammadi, M.; Aledhari, M.; Ayyash, M. Internet of things: A survey on enabling technologies, protocols, and applications. IEEE Commun. Surv. Tutor. 2015, 17, 2347–2376. [Google Scholar] [CrossRef]
- Koksal, Ö.; Tekinerdogan, B. Architecture design approach for IoT-based farm management information systems. Precis. Agric. 2019, 20, 926–958. [Google Scholar] [CrossRef] [Green Version]
- Jara, A.J.; Martinez-Julia, P.; Gómez-Skarmeta, A.F. Light-Weight Multicast DNS and DNS-SD (lmDNS-SD): IPv6-Based Resource and Service Discovery for the Web of Things. In Proceedings of the Sixth International Conference on Innovative Mobile and Internet Services in Ubiquitous Computing, IMIS 2012, Palermo, Italy, 4–6 July 2012; You, I., Barolli, L., Gentile, A., Jeong, H.J., Ogiela, M.R., Xhafa, F., Eds.; IEEE Computer Society: Piscataway, NJ, USA, 2012; pp. 731–738. [Google Scholar]
- Stolikj, M.; Cuijpers, P.J.L.; Lukkien, J.J.; Buchina, N. Context based service discovery in unmanaged networks using mDNS/DNS-SD. In Proceedings of the IEEE International Conference on Consumer Electronics, ICCE 2016, Las Vegas, NV, USA, 7–11 January 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 163–165. [Google Scholar]
- Spark. Available online: https://aws.amazon.com/iot/ (accessed on 22 October 2020).
- Google IoT. Available online: https://cloud.google.com/solutions/iot (accessed on 22 October 2020).
- Azure IoT. Available online: https://azure.microsoft.com/en-us/overview/iot/ (accessed on 22 October 2020).
- Mell, P.M.; Grance, T. The NIST Definition of Cloud Computing; Technical Report; National Institute of Standards and Technology: Gaithersburg, MD, USA, 2011. [CrossRef]
- Baldwin, K.P. Cloud Services. In Encyclopedia of Big Data; Schintler, L.A., McNeely, C.L., Eds.; Springer: Berlin/Heidelberg, Germany, 2017; pp. 1–4. [Google Scholar] [CrossRef]
- Pierleoni, P.; Concetti, R.; Belli, A.; Palma, L. Amazon, Google and Microsoft Solutions for IoT: Architectures and a Performance Comparison. IEEE Access 2020, 8, 5455–5470. [Google Scholar] [CrossRef]
- SiteWhere. Available online: https://sitewhere.io/en/ (accessed on 15 October 2020).
- OpenIoT. Available online: https://openiot.in/ (accessed on 15 October 2020).
- Guth, J.; Breitenbücher, U.; Falkenthal, M.; Leymann, F.; Reinfurt, L. Comparison of IoT platform architectures: A field study based on a reference architecture. In Proceedings of the 2016 Cloudification of the Internet of Things, CIoT 2016, Paris, France, 23–25 November 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 1–6. [Google Scholar]
- FIWARE. The Open Source Platform for Our Smart Digital Future—FIWARE. Available online: https://www.fiware.org/ (accessed on 23 October 2020).
- ORION. Welcome to Orion Context Broker. Available online: https://fiware-orion.readthedocs.io/en/master/ (accessed on 30 October 2020).
- Bermudez-Edo, M.; Elsaleh, T.; Barnaghi, P.; Kerry, T. IoT-Lite Ontology. Available online: https://www.w3.org/Submission/iot-lite (accessed on 10 October 2020).
- Apache Kafka. Available online: https://kafka.apache.org/intro (accessed on 22 October 2020).
- AWS Glue. Available online: https://aws.amazon.com/glue (accessed on 20 October 2020).
- Ozsu, M.T. Database. In Encyclopedia of Database Systems; Liu, L., Ozsu, M.T., Eds.; Springer: New York, NY, USA, 2017; p. 4355. [Google Scholar]
- W3School. SQL Tutorial. Available online: https://www.w3schools.com/sql/ (accessed on 20 October 2020).
- MongoDB. The Database for Modern Applications. Available online: https://www.mongodb.com/1 (accessed on 30 October 2020).
- CouchDB. CouchDB—Seamless Multi-Master Sync, That Scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and Designed for Reliability. Available online: https://couchdb.apache.org/ (accessed on 30 October 2020).
- Amazon S3. Available online: https://aws.amazon.com/s3/ (accessed on 20 October 2020).
- Azure Data Lake. Available online: https://azure.microsoft.com/ (accessed on 20 October 2020).
- Couto, J.; Borges, O.T.; Ruiz, D.D.; Marczak, S.; Prikladnicki, R. A Mapping Study about Data Lakes: An Improved Definition and Possible Architectures; Knowledge Systems Institute Graduate School: Chicago, IL, USA, 2019; pp. 453–578. Available online: https://www.researchgate.net/publication/335150494_A_Mapping_Study_about_Data_Lakes_An_Improved_Definition_and_Possible_Architectures (accessed on 17 January 2021).
- Spark. Available online: https://www.spark.co.nz/iot/home/ (accessed on 20 October 2020).
- Dean, J.; Ghemawat, S. MapReduce: Simplified data processing on large clusters. Commun. ACM 2008, 51, 107–113. [Google Scholar] [CrossRef]
- Global Mobile Edge Cloud. Available online: https://cloud.google.com/blog/topics/inside-google-cloud/google-cloud-unveils-strategy-telecommunications-industry (accessed on 20 October 2020).
- Navarro, E.; Costa, N.; Pereira, A. A Systematic Review of IoT Solutions for Smart Farming. Sensors 2020, 20, 4231. [Google Scholar] [CrossRef]
- Beers, S. Decision and Control: The Meaning of Operational Research and Management Cybernetics; Wiley: Hoboken, NJ, USA, 1995. [Google Scholar]
- GRIDA. Water-Food-Energy-Ecosystems Nexus Approach | GRID-Arendal. 2020. Available online: https://www.grida.no/publications/478 (accessed on 3 October 2020).
- Maughan, T.; Allen, L.N.; Drost, D. Soil Moisture Measurement and Sensors for Irrigation Management. Agriculture 2015. Available online: https://digitalcommons.usu.edu/cgi/viewcontent.cgi?article=1777&context=extension_curall (accessed on 17 January 2021).
- Shock, C.; Flock, R.; Feibert, E.; Shock, C.; Pereira, A.; Jensen, L. Irrigation Monitoring Using Soil Water Tension. Sustain. Agric. Technol. 2005. Available online: https://www.researchgate.net/publication/237786409_Irrigation_Monitoring_Using_Soil_Water_Tension#fullTextFileContent (accessed on 17 January 2021).
- Pedersen, S.; Lind, K. Precision Agriculture: Technology and Economic Perspectives—Google Libri; Springer: Berlin/Heidelberg, Germany, 2002. [Google Scholar]
- Hoogenboom, G.; Porter, C.H.; Boote, K.J.; Shelia, V.; Wilkens, P.W.; Singh, U.; White, J.W.; Asseng, S.; Lizaso, J.I.; Moreno, L.P.; et al. The DSSAT crop modeling ecosystem. In Advances in Crop Modelling for a Sustainable Agriculture; Burleigh Dodds: Cambridge, UK, 2019; pp. 173–216. [Google Scholar] [CrossRef]
- Hansson, S.O. Decision Theory; Taylor & Francis Group: Abingdon, UK, 2018; pp. 1–185. [Google Scholar] [CrossRef]
- Kim, T.; Bae, N.J.; Shin, C.S.; Park, J.W.; Park, D.; Cho, Y.Y. An approach for a self-growing agricultural knowledge cloud in smart agriculture. In Lecture Notes in Electrical Engineering; Springer: Dordrecht, The Netherlands, 2013; Volume 240, pp. 699–706. [Google Scholar] [CrossRef]
- GARTNER. Definition of Prescriptive Analytics—Gartner Information Technology Glossary. Available online: https://www.gartner.com/en/information-technology/glossary (accessed on 20 October 2020).
- Stuart, D. The Data Revolution: Big Data, Open Data, Data Infrastructures and Their Consequences. Online Inf. Rev. 2015, 39, 272. [Google Scholar]
- Goodfellow, I.; Bengio, Y.; Courville, A.; Bengio, Y. Deep Learning; MIT Press: Cambridge, UK, 2016. [Google Scholar]
- Abdullahi, H.S.; Sheriff, R.E.; Mahieddine, F. Convolution neural network in precision agriculture for plant image recognition and classification. In Proceedings of the Seventh International Conference on Innovative Computing Technology (INTECH 2017), Luton, UK, 16–18 August 2017; pp. 1–3. [Google Scholar] [CrossRef]
- Faraway, J.J.; Augustin, N.H. When small data beats big data. Stat. Probab. Lett. 2018, 136, 142–145. [Google Scholar] [CrossRef]
- Golfarelli, M.; Rizzi, S. Data Warehouse Design: Modern Principles and Methodologies; McGraw-Hill Inc.: New York, NY, USA, 2009. [Google Scholar]
- Adadi, A.; Berrada, M. Peeking inside the black-box: A survey on Explainable Artificial Intelligence (XAI). IEEE Access 2018, 6, 52138–52160. [Google Scholar] [CrossRef]
- Russell, S.; Norvig, P. Artificial Intelligence: A Modern Approach; Pearson: London, UK, 2002. [Google Scholar]
- The Large Soybean Database. Available online: https://archive.ics.uci.edu/ml/datasets/Soybean+(Large) (accessed on 23 October 2020).
- Poonia, R.C.; Gao, X.Z.; Raja, L.; Sharma, S.; Vyas, S. Smart Farming Technologies for Sustainable Agricultural Development; Advances in Environmental Engineering and Green Technologies; IGI Global: Hershey, PA, USA, 2019. [Google Scholar] [CrossRef]
- Verdouw, C.; Sundmaeker, H.; Tekinerdogan, B.; Conzon, D.; Montanaro, T. Architecture framework of IoT-based food and farm systems: A multiple case study. Comput. Electron. Agric. 2019, 165, 104939. [Google Scholar] [CrossRef]
- Abbasi, M.; Yaghmaee, M.H.; Rahnama, F. Internet of Things in agriculture: A survey. In Proceedings of the 3rd IEEE International Conference on Internet of Things and Applications, IoT 2019, San Diego, CA, USA, 25–30 June 2019. [Google Scholar] [CrossRef]
- Harms, H.; Schattenberg, J.; Schmiemann, J.; Frerichs, L. A Communication Layer for UAV/UGV Swarm Applications. In Proceedings of the 5th International Conference on Machine Control & Guidance, Vichy, France, 5–6 October 2016; p. 6. [Google Scholar]
- Layton, A.; Balmos, A.; Sabpisal, S.; Ault, A.; Krogmeier, J.V.; Buckmaster, D. ISOBlue: An Open Source Project to Bring Agricultural Machinery Data into the Cloud. In Proceedings of the 2014 ASABE and CSBE/SCGAB Annual International Meeting, Montreal, QC, Canada, 13–16 July 2014; American Society of Agricultural and Biological Engineers (ASABE): St. Joseph, MI, USA, 2014; pp. 1–8. [Google Scholar] [CrossRef] [Green Version]
- Lokesh Krishna, K.; Silver, O.; Malende, W.F.; Anuradha, K. Internet of Things application for implementation of smart agriculture system. In Proceedings of the International Conference on IoT in Social, Mobile, Analytics and Cloud, I-SMAC 2017, Palladam, India, 10–11 February 2017; Institute of Electrical and Electronics Engineers Inc.: Piscataway, NJ, USA, 2017; pp. 54–59. [Google Scholar] [CrossRef]
- Carli, G.; Canavari, M.; Grandi, A. Introducing Activity-Based Costing in Farm Management: The Design of the FarmBO System. Int. J. Agric. Environ. Inform. Syst. 2014, 5, 69–84. [Google Scholar] [CrossRef]
- Arena, A.; Bianchini, A.; Perazzo, P.; Vallati, C.; Dini, G. BRUSCHETTA: An IoT Blockchain-Based Framework for Certifying Extra Virgin Olive Oil Supply Chain. In Proceedings of the 2019 IEEE International Conference on Smart Computing (SMARTCOMP), IEEE, Washington, DC, USA, 12–15 June 2019; pp. 173–179. [Google Scholar] [CrossRef]
- Talavera, J.M.; Tobón, L.E.; Gómez, J.A.; Culman, M.A.; Aranda, J.M.; Parra, D.T.; Quiroz, L.A.; Hoyos, A.; Garreta, L.E. Review of IoT applications in agro-industrial and environmental fields. Comput. Electron. Agric. 2017, 142, 283–297. [Google Scholar] [CrossRef]
- Wigboldus, S.; Klerkx, L.; Leeuwis, C.; Schut, M.; Muilerman, S.; Jochemsen, H. Systemic perspectives on scaling agricultural innovations. A review. Agron. Sustain. Dev. 2016, 36, 46. [Google Scholar] [CrossRef] [Green Version]
- Debauche, O.; Mahmoudi, S.; Elmoulat, M.; Mahmoudi, S.A.; Manneback, P.; Lebeau, F. Edge AI-IoT Pivot Irrigation, Plant Diseases and Pests Identification. Procedia Comput. Sci. 2020, 177, 40–48. [Google Scholar] [CrossRef]
- Steduto, P.; Raes, D.; Hsiao, T.C.; Fereres, E.; Heng, L.K.; Howell, T.A.; Evett, S.R.; Rojas-Lara, B.A.; Farahani, H.J.; Izzi, G.; et al. Concepts and applications of AquaCrop: The FAO crop water productivity model. In Crop Modeling and Decision Support; Springer: Berlin/Heidelberg, Germany, 2009; pp. 175–191. [Google Scholar]
- Aguilar, J.; Rogers, D.; Kisekka, I. Irrigation Scheduling Based on Soil Moisture Sensors and Evapotranspiration. Kans. Agric. Exp. Stat. Res. Rep. 2015, 1, 20. [Google Scholar] [CrossRef] [Green Version]
- Dukes, M.D.; Zotarelli, L.; Liu, G.D.; Simonne, E.H. Principles and Practices of Irrigation Management for Vegetables; Technical Report; UF/IFAS Extension: Gainesville, FL, USA, 2018. [Google Scholar]
- Rose, D.C.; Sutherland, W.J.; Parker, C.; Lobley, M.; Winter, M.; Morris, C.; Twining, S.; Ffoulkes, C.; Amano, T.; Dicks, L.V. Decision support tools for agriculture: Towards effective design and delivery. Agric. Syst. 2016, 149, 165–174. [Google Scholar] [CrossRef] [Green Version]
- Ferrández-Pastor, F.J.; García-Chamizo, J.M.; Nieto-Hidalgo, M.; Mora-Martínez, J. Precision agriculture design method using a distributed computing architecture on internet of things context. Sensors 2018, 18, 1731. [Google Scholar] [CrossRef] [Green Version]
- Gerhards, M.; Schlerf, M.; Mallick, K.; Udelhoven, T. Challenges and future perspectives of multi-/Hyperspectral thermal infrared remote sensing for crop water-stress detection: A review. Remote Sens. 2018, 18, 1240. [Google Scholar] [CrossRef] [Green Version]
- Jayaraman, P.P.; Yavari, A.; Georgakopoulos, D.; Morshed, A.; Zaslavsky, A. Internet of things platform for smart farming: Experiences and lessons learnt. Sensors 2016, 16, 1884. [Google Scholar] [CrossRef]
- Triantafyllou, A.; Tsouros, D.C.; Sarigiannidis, P.; Bibi, S. An architecture model for smart farming. In Proceedings of the 15th International Conference on Distributed Computing in Sensor Systems (DCOSS), Santorini Island, Greece, 29–31 May 2019; pp. 385–392. [Google Scholar] [CrossRef]
- Cruz Ulloa, C.; Krus, A.; Barrientos, A.; Del Cerro, J.; Valero, C. Robotic Fertilisation Using Localisation Systems Based on Point Clouds in Strip-Cropping Fields. Agronomy 2020, 11, 11. [Google Scholar] [CrossRef]
- Zhang, L.; Zhang, H.; Niu, Y.; Han, W. Mapping Maize Water Stress Based on UAV Multispectral Remote Sensing. Remote Sens. 2019, 11, 605. [Google Scholar] [CrossRef] [Green Version]
- Jones, H.G.; Hutchinson, P.A.; May, T.; Jamali, H.; Deery, D.M. A practical method using a network of fixed infrared sensors for estimating crop canopy conductance and evaporation rate. Biosyst. Eng. 2018, 165, 59–69. [Google Scholar] [CrossRef] [Green Version]
- Davis, S.L.; Dukes, M.D. Methodologies for Successful Implementation of Smart Irrigation Controllers. J. Irrigat. Drainag. Eng. 2015, 141, 04014055. [Google Scholar] [CrossRef]
- Allen, R.G.; Pereira, L.S.; Raes, D.; Smith, M. FAO Irrigation and Drainage Paper No. 56—Crop Evapotranspiration; Technical Report 56; FAO: Rome, Italy, 1998. [Google Scholar]
- Paustian, M.; Theuvsen, L. Adoption of precision agriculture technologies by German crop farmers. Prec. Agric. 2017, 18, 701–716. [Google Scholar] [CrossRef]
- Georgakopoulos, D.; Jayaraman, P.P. Internet of things: From internet scale sensing to smart services. Computing 2016, 98, 1041–1058. [Google Scholar] [CrossRef]
- Jat, D.S.; Madamombe, C.G. Wireless Sensor Networks Technologies and Applications for Smart Farming. In Smart Farming Technologies for Sustainable Agricultural Development; Ramesh, C.P., Ed.; IGI Global: Hershey, PA, USA, 2018; pp. 25–39. [Google Scholar] [CrossRef]
- OECD. Digital Opportunities for Better Agricultural Policies; OECD: Paris, France, 2019. [Google Scholar] [CrossRef]
- Hennessy, T.; Läpple, D.; Moran, B. The digital divide in farming: A problem of access or engagement? Appl. Econom. Perspect. Policy 2016, 38, 474–491. [Google Scholar] [CrossRef]
- Chesbrough, H.W. The era of open innovation. MIT Sloan Manag. Rev. 2003, 44, 35–42. [Google Scholar]
Technology | Range | Frequency |
---|---|---|
Bluetooth | 50–150 m | GHz |
Wifi | 50 m | GHz |
ZigBee | 10–100 m | GHz |
LoRaWAN | 2–5 km | country dep. |
Sigfox | 3–50 km | 900 MHz |
Neul | 10 m | country dep. |
GSM | 35 km | GHz |
Technology | Data Rate | Technology | Data Rate |
---|---|---|---|
Bluetooth | 1 Mbps | GMS | 35–170 kbps |
Wifi | 600 Mbps | EDGE | 120–384 kbps |
ZigBee | 250 kbps | UMTS | 384 Kbps–2 Mbps |
LoRaWAN | –50 kbps | HSPA | 600 kbps–10 Mbps |
Sigfox | 10–1000 bps | LTE | 3–10 Mbps |
Neul | 1–100 kbps | LTE-M1 | 10 kbps |
NB-IoT | 100 kbps |
Characteristics | MQTT | AMQP | XMPP | DDS | CoAP |
---|---|---|---|---|---|
Transport | TCP | TCP | TCP | TCP/UDP | UDP |
Real-Time | no | no | near RT | yes | no |
Pattern | pub/sub | pub/sub | pub/sub | pub/sub | req/reply |
Broker/bus | broker | broker | bus | bus | broker |
Task | ||
---|---|---|
Services | Know-how support/education | [80,90] |
DSS/Crop Models | [91,92,93,94,95] | |
FMIS/accountability | [4,5,87] | |
FMIS/PA/machine activity/resource usage | [85,86] | |
Market | quality/certification/traceability | [7,87,90] |
seeds/products/machinery/labour | [82,90] | |
Crop monitoring | environmental sensing | [3,36,63,81,89] |
detect crop stress/diseases/pests/weeds/ripening | [82,91,96,97] | |
Crop practices | smart farming/remote control/automation | [2,32,36,84,98,99,100] |
precision practices/prescription maps | [5,36,85] |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Vitali, G.; Francia, M.; Golfarelli, M.; Canavari, M. Crop Management with the IoT: An Interdisciplinary Survey. Agronomy 2021, 11, 181. https://doi.org/10.3390/agronomy11010181
Vitali G, Francia M, Golfarelli M, Canavari M. Crop Management with the IoT: An Interdisciplinary Survey. Agronomy. 2021; 11(1):181. https://doi.org/10.3390/agronomy11010181
Chicago/Turabian StyleVitali, Giuliano, Matteo Francia, Matteo Golfarelli, and Maurizio Canavari. 2021. "Crop Management with the IoT: An Interdisciplinary Survey" Agronomy 11, no. 1: 181. https://doi.org/10.3390/agronomy11010181
APA StyleVitali, G., Francia, M., Golfarelli, M., & Canavari, M. (2021). Crop Management with the IoT: An Interdisciplinary Survey. Agronomy, 11(1), 181. https://doi.org/10.3390/agronomy11010181