Project

General

Profile

Wiki » History » Version 61

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