Wiki » History » Version 51
Michel Gauvin, 10/21/2020 05:11 PM
| 1 | 10 | Michel Gauvin | h1. Mike's Brew Shop Fermentation System |
|---|---|---|---|
| 2 | |||
| 3 | 21 | Michel Gauvin | {{>toc}} |
| 4 | |||
| 5 | 48 | Michel Gauvin | The goal of this project is to create a beer fermentation system that is temperature controlled using off the shelf hardware (and doing a bit of soldering, some electronics and building a few things) and open source software and by trying to keep the cost down. The following picture gives the *"Big Picture"* of the project. |
| 6 | 20 | Michel Gauvin | |
| 7 | 51 | Michel Gauvin | This is a DIY project. *I'm in no mean responsible for your mistakes, so know what your are doing. Liability is not on me, electricity is dangerous!!!* |
| 8 | 50 | Michel Gauvin | |
| 9 | 45 | Michel Gauvin | h2. +Big Picture Of The Project+ |
| 10 | 15 | Michel Gauvin | |
| 11 | 9 | Michel Gauvin | !{width:70%}http://173.177.31.197:10084/attachments/download/18/Big_Picture.jpg! |
| 12 | 6 | Michel Gauvin | |
| 13 | 24 | Michel Gauvin | h2. Description |
| 14 | |||
| 15 | 49 | 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. |
| 16 | 25 | Michel Gauvin | |
| 17 | 49 | 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. |
| 18 | 24 | Michel Gauvin | |
| 19 | 26 | Michel Gauvin | h2. Hardware |
| 20 | |||
| 21 | 30 | Michel Gauvin | h3. Non-electronic |
| 22 | |||
| 23 | 42 | 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. |
| 24 | 31 | Michel Gauvin | |
| 25 | 30 | Michel Gauvin | h3. Electronic |
| 26 | |||
| 27 | h3. Tools required |
||
| 28 | |||
| 29 | 1 | Michel Gauvin | A *beer fermentation system* is composed of: |
| 30 | * *1 aruino uno board* (and all the required hardware is described in the Wiki tab) |
||
| 31 | * *1 pump* |
||
| 32 | * *3 thermocouples* |
||
| 33 | * *1 50' cooling coil* |
||
| 34 | * *1 big bucket* |
||
| 35 | * *1 6.5 gal carboy* |
||
| 36 | * *1 thermowell* |
||
| 37 | * *1 fermentation chamber* |
||
| 38 | * *1 cooled liquid source* (in my case it's a keezer) |
||
| 39 | |||
| 40 | 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. |
||
| 41 | |||
| 42 | 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. |
||
| 43 | |||
| 44 | Communitcation with the server (*raspberry pi*) is done using *nRF24l01* board and it's corresponding libraries. More information is available in the Wiki. |
||
| 45 | |||
| 46 | 27 | Michel Gauvin | h2. Software |
| 47 | |||
| 48 | 29 | Michel Gauvin | h3. Controller |
| 49 | |||
| 50 | 40 | Michel Gauvin | * Developement environment and setup |
| 51 | * Source code |
||
| 52 | * Deploying firmware on the controller |
||
| 53 | 39 | Michel Gauvin | |
| 54 | 29 | Michel Gauvin | h3. Server |
| 55 | |||
| 56 | 41 | Michel Gauvin | * Operating system for the raspberry pi |
| 57 | * Libraries used in this project |
||
| 58 | * Source code to send/receive data to the Arduino Uno controller |
||
| 59 | * Grafana |
||
| 60 | * ... |
||
| 61 | |||
| 62 | 27 | Michel Gauvin | h2. Cost |
| 63 | 1 | Michel Gauvin | |
| 64 | 43 | 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. |
| 65 | 34 | Michel Gauvin | |
| 66 | h2. External Links |