Hi,
I just finalized the home brew project - mashing and fermenting with Arduino. I am sharing it here to help people working in similar projects, also to get suggestions to improvements.
The concept:
Mashing: BIAB with a RIMS system.
Hardware:
- a 20 L bash tun;
- an external RIMS system (2000W - resistance inside a pipe);
- a waterpump (washing machine)
- conections;
- arduino UNO starting kit;
- 3 buttons;
- 1 relay;
- 2 temperature sensors (DS18B20)
Fermentation: - a refrigerator (fermentation);
- a fermentation tun.
The code is attached.
The basic idea:
Choose Mashing or Fermenting:
Mashing:
3 stages mashing (2 - can be configured; 1 75oC - 5 Min);
- you can set mashing temperature and length for 2 stages;
- the system will warm the water before you add the malt, them it will keep at the temperature you chose.
- the water pump runs all the time;
- two sensors:
- 1 in the mash tum to monitor the mashing temperature;
- 1 in the RIMS to make sure the temperature don't go to high.
Fermenting:
- just one sensor (in the freeze)
- regulates the refrigeration on/off to make sure the temperature stays around the desired one.
Cheers,
Edegar
RIMS_BREW.ino (11.7 KB)