Wiki » History » Version 23
Michel Gauvin, 10/18/2020 01:24 PM
| 1 | 10 | Michel Gauvin | h1. Mike's Brew Shop Fermentation System |
|---|---|---|---|
| 2 | |||
| 3 | 21 | Michel Gauvin | {{>toc}} |
| 4 | |||
| 5 | 22 | Michel Gauvin | The goal of this project is to create a beer fermentation system that is temperature controlled using off the shelf hardware 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 | 23 | Michel Gauvin | h2. Big Picture Of The Project |
| 8 | 15 | Michel Gauvin | |
| 9 | 9 | Michel Gauvin | !{width:70%}http://173.177.31.197:10084/attachments/download/18/Big_Picture.jpg! |
| 10 | 6 | Michel Gauvin | |
| 11 | 1 | Michel Gauvin | A *beer fermentation system* is composed of: |
| 12 | * *1 aruino uno board* (and all the required hardware is described in the Wiki tab) |
||
| 13 | * *1 pump* |
||
| 14 | * *3 thermocouples* |
||
| 15 | * *1 50' cooling coil* |
||
| 16 | * *1 big bucket* |
||
| 17 | * *1 6.5 gal carboy* |
||
| 18 | * *1 thermowell* |
||
| 19 | * *1 fermentation chamber* |
||
| 20 | * *1 cooled liquid source* (in my case it's a keezer) |
||
| 21 | |||
| 22 | 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. |
||
| 23 | |||
| 24 | 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. |
||
| 25 | |||
| 26 | Communitcation with the server (*raspberry pi*) is done using *nRF24l01* board and it's corresponding libraries. More information is available in the Wiki. |
||
| 27 | |||
| 28 | 5 | Michel Gauvin | There is also a *cost* section in the Wiki for those who are willing to put a system like this together. |