IoT: Comparison
Please note this is a comparison between Version 1 by SIMONA VIOLINO and Version 3 by Nicole Yin.

Today Internet of Things (IoT) is a widespread definition indicating a set of “smart objects” (smart devices) connected to and through the internet. Through the connection, information is observed, recorded, analyzed, and transferred, in a context in which “things” talk to each other and then carry out consequent actions.

  • Keywords: Brewing
  • IoT Internet of Things
  • wireless connection
  • Raspberry Pi
  • Arduino
  • blockchain, Craft beer
  • AI Artificial Intelligence
  • Big data.

1. Introduction

The origin of the term is attributed to Kevin Ashton, in 1999, in a presentation made for Procter & Gamble. Kevin Ashton, raised how the initial idea of the term was still not well understood, focusing on in what way almost all the information is generated by humans and specifying the enormous potential to have “objects” able to detect, through sensors, the surrounding world, for us[1] [17].

2. Infrastructure

Nowadays we have achieved most of what he pointed out. In this new era, we have a set of electronic devices, often man-independent, equipped with various sensors capable of detecting the surrounding world and sharing what has been observed to make decisions.

This evolution, if not technological revolution, is made possible by the enormous progress in the context of consumer electronics and wireless communication. The advent of the Open Hardware concept, the availability of increasingly powerful and less expensive microcontrollers, have started a process of maximum sensors capillarity and embedded technologies, enhancing in fact the “things” connected to the Internet. An IoT device needs three fundamental elements divided into macro-areas concerning (i) the microcontroller or processing unit, (ii) the sensors and/or the execution capability, and (iii) technology for the connection to Internet. The elements belonging to these macro-areas can be found, to date, in most devices, not only within specific application context, but also for domestic applications such as in a camera, a thermostat, a vehicle, etc., for the process of remote management and control.

The most popular boards used by IoT applications tend to directly integrate a radio module. Arduino MKR WAN 1310 for example is equipped with LoraWan technology while Raspberry Pi 4 with Wi-Fi technology and Bluetooth with possibility to interface sensors and actuators. The most widely used sensors find their place in an environmental monitoring context, thus, there are a multitude of temperature and humidity sensors on the market.

In the agrifood sector, many environmental monitoring cards are equipped with sensors to measure temperature, humidity, soil moisture, rain, UV, etc., with the addition of actuators for the control of solenoid valves and/or switches. Industrial context uses IoT devices for transferring the process to the network, expanding the potential for remote management and control while reducing man work.

IoT technologies and devices are applied to a wide number of sectors with a steep growth[2] [18]. Their enormous diffusion has given rise to dedicated networks that differ from classical ones for the amount of data to be transferred, the distances to be covered, or limitations of available energy (battery devices).

Moreover, to interconnect IoT devices specific infrastructures (e.g., cloud services) have been designed and developed according to different visions and needs. These infrastructures can be divided into three levels normally common to all the existing implemented forms (Figure 1). The first level includes the devices that collect the information and interact with each other and/or execute commands; the second level is represented by the IoT Gateways, whose fundamental role is to be the collector of all the devices, the various network typologies reside here (e.g., Lora, sigfox, NB-IoT, 3G/4G/5G, WiFi, and ZigBee); finally, the third level is represented by the IoT application service implementing all the logistics behind the management of the information coming from the devices. This regards the whole set of services including DB (Database), application, and dashboard for Man-Machine interaction. The third level includes all IoT platforms, from the most complete ones, offered by cloud services, to open-source web platforms[3] [19].

Foods 09 00950 g002 550

Figure 1. Scheme of the levels of the Internet of Things (IoT) infrastructure.

3. IoT Platforms

The increasingly popular IoT platforms today offer the same basic services aimed at creating dashboards, managing and storing and exporting data, managing alerts and notifications, up to a higher level offering statistics and data analysis, projecting the systems close to big data techniques available nowadays. By communicating with the IoT Gateways level they can receive data from the devices and provide DB services. Nevertheless, through specific graphic elements, they provide many tools to simplify the real-time interaction and consultation of the system state and information. The whole system is commonly accessible remotely, in real-time, and allows historical data queries.

Among the best known IoT platforms there are the Microsoft IoT Central based on Azure cloud, the Amazon Web Services (AWS) IoT of Amazon cloud, and Google’s Cloud IoT Core. These are the proposals offered by the modern big names in information technology; thanks to the potential of their clouds, they make available a set of services targeted for the IoT, that can be easily integrated with the whole cloud world. In addition to proprietary platforms there are open source solutions. These, expanding their services with connectors, mainly offer targeted services for the IoT, from device management, data logging, and the control dashboard, to specifically targeted managements towards the IoT Gateways level. Table 1 reports a comparative scheme of the best IoT open platforms[4] [20]. The parameters taken into consideration concern the main characteristics of each platform such as the device management, security, the communication protocols towards the devices and other software environments, the ability of the platform to perform data analysis, and the integrated database service.

Table 1. Scheme of the principal open IoT platforms and relative characteristics.

IoT Software Platform

Device Management

Integration

Security

Protocols for Data Collection

Analytics

Support for Visualizations

DB

Kaa IoT Platform

YES

Portable SDK available to integrate any particular platform, REST API

Link encryption (SSL), RSA key 2048 bits, AES key 256 bits

-MQTT;

-CoAP;

-XMPP;

-TCP;

-HTTP.

Real time IoT data analytics and visualization with:

-Kaa;

-Apache Cassandra;

-Apache Zappelin.

YES

-MongoDB;

-Cassandra;

-Hadoop;

-Oracle NoSQL.

SiteWhere

YES

REST API, Mule AnyPoint, and more

Link encryption (SSL), spring security

-MQTT;

-AMQP;

-STOMP;

-Websockets;

-Direct socket connections.

Real-time analytics (Apache Spark)

NO

-MongoDB;

-HBase;

-InfluxDB.

ThingSpeak

NO

REST MQTT APIs

Basic authentication

http

MATLAB analytics

NO

MySQL

DeviceHive

UNKNOWN

REST AP, MQTT APIs

Basic authentication using JSON Web Tokens (JWT)

-REST API;

-WebSockets

-MQTT.

Real-time analytics (Apache Spark)

YES

-PostgreSQL;

-SAP Hana DB.

Zetta

NO

REST APIs

Basic authentication

http

Using Splunk

NO

Unknown

Distributed Services Architecture (DSA)

NO

REST APIs

Basic authentication

http

No

NO

ETSDB-embedded time series

Thingsboard.io

YES

REST APIs

Basic authentication

-MQTT;

-CoAP;

-HTTP.

Real time analytics (Apache Spark, Kafka)

NO

Cassandra

Thinger.io

YES

REST APIs

Link encryption (SSL/TLS) and basic authentication

-MQTT;

-CoAP;

-http.

Yes

NO

MongodB

WSo2

YES

REST APIs

Link encryption (SSL) and basic authentication

-HTTP;

-WSO2 ESB;

-MQTT.

Yes, WSO2 data analytics server

YES

-Oracle;

-PostgreSQL;

-MySQL or MS SQL.

Mainflux

YES

REST APIs

JWT encrypted and signed tokens, OAuth2.0, public key infrastructure (PKI) and client-side certificates

-HTTP;

-MQTT;

-WebSocket;

-CoAP.

Yes (integrated) platform not confirmed

YES

-Cassandra;

-MongoDB;

-InfluxDB;

-PostgreSQL.

In the context of IoT, the open source concept plays a fundamental role. The term that was firstly introduced in 1998, when Netscape decided to publish the source code of its Navigator browser[5] [21]. Nowadays, this concept has undergone a division, creating two macro-categories, identified as open source software and hardware. The IoT field embraces an entire hardware and software ecosystem, including devices, network infrastructures, and software platforms. Therefore, it is important to address the world of open source, to distinguish and consider the open source hardware and software separately. The first category regards the devices, the considerable growth in consumer electronics, is mainly attributable to the release of devices under open source hardware license. The second mainly aims at the platforms, that being “open”, allow to create a customized IoT infrastructure, molding it to specific needs. Although the open source hardware and software are very different in terms of composition, they have common aspects related to the advantages and disadvantages that can be broadly summarized by the following aspects.

Possible benefits that could derive from their use regard: (i) no/reduced cost, (ii) large community of developers and/or supporters, (iii) accessible source code (that can be modified and commercially used for profit). The disadvantages instead may regard: (i) regularity of updates at risk if the product is no longer supported by the community, (ii) ancillary costs to ensure correct operation, customizations, and modifications of the source code, (iii) often higher technical skills required.

Finally, thanks to the open source philosophy, it was possible to observe the evolution of the IoT world, leading to the emergence of diversified devices and platforms, for every working context and not, making the world increasingly connected[6] [22].

At last, regarding the security aspect concerning the data involved with IoT systems, a series of technologies are gaining always more attention being naturally suitable for the scope. These technologies include blockchain[7][8] [23,24], RFID (Radio Frequency Identification), and other used for traceability purposes[9][10] [25,26].

4. Applications Retrieved and IoB Technologies

The ultimate and ideal scope of these technologies is to attempt to connect the entire brewing process using digitally linked hardware and software from the beer design and conceptualization to sales report following a feedback loop scheme.

It is necessary to say that at the moment, the benefits coming from the use of such technologies are mainly retrievable from producers claims and individual use cases but lack of scientific support and literature quantifying their advantages. However, in light of the strong and increasing interests, sales, and the digital implementation within other sectors, these represent valuable reasons to consider the reported applications.

4.1. IoB Technologies for the Brewery

To improve and constantly produce high quality beer, all the breweries, including craft ones, are starting to use IoT sensors or digital implementations. The IoT devices are becoming part of our daily life. Internet of Things devices allow the collection of crucial and valuable information that helps in a variety of fields: from analyzing the evolution of crops on agricultural land (barley grown for malt production) to monitoring how users consume a certain product and if they appreciated it. The application of IoB (Internet of Beer) technology can begin even with the production of cereals thanks to the installation of soil sensors that allow to monitor crops and predict the treatments to be carried out[11] [27]. During the production phase it is important to monitor several factors influencing the processes. For craft breweries, some stages of the production chain could present higher problems with respect to industrial breweries. These for example include the impossibility to monitor the fermentation process during the night and during the weekends, this commonly being manually controlled. In this phase, the yeast consumes the sugars, increases the alcohol content, and decreases the liquid density. Besides these aspects, temperature variations outside the prefixed range can negatively affect the final aroma stimulating an excessive production of esters or other aromatic compounds. To prevent these problems, wired sensors are used in industrial breweries. In craft brewing, due to often not optimized installations, limited space available, and budget problems, wired installation can be problematic. Furthermore, cabled systems have defects related to the contamination and size of the equipment used. An innovative practice is represented by the use of Bluetooth sensors that now provide long-range functionality and easier installation. To overcome indoor flow problems, Cassia Networks used long-range Bluetooth sensors (battery powered) boxed inside acrylic tubes easy to sterilize. These can be inserted inside the steel unitanks, floating in the wort. A long-range Bluetooth router connects to the low energy Bluetooth sensor monitoring density and temperature of the liquid inside the tank. This method, in addition of being certainly more pragmatic than wired sensors, is low-cost and therefore accessible to microbreweries, where operators through smartphones or tablets can monitor production parameters remotely. Currently, the tablets and smartphones are all Bluetooth Low Energy enabled and represent a COTS (Consumer Off-The-Shelf) method compared to other expensive monitoring equipment[12] [28].

Normally industrial big beer groups use proprietary software while average to small breweries rely on commercial software or even free/open source ones used at homebrewing level. Some of the software available nowadays aggregate a lot of information and represent the communication structure for sensors and other devices. Please note that some of the software reported below include also tools very helpful for the traceability and logistics but being in the first place used for brewing and batch management they are reported in the present paragraph.

Foods 2020, 9, 950 8 of 20

An example is represented by Orchestratedbeer[13] [29], a complete solution including modules dedicated to the management of activity planning, inventory, production, purchases and sales, accounting, quality control, reports, and dashboard for each step, all in real-time. While the information used by the software are acquired through sensors (e.g., fermentation temperature) some others need to be manually inserted by operators. This aspect is common across many software and some of them completely rely on manual data entry. BeerifyMe![14] [30] is another valid software which works similarly including also customer’s management and cloud solution 24/7. The platforms available for both are numerous (pc and mobile based). Ekos brewmaster, like its siblings, automatically calculates the production costs, while continuously recording data relative to the brew, fermentation, and conditioning logs for beer production and relative equipment maintenance. Brewplanner[15] [31] instead focuses on tasks coordination and the specific effect of an action on other areas in order to understand the limitations and capabilities of the brewery and to apply real-time correction. Iconic® BMS[16] [32] offers a set of features for a 360◦ management software that include also mobile POS tools enabling to handle B2B sales directly on the road and B2C sales at events or in the tasting room. VicinityBrew[17] [33] claims to be specialized, in comparison with other software in multi-stage production runs since, in the producer’s opinion, most systems are not able to do that. The software can manage interdependent production runs and generates specific report outputs for each stage. Interestingly, it offers dedicated tools for “contract brewing” helpful to manage batches done for beer firms.

Besides these comprehensive commercial softwares, of which just a small number was cited, there is a huge number of smaller software mainly aimed at small breweries and homebrewing applications. Generally, the main goal of these tools is to provide the environment for managing inventory, planning recipes, following and recording the batches until finished products, associating information related to the beer styles defined by the Beer Judges Certification Program (BJCP),[18] [34], importing/exporting recipes files, and writing notes. Valid examples are Brewtarget[19] [35] completely free and open source, BeerSmith 3[20] [36], Brewfather[21] [37] and many more upcoming or discontinued like e.g., the well-known in the past ProMash[22] [38] or open source HobbyBrew[23] [39]. Among all, Brewfather is characterized by a modern look being structured as a webapp or mobile App. It is probably the only software, at this level, which at the moment offers a solid integration with a growing number of wireless or Bluetooth devices mainly suitable at pilot and homebrewing levels.

The supported devices include Plaato Airlock[24][25] [40,41], a digital airlock that can be easily mounted on the fermenter in place of a normal bubbler to continuously measure the CO2 flow (counting every single bubble) and converting it to information inherent specific gravity, ongoing fermentation, alcohol percentage, and the ambient temperature (Figure 23). It includes three LEDs indicating the CO2 pressure. The information is sent from the Plaato device to a smartphone App via Wi-Fi for real-time monitoring and stored for later use and batch comparison. The same principle is used by the GÄRSPUND mobil from Speidel[26] [42] allowing you to monitor the fermenting process remotely (Figure 23). As in the previous case, the device counts the number of bubbles from the fermenter, monitors the temperature through a specific temperature probe, and sends data to a MySpeidel account over Wi-Fi. Speidel claims that the data collected by the GÄRSPUND mobil, that can be paired with the Gärmeister fermentation control device, can enables to supervise and analyze the fermentation to predict and plan the bottling date, and to correlate the fermentation and the temperature curves with the taste of the final beer optimizing the brewing process. Similar tasks are accomplished by the open source device iSpindel[27] [43] and TiltTM hydrometer[28] [44] which however work through a different principle. Both the devices work through a Bluetooth connection and include low-cost components. The systems are built around the concept of a tilting cylinder without the need of any external reference except gravity (Figure 23). The cylinders are easy to keep clean and to maintain. Their inclination angle changes in relation to the buoyancy and thus is directly related to the liquid density and therefore the sugar content. Calibration can be applied whenever necessary or when batteries are changed. It is interesting to consider that these last devices can be used in fermenters of any size (if there is enough signal through the insulation walls) while the first must be the size of the base of the fermenter. Devices such as the

Foods 2020, 9, 950 9 of 20

cited hydrometers and thermometers monitor the fermentation relying on a smartphone, but a valid alternative is represented by single board pc like the Raspberry Pi[29] [45] or Arduino[30] [46]. These are small single-board computers used all over the world for open source (and not only) applications for robotics, research projects, etc. Their success is due to extreme portability, very high flexibility, and extremely low cost. Thus, sensors can be read setting up a webserver on one of these or through specifically developed devices e.g., MyBrewbot[31] [47] representing a complete fermentation telemetry solution for brewing. Another interesting device, which is implemented within Brewfather, and very rich of features, is represented by SmartPid[32] [48]. This controller has been designed, with several dedicated applications among which one is for brewing. In the specific case the Smart homebrewing app, once installed, lets you manage the brew automation for BIAB (Brew In A Bag), RIMS (Recirculating Infusion Mash System) and HERMS (Heat Exchange Recirculating Mash Systems) both, manually or in full automatic mode. Moreover, it supports multi-channel management for mashing and hot liquor tank, fully configurable PID-PWM control and ON/OFF control with hysteresis, heating or cooling, IoT connection via WiFi to cloud services and remote control via Message Queue Telemetry Transport (MQTT) standard protocol, full compatibility with the Arduino ecosystem. A similar one, but with different features is the AxHTherm smart controller[33] [49] specifically designed for fermentation chambers that can be can remotely managed with the aid of BrewFather and/or ThingSpeak integration.

Foods 09 00950 g003 550

Figure 23. Devices. Top left—Plaato Airlock (image source: https://plaato.io/products/plaato-airlock)); Top right—Speidel GÄRSPUNDmobil (image source: https://www.speidels-braumeister.de/en/braumeister/ gaerspundmobil-and-gaermeister-control.html); Bottom left—Tilt Hydrometer (image source: https://tilthydrometer.com/); Bottom right—iSpindel DIY electronic Hydrometer (http://www.ispindel.de/).

Another tool that allows to control mashing (including pumps) and the beer fermentation temperature with an accuracy of 0.1 ◦C is BrewPi Spark 3. The BrewPi Spark 3 has the ability to read, through sensors, the temperature of beer and a refrigerator working as fermentation chamber switching on and off the heater and radiator when necessary. In the Spark, all temperature control algorithms work locally; in this way it is completely autonomous to control the beer processing but integrates the possibility to monitor the process from a smartphone or tablet. A Raspberry Pi board can communicate with BrewPi Spark over USB connection for recording the delivery data. Moreover, it has also a web interface to monitor and control the process via the browser. On the BrewPi web page,

page9image3842528

Foods 2020, 9, 950 10 of 20

you can start and stop a mixture, change the temperature profile, view graphs, and change settings[34] [50]. The system is powered by the open source software project CraftBeerPi, based on Raspberry Pi hardware, supporting a huge number of customizable applications from mash to fermenting with preset or custom profiles[35][36] [51,52]. Raspberry Pi, Python language, and Linux OS are well known open source solutions often used for these scopes[37] [53].

All the above-mentioned devices can use several communication strategies. Zhao et al.[38] [54] experimented and tested a fermentation control through an IoT system based on wireless sensors communicating though a ZigBee network. The authors firstly analyzed the IoT technology available and the hysteresis process of beer fermentation, and then designed the beer fermentation control program. To do so, the chip CC2430 was used to achieve automatic detection and control of beer fermentation. The research showed the wireless network control structure of ZigBee can be simple to set up offering flexible communication at low costs. It concludes underlining the potential of the tested system in reducing the investment needed for the beer fermentation and human capital to complete the tasks. In fact, there are already examples of feasible applications relying on Wireless Sensor Networks (WSN). This is testified, for example by the experience of Queen City Brewery[39] [55] that implemented a real-time, cloud based, fermentation monitoring solution using the LORD wireless sensors[40] [56].

However, wireless sensors are not exclusively used by craft breweries. Normally, fermentation is represented by a curve whose shape is determined by the recipe and can vary depending on the yeast activity which is not always predictable. Yeast can be more active in some batches than others and can degrade over time if more generations of the same yeast are used. In the case of the MillerCoors company, the fermentation data showed that it has ceased, and the density stopped decreasing long before the original fermentation program, often 40–50 h in advance. Through sound density sensors (patent pending) combined with TZEROBrew software, is possible to monitor the fermentation status in real-time. Hence, TZERO offers a digital version of the fermenters so that in few seconds it is possible to visually understand the status of the entire fermentation process[41] [57]. Precision Fermentation company claims to offer the first world real-time monitoring complete solution to enhance control over the fermentation process. Their flagship product, the BrewMonitor® System, is advertised to potentially raise business profitability by monitoring pH, density, pressure, conductivity, dissolved oxygen, and internal/external temperature[42] [58]. Pentair[43][44] [59,60] launched a new Internet of Things (IoT) solution for beer membrane filtration (BMF) systems. This, following the producer claims, enables brewers to monitor the filtration process performance, optimizing efficiency and improving the final product quality while lowering operation and upstream costs.

Furthermore, another technological advancement in IoB is represented by all in one IoT brewing systems suitable for (mainly) homebrewing and real commercial production. There are several of them available on the market. Brewbot is a high tech small-scale brewing device IoT enabled. As reported by Samuel Khamis (chief science officer at Brewbot), beer production can take about 4.5 h. The Brewbot is able to perform a series of steps independently, communicating with the user via the Brewbot app. The device targets large-scale breweries, for pilot plant purposes, to test new recipes. The system reaches a maximum production of 45 L[45] [61]. Other systems, that work similarly, include the Grainfather[46] [62] producing up to 70 L, Brewtools up to 150 L[47] [63], Speidel Braumeister which has a maximum of 1000 L[48] [64], and many others. Their aims differ on the basis of the production potential, from 150 to 200 L a nano brewing system can be potentially useful for a restaurant or a small brewpub, from 4 to 500 L of finished products onwards can work for a microbrewery.

An interesting and very new trend is the creation of micromalting systems equipped with sensors, real-time data reading, display, and remote control. As a matter of fact, precise control is fundamental for proper malting from kernels germination to roasting. Sprowtlab[49] [65] created the Acro remote controllable small malting system relying on a dedicated software to track and use data in order to produce high-quality malt. The same has been done by BBC Inox[50] [66] that produces micro malting systems starting from higher production level with a minimum of 100 kg of finished product per batch till 4000 kg. A smaller, promising system is being developed by Arzaman S.r.l.[51] [67] starting with a

Foods 2020, 9, 950 11 of 20

system able to produce around 10–25 kg of malt including special ones due to the implementation of a drum roasting element. The system relies on the SmartPid controller described above presenting very high process control precision. It is Wi-Fi connected, so even when the operator is not closed to the machine there is the possibility to monitor the process through web app to read real-time malting data.

Another interesting aspect regards the objective quality control these technologies can enable which is often a prerogative of big breweries. Di Caro et al.[52] [68] proposed a low-cost spectrophotometer for the measurement of beer color in relation with the European Brewery Convention (EBC) international method. The color is a crucial quality parameter for the product evaluation, it is usually measured by means of spectrophotometric techniques that have been adopted as international standard by many brewers’ associations in the world. The study proposes a low-cost instrument that could be used by many breweries that cannot afford expensive devices.

Finally, Nimbalkar et al.[53] [16] studied the use IoT technologies for the breweries and underlined that these are crucial to obtain relevant real-time, and for later comparison, information inherent every stage of the production and sales processes. The authors agree on how modern breweries can use a computing and communication core system based on IoT to monitor, coordinate, control, and integrate physical and engineered systems. Moreover, they pointed out that the interactions between humans and systems create dynamic networks potentially improving cost structures and resource utilization.

4.2. IoB for the Traceability and Logistic

Traceability is usually defined as the ability to follow the movement of a food, through its entire supply chain, from production to distribution and product location. Currently, many food companies rely on IoT systems such as smart tags (RFID, NFC, and barcodes) to obtain traceability information[9][10] [25,26]. In the beer sector, transport is a phase of the supply chain that needs to be monitored. It is crucial that the product arrives as quickly as possible from its place of origin to the table and above all in optimal conditions, preserving its original qualitative characteristics that can deteriorate when the product is exposed to excessive temperature and direct sunlight. This is particularly true for craft beers that are generally not pasteurized or heavily filtered e.g., with diatomaceous earth (fossilized marine alga diatoms).

The transport phase along the beer supply chain is not only important for the finished beer but starts with hops extremely vulnerable to temperature and oxygen. This freshly harvested primary ingredient has a short shelf life, so it must be transported to the production plant within a short time. To overcome eventual problems, Rogue Farms (Newport, Oregon), through the installation of intelligent sensors, is able to monitor and trace the hops, controlling its temperature and humidity during transport and estimating the time of arrival. The shipment of hops is controlled through a

“visibility platform” (Intel), which allows to receive an alert on the status of location every 10 min and when the product is halfway through, the plant begins with the production phase. In this way, the manufacturer is able to target the processing time to make the hops use coincide with its delivery and thus to reduce the deterioration of the raw material[54] [69]. IoT technology are not only important for the beer traceability during the production process, but also when the barrels or pallets of beer are ready to be shipped. In this regard, the US beer distributor, B United International, uses satellite sensors (Ovinto) to monitor the position, temperature, and pressure of hundreds of brands of beer, cider, and mead as they are shipped to breweries around the world. Thanks to sensors relying on satellites for positioning it is possible to update in real time the state of the beer of each container, even if in transit across the ocean. As a result, real-time data will be shared with business customers and consumers. The IoB system minimizes beer exposure to pressure and temperature fluctuations, with the result that complex naturally refermented beers will taste in the end point as similar as possible as they did when they left the brewery in their home countries[55] [70]. In recent years, the new “Bock Chain” beer has been brewed. The beer relies on a blockchain system to track ingredients and beer from field to can. The can has a final QR code on the label, which users can scan with their phone to retrieve details about the product and its origins. The QR code unlocks a microsite containing

Foods 2020, 9, 950 12 of 20

videos, photos, maps, data, timestamps related to the entire beer chain. There is a time-lapse video showing the barley growing in the field and animated maps illustrating various stages of the supply chain. Each step contains photos, videos, and descriptions of the processing, including analysis. The microsite also allows consumers to share their Bock Chain experience through a social link[56] [71]. In addition, to reduce fraud, theft, and losses related to barrel and keg tracking, a platform has been created to automate the keg tracking process, i.e., Asset Tracking Platform based on Blockchain and IoT. The platform uniquely identifies each keg/bottle and its content and captures important data throughout the whole supply chain. Using the Blockchain enabled system, breweries get accurate and up-to-date information and reports about keg filling, status, movement, customer location, returns, needs for keg repair and maintenance. The structure was created on a private blockchain based on Hyperledger, so there is no need for intermediaries. The solution allows customers to create intelligent contracts to improve transparency in their supply chain by recording the origin of barrels or casks[57] [72]. Another use case of Blockchain paired with IoT is represented by the system developed by oracle and embraced for example by Alpha Acid Brewing (Belmont, California, CA, USA). Oracle claims their Blockchain Applications can enhance traceability and transparency throughout the value chain. The application includes a set of services enabling end-to-end traceability of goods and transactions in the supply chains, product genealogy and provenance, monitoring and tracking the temperature along the whole supply chain, creating recommendations to optimize processes, and much more[58] [73]. Kyle Bozicevic, Alpha Acid Brewing Company owner said “With Oracle Blockchain solutions, we can track materials and ingredients from our suppliers and analyze sensor data from the production process. Oracle Blockchain Platform tracks where we are getting the highest quality hops, malt, and yeast, and enables us to create a strong narrative around our products”[59] [74] so the system help as well in creating a storytelling to enhance the marketed products. In addition, the consumer can read all the information with a smartphone scanning a QR-code and give a feedback helpful to identify and solve problems where and when he is not satisfied with the product[60] [75].

In general, breweries are relying on IoT and blockchain technologies to improve profits, optimize product quality and transparency towards consumers. IoT enables them to control technical problems and malfunctions along the beer supply chain. Through a system equipped with sensors, conditions can be monitored and notified in real time during delivery, reducing waste and costs for companies. At the same time, the blockchain applied to food traceability allows all participants to see the data recorded in the previous steps, which means that customers will be able to track their food. The system collects and provides customers, producers, and anyone involved in the network with detailed information on a product and its traceability. The end user will be able to access it by scanning QR product codes and other types of labels[61] [76].

Hershberger et al.[62] [77] patented a system (based on RFID and pressure sensors) for the brewing industry logistic to improve the low efficiency of the traditional barcode to speed up the product identification and kegs filling level. This is just one out of many technologies that need to be combined together to create a digitalized supply chain. A study conducted by VLB Berlin[63] [78] on the

“Digitalization and trends in beer logistics” concludes that this digitalization needs some internal and external changes to be effective. Among the first cited is the necessity to equip the warehouse with technology to achieve a digitalization of the material/products flow, to automate the identification of products for precise monitoring of the batches, to apply RFID as a full identification solution, and to implement smart devices (smartphones, smartwatches, and tablets). Among the external changes that need to be made, the study cites the importance of a cooperative approach and data exchange between manufacturers and wholesalers through digitalized and standardized processes.

The cooperation among stakeholders, and thus the information standardization, is also one of cores of big data and AI applications depending on data acquired through IoT systems to improve sales and the efficiency within the supply chain. Heineken uses big data and AI on data regarding various beer brands it owns to increase efficiency and manage its operations, marketing, advertising, and customer experience[64] [79]. Anheuser-Busch InBev, at the moment the world’s biggest beer company, is undergoing

Foods 2020, 9, 950 13 of 20

a huge digital transformation project trying to amalgamate data from dozens of independent breweries of their properties into a unified data central structure called Enterprise Data Hub (EDH) using data to enhance their business processes, improve consumer relations, and even to make better beer[65] [80]. The platform, running in Microsoft Azure, consists of a blend of Microsoft and third-party utilities, uses several layers of data, including layers for raw, clean, and optimized data. The infrastructure supports different use cases including demand forecasting, fraud detection, social media listening, and IoT analytics. In an interview to datanami[65] [80] the group declare that the data generated by brewery equipment basically have the same indicators, so they are easily scalable to all breweries.

4.3. IoB for Beer Service, Marketing, and Consumption

Probably, the least exploited stage through the IoT, and therefore one of the most innovative, regards consumers’ behavior and feedback. Knowing when, how, and how much your product is consumed and liked is valuable information and a very powerful tool for any company. Geeksme (a Spanish company) for example, is working on an IoT device that, among other things, will allow brewers to “sensorize” beer taps and bottle openers so they can extract information about their customers’ consumption[11] [27]. There are different types of IoB technologies that are starting to spread around the world in this direction. Taptronics from Pubinno, is a technological system that allows the bartender to be informed about the content left in the keg as a clever, connected plug and play beer tap. This technology tries to serve ideal beer, monitoring temperature and pressure in one touch in every single glass. In addition, the producer claims how its use may save up to 20% of the costs to restaurants and bars reducing waste and fraud. Pubinno was also the creator of BeerPoint technology, an IoT-enabled self-service beer vending machine that uses prepaid NFC cards sold in stores. Customers, by purchasing NFC cards, can obtain their drink with a simple tap. Serving a glass of beer in less than a minute reduces waiting time and increases customer satisfaction[66][67] [81,82]. An innovative IoT sensor was also designed by Robiotic. This technology is basically a coaster that uses a strain gauge membrane sensor to determine the level of beer (evaluating its weight) in a glass placed above it. When the coaster determines that the customer have drunk enough liquid and need a refill, reports the information directly to the bartender or using a server, wirelessly. Given an RFID-enabled beer glass decorated with your favorite beer brand, the coaster can even signal the beer brand you need to refill[68] [83]. The beverage manufacturer Carling has also launched the world’s first “Beer Button”. It is a technology that allows you to refill an empty fridge by connecting drinkers to online shopping baskets from the comfort of their own homes, exactly what Amazon did with its product specific “Dash Button”. The Beer Button connects to a smartphone app, which in turn links to the user’s account at a retailer of their choice. Customers only need to press the button to automatically add beer to their shopping basket and buy[69] [84]. Another IoT product that allows you to optimize your beer service is the Kegtron. This is a tool that allows to precisely trace the levels of the drums, displaying the information on your mobile device. It consists of a small box that is placed in line between a barrel and the tap to which the barrel is connected. The box hosts a flow meter that accurately measures the amount of liquid dispensed a processor and a wireless module that sends immediate updates to any device on which the Kegtron application is installed (available for both iPhone and Android devices)[70] [85]. Another (patent-pending) machine-to-machine communication system for accurate inventory and beer order processing is SteadyServ’s iKeg. Through the iKeg application, retailers can also know exactly what they have in their cooler and which draught beer is the most consumed to ensure that the taps are turned efficiently. A correct tap list needs to observe principles regarding proper beer differentiation. Orders can be placed via voice, text, and e-mail through the iKeg application. Retailers can find out when the beers are running out and when they need to re-order. The iKeg app also allows you to send automatic, customizable social alerts on Facebook and Twitter whenever a new draft beer is available. It also provides a fully integrated set of tools to advertise a club, a special event, or a unique beer. A similar technology is represented by iPourIt. Customers, once they enter a bar or pub, leaving their credit card details, receive a wristband with RFID technology. As he pours a beer, the sensor in the handle of each keg that reads the ID of the unique bracelet,

Foods 2020, 9, 950 14 of 20

and a valve connected to the tap that measures the amount of beer he pours, allowing the company to charge per ounce poured[71][72][73] [86–88]. An innovative device not yet on the market is the WECHEER.IO, a gadget for beer lovers. It is an intelligent bottle opener, able to instantly identify the person, time, place, and brand of any bottle with crown cap. Working via Bluetooth, WECHEER.IO allows users to share their favorite moments and helps them keep track of their movements the night before. It is speculated that it may cost $55. Surely it is a pretty expensive item, designed more for restaurants than for individual customers[74] [89]. The researchers were from the Technical Research Centre VTT and the Finnish company UpCode, within the European project TagItSmart!—funded by the Horizon 2020 programme. They collaborated to introduce reversible functional thermochromic sensors and inks in consumer goods, such as beer. These thermochromic inks reacting to light and temperature variations, are made of photonic liquid crystals and leuco dyes. Placing these intelligent sensors on beer labels, the consumer knows whether the beer can be consumed and the circumstances under which it was brewed. The smart beers are currently on sale in a neighborhood shop (Vaasa, Finland) to track the opinions of Finnish consumers[75] [90].

Another interesting solution is represented by “Simple Beer Service” application and hardware. The idea developed by Amazon Web Services Startup Program[76] [91] is to use a Raspberry Pi together with a kegerator (draft beer system) to measure when a pour is occurring, post the data to Amazon API Gateway and on a dedicated web page through a dashboard written in Java. This open source system[77] [92] can be applied and scaled up for use in a pub. It demonstrates how informative and affordable these kinds of technology and services can be[78] [93]. An alternative open source system showing similar features is represented by Kegbot[79] [94]. The system enables real-time keg monitoring to always know how much beer is left in the kegs tracking in detail the history of what is poured and building a management database. Moreover, being open source results to be very extendable and well supported by the developer community supporting the project. The system final price is reasonable and needs just a sensor board, a flow meter, the necessary barbed fittings, an RJ45 ethernet, and a micro USB cable. To operate the system requires an android smartphone, or tablet for better viewing, with the installed dedicated free app showing keg status, statistics, and pictures taken (e.g., indicating brewery logo and/or beer label). A more advanced system is I-TapR2[80] [95], an intelligent wireless battery-powered device that has been developed in order to improve beer taps efficiency through the data acquired and analyzed. The system, with respect to the previous cases, operates using a proprietary “I-Tap network” that continuously monitors the entire beer system through a web interface. It features advanced beer inventory and analytics behind consumption that, following their claim, allows for smarter business decisions across the board. In detail, besides basic parameters, it monitors also CO2 pressure, glycol temperatures, and more for real-time tracking and visualization on laptop or I-Tap smartphone app providing live information. Nevertheless, it allows inventory control reporting automatically which lines need new beers and can place kegs or CO2 cylinder orders autonomously by sending an email to the distributor. The device can auto shutdown the lines in the case of problems preventing waste, e.g., caused by involuntary emptying of beer lines, and represents a valuable tool for marketing by acquiring data regarding what brands were poured at what time and where. Finally, recent studies show a clear trend regarding the use of low-cost techniques using robotics, AI, computer vision, biometrics, and more also to assess the quality and consumer preferences regarding beverages[81][82] [96,97].

4.4. IoB Technologies and Potential Use Summary

Of course, the available technologies are more than those cited by this work that, rather than find all the possible solutions available or under development, wants to reveal the possibilities and potential rising from the introduction of these in the beer panorama. Table 2 reports the potential impacts IoT systems might have on beer processing, logistics, and services. The table is structured following just three main categories (Intervention Level) since many technologies reported are potentially relevant for several sub-fields e.g., processing steps (see Figure 1).

Table 2.Foods 2020, 9, 950 15 of 20

Table 2. Examples of Internet of Beer (IoB) use cases and their potential impact within the three reported macro areas on intervention. The letters H and S indicate Hardware and Software, respectively. Hardware is normally supplied with its own software, sometimes open for developers to produce their own code.

  • Consumer feedback;

  • Customer •

    consumption information; •

  • Reducing waste and fraud; •

  • Increase •

    customer satisfaction;

  • Optimize beer service; •

  • Real-time keg monitoring;

  • Smarter business decisions. •

  1. Kegtron Smart Keg Monitor Product Review. Available online: http://brulosophy.com/2019/03/21/kegtron-

  2. smart-keg-monitor-product-review/ (accessed on 6 May 2020).

  3. Heady Combination—A Beer Management System Based on the Internet of Things. Available online: https://

    www.theinternetofallthings.com/heady-combination-beer-management-system-based-internet-things/ (accessed

    on 6 May 2020).

  4. Beer Taps the Internet of Things. Available online: https://cacm.acm.org/news/178108-beer-taps-the-internet-

    of-things/fulltext (accessed on 5 May 2020).

  5. Brewlogix Home Page. Available online: https://www.brewlogix.com (accessed on 5 May 2020).

  6. WECHEER.IO Proves Even Beer Isn’t Immune to the Internet of Things. Available online: https://geardiary.

    com/2019/01/02/wecheer-io-ces-2019-announcement/ (accessed on 5 May 2020).

  7. Smart Beer, Smart Sensors Keep Consumers Informed. Available online: https://www.photonics.com/Articles/

    Smart_Beer_Smart_Sensors_Keep_Consumers_Informed/a62671 (accessed on 6 May 2020).

  8. Internet of Beer: Introducing Simple Beer Service. Available online: https://medium.com/aws-activate-

    startup-blog/internet-of-beer-introducing-simple-beer-service-63c987037e9e (accessed on 5 May 2020).

  9. Simple Beer Service. Available online: https://github.com/awslabs/simplebeerservice (accessed on

    4 May 2020).

  10. Simple Beer Service. Available online: https://simplebeerservice.com/unit/SBS902 (accessed on 5 May 2020).

  11. Kegbot: The Smart Beer Keg Monitor. Available online: https://kegbot.org (accessed on 7 May 2020).

  12. ITap R2 Home Page. Available online: https://tapr2.com (accessed on 7 May 2020).

  13. Gonzalez, V.C.; Torrico, D.D.; Dunshea, F.; Fuentes, S. Emerging Technologies Based on Artificial Intelligence

    to Assess the Quality and Consumer Preference of Beverages. Beverages 2019, 5, 62. [CrossRef]

  14. Gonzalez, V.C.; Torrico, D.D.; Dunshea, F.R.; Fuentes, S. Bubbles, Foam Formation, Stability and Consumer Perception of Carbonated Drinks: A Review of Current, New and Emerging Technologies for Rapid Assessment and Control. Foods 2019, 8, 596.

Technology Intervention LevelImpact BenefitsTechnologiesReferences
Brewing process
  • Energy use reduction;
  • Product value increase;
  • Workload reduction;
  • Raw material monitoring and optimization;
  • Problem identification;
  • Increase of the production level;
  • Time optimization;
  • Product standardization;
  • Improvement of temperature and fermentation control;
  • Client management;
  • Sales management;
  • Real time parameters monitoring (pH, density, pressure, conductivity, dissolved oxygen and internal/external temperature;
  • Automation of the fermentation process;
  • Cassia Networks Bluetooth Sensor; (H)
  • Orchestratedbeer; (S)
  • Beerifyme!; (S)
  • Brewplanner; (S)
  • Iconic® BMS; (S)
  • Vicinitybrew; (S)
  • Brewtarget; (S)

System); (H, S)

Robiotic (Rfid-enabled beer glass); (H, S) Beer button; (H, S)

Kegtron (keg monitoring); (H, S) Ipourit (wristband with Rfid technology); (H, S)

Wecheer.Io (intelligent bottle opener); (H, S)

Functional thermochromic sensors and inks; (H, S)

Table 2. Cont.

page16image5796496

Technology Interve ntion Level

Service, marketing, and consumption

Impact Benefits

Technologies

References

[27,81] [82,83] [84,85] [86,87] [8,89][90,91] [92,93] [94,95].

page16image5796704
  • Sensors applied to beer taps and bottle; (H, S)

  • Taptronics (Pubinno); (H, S)

  • Beerpoint Technology (based on Nfc

  • Simple Beer Service; (H, S)

  • Kegbot (keg monitoring); (H, S)

  • I-Tapr2 (tap and keg monitoring); (H, S)

page16image5812096

5. Conclusions and Future Prospective

The IoB systems and the applications reviewed in the present work have the potential to bring benefits to the whole brewing chain from the beginning of the production process to the beer service. Benefits may arise range from energy and cost saving to increased management strategies including feedback coming from consumption analytics. It appeared as several breweries are already taking advantages from some of the presented technologies. These were firstly implemented by bigger brewing groups which have higher needs for product standardization and an advanced planning of activities. Often the technologies firstly implemented are proprietary, or developed following specific needs, and rely on cabled sensors and expensive infrastructures locally based. In this scenario the introduction of low-cost sensors, the presence of small elaboration boards, the increasingly popular IoT platforms offering both basic and advanced services at reasonable prices, are opening new possibilities for smaller size companies such as craft breweries. However, the potential benefits need to be carefully considered in relation to the implementation costs. A cost-related consideration regards the open-source nature of many devices and software. These normally have much lower price with respect to proprietary ones but do require increased management skills. In this regard we should distinguish between punctual implementations or complete systems. In the first case low technology skill may be enough while a whole optimized environment requires discrete work and testing. One strategy might be to implement a complete system step by step considering devices and ecosystems that follow the same standards or allow for high flexibility.

The first step is always to monitor and register parameters a second one regarding the creation of a decision support system (DSS) for practice optimization. A DSS for a craft brewery may represent a tool to optimize production and logistic since craft beers are generally more delicate and less stable with respect to industrial ones. For a big group, instead, a DSS (even AI based) might be useful to increase marketing strategies. Nowadays software are potentially powerful DSS tools that acquire data through sensors, share data with the supply chain and the retailers reaching even the consumers to retrieve feedback for each beer lot.

The trend that the future beer sector will face, will be a very fast increase in the use of IoB systems to drive efficiency, productivity, quality, and safety. This will be done by real-time monitoring and data-driven decision-making. These aspects that are and will become more and more crucial likewise in many other sectors, imply considerations regarding the data ownership and their standardization. The access price to IoB devices and apps is destined to significantly go down while their diversification on the market will grow. This will lead to a massive future implementation within all production

Foods 2020, 9, 950 17 of 20

levels, economically favoring the skilled companies that will implement correctly sized solutions in advance. Finally, many of the cited IoT apparatus, software, and hardware, can potentially be transferred to other sectors, near or far from the beer one, potentially producing the same benefits. If in the future, if standard protocols and data formats will be applied and embraced, different sectors could communicate and take advantages from data provided by other ones, e.g., production from logistics.

Author Contributions: Conceptualization, S.V. and F.P.; methodology, S.V. and F.P.; validation, S.V. and F.P.; investigation, S.V., S.F. and F.P.; resources, S.V., S.F. and F.P.; data curation, S.V. and F.P.; writing—original draft preparation, S.V., S.F. and F.P.; writing—review and editing, S.V., S.F., C.C. and F.P.; visualization, S.V., S.F., C.C. and F.P.; supervision, F.P.; project administration, F.P. All authors have read and agreed to the published version of the manuscript.” please turn to the CRediT taxonomy for the term explanation.

Funding: This research received no external funding.

Conflicts of Interest: The authors declare no conflict of interest.

References

Foods 2020, 9, 950 18 of 20

  1. Real World Applications of Internet of Things (IoT)—Explained in Videos. Available online:

    https://www.analyticsvidhya.com/blog/2016/08/10-youtube-videos-explaining-the-real-world-applications-

    of-internet-of-things-IoT/ (accessed on 13 April 2020).

  2. 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 10th International Conference on Frontiers of

    Information Technology, Islamabad, Pakistan, 17–19 December 2012; pp. 257–260.

  1. Brewing Beer with Linux, Python, and Raspberry Pi. Available online: https://opensource.com/article/17/7/

    brewing-beer-python-and-raspberry-pi (accessed on 5 May 2020).Best & Top Open Source IoT Platforms to Develop the IoT Projects. Available online: https://www.how2shout.

    com/tools/best-opensource-iot-platforms-develop-iot-projects.html (accessed on 13 April 2020).

  1. Zhao, F.M.; Chen, S.Y.; Yang, Z.J. Design of Temperature Process Control System of Beer Fermentation Based

    on Internet of Things. Comput. Technol. Dev. 2012, 7, 46.

  1. Charles, J. Open Source: Netscape Pops The Hood (In The News). Software 1998, 15, 79–82. [CrossRef]

  2. Professione Developer di Piattaforme Cloud: Intervista a Giovanni Toraldo. Available online: https://www.

    ingenium-magazine.it/professione-developer-di-piattaforme-cloud-intervista-a-giovanni-toraldo/ (accessed

    on 15 April 2020).

  3. Khan, M.A.; Salah, K. IoT security: Review, blockchain solutions, and open challenges. Future Gener.

    Comput. Syst. 2018, 82, 395–411. [CrossRef]

  4. Antonucci, F.; Figorilli, S.; Costa, C.; Pallottino, F.; Raso, L.; Menesatti, P. A review on blockchain applications

    in the agri-food sector. J. Sci. Food Agric. 2019, 99, 6129–6138. [CrossRef] [PubMed]

  1. Smart Beer? Queen City Brewery Uses Wireless Sensors to Make a Better, Smarter Beer. Available

    online: https://www.microstrain.com/blog/edit-blog-smart-beer-queen-city-brewery-uses-wireless-sensors-

    make-better-smarter-beer (accessed on 6 May 2020).

  1. Violino, S.; Pallottino, F.; Sperandio, G.; Figorilli, S.; Antonucci, F.; Ioannoni, V.; Fappiano, D.; Costa, C. Are the innovative electronic labels for extra virgin olive oil sustainable, traceable, and accepted by consumers?

  2. Foods 2019, 8, 529. [CrossRef] [PubMed]

  3. Violino, S.; Antonucci, F.; Pallottino, F.; Cecchini, S.; Figorilli, S.; Costa, C. Food traceability: A term map

  4. analysis basic review. Eur. Food Res. Technol. 2019, 245, 2089–2099. [CrossRef]

  1. About OBeer “A Single Source of the Truth”. Available online: https://www.orchestratedbeer.com/ (accessed

  2. on 26 April 2020).

  3. Craft Brewery Software: BeerifyMe! Available online: http://www.beerify.me/ (accessed on 27 April 2020).

  4. Brew Planner Home Page. Available online: https://www.brewplanner.com (accessed on 27 April 2020).

  5. Your Craft Beverage is Iconic Home Page. Available online: https://www.iconicbms.com (accessed on

    27 April 2020).

  1. Lord Sensing MicroStrain Wireless Sensor Networks. Available online: https://www.microstrain.com/wireless

  1. VicinityBrew Software. Available online: https://www.vicinitybrew.com/software/ (accessed on 27 April 2020).

  1. Beer Judge Certification Program (BJCP). Available online: https://www.bjcp.org (accessed on 29 April 2020).

  1. (accessed on 6 May 2020).

  1. Brewtarget Beer Software. Available online: http://www.brewtarget.org/ (accessed on 29 April 2020).

  2. BeerSmithTM Home Brewing Software. Available online: http://beersmith.com/ (accessed on 29 April 2020).

  3. Arduino Home Page. Available online: https://www.arduino.cc/ (accessed on 4 May 2020).

  1. Tzerobrew Store. Available online: https://www.tzerobrew.com/store (accessed on 6 May 2020).

  1. Brewfather-Tool for Your Needs. Available online: https://brewfather.app/ (accessed on 29 April 2020).

  1. Precision Fermentation Home Page. Available online: https://www.precisionfermentation.com (accessed on

  2. https://www.businesswire.com/news/home/20181113005425/en/Pentair\T1\textquoterights-Connected-IoT-

  3. Solution-Enables-Brewers-Boost (accessed on 6 May 2020).

  4. Pentair to Launch New IoT Service Solution for Brewers. Available online: https://just-drinks.nridigital.com/

    inside_drinks_nov18/news (accessed on 6 May 2020).

    The Internet of Beers. Available online: https://barbaraiot.com/articles/internet-of-beers/ (accessed on

    26 April 2020).

  1. IoT Beer Brewing Device Hops Over Human Error. Available online: https://www.engineersrule.com/iot-

  2. beer-brewing-device-hops-over-human-error/ (accessed on 6 May 2020).

  3. The Grainfather All Grain Brewing. Available online: https://grainfather.com/grainfather-g70/ (accessed on

  4. 6 May 2020).

  5. Brewtools Home Page. Available online: https://www.brewtools.com (accessed on 5 May 2020).

  6. Speidel Home Page. Available online: https://www.speidels-braumeister.de/en/ (accessed on 5 May 2020).

  7. SprowtLabs Equipment. Available online: https://www.sprowtlabs.com/product (accessed on 7 May 2020).

  8. BBCINOX Home Page. Available online: http://www.bbcinox.it/index/malterie/ (accessed on 7 May 2020).

  9. Oracle Unveils Business-Ready Blockchain Applications. Available online: https://www.oracle.com/

    corporate/pressrelease/oow18-oracle-blockchain-apps-cloud-102318.html (accessed on 4 May 2020).

  10. Alpha Acid Brewing Merges Blockchain and Beer with Oracle. Available online: https://www.oracle.com/

    customers/alpha-acid-7-blockchain.html (accessed on 5 May 2020).

Foods 2020, 9, 950 20 of 20

  1. The Incredible Ways Heineken Uses Big Data, The Internet Of Things And Artificial Intelligence (AI). Available online: https://bernardmarr.com/default.asp?contentID=1210 (accessed on 6 May 2020).

  2. From Big Beer to Big Data: Inside AB InBev’s Digital Transformation. Available online: https://www. datanami.com/2019/04/11/from-big-beer-to-big-data-inside-ab-inbevs-digital-transformation/ (accessed on 6 May 2020).

  3. IoT Enabled Beer Taps: Cheers to IoT! Available online: https://iotbyhvm.ooo/iot-enabled-beer-taps/ (accessed on 6 May 2020).

  4. Pubinno Home Page. Available online: https://pubinno.com (accessed on 6 May 2020).

    6 May 2020).

  1. The Internet of Beer: IoT for Breweries. Available online: https://blog.nordicsemi.com/getconnected/the-

  2. internet-of-beer-iot-for-breweries (accessed on 26 April 2020).

  3. Brewing Software for the Discriminating Brewer. Available online: http://promash.com/ (accessed on 29 April

  4. 2020).

  5. Hobbybrew Main. Available online: http://hobbybrew.sourceforge.net/ (accessed on 29 April 2020).

  6. Da Costa Júnior, E.B. Aumento da eficiência de una fabricação artesanal de cerveja. Ph.D. Thesis, Universida

  7. de Federal do Rio de Janeiro, Rio de Janeiro, Brazil, 2019.

  8. Plaato Digital Airlock. Available online: https://plaato.io/ (accessed on 29 April 2020).

  9. GÄRSPUNDmobil and Gärmeister CONTROL. Available online: https://www.speidels-braumeister.de/en/

    braumeister/gaerspundmobil-and-gaermeister-control.html (accessed on 4 May 2020).

  10. iSpindel–DIY electronic Hydrometer. Available online: http://www.ispindel.de/ (accessed on 4 May 2020).

  11. Tilt Hydrometer Home Page. Available online: https://tilthydrometer.com/ (accessed on 4 May 2020).

  12. Raspberry Pi Home Page. Available online: https://www.raspberrypi.org (accessed on 4 May 2020).

  13. My Brewbot Home Page. Available online: https://www.mybrewbot.com (accessed on 4 May 2020).

  14. Smart Pid Controller Home Page. Available online: https://smartpid.com (accessed on 5 May 2020).

  15. Internet of Brewing Home Page. Available online: http://www.iobrewing.it/#/home (accessed on 5 May 2020).

  16. BrewPi Home Page. Available online: https://www.brewpi.com/#howitworks (accessed on 5 May 2020).

  17. CraftBeerPi Home Page. Available online: http://web.craftbeerpi.com (accessed on 5 May 2020).

  • Beersmith 3; (S)
  • Brewfather; (S)
  • Promash; (S)
  • Hobbybrew; (S)
  • Plaato Airlock; (H, S)
  • Gärspundmobil Speidel; (H, S)
  • Ispindel Hydrometer; (H, S)
  • Tilt™ Hydrometer; (H, S)
  • Raspberry Pi board; (H)
  • Arduino board; (H)
  • Mybrewbot; (H, S)
  • Smartpid; (H, S)
  • Tzerobrew; (H, S)
  • LORD Wireless Sensors; (H, S)
  • Brewmonitor® System; (H, S)
  • Brewbot; (H, S)
  • Grainfather; (H, S)
  • Brewtools; (H, S)
  • Speidel Braumeister (H, S)
  • Sprowtlab; (H, S)
  • Micro malting system BBC Inox (H, S)
  • Arzaman S.R.L.; (H, S)
  • Low-Cost Spectrophotometer; (H)
[12][13],

[14][15],[16][17],[19][20],[21][22],[23][24],[25][26],[27][28],[29][30],[31][32],[33][34],[35][36],[37][38],[39][40],[41][42],[43][
  1. Garofalo, C.; Osimani, A.; Milanovic ́, V.; Taccari, M.; Aquilanti, L.; Clementi, F. The occurrence of beer spoilage lactic acid bacteria in craft beer production. J. Food Sci. 2015, 80, M2845–M2852. [CrossRef] [PubMed]

  1. Callegari, C. La storia della birra Dalle origini ai giorni nostri. Bachelor’s Thesis, Università Ca’Foscari, Venezia, Italy, 2013.

  2. European Beer Trends 2019. Available online: https://brewersofeurope.org/uploads/mycms-files/documents/ publications/2019/european-beer-trends-2019-web.pdf (accessed on 9 April 2020).

Foods 2020, 9, 950 19 of 20

  1. On Brewing Home Page. Available online: https://onbrewing.com (accessed on 5 May 2020).

  2. Micro Malteria & Tostatrice Automatica. Available online: https://www.youtube.com/watch?v=fASen0x30_c

  3. (accessed on 7 May 2020).

  1. The Internet of Beer and Diapers. Available online: https://www.eejournal.com/article/the-internet-of-beer-

  2. and-diapers/ (accessed on 6 May 2020).

  1. Di Caro, D.; Liguori, C.; Pietrosanto, A.; Sommella, P. A Low-Cost Device for Beer Color Measurement.

  2. In Proceedings of the IEEE International Workshop on Metrology for Agriculture and Forestry (MetroAgriFor),

  3. Portici, Italy, 24–26 October 2019; pp. 222–226.

  4. Smart Sensors and Connected Logistics Transform Supply Chain. Available online: https://www.intel.it/content/

  5. www/it/it/logistics-and-supply-chain/connected-logistics-platform/supply-chain-rogue-article.html (accessed

  6. on 5 May 2020).

  7. Brewing Industry’s First Internet of Things Shipment Monitoring. Available online: http://coolchain.org/

  8. brewing-industrys-first-internet-of-things-shipment-monitoring (accessed on 5 May 2020).

  9. Cheers to Full Traceability: New Bock Chain Beer Engages through TE-FOOD Technology. Available online: https://www.foodingredientsfirst.com/news/cheers-to-full-traceability-new-bock-chain-

    beer-engages-through-te-food-technology.html (accessed on 5 May 2020).

  1. Pentair’s Connected IoT Solution Enables Brewers to Boost Performance. Available online:

  2. Leveraging Blockchain to Brew Better Beer. Available online: https://www.youtube.com/watch?v=qz7Mj_

  3. tjyXk&feature=youtu.be (accessed on 6 May 2020).

  4. Food Traceability and the IoT Solutions Improving It. Available online: https://www.iotforall.com/food-

  5. traceability-iot-solutions/ (accessed on 6 May 2020).

  1. IoT on Tap—Carling Launches “Beer Button”. Available online: https://internetofbusiness.com/carling-beer-

  2. button/ (accessed on 6 May 2020).

  1. Blockchain Based Asset Tracking Solution. Available online: https://dreamzchain.com/blockchain-based-

  2. asset-tracking-solution/ (accessed on 5 May 2020).

  3. Hershberger, S.; Kremer, S.; Mayer, M.; Kosiarek, M. Draft Beer Supply Chain Systems and Methods.

  4. U.S. Patent US9736554B2, 15 August 2017.

  5. Digitalization and Trends in Beer Logistics: Current Status and Outlook. Available online: https://www.vlb-

44
]
,[45][46],[47][48],[49][50],[51][52],[53]

.
Traceability and logistics
  • Transport tracking;
  • Logistic optimization
  • Stock control and storage of raw materials;
  • Monitoring the position, temperature, and pressure during transport;
  • Sharing traceability data with the consumer and stakeholders;
  • Protection against fraud and leakage of beer kegs;
  • Transparency of supply chain;
  • Reduce malfunctions along the beer supply chain;
  • Rfid,Nfc; (H)
  • ROGUE Smart Sensors; (H)
  • OVINTO Satellite Sensors; (H)
  • Bock Chain and Qr Code Systems (H, S)
  • Blockchain systems; (S)
  • Big Data and AI; (S)
  • Microsoft Azure Platform; (S)
[9][10][59][54][55][56][57][58][60][61][62][63][64][65].
Service, marketing, and consumption
  • Consumer feedback;
  • Customer consumption information;
  • Reducing waste and fraud;
  • Increase customer satisfaction;
  • Optimize beer service;
  • Real-time keg monitoring;
  • Smarter business decisions.
  • Sensors applied to beer taps and bottle; (H, S)
  • Taptronics (Pubinno); (H, S)
  • Beerpoint Technology (based on Nfc System); (H, S)
  • Robiotic (Rfid-enabled beer glass); (H, S)
  • Beer button; (H, S)
  • Kegtron (keg monitoring); (H, S)
  • Ipourit (wristband with Rfid technology); (H, S)
  • Wecheer.Io (intelligent bottle opener); (H, S)
  • Functional thermochromic sensors and inks; (H, S)
  • Simple Beer Service; (H, S)
  • Kegbot (keg monitoring); (H, S)
  • I-Tapr2 (tap and keg monitoring); (H, S)
.[11][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80]
page15image5805024

Technology Intervention Level

Impact Benefits

• Energy use reduction;

• Product value increase;

• Workload reduction;

• Raw material monitoring

and optimization;

• Problem identification; • Increase of the

production level;

• Time optimization;

• Product standardization;

• Improvement of temperature

and fermentation control; • Client management;

• Sales management;

• Real time parameters

monitoring (pH, density, pressure, conductivity, dissolved oxygen and internal/external temperature;

• Automation of the fermentation process;

• Transport tracking;

• Logistic optimization

• Stock control and storage of

raw materials;

• Monitoring the position,

temperature, and pressure

during transport;

• Sharing traceability data

with the consumer

and stakeholders;

• Protection against fraud and

leakage of beer kegs; • Transparency of

supply chain;

• Reduce malfunctions along

the beer supply chain;

Technologies

• Cassia Networks Bluetooth Sensor; (H) • Orchestratedbeer; (S)

• Beerifyme!; (S)

• Brewplanner; (S)

• Iconic® BMS; (S) • Vicinitybrew; (S) • Brewtarget; (S)

• Beersmith 3; (S) • Brewfather; (S)

• Promash; (S)

• Hobbybrew; (S)

• Plaato Airlock; (H, S)

• Gärspundmobil Speidel; (H, S)

• Ispindel Hydrometer; (H, S)

• TiltTM Hydrometer; (H, S)

• Raspberry Pi board; (H)

• Arduino board; (H)

• Mybrewbot; (H, S)

• Smartpid; (H, S)

• Tzerobrew; (H, S)

• LORD Wireless Sensors; (H, S)

• Brewmonitor® System; (H, S)

• Brewbot; (H, S)

• Grainfather; (H, S)

• Brewtools; (H, S)

• Speidel Braumeister (H, S)

• Sprowtlab; (H, S)

• Micro malting system BBC Inox (H, S) • Arzaman S.R.L.; (H, S)

• Low-Cost Spectrophotometer; (H)

• Rfid,Nfc; (H)

• ROGUE Smart Sensors; (H)

• OVINTO Satellite Sensors; (H)

• Bock Chain and Qr Code Systems (H, S) • Blockchain systems; (S)

• Big Data and AI; (S)

• Microsoft Azure Platform; (S)

References

[28,29], [30,31], [32,33], [35,36], [37,38], [39,40], [41,42], [43,44], [45,46], [47,48], [49,50], [51,52], [53,54], [55,56], [57,58], [59,60], [61,62], [63,64], [65,66], [67,68], [16].

[25,26], [69,70], [71,72], [73,74], [75,76], [25,26], [77,78], [79,80].

page15image5805232

Brewing process

page15image5805440

5. Conclusions and Future Prospective

Traceability and logistics

page15image5805648

Foods 2020, 9, 950

16 of 20

  1. Bamforth, C.W. Brewing and brewing research: Past, present and future. J. Sci. Food Agric. 2000, 80, 1371–1378. [CrossRef]

  1. Cimini, A.; Moresi, M. Carbon footprint of a pale lager packed in different formats: Assessment and sensitivity analysis based on transparent data. J. Clean. Prod. 2016, 112, 4196–4213. [CrossRef]

  2. Galitsky, C.; Martin, N.; Worrell, E.; Lehman, B. Energy Efficiency Improvement and Cost Saving Opportunities for Breweries: An ENERGY STAR (R) Guide for Energy and Plant Managers (No. LBNL-50934); Lawrence Berkeley National Lab. (LBNL): Berkeley, CA, USA, 2003.

  3. Kubule, A.; Zogla, L.; Ikaunieks, J.; Rosa, M. Highlights on energy efficiency improvements: A case of a small brewery. J. Clean. Prod. 2016, 138, 275–286. [CrossRef]

  4. Lees, M.; Ellen, R.; Brodie, P.; Steffens, M. A Real-Time Utilities Management System for Optimising Cleaning Operations in a Brewery. In Proceedings of the IEEE International Conference on Industrial Technology, Churchill, Australia, 10–13 February 2009; pp. 1–6.

  5. Cimini, A.; Pallottino, F.; Menesatti, P.; Moresi, M. A low-cost image analysis system to upgrade the rudin beer foam head retention meter. Food Bioprocess Technol. 2016, 9, 1587–1597. [CrossRef]

  6. Lukinac, J.; Mastanjevic ́, K.; Mastanjevic ́, K.; Nakov, G.; Jukic ́, M. Computer Vision Method in Beer Quality Evaluation—A Review. Beverages 2019, 5, 38. [CrossRef]

  7. Brewing Up: A Technology Revolution. Available online: https://digital-library.theiet.org/content/journals/ 10.1049/et.2016.0206 (accessed on 9 April 2020).

  8. Fastigi, M.; Esposti, R.; Viganò, E. La craft beer revolution in Italia ei birrifici agricoli: Traiettorie evolutive e principali criticità. Argomenti 2015, 27, 67–92.

  9. Garavaglia, C.; Swinnen, J. Economics of the Craft Beer Revolution: A Comparative International Perspective. In Economic Perspectives on Craft Beer; Palgrave Macmillan: Cham, Switzerland, 2018; pp. 3–51.

  10. Mastanjevic ́, K.; Krstanovic ́, V.; Lukinac, J.; Jukic ́, M.; Lucˇan, M.; Mastanjevic ́, K. Craft brewing is it really aboutthesensoryrevolution?KvasnýPru ̊mysl2019,65,13–16.[CrossRef]

  11. Arduino Controlled Brewing. Available online: https://ieeexplore.ieee.org/abstract/document/7132950 (accessed on 11 April 2020).

  12. Nimbalkar, S.U.; Supekar, S.D.; Meadows, W.; Wenning, T.; Guo, W.; Cresko, J. Enhancing Operational Performance and Productivity Benefits by Implementing Smart Manufacturing Technologies in Breweries; Oak Ridge National Lab. (ORNL): Oak Ridge, TN, USA, 2019.

  13. Ashton, K. That ‘internet of things’ thing. RFID J. 2009, 22, 97–114.

berlin.org/sites/default/files/2019-06/TU13_VLB_Fontaine_0.pdf (accessed on 6 May 2020).