UberFridge
Posted: Tue Nov 22, 2011 11:09 am
I found this really cool project online, UberFridge
UberFridge is a homebrew fermentation temperature controller that I have built from my old fridge. It runs on an Arduino Nano and an Asus WL520GU router. It can control the temperature of a fermenting beer with 0.1 °C accuracy. Temperature graphs and settings can be viewed in a web interface over WiFi.
Up until now I fermented my beers in a bucket in my kitchen. Because ales usually ferment around 20 °C, this is fine when it’s not to hot outside. Last summer I had to stop brewing for a few months because the temperature in my house got up to 26 °C. To be able to brew all year round and to have a bit more control over the fermentation temperatures I started my UberFridge project. For a quick overview of the features, check out the video:
Features
- 2 temperature sensors, one in the fermenting beer and one in the fridge.
- PID control of the beer temperature with 0.1 °C accuracy
- Predictive on-off control for the fridge temperature to keep it in a -0.5 to +0.5 °C range.
- Modes of operation: constant beer temperature, constant fridge temperature or beer temperature profile
- 4×20 character OLED display
- Data logging on a USB stick in JSON and CSV format
- Web interface over WiFi
- Graphs of beer and fridge temperature history
- Change mode of operation and temperature settings
- Temperature profile over time can be set in a Google Spreadsheet
- Arduino can be reprogrammed via web interface