Project

General

Profile

Wiki » History » Version 63

Michel Gauvin, 11/05/2020 05:07 PM

1 10 Michel Gauvin
h1. Mike's Brew Shop Fermentation System
2
3 21 Michel Gauvin
{{>toc}}
4
5 61 Michel Gauvin
The goal of this project is to: 
6 62 Michel Gauvin
* *Create a beer fermentation system that is temperature controlled*
7 63 Michel Gauvin
** Robust
8
** Reliable
9
** Maintainable
10 61 Michel Gauvin
* Use off the shelf hardware
11
* Use open source software
12 62 Michel Gauvin
* Develop code for data transmission, presentation and control
13 61 Michel Gauvin
* Keep the cost down
14 51 Michel Gauvin
15 61 Michel Gauvin
The following picture gives the *"Big Picture"* of the project.
16 45 Michel Gauvin
17 15 Michel Gauvin
h2. +Big Picture Of The Project+
18 9 Michel Gauvin
19 6 Michel Gauvin
!{width:70%}http://173.177.31.197:10084/attachments/download/18/Big_Picture.jpg!
20 24 Michel Gauvin
21
h2. Description
22 49 Michel Gauvin
23 25 Michel Gauvin
In the fermentation system, the Arduino Uno control a pump which sends the cooled liquid inside the 50' cooper coil.  The coil is cooling the water inside the bucket surrounding the carboy, hence cooling the wort inside the carboy. The "Assembly" will be located into an insulated chamber to help keep the temperature down, lowering the load on the cooling device. The temperature we are aiming for is between 10°C and 18°C in a steady state manner, by providing a setpoint to the Arduino Uno controller. The first version of the temperature control algorithm is based on the reading of the temperature of the wort inside the carboy using the thermowell. The algorithm is simply an on/off state, based on a hysteresis value, which is a parameter that the user can set and send to the controller.
24 49 Michel Gauvin
25 24 Michel Gauvin
Using the RF communication, all the readings of all the parameters are sent to the server (Raspberry Pi) and logged into a Influxdb database.  A web based application is used to set the various parameters on the controller via the RF communication.
26 26 Michel Gauvin
27
h2. Hardware
28 30 Michel Gauvin
29
h3. Non-electronic
30 42 Michel Gauvin
31 31 Michel Gauvin
The [[Non-electonic hardware]] wiki page list all the non-electronic hardware required for this project. It also explains how the hardware was put together where it applies.
32 30 Michel Gauvin
33
h3. Electronic
34
35
h3. Tools required
36 1 Michel Gauvin
37
A *beer fermentation system* is composed of:
38
* *1 aruino uno board* (and all the required hardware is described in the Wiki tab)
39
* *1 pump* 
40
* *3 thermocouples*
41
* *1 50' cooling coil*
42
* *1 big bucket*
43
* *1 6.5 gal carboy*
44
* *1 thermowell*
45
* *1 fermentation chamber*
46
* *1 cooled liquid source* (in my case it's a keezer)
47
48
There is one thermocouple inside the beer wort, one in the surrounding water that cools the wort and one in the fermentation chamber to get the ambiant temperature.
49
50
The pump control is base upon these 3 temperature. The controller receives a setpoint and try to maintain it reliably and accuratly. In version 0.0.1 only the temperature inside the thermowell that measures the beer wort temperature will be used to control the pump.
51
52
Communitcation with the server (*raspberry pi*) is done using *nRF24l01* board and it's corresponding libraries. More information is available in the Wiki.
53 27 Michel Gauvin
54
h2. Software
55 29 Michel Gauvin
56
h3. Controller
57 40 Michel Gauvin
58
* Developement environment and setup
59
* Source code
60 39 Michel Gauvin
* Deploying firmware on the controller
61 29 Michel Gauvin
62
h3. Server
63 41 Michel Gauvin
64
* Operating system for the raspberry pi
65
* Libraries used in this project
66
* Source code to send/receive data to the Arduino Uno controller
67
* Grafana
68
* ...
69 27 Michel Gauvin
70 1 Michel Gauvin
h2. Cost
71 43 Michel Gauvin
72 53 Michel Gauvin
There is also a *cost* section in the Wiki for those who are willing to put a system like this together. Costs are going to be presented in a table, with links where I've purchased the item if applicable.
73
74
h2. Current Status
75 60 Michel Gauvin
76 1 Michel Gauvin
77 60 Michel Gauvin
h2. External Links
78
79 57 Michel Gauvin
@Ctrl + Click : To open in a new tab.@
80 58 Michel Gauvin
81 57 Michel Gauvin
Wireless Communitation:
82 58 Michel Gauvin
https://tmrh20.github.io/RF24/
83
84
Temperature Reading:
85
https://lastminuteengineers.com/multiple-ds18b20-arduino-tutorial/
86
87
Relay Control:
88 1 Michel Gauvin
https://www.youtube.com/watch?v=0BNcI8jMcXE