Project

General

Profile

Wiki » History » Version 64

Michel Gauvin, 11/05/2020 05:11 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 64 Michel Gauvin
* *Create a temperature controlled beer fermentation system that is:*
7
** User friendly
8 63 Michel Gauvin
** Robust
9
** Reliable
10
** Maintainable
11 61 Michel Gauvin
* Use off the shelf hardware
12
* Use open source software
13 62 Michel Gauvin
* Develop code for data transmission, presentation and control
14 61 Michel Gauvin
* Keep the cost down
15 51 Michel Gauvin
16 61 Michel Gauvin
The following picture gives the *"Big Picture"* of the project.
17 45 Michel Gauvin
18 15 Michel Gauvin
h2. +Big Picture Of The Project+
19 9 Michel Gauvin
20 6 Michel Gauvin
!{width:70%}http://173.177.31.197:10084/attachments/download/18/Big_Picture.jpg!
21 24 Michel Gauvin
22
h2. Description
23 49 Michel Gauvin
24 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.
25 49 Michel Gauvin
26 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.
27 26 Michel Gauvin
28
h2. Hardware
29 30 Michel Gauvin
30
h3. Non-electronic
31 42 Michel Gauvin
32 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.
33 30 Michel Gauvin
34
h3. Electronic
35
36
h3. Tools required
37 1 Michel Gauvin
38
A *beer fermentation system* is composed of:
39
* *1 aruino uno board* (and all the required hardware is described in the Wiki tab)
40
* *1 pump* 
41
* *3 thermocouples*
42
* *1 50' cooling coil*
43
* *1 big bucket*
44
* *1 6.5 gal carboy*
45
* *1 thermowell*
46
* *1 fermentation chamber*
47
* *1 cooled liquid source* (in my case it's a keezer)
48
49
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.
50
51
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.
52
53
Communitcation with the server (*raspberry pi*) is done using *nRF24l01* board and it's corresponding libraries. More information is available in the Wiki.
54 27 Michel Gauvin
55
h2. Software
56 29 Michel Gauvin
57
h3. Controller
58 40 Michel Gauvin
59
* Developement environment and setup
60
* Source code
61 39 Michel Gauvin
* Deploying firmware on the controller
62 29 Michel Gauvin
63
h3. Server
64 41 Michel Gauvin
65
* Operating system for the raspberry pi
66
* Libraries used in this project
67
* Source code to send/receive data to the Arduino Uno controller
68
* Grafana
69
* ...
70 27 Michel Gauvin
71 1 Michel Gauvin
h2. Cost
72 43 Michel Gauvin
73 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.
74
75
h2. Current Status
76 60 Michel Gauvin
77 1 Michel Gauvin
78 60 Michel Gauvin
h2. External Links
79
80 57 Michel Gauvin
@Ctrl + Click : To open in a new tab.@
81 58 Michel Gauvin
82 57 Michel Gauvin
Wireless Communitation:
83 58 Michel Gauvin
https://tmrh20.github.io/RF24/
84
85
Temperature Reading:
86
https://lastminuteengineers.com/multiple-ds18b20-arduino-tutorial/
87
88
Relay Control:
89 1 Michel Gauvin
https://www.youtube.com/watch?v=0BNcI8jMcXE